@charset "UTF-8";
/* ==========================================================================
   LETURIST — Public Site Stylesheet
   Yurtdisi tur satis acentesi / mobil oncelikli tasarim sistemi
   --------------------------------------------------------------------------
   Saf CSS, framework yok. Tum medya sorgulari min-width (mobile-first).
   Fontlar <head> icinde <link> ile yuklenir (bkz. DESIGN.md).

   ICINDEKILER
   01. Tokens (:root degiskenleri)
   02. Reset & Base
   03. Tipografi
   04. Layout: container, section, grid
   05. Butonlar
   06. Formlar
   07. Alert / bildirim
   08. Badge / rozet / yildiz puani / fiyat
   09. Header & navigasyon (mobil panel)
   10. Hero & arama kutusu
   11. Trust bar (guven seridi)
   12. Section head (bolum basligi)
   13. Tur karti & tur grid
   14. Destinasyon kartlari
   15. Feature grid (one cikan ozellikler)
   16. Testimonial (yorumlar)
   17. Page hero & breadcrumb
   18. Tur detay: galeri
   19. Tur detay: sekmeler
   20. Tur detay: program akisi (itinerary)
   21. Tur detay: dahil / haric listesi
   22. Tur detay: rezervasyon kutusu & mobil bar
   23. SSS akordiyon
   24. Pagination & bos durum
   25. Footer
   26. WhatsApp yuzen buton
   27. Yardimci siniflar
   28. Erisilebilirlik & hareket tercihleri & print
   ========================================================================== */


/* ==========================================================================
   01. TOKENS
   ========================================================================== */

:root {
  /* --- Marka: gece mavisi / lacivert ------------------------------------ */
  --c-brand-900: #0A1A33;   /* ana koyu zemin */
  --c-brand-800: #0E2242;
  --c-brand-700: #132E59;
  --c-brand-600: #1A4E9B;   /* link & birincil etkilesim (beyazda 8.2:1) */
  --c-brand-500: #2A64BE;
  --c-brand-400: #5B8ED6;
  --c-brand-200: #BCD2F0;
  --c-brand-100: #DCE8F9;
  --c-brand-50:  #F1F6FD;

  /* --- Vurgu: sicak amber ------------------------------------------------ */
  --c-accent-700: #8A4B02;
  --c-accent-600: #A85C03;  /* beyaz zeminde metin icin (5.0:1) */
  --c-accent-500: #E07C0B;
  --c-accent-400: #F59E0B;  /* buton zemini (uzerinde koyu lacivert metin) */
  --c-accent-300: #FBBF24;
  --c-accent-100: #FEF1DA;
  --c-accent-50:  #FFF8EC;

  /* --- Ikincil: turkuaz -------------------------------------------------- */
  --c-teal-700: #085F61;
  --c-teal-600: #0B7E80;
  --c-teal-500: #0E9C9E;
  --c-teal-400: #19B8B0;
  --c-teal-100: #D7F4F2;

  /* --- Notrler ----------------------------------------------------------- */
  --c-ink-900: #0D1522;
  --c-ink-800: #1B2537;
  --c-ink-700: #334155;
  --c-ink-600: #475569;
  --c-ink-500: #5A6B84;     /* beyaz zeminde ikincil metin (5.6:1) */
  --c-ink-400: #94A3B8;
  --c-ink-300: #CBD5E1;
  --c-ink-200: #E2E8F0;
  --c-ink-100: #F1F5F9;
  --c-ink-50:  #F8FAFC;

  /* --- Semantik ---------------------------------------------------------- */
  --c-success-700: #0B5C3A;
  --c-success-600: #0F7A4E;
  --c-success-50:  #E8F6EF;
  --c-error-700:   #93200F;
  --c-error-600:   #C02617;
  --c-error-50:    #FDECEA;
  --c-warning-600: #A85C03;
  --c-warning-50:  #FFF6E6;
  --c-info-600:    #1A4E9B;
  --c-info-50:     #EDF3FC;

  /* --- WhatsApp ----------------------------------------------------------- */
  --c-wa:       #25D366;
  --c-wa-dark:  #1DA851;
  --c-wa-ink:   #06331C;

  /* --- Yildiz puani ------------------------------------------------------- */
  --c-star: #F59E0B;

  /* --- Yuzeyler & metin ---------------------------------------------------- */
  --c-bg:            #FFFFFF;
  --c-bg-soft:       #F7F9FC;
  --c-bg-dark:       var(--c-brand-900);
  --c-surface:       #FFFFFF;
  --c-surface-alt:   var(--c-ink-50);
  --c-border:        var(--c-ink-200);
  --c-border-strong: var(--c-ink-300);

  --c-text:              var(--c-ink-900);
  --c-text-muted:        var(--c-ink-500);
  --c-text-invert:       #FFFFFF;
  --c-text-invert-muted: #B9C6DA;   /* brand-900 uzerinde 8.1:1 */

  /* --- Logo degiskenleri (inline SVG icin) --------------------------------- */
  --lt-mark:  var(--c-brand-900);
  --lt-route: initial;

  /* --- Gradyanlar ----------------------------------------------------------- */
  --grad-brand:  linear-gradient(135deg, #0A1A33 0%, #132E59 55%, #1A4E9B 100%);
  --grad-hero:   linear-gradient(150deg, #081428 0%, #0E2242 45%, #16386B 100%);
  --grad-accent: linear-gradient(135deg, #F59E0B 0%, #FBBF24 100%);
  --grad-route:  linear-gradient(120deg, #19B8B0 0%, #F59E0B 65%, #FBBF24 100%);
  --grad-veil:   linear-gradient(to top, rgba(10,26,51,.92) 0%, rgba(10,26,51,.55) 38%, rgba(10,26,51,0) 78%);
  --grad-shine:  linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0));

  /* --- Tipografi ------------------------------------------------------------ */
  --font-head: "Plus Jakarta Sans", "Inter", system-ui, -apple-system,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;

  --fs-100: 0.75rem;     /* 12 */
  --fs-200: 0.8125rem;   /* 13 */
  --fs-300: 0.875rem;    /* 14 */
  --fs-400: 1rem;        /* 16 */
  --fs-500: 1.0625rem;   /* 17 */
  --fs-600: 1.1875rem;   /* 19 */

  --fs-h1: clamp(2rem, 1.35rem + 2.9vw, 3.5rem);
  --fs-h2: clamp(1.5rem, 1.18rem + 1.45vw, 2.25rem);
  --fs-h3: clamp(1.25rem, 1.11rem + 0.62vw, 1.625rem);
  --fs-h4: clamp(1.0625rem, 1rem + 0.3vw, 1.25rem);
  --fs-h5: 1rem;

  --lh-tight: 1.15;
  --lh-snug:  1.32;
  --lh-base:  1.65;

  --ls-tight: -0.022em;
  --ls-snug:  -0.012em;
  --ls-wide:  0.08em;

  --fw-regular: 400;
  --fw-medium:  500;
  --fw-semi:    600;
  --fw-bold:    700;
  --fw-black:   800;

  /* --- Bosluk ---------------------------------------------------------------- */
  --sp-1:  0.25rem;
  --sp-2:  0.5rem;
  --sp-3:  0.75rem;
  --sp-4:  1rem;
  --sp-5:  1.25rem;
  --sp-6:  1.5rem;
  --sp-7:  1.75rem;
  --sp-8:  2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-16: 4rem;
  --sp-20: 5rem;

  --sp-section: clamp(2.75rem, 1.6rem + 5vw, 5.5rem);
  --gutter:     clamp(1rem, 0.55rem + 2.2vw, 2rem);

  /* --- Kose yaricapi ---------------------------------------------------------- */
  --r-xs:   6px;
  --r-sm:   9px;
  --r-md:   12px;
  --r-lg:   16px;
  --r-xl:   22px;
  --r-2xl:  28px;
  --r-pill: 999px;

  /* --- Golgeler ---------------------------------------------------------------- */
  --sh-xs: 0 1px 2px rgba(13, 21, 34, .06);
  --sh-sm: 0 1px 3px rgba(13, 21, 34, .07), 0 1px 2px rgba(13, 21, 34, .04);
  --sh-md: 0 4px 14px rgba(13, 21, 34, .08), 0 2px 4px rgba(13, 21, 34, .04);
  --sh-lg: 0 12px 28px rgba(13, 21, 34, .10), 0 4px 10px rgba(13, 21, 34, .05);
  --sh-xl: 0 24px 56px rgba(10, 26, 51, .16), 0 8px 18px rgba(10, 26, 51, .07);
  --sh-up: 0 -6px 24px rgba(10, 26, 51, .12);

  /* --- Genislikler ------------------------------------------------------------- */
  --w-container: 1200px;
  --w-wide:      1380px;
  --w-narrow:    760px;
  --w-prose:     68ch;

  /* --- Katmanlar ---------------------------------------------------------------- */
  --z-base:     1;
  --z-bookbar:  600;
  --z-float:    700;
  --z-header:   800;
  --z-overlay:  900;
  --z-drawer:   950;
  --z-toast:    1000;

  /* --- Gecisler ------------------------------------------------------------------ */
  --ease:    cubic-bezier(.4, 0, .2, 1);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --t-fast: 140ms;
  --t-base: 240ms;
  --t-slow: 420ms;

  /* --- Olculer ------------------------------------------------------------------- */
  --header-h:     62px;
  --topbar-h:     0px;
  --focus-ring:   0 0 0 3px rgba(42, 100, 190, .38);
  --focus-ring-invert: 0 0 0 3px rgba(251, 191, 36, .55);
}

@media (min-width: 1024px) {
  :root {
    --header-h: 76px;
  }
}


/* ==========================================================================
   02. RESET & BASE
   ========================================================================== */

*,
*::before,
*::after { box-sizing: border-box; }

* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + var(--sp-4));
  -moz-tab-size: 4;
  tab-size: 4;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--font-body);
  font-size: var(--fs-400);
  line-height: var(--lh-base);
  font-weight: var(--fw-regular);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button { background: none; border: 0; }

p,
h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }

ul, ol { padding: 0; }

a {
  color: var(--c-brand-600);
  text-decoration: none;
  transition: color var(--t-fast) var(--ease);
}

a:hover { color: var(--c-brand-500); }

hr {
  border: 0;
  border-top: 1px solid var(--c-border);
  margin: var(--sp-6) 0;
}

::selection {
  background: var(--c-accent-300);
  color: var(--c-brand-900);
}

/* Odak halkasi — yalnizca klavye ile gezinmede gorunur */
:focus { outline: none; }

:focus-visible {
  outline: 2px solid var(--c-brand-500);
  outline-offset: 2px;
  border-radius: var(--r-xs);
}


/* ==========================================================================
   03. TIPOGRAFI
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
  color: var(--c-text);
  text-wrap: balance;
}

h1 { font-size: var(--fs-h1); font-weight: var(--fw-black); }
h2 { font-size: var(--fs-h2); font-weight: var(--fw-black); }
h3 { font-size: var(--fs-h3); line-height: var(--lh-snug); }
h4 { font-size: var(--fs-h4); line-height: var(--lh-snug); letter-spacing: var(--ls-snug); }
h5 { font-size: var(--fs-h5); line-height: var(--lh-snug); letter-spacing: var(--ls-snug); }

p { text-wrap: pretty; }

p + p { margin-top: var(--sp-4); }

.lead {
  font-size: var(--fs-500);
  line-height: 1.6;
  color: var(--c-text-muted);
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-size: var(--fs-200);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--c-accent-600);
}

.muted { color: var(--c-text-muted); }

.prose { max-width: var(--w-prose); }

.prose > * + * { margin-top: var(--sp-4); }

.prose h2,
.prose h3 { margin-top: var(--sp-8); }

.prose ul,
.prose ol { padding-left: 1.35em; }

.prose li + li { margin-top: var(--sp-2); }

.prose strong { font-weight: var(--fw-semi); }


/* ==========================================================================
   04. LAYOUT
   ========================================================================== */

.container {
  width: 100%;
  max-width: var(--w-container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.container--wide   { max-width: var(--w-wide); }
.container--narrow { max-width: var(--w-narrow); }

.section { padding-block: var(--sp-section); }

.section--tight { padding-block: clamp(2rem, 1.3rem + 3vw, 3.5rem); }

.section--soft { background: var(--c-bg-soft); }

.section--dark {
  background: var(--c-bg-dark);
  color: var(--c-text-invert);
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4 { color: var(--c-text-invert); }

.section--dark .muted,
.section--dark .lead { color: var(--c-text-invert-muted); }

.section--dark .eyebrow { color: var(--c-accent-300); }

/* Esnek grid yardimcilari — mobilde her zaman tek kolon */
.grid {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: 1fr;
}

.grid--gap-sm { gap: var(--sp-3); }
.grid--gap-lg { gap: var(--sp-8); }

@media (min-width: 640px) {
  .grid--2,
  .grid--3,
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Detay sayfasi: icerik + yapiskan yan kolon */
.grid--sidebar {
  display: grid;
  gap: var(--sp-8);
  grid-template-columns: 1fr;
  align-items: start;
}

@media (min-width: 1024px) {
  .grid--sidebar {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: var(--sp-10);
  }
}

.stack > * + * { margin-top: var(--sp-4); }
.stack--lg > * + * { margin-top: var(--sp-8); }

.cluster {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  align-items: center;
}


/* ==========================================================================
   05. BUTONLAR
   ========================================================================== */

.btn {
  --btn-bg: var(--c-brand-600);
  --btn-fg: #FFFFFF;
  --btn-bd: transparent;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: 0.75rem 1.35rem;
  min-height: 46px;

  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-snug);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;

  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 1.5px solid var(--btn-bd);
  border-radius: var(--r-pill);
  cursor: pointer;
  user-select: none;

  transition: transform var(--t-fast) var(--ease),
              box-shadow var(--t-fast) var(--ease),
              background-color var(--t-fast) var(--ease),
              border-color var(--t-fast) var(--ease),
              color var(--t-fast) var(--ease);
}

.btn:hover { color: var(--btn-fg); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.btn[disabled],
.btn.is-disabled {
  opacity: .55;
  pointer-events: none;
  cursor: not-allowed;
}

.btn svg { width: 1.15em; height: 1.15em; flex: none; }

/* Birincil: sicak vurgu — koyu lacivert metin ile yuksek kontrast */
.btn--primary {
  --btn-bg: var(--c-accent-400);
  --btn-fg: var(--c-brand-900);
  box-shadow: 0 6px 18px rgba(245, 158, 11, .28);
}

.btn--primary:hover {
  --btn-bg: var(--c-accent-300);
  box-shadow: 0 10px 24px rgba(245, 158, 11, .34);
}

/* Koyu lacivert dolgu */
.btn--dark {
  --btn-bg: var(--c-brand-900);
  --btn-fg: #FFFFFF;
}

.btn--dark:hover { --btn-bg: var(--c-brand-700); }

/* Cerceveli */
.btn--outline {
  --btn-bg: transparent;
  --btn-fg: var(--c-brand-700);
  --btn-bd: var(--c-border-strong);
}

.btn--outline:hover {
  --btn-bd: var(--c-brand-600);
  --btn-fg: var(--c-brand-600);
  background: var(--c-brand-50);
}

/* Koyu zeminde cerceveli */
.btn--outline-invert {
  --btn-bg: transparent;
  --btn-fg: #FFFFFF;
  --btn-bd: rgba(255, 255, 255, .45);
}

.btn--outline-invert:hover {
  background: rgba(255, 255, 255, .12);
  --btn-bd: #FFFFFF;
}

.btn--outline-invert:focus-visible { box-shadow: var(--focus-ring-invert); }

/* Zeminsiz */
.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--c-brand-700);
}

.btn--ghost:hover { background: var(--c-ink-100); }

/* WhatsApp */
.btn--wa {
  --btn-bg: var(--c-wa);
  --btn-fg: var(--c-wa-ink);
  box-shadow: 0 6px 18px rgba(37, 211, 102, .28);
}

.btn--wa:hover { --btn-bg: #34E27A; }

.btn--wa:focus-visible { box-shadow: 0 0 0 3px rgba(29, 168, 81, .45); }

/* Boyutlar */
.btn--sm {
  padding: 0.5rem 0.95rem;
  min-height: 38px;
  font-size: var(--fs-200);
}

.btn--lg {
  padding: 1rem 1.9rem;
  min-height: 56px;
  font-size: var(--fs-400);
}

.btn--block {
  display: flex;
  width: 100%;
}

.btn--icon {
  padding: 0;
  width: 44px;
  min-height: 44px;
  border-radius: var(--r-pill);
}


/* ==========================================================================
   06. FORMLAR
   ========================================================================== */

.form-group { display: block; }

.form-group + .form-group { margin-top: var(--sp-4); }

.form-label {
  display: block;
  margin-bottom: var(--sp-2);
  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: var(--fw-semi);
  color: var(--c-ink-800);
}

.form-label .req { color: var(--c-error-600); margin-left: 2px; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.72rem 0.9rem;
  min-height: 48px;

  font-size: var(--fs-400);
  color: var(--c-text);
  background: var(--c-surface);
  border: 1.5px solid var(--c-border-strong);
  border-radius: var(--r-md);
  appearance: none;

  transition: border-color var(--t-fast) var(--ease),
              box-shadow var(--t-fast) var(--ease),
              background-color var(--t-fast) var(--ease);
}

.form-control::placeholder { color: var(--c-ink-400); }

.form-control:hover { border-color: var(--c-brand-400); }

.form-control:focus {
  outline: none;
  border-color: var(--c-brand-600);
  box-shadow: var(--focus-ring);
}

.form-control[disabled],
.form-control[readonly] {
  background: var(--c-ink-100);
  color: var(--c-text-muted);
  cursor: not-allowed;
}

textarea.form-control {
  min-height: 130px;
  resize: vertical;
  line-height: 1.6;
}

/* Select oku — saf CSS ucgen, ek gorsel yok */
select.form-control {
  padding-right: 2.5rem;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--c-ink-600) 50%),
    linear-gradient(135deg, var(--c-ink-600) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% + 2px),
    calc(100% - 14px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.form-hint {
  margin-top: var(--sp-2);
  font-size: var(--fs-200);
  color: var(--c-text-muted);
}

.form-error {
  margin-top: var(--sp-2);
  font-size: var(--fs-200);
  font-weight: var(--fw-medium);
  color: var(--c-error-600);
}

.form-group.is-invalid .form-control,
.form-control.is-invalid {
  border-color: var(--c-error-600);
  background: var(--c-error-50);
}

.form-group.is-invalid .form-control:focus,
.form-control.is-invalid:focus { box-shadow: 0 0 0 3px rgba(192, 38, 23, .25); }

.form-group.is-valid .form-control { border-color: var(--c-success-600); }

/* Yan yana alanlar */
.form-row {
  display: grid;
  gap: var(--sp-4);
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .form-row--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-row--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Onay kutusu / radyo */
.form-check {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  font-size: var(--fs-300);
  line-height: 1.5;
  color: var(--c-ink-700);
  cursor: pointer;
}

.form-check input[type="checkbox"],
.form-check input[type="radio"] {
  flex: none;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--c-brand-600);
  cursor: pointer;
}

.form-check a { text-decoration: underline; }

/* Alan grubu (input + buton bitisik) */
.input-group { display: flex; }

.input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 0 var(--r-md) var(--r-md) 0;
}


/* ==========================================================================
   07. ALERT / BILDIRIM
   ========================================================================== */

.alert {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-5);
  border: 1px solid var(--c-border);
  border-left: 4px solid var(--c-ink-400);
  border-radius: var(--r-md);
  background: var(--c-ink-50);
  color: var(--c-ink-800);
  font-size: var(--fs-300);
  line-height: 1.55;
}

.alert + .alert { margin-top: var(--sp-3); }

.alert__icon { flex: none; width: 20px; height: 20px; margin-top: 2px; }

.alert__title {
  display: block;
  font-family: var(--font-head);
  font-weight: var(--fw-bold);
  margin-bottom: 2px;
}

.alert--error {
  background: var(--c-error-50);
  border-color: rgba(192, 38, 23, .25);
  border-left-color: var(--c-error-600);
  color: var(--c-error-700);
}

.alert--success {
  background: var(--c-success-50);
  border-color: rgba(15, 122, 78, .25);
  border-left-color: var(--c-success-600);
  color: var(--c-success-700);
}

.alert--warning {
  background: var(--c-warning-50);
  border-color: rgba(179, 100, 4, .25);
  border-left-color: var(--c-warning-600);
  color: var(--c-accent-700);
}

.alert--info {
  background: var(--c-info-50);
  border-color: rgba(26, 78, 155, .22);
  border-left-color: var(--c-info-600);
  color: var(--c-brand-700);
}


/* ==========================================================================
   08. BADGE / YILDIZ / FIYAT
   ========================================================================== */

.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0.3rem 0.65rem;
  font-family: var(--font-head);
  font-size: var(--fs-100);
  font-weight: var(--fw-bold);
  letter-spacing: .01em;
  line-height: 1.3;
  border-radius: var(--r-pill);
  background: var(--c-brand-900);
  color: #FFFFFF;
  white-space: nowrap;
}

.badge--discount {
  background: var(--c-error-600);
  color: #FFFFFF;
}

.badge--new {
  background: var(--c-teal-600);
  color: #FFFFFF;
}

.badge--hot {
  background: var(--grad-accent);
  color: var(--c-brand-900);
}

.badge--soft {
  background: var(--c-brand-100);
  color: var(--c-brand-700);
}

.badge--ghost {
  background: rgba(255, 255, 255, .92);
  color: var(--c-brand-900);
  box-shadow: var(--sh-xs);
}

/* --- Yildiz puani: saf CSS, gorsel yok --------------------------------- */
.stars {
  position: relative;
  display: inline-block;
  font-size: var(--fs-300);
  line-height: 1;
  color: var(--c-ink-300);
  letter-spacing: 1px;
  flex: none;
}

.stars::before { content: "\2605\2605\2605\2605\2605"; }

.stars__fill {
  position: absolute;
  inset: 0;
  overflow: hidden;
  white-space: nowrap;
  color: var(--c-star);
  /* --rating: 0–5 arasi deger, HTML style attribute ile verilir */
  width: calc(var(--rating, 5) / 5 * 100%);
}

.stars__fill::before { content: "\2605\2605\2605\2605\2605"; }

.rating {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-200);
  color: var(--c-text-muted);
}

.rating__score {
  font-family: var(--font-head);
  font-weight: var(--fw-bold);
  color: var(--c-ink-800);
}

/* --- Fiyat ------------------------------------------------------------- */
.price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.15;
}

.price__old {
  font-size: var(--fs-200);
  color: var(--c-text-muted);
  text-decoration: line-through;
  text-decoration-color: var(--c-error-600);
  text-decoration-thickness: 1.5px;
}

.price__new {
  font-family: var(--font-head);
  font-size: var(--fs-h4);
  font-weight: var(--fw-black);
  letter-spacing: var(--ls-tight);
  color: var(--c-brand-900);
}

.price__per {
  font-size: var(--fs-100);
  font-weight: var(--fw-medium);
  color: var(--c-text-muted);
}

.price--start { align-items: flex-start; }

.price--lg .price__new { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2rem); }


/* ==========================================================================
   09. HEADER & NAVIGASYON
   ========================================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--c-border);
  transition: box-shadow var(--t-base) var(--ease),
              background-color var(--t-base) var(--ease);
}

/* JS: sayfa kaydirildiginda .is-stuck eklenir */
.site-header.is-stuck { box-shadow: var(--sh-md); }

.site-header__inner {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  height: var(--header-h);
}

/* --- Logo ------------------------------------------------------------- */
.site-logo {
  display: inline-flex;
  align-items: center;
  flex: none;
  color: var(--c-brand-900);
  margin-right: auto;
}

.site-logo svg,
.site-logo img {
  height: 34px;
  width: auto;
}

@media (min-width: 1024px) {
  .site-logo svg,
  .site-logo img { height: 40px; }
}

/* Koyu zeminde (or. seffaf hero header) kullanim */
.site-logo--invert { color: #FFFFFF; --lt-mark: #FFFFFF; }

/* --- Ana menu (masaustu) ---------------------------------------------- */
.main-nav { display: none; }

.main-nav__list {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
  list-style: none;
  margin: 0;
}

.main-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.6rem 0.85rem;
  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: var(--fw-semi);
  color: var(--c-ink-800);
  border-radius: var(--r-sm);
  transition: color var(--t-fast) var(--ease),
              background-color var(--t-fast) var(--ease);
}

.main-nav__link:hover {
  color: var(--c-brand-600);
  background: var(--c-brand-50);
}

.main-nav__link.is-active {
  color: var(--c-brand-600);
  background: var(--c-brand-50);
}

/* Acilir alt menu */
.main-nav__item { position: relative; }

.main-nav__item--has-sub > .main-nav__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform var(--t-fast) var(--ease);
}

.sub-nav {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 232px;
  padding: var(--sp-2);
  list-style: none;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity var(--t-fast) var(--ease),
              transform var(--t-fast) var(--ease),
              visibility var(--t-fast) var(--ease);
}

.main-nav__item--has-sub:hover > .sub-nav,
.main-nav__item--has-sub:focus-within > .sub-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub-nav a {
  display: block;
  padding: 0.55rem 0.75rem;
  font-size: var(--fs-300);
  font-weight: var(--fw-medium);
  color: var(--c-ink-700);
  border-radius: var(--r-sm);
}

.sub-nav a:hover {
  background: var(--c-brand-50);
  color: var(--c-brand-600);
}

/* --- Header aksiyonlari ------------------------------------------------ */
.header-actions {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  flex: none;
}

.header-phone {
  display: none;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-head);
  font-weight: var(--fw-bold);
  font-size: var(--fs-300);
  color: var(--c-brand-900);
  white-space: nowrap;
}

.header-phone:hover { color: var(--c-brand-600); }

.header-phone__label {
  display: block;
  font-size: var(--fs-100);
  font-weight: var(--fw-medium);
  color: var(--c-text-muted);
  line-height: 1.2;
}

.header-phone svg { width: 20px; height: 20px; color: var(--c-accent-500); }

.header-actions .btn--wa { display: none; }

/* --- Hamburger --------------------------------------------------------- */
.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: var(--r-sm);
  cursor: pointer;
  background: transparent;
}

.nav-toggle:hover { background: var(--c-ink-100); }

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--c-brand-900);
  transition: transform var(--t-base) var(--ease),
              opacity var(--t-fast) var(--ease);
}

/* body.nav-open -> hamburger capraza donusur */
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --- Mobil panel -------------------------------------------------------- */
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: var(--z-drawer);

  width: min(86vw, 360px);
  padding: var(--sp-5) var(--sp-5) var(--sp-10);
  background: var(--c-surface);
  box-shadow: var(--sh-xl);
  overflow-y: auto;
  overscroll-behavior: contain;

  transform: translateX(100%);
  visibility: hidden;
  transition: transform var(--t-base) var(--ease-out),
              visibility var(--t-base) var(--ease-out);
}

body.nav-open .mobile-nav {
  transform: translateX(0);
  visibility: visible;
}

.mobile-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  padding-bottom: var(--sp-4);
  margin-bottom: var(--sp-4);
  border-bottom: 1px solid var(--c-border);
}

.mobile-nav__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: var(--r-pill);
  background: var(--c-ink-100);
  color: var(--c-ink-700);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.mobile-nav__close:hover { background: var(--c-ink-200); }

.mobile-nav__list {
  list-style: none;
  margin: 0 0 var(--sp-6);
}

.mobile-nav__list a {
  display: block;
  padding: 0.85rem 0.25rem;
  font-family: var(--font-head);
  font-size: var(--fs-500);
  font-weight: var(--fw-semi);
  color: var(--c-ink-900);
  border-bottom: 1px solid var(--c-border);
}

.mobile-nav__list a:hover,
.mobile-nav__list a.is-active { color: var(--c-brand-600); }

.mobile-nav__list .sub-nav {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: none;
  border: 0;
  padding: var(--sp-1) 0 var(--sp-2) var(--sp-4);
  min-width: 0;
}

.mobile-nav__list .sub-nav a {
  font-size: var(--fs-300);
  font-weight: var(--fw-medium);
  color: var(--c-ink-600);
  padding: 0.5rem 0.25rem;
  border-bottom: 0;
}

.mobile-nav__cta { display: grid; gap: var(--sp-3); }

.mobile-nav__contact {
  margin-top: var(--sp-6);
  padding-top: var(--sp-5);
  border-top: 1px solid var(--c-border);
  font-size: var(--fs-300);
  color: var(--c-text-muted);
}

.mobile-nav__contact strong {
  display: block;
  font-family: var(--font-head);
  font-size: var(--fs-500);
  color: var(--c-brand-900);
}

/* Karartma katmani */
.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--z-overlay);
  background: rgba(10, 26, 51, .55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--t-base) var(--ease),
              visibility var(--t-base) var(--ease);
}

body.nav-open .nav-overlay {
  opacity: 1;
  visibility: visible;
}

/* Panel acikken arka plan kaydirmasini kilitle */
body.nav-open { overflow: hidden; }

@media (min-width: 1024px) {
  .main-nav { display: block; }
  .nav-toggle { display: none; }
  .header-phone { display: flex; }
  .header-actions .btn--wa { display: inline-flex; }
  .mobile-nav,
  .nav-overlay { display: none; }
}


/* ==========================================================================
   10. HERO & ARAMA KUTUSU
   ========================================================================== */

.hero {
  position: relative;
  isolation: isolate;
  padding-block: clamp(2.5rem, 1.5rem + 5vw, 5.5rem) clamp(3rem, 2rem + 5vw, 6rem);
  background: var(--grad-hero);
  color: var(--c-text-invert);
  overflow: hidden;
}

/* Arka plan gorseli: HTML'de style="--hero-img:url(...)" ile verilir */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--hero-img, none);
  background-size: cover;
  background-position: center;
  opacity: .42;
}

/* Okunurluk icin koyu peçe */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(26, 78, 155, .55), transparent 62%),
    linear-gradient(180deg, rgba(8, 20, 40, .72) 0%, rgba(8, 20, 40, .86) 100%);
}

.hero__inner {
  position: relative;
  max-width: 760px;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 0.4rem 0.9rem;
  margin-bottom: var(--sp-5);
  font-family: var(--font-head);
  font-size: var(--fs-200);
  font-weight: var(--fw-bold);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--c-accent-300);
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--r-pill);
}

.hero__title {
  color: #FFFFFF;
  margin-bottom: var(--sp-4);
}

.hero__title em {
  font-style: normal;
  background: var(--grad-accent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__subtitle {
  font-size: var(--fs-500);
  line-height: 1.6;
  color: var(--c-text-invert-muted);
  max-width: 56ch;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-top: var(--sp-6);
}

.hero--center { text-align: center; }
.hero--center .hero__inner { margin-inline: auto; }
.hero--center .hero__subtitle { margin-inline: auto; }
.hero--center .hero__actions { justify-content: center; }

/* --- Arama kutusu ------------------------------------------------------- */
.search-box {
  position: relative;
  margin-top: clamp(1.75rem, 1rem + 3vw, 2.75rem);
  padding: var(--sp-4);
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-xl);
  color: var(--c-text);
}

.search-box__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-3);
}

.search-box__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.search-box__label {
  font-family: var(--font-head);
  font-size: var(--fs-100);
  font-weight: var(--fw-bold);
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--c-text-muted);
}

.search-box .form-control {
  border-color: var(--c-border);
  background: var(--c-ink-50);
  min-height: 50px;
}

.search-box .form-control:focus { background: #FFFFFF; }

.search-box__submit { align-self: stretch; }

.search-box__submit .btn {
  width: 100%;
  min-height: 50px;
  height: 100%;
}

.search-box__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-2);
  margin-top: var(--sp-4);
  padding-top: var(--sp-3);
  border-top: 1px dashed var(--c-border);
  font-size: var(--fs-200);
  color: var(--c-text-muted);
}

.search-box__foot a {
  padding: 0.25rem 0.65rem;
  background: var(--c-ink-100);
  border-radius: var(--r-pill);
  font-weight: var(--fw-medium);
  color: var(--c-ink-700);
}

.search-box__foot a:hover {
  background: var(--c-brand-100);
  color: var(--c-brand-700);
}

/* Tablet: 2 kolon */
@media (min-width: 640px) {
  .search-box { padding: var(--sp-5); }
  .search-box__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Masaustu: tek satir — destinasyon / tarih / kisi / buton */
@media (min-width: 1024px) {
  .search-box__grid {
    grid-template-columns: 1.4fr 1fr 1fr auto;
    align-items: end;
    gap: var(--sp-4);
  }

  .search-box__submit .btn { min-width: 150px; }
}


/* ==========================================================================
   11. TRUST BAR (GUVEN SERIDI)
   ========================================================================== */

.trust-bar {
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-border);
}

.trust-bar--floating {
  position: relative;
  z-index: var(--z-base);
  margin-top: calc(var(--sp-8) * -1);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
}

.trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-4);
  padding-block: var(--sp-5);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  min-width: 0;
}

.trust-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: var(--r-md);
  background: var(--c-brand-50);
  color: var(--c-brand-600);
}

.trust-item__icon svg { width: 21px; height: 21px; }

.trust-item--accent .trust-item__icon {
  background: var(--c-accent-50);
  color: var(--c-accent-600);
}

.trust-item--teal .trust-item__icon {
  background: var(--c-teal-100);
  color: var(--c-teal-700);
}

.trust-item__text { min-width: 0; }

.trust-item__title {
  display: block;
  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--c-ink-900);
}

.trust-item__sub {
  display: block;
  font-size: var(--fs-200);
  line-height: 1.4;
  color: var(--c-text-muted);
}

@media (min-width: 1024px) {
  .trust-bar__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--sp-6);
    padding-block: var(--sp-6);
  }
}


/* ==========================================================================
   12. SECTION HEAD (BOLUM BASLIGI)
   ========================================================================== */

.section-head {
  margin-bottom: var(--sp-8);
  max-width: 62ch;
}

.section-head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  margin-bottom: var(--sp-3);
  font-family: var(--font-head);
  font-size: var(--fs-200);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--c-accent-600);
}

.section-head__eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--grad-route);
}

.section-head__title { margin-bottom: var(--sp-3); }

.section-head__desc {
  font-size: var(--fs-400);
  line-height: 1.65;
  color: var(--c-text-muted);
}

.section-head--center {
  margin-inline: auto;
  text-align: center;
}

.section-head--center .section-head__eyebrow::before { display: none; }

/* Baslik + "tumunu gor" bagi yan yana */
.section-head--split {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  max-width: none;
}

.section-head--split .section-head__desc { max-width: 62ch; }

.section-head__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: none;
  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: var(--fw-bold);
  color: var(--c-brand-600);
}

.section-head__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform var(--t-fast) var(--ease);
}

.section-head__link:hover::after { transform: rotate(45deg) translate(2px, -2px); }

.section--dark .section-head__desc { color: var(--c-text-invert-muted); }
.section--dark .section-head__eyebrow { color: var(--c-accent-300); }
.section--dark .section-head__link { color: var(--c-accent-300); }

@media (min-width: 768px) {
  .section-head--split {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}


/* ==========================================================================
   13. TUR KARTI & TUR GRID
   ========================================================================== */

.tour-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-5);
}

@media (min-width: 640px) {
  .tour-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .tour-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sp-6); }
}

@media (min-width: 1280px) {
  .tour-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.tour-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform var(--t-base) var(--ease),
              box-shadow var(--t-base) var(--ease),
              border-color var(--t-base) var(--ease);
}

.tour-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-lg);
  border-color: var(--c-brand-200);
}

/* --- Gorsel --- */
.tour-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--c-ink-100);
  overflow: hidden;
}

.tour-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow) var(--ease);
}

.tour-card:hover .tour-card__media img { transform: scale(1.055); }

.tour-card__badges {
  position: absolute;
  top: var(--sp-3);
  left: var(--sp-3);
  right: var(--sp-3);
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  pointer-events: none;
}

.tour-card__fav {
  position: absolute;
  bottom: var(--sp-3);
  right: var(--sp-3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .92);
  color: var(--c-ink-700);
  box-shadow: var(--sh-sm);
  cursor: pointer;
}

.tour-card__fav:hover { color: var(--c-error-600); }

.tour-card__fav svg { width: 18px; height: 18px; }

/* --- Govde --- */
.tour-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-5) var(--sp-5);
}

.tour-card__title {
  font-family: var(--font-head);
  font-size: var(--fs-h4);
  font-weight: var(--fw-bold);
  line-height: 1.35;
  letter-spacing: var(--ls-snug);
  color: var(--c-ink-900);
  /* 2 satirdan sonra kirp */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tour-card__title a { color: inherit; }
.tour-card__title a:hover { color: var(--c-brand-600); }

/* Tum karti tiklanabilir yapan gorunmez katman */
.tour-card__title a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tour-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-2) var(--sp-4);
  font-size: var(--fs-200);
  color: var(--c-text-muted);
}

.tour-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.tour-card__meta svg {
  width: 15px;
  height: 15px;
  flex: none;
  color: var(--c-ink-400);
}

.tour-card__rating { margin-top: auto; }

/* --- Ayak: fiyat + CTA --- */
.tour-card__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-3);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--c-border);
}

.tour-card__foot .btn {
  position: relative;
  z-index: 2;
  flex: none;
}

/* Yatay varyant (arama sonuclari listesi) */
@media (min-width: 768px) {
  .tour-card--row { flex-direction: row; }

  .tour-card--row .tour-card__media {
    flex: 0 0 38%;
    aspect-ratio: auto;
    min-height: 240px;
  }

  .tour-card--row .tour-card__body { flex: 1 1 auto; }
}


/* ==========================================================================
   14. DESTINASYON KARTLARI
   ========================================================================== */

.dest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-3);
}

@media (min-width: 768px) {
  .dest-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sp-4); }
}

@media (min-width: 1024px) {
  .dest-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--sp-5); }
}

.dest-card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  border-radius: var(--r-lg);
  overflow: hidden;
  isolation: isolate;
  background: var(--c-brand-900);
  color: #FFFFFF;
  box-shadow: var(--sh-sm);
  transition: transform var(--t-base) var(--ease),
              box-shadow var(--t-base) var(--ease);
}

.dest-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-lg);
  color: #FFFFFF;
}

.dest-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform var(--t-slow) var(--ease);
}

.dest-card:hover img { transform: scale(1.07); }

.dest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--grad-veil);
}

.dest-card__body {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: var(--sp-4);
}

.dest-card__title {
  font-family: var(--font-head);
  font-size: var(--fs-500);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-snug);
  line-height: 1.25;
  color: #FFFFFF;
}

.dest-card__count {
  display: block;
  margin-top: 2px;
  font-size: var(--fs-200);
  color: rgba(255, 255, 255, .82);
}

.dest-card__badge {
  position: absolute;
  top: var(--sp-3);
  left: var(--sp-3);
}

/* Genis varyant — grid icinde 2 kolon kaplar */
.dest-card--wide { aspect-ratio: 3 / 2; }

@media (min-width: 768px) {
  .dest-card--wide { grid-column: span 2; }
}

@media (min-width: 1024px) {
  .dest-card--wide { aspect-ratio: 3 / 4; }
}


/* ==========================================================================
   15. FEATURE GRID (ONE CIKAN OZELLIKLER)
   ========================================================================== */

.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
}

@media (min-width: 640px) {
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--sp-5); }
  .feature-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.feature {
  padding: var(--sp-6);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  transition: transform var(--t-base) var(--ease),
              box-shadow var(--t-base) var(--ease);
}

.feature:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-md);
}

.feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: var(--sp-4);
  border-radius: var(--r-md);
  background: var(--c-brand-50);
  color: var(--c-brand-600);
}

.feature__icon svg { width: 24px; height: 24px; }

.feature:nth-child(4n + 2) .feature__icon { background: var(--c-accent-50);  color: var(--c-accent-600); }
.feature:nth-child(4n + 3) .feature__icon { background: var(--c-teal-100);   color: var(--c-teal-700); }
.feature:nth-child(4n + 4) .feature__icon { background: var(--c-success-50); color: var(--c-success-600); }

.feature__title {
  margin-bottom: var(--sp-2);
  font-family: var(--font-head);
  font-size: var(--fs-h4);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-snug);
}

.feature__text {
  font-size: var(--fs-300);
  line-height: 1.6;
  color: var(--c-text-muted);
}

/* Koyu zeminde */
.section--dark .feature {
  background: rgba(255, 255, 255, .055);
  border-color: rgba(255, 255, 255, .12);
}

.section--dark .feature__text { color: var(--c-text-invert-muted); }

.section--dark .feature__icon {
  background: rgba(255, 255, 255, .10);
  color: var(--c-accent-300);
}

/* Sayac seridi */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-5);
  text-align: center;
}

@media (min-width: 1024px) {
  .stat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.stat__value {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 1.3rem + 2vw, 2.75rem);
  font-weight: var(--fw-black);
  letter-spacing: var(--ls-tight);
  line-height: 1.1;
  background: var(--grad-accent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat__label {
  display: block;
  margin-top: var(--sp-1);
  font-size: var(--fs-300);
  color: var(--c-text-muted);
}

.section--dark .stat__label { color: var(--c-text-invert-muted); }


/* ==========================================================================
   16. TESTIMONIAL (YORUMLAR)
   ========================================================================== */

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-5);
}

@media (min-width: 768px) {
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  height: 100%;
  padding: var(--sp-6);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-xs);
}

/* Dekoratif tirnak */
.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  right: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--c-brand-100);
  pointer-events: none;
}

.testimonial-card__head {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}

.testimonial-card__avatar {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: var(--r-pill);
  object-fit: cover;
  background: var(--c-brand-100);
}

/* Gorsel yoksa bas harf rozeti */
.testimonial-card__avatar--initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: var(--fw-bold);
  font-size: var(--fs-500);
  color: var(--c-brand-700);
}

.testimonial-card__name {
  display: block;
  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: var(--fw-bold);
  color: var(--c-ink-900);
  line-height: 1.3;
}

.testimonial-card__meta {
  display: block;
  font-size: var(--fs-200);
  color: var(--c-text-muted);
}

.testimonial-card__text {
  position: relative;
  font-size: var(--fs-300);
  line-height: 1.7;
  color: var(--c-ink-700);
}

.testimonial-card__foot {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  margin-top: auto;
  padding-top: var(--sp-3);
  border-top: 1px solid var(--c-border);
  font-size: var(--fs-200);
  color: var(--c-text-muted);
}

.testimonial-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: var(--fw-semi);
  color: var(--c-success-600);
}

.testimonial-card__verified svg { width: 14px; height: 14px; }


/* ==========================================================================
   17. PAGE HERO & BREADCRUMB
   ========================================================================== */

.page-hero {
  position: relative;
  isolation: isolate;
  padding-block: clamp(2rem, 1.4rem + 3vw, 3.5rem);
  background: var(--grad-brand);
  color: var(--c-text-invert);
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--hero-img, none);
  background-size: cover;
  background-position: center;
  opacity: .3;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 26, 51, .70), rgba(10, 26, 51, .88));
}

.page-hero__title {
  color: #FFFFFF;
  font-size: var(--fs-h2);
  margin-top: var(--sp-3);
}

.page-hero__desc {
  margin-top: var(--sp-3);
  max-width: 62ch;
  font-size: var(--fs-300);
  line-height: 1.65;
  color: var(--c-text-invert-muted);
}

.page-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2) var(--sp-5);
  margin-top: var(--sp-4);
  font-size: var(--fs-300);
  color: var(--c-text-invert-muted);
}

.page-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-hero__meta svg { width: 16px; height: 16px; color: var(--c-accent-300); }

/* --- Breadcrumb --------------------------------------------------------- */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-2);
  list-style: none;
  margin: 0;
  font-size: var(--fs-200);
  color: var(--c-text-muted);
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
}

.breadcrumb li + li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: .6;
}

.breadcrumb a { color: inherit; }

.breadcrumb a:hover { color: var(--c-brand-600); text-decoration: underline; }

.breadcrumb [aria-current="page"] {
  font-weight: var(--fw-semi);
  color: var(--c-ink-800);
}

/* Koyu zeminde */
.page-hero .breadcrumb { color: rgba(255, 255, 255, .72); }
.page-hero .breadcrumb a:hover { color: #FFFFFF; }
.page-hero .breadcrumb [aria-current="page"] { color: #FFFFFF; }


/* ==========================================================================
   18. TUR DETAY: GALERI
   ========================================================================== */

.gallery { display: grid; gap: var(--sp-2); }

.gallery__main {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--c-ink-100);
}

.gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery__count {
  position: absolute;
  right: var(--sp-3);
  bottom: var(--sp-3);
  padding: 0.35rem 0.8rem;
  font-size: var(--fs-200);
  font-weight: var(--fw-semi);
  color: var(--c-brand-900);
  background: rgba(255, 255, 255, .92);
  border-radius: var(--r-pill);
  box-shadow: var(--sh-sm);
}

/* Mobil: yatay kaydirilan kucuk gorseller */
.gallery__thumbs {
  display: flex;
  gap: var(--sp-2);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: var(--sp-1);
}

.gallery__thumbs::-webkit-scrollbar { height: 6px; }
.gallery__thumbs::-webkit-scrollbar-thumb {
  background: var(--c-ink-300);
  border-radius: var(--r-pill);
}

.gallery__thumb {
  flex: 0 0 96px;
  aspect-ratio: 4 / 3;
  scroll-snap-align: start;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--c-ink-100);
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color var(--t-fast) var(--ease),
              opacity var(--t-fast) var(--ease);
  opacity: .78;
  padding: 0;
}

.gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }

.gallery__thumb:hover { opacity: 1; }

.gallery__thumb.is-active {
  opacity: 1;
  border-color: var(--c-accent-400);
}

/* Masaustu: mozaik duzen */
@media (min-width: 1024px) {
  .gallery {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: var(--sp-3);
    aspect-ratio: 16 / 9;
  }

  .gallery__main {
    grid-row: span 2;
    aspect-ratio: auto;
    height: 100%;
  }

  .gallery--mosaic .gallery__thumbs { display: none; }

  .gallery__side {
    border-radius: var(--r-lg);
    overflow: hidden;
    background: var(--c-ink-100);
    position: relative;
  }

  .gallery__side img { width: 100%; height: 100%; object-fit: cover; }
}


/* ==========================================================================
   19. TUR DETAY: SEKMELER
   ========================================================================== */

.tabs {
  position: sticky;
  top: var(--header-h);
  z-index: 5;
  display: flex;
  gap: var(--sp-1);
  margin-bottom: var(--sp-6);
  padding: var(--sp-1);
  list-style: none;

  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-pill);
  box-shadow: var(--sh-xs);

  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.tabs::-webkit-scrollbar { display: none; }

.tabs__btn {
  flex: none;
  padding: 0.6rem 1.1rem;
  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: var(--fw-semi);
  color: var(--c-ink-600);
  background: transparent;
  border-radius: var(--r-pill);
  white-space: nowrap;
  cursor: pointer;
  transition: background-color var(--t-fast) var(--ease),
              color var(--t-fast) var(--ease);
}

.tabs__btn:hover { color: var(--c-brand-600); background: var(--c-brand-50); }

.tabs__btn.is-active,
.tabs__btn[aria-selected="true"] {
  background: var(--c-brand-900);
  color: #FFFFFF;
}

/* Panel — varsayilan gizli, .is-active ile acilir */
.tab-panel { display: none; }

.tab-panel.is-active { display: block; animation: lt-fade-in var(--t-base) var(--ease); }

@keyframes lt-fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: none; }
}

@media (min-width: 1024px) {
  .tabs { justify-content: flex-start; }
}


/* ==========================================================================
   20. TUR DETAY: PROGRAM AKISI (ITINERARY)
   ========================================================================== */

.itinerary {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: var(--sp-8);
}

/* Dikey rota cizgisi */
.itinerary::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 13px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--c-accent-400), var(--c-teal-400));
  opacity: .35;
}

.itinerary__item { position: relative; padding-bottom: var(--sp-6); }

.itinerary__item:last-child { padding-bottom: 0; }

/* Gun noktasi */
.itinerary__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: calc(var(--sp-8) * -1 + 6px);
  width: 16px;
  height: 16px;
  border-radius: var(--r-pill);
  background: var(--c-surface);
  border: 3px solid var(--c-accent-400);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, .14);
}

.itinerary__item:last-child::before {
  border-color: var(--c-teal-500);
  box-shadow: 0 0 0 4px rgba(14, 156, 158, .14);
}

.itinerary__day {
  display: inline-block;
  margin-bottom: var(--sp-2);
  padding: 0.22rem 0.6rem;
  font-family: var(--font-head);
  font-size: var(--fs-100);
  font-weight: var(--fw-bold);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--c-accent-700);
  background: var(--c-accent-50);
  border-radius: var(--r-pill);
}

.itinerary__title {
  margin-bottom: var(--sp-2);
  font-family: var(--font-head);
  font-size: var(--fs-h4);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-snug);
  color: var(--c-ink-900);
}

.itinerary__text {
  font-size: var(--fs-300);
  line-height: 1.7;
  color: var(--c-ink-700);
}

.itinerary__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-top: var(--sp-3);
}

.itinerary__tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0.25rem 0.6rem;
  font-size: var(--fs-100);
  font-weight: var(--fw-medium);
  color: var(--c-ink-700);
  background: var(--c-ink-100);
  border-radius: var(--r-pill);
}

.itinerary__tag svg { width: 13px; height: 13px; color: var(--c-ink-500); }


/* ==========================================================================
   21. TUR DETAY: DAHIL / HARIC LISTESI
   ========================================================================== */

.incl-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-6);
}

@media (min-width: 768px) {
  .incl-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sp-8); }
}

.incl-list {
  list-style: none;
  margin: 0;
  display: grid;
  gap: var(--sp-3);
}

.incl-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  padding-left: 0;
  font-size: var(--fs-300);
  line-height: 1.55;
  color: var(--c-ink-700);
}

/* Ikon capsulu — saf CSS, gorsel yok */
.incl-list li::before {
  content: "";
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: var(--r-pill);
  background: var(--c-ink-100);
}

/* Dahil — yesil onay isareti */
.incl-list li.yes::before {
  background: var(--c-success-50);
  box-shadow: inset 0 0 0 1px rgba(15, 122, 78, .22);
}

.incl-list li.yes::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 6px;
  height: 11px;
  border-right: 2px solid var(--c-success-600);
  border-bottom: 2px solid var(--c-success-600);
  transform: rotate(42deg);
}

/* Haric — kirmizi carpi + solgun metin */
.incl-list li.no { color: var(--c-text-muted); }

.incl-list li.no::before {
  background: var(--c-error-50);
  box-shadow: inset 0 0 0 1px rgba(192, 38, 23, .20);
}

.incl-list li.no::after {
  content: "\00D7";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  font-size: 15px;
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--c-error-600);
}

.incl-list__title {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  margin-bottom: var(--sp-4);
  font-family: var(--font-head);
  font-size: var(--fs-h4);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-snug);
}


/* ==========================================================================
   22. TUR DETAY: REZERVASYON KUTUSU & MOBIL BAR
   ========================================================================== */

.booking-box {
  padding: var(--sp-5);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-md);
}

@media (min-width: 1024px) {
  .booking-box {
    position: sticky;
    top: calc(var(--header-h) + var(--sp-5));
  }
}

.booking-box__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-3);
  padding-bottom: var(--sp-4);
  margin-bottom: var(--sp-4);
  border-bottom: 1px solid var(--c-border);
}

.booking-box__label {
  display: block;
  font-size: var(--fs-200);
  color: var(--c-text-muted);
}

.booking-box__price {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 1.25rem + 1vw, 1.875rem);
  font-weight: var(--fw-black);
  letter-spacing: var(--ls-tight);
  line-height: 1.1;
  color: var(--c-brand-900);
}

.booking-box__old {
  font-size: var(--fs-300);
  color: var(--c-text-muted);
  text-decoration: line-through;
  text-decoration-color: var(--c-error-600);
}

.booking-box__form { display: grid; gap: var(--sp-3); }

.booking-box__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  padding: var(--sp-3) var(--sp-4);
  margin-top: var(--sp-1);
  background: var(--c-brand-50);
  border-radius: var(--r-md);
  font-family: var(--font-head);
  font-weight: var(--fw-bold);
  color: var(--c-brand-900);
}

.booking-box__total span:last-child { font-size: var(--fs-h4); }

.booking-box__actions {
  display: grid;
  gap: var(--sp-2);
  margin-top: var(--sp-2);
}

.booking-box__note {
  margin-top: var(--sp-4);
  padding-top: var(--sp-4);
  border-top: 1px dashed var(--c-border);
  font-size: var(--fs-200);
  line-height: 1.55;
  color: var(--c-text-muted);
  text-align: center;
}

.booking-box__trust {
  display: grid;
  gap: var(--sp-2);
  margin-top: var(--sp-4);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--c-border);
}

.booking-box__trust li {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-200);
  color: var(--c-ink-700);
  list-style: none;
}

.booking-box__trust svg {
  width: 16px;
  height: 16px;
  flex: none;
  color: var(--c-success-600);
}

/* --- Mobilde alta sabitlenen rezervasyon bari ---------------------------- */
.mobile-book-bar {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: var(--z-bookbar);

  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-3) var(--gutter);
  padding-bottom: calc(var(--sp-3) + env(safe-area-inset-bottom, 0px));

  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--c-border);
  box-shadow: var(--sh-up);
}

.mobile-book-bar__price {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  min-width: 0;
}

.mobile-book-bar__label {
  font-size: var(--fs-100);
  color: var(--c-text-muted);
}

.mobile-book-bar__value {
  font-family: var(--font-head);
  font-size: var(--fs-600);
  font-weight: var(--fw-black);
  letter-spacing: var(--ls-tight);
  color: var(--c-brand-900);
}

.mobile-book-bar__actions {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  margin-left: auto;
  flex: none;
}

/* Bar acikken sayfa sonuna bosluk birak */
body.has-book-bar { padding-bottom: 84px; }

@media (min-width: 1024px) {
  .mobile-book-bar { display: none; }
  body.has-book-bar { padding-bottom: 0; }
}


/* ==========================================================================
   23. SSS AKORDIYON
   ========================================================================== */

.faq-list { display: grid; gap: var(--sp-3); }

.faq-item {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color var(--t-fast) var(--ease),
              box-shadow var(--t-fast) var(--ease);
}

.faq-item:hover { border-color: var(--c-border-strong); }

.faq-item.open {
  border-color: var(--c-brand-200);
  box-shadow: var(--sh-sm);
}

.faq-item__q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--sp-4);
  width: 100%;
  padding: var(--sp-4) var(--sp-5);

  font-family: var(--font-head);
  font-size: var(--fs-400);
  font-weight: var(--fw-semi);
  line-height: 1.45;
  text-align: left;
  color: var(--c-ink-900);
  cursor: pointer;
}

.faq-item__q:hover { color: var(--c-brand-600); }

.faq-item.open .faq-item__q { color: var(--c-brand-700); }

/* Arti / eksi ikonu — saf CSS */
.faq-item__icon {
  position: relative;
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: var(--r-pill);
  background: var(--c-brand-50);
  transition: background-color var(--t-fast) var(--ease),
              transform var(--t-base) var(--ease);
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--c-brand-600);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: opacity var(--t-fast) var(--ease),
              transform var(--t-base) var(--ease);
}

.faq-item__icon::before { width: 10px; height: 2px; }
.faq-item__icon::after  { width: 2px; height: 10px; }

.faq-item.open .faq-item__icon { background: var(--c-brand-600); }
.faq-item.open .faq-item__icon::before { background: #FFFFFF; }
.faq-item.open .faq-item__icon::after  { opacity: 0; transform: translate(-50%, -50%) rotate(90deg); }

/* Cevap — JS yalnizca .open sinifini ekler/cikarir */
.faq-item__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--t-base) var(--ease);
}

.faq-item.open .faq-item__a { grid-template-rows: 1fr; }

.faq-item__a > div { overflow: hidden; }

.faq-item__a p {
  padding: 0 var(--sp-5) var(--sp-5);
  font-size: var(--fs-300);
  line-height: 1.7;
  color: var(--c-ink-700);
}


/* ==========================================================================
   24. PAGINATION & BOS DURUM
   ========================================================================== */

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  list-style: none;
  margin: var(--sp-10) 0 0;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding-inline: var(--sp-3);

  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: var(--fw-semi);
  color: var(--c-ink-700);

  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  transition: background-color var(--t-fast) var(--ease),
              border-color var(--t-fast) var(--ease),
              color var(--t-fast) var(--ease);
}

.pagination a:hover {
  border-color: var(--c-brand-400);
  background: var(--c-brand-50);
  color: var(--c-brand-700);
}

.pagination .is-active {
  background: var(--c-brand-900);
  border-color: var(--c-brand-900);
  color: #FFFFFF;
}

.pagination .is-disabled {
  opacity: .45;
  pointer-events: none;
}

.pagination .is-gap {
  border-color: transparent;
  background: transparent;
  min-width: 26px;
  padding-inline: 0;
}

/* --- Bos durum ----------------------------------------------------------- */
.empty-state {
  display: grid;
  justify-items: center;
  gap: var(--sp-4);
  padding: clamp(2.5rem, 2rem + 3vw, 4.5rem) var(--sp-5);
  text-align: center;
  background: var(--c-bg-soft);
  border: 1px dashed var(--c-border-strong);
  border-radius: var(--r-lg);
}

.empty-state__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: var(--r-pill);
  background: var(--c-brand-100);
  color: var(--c-brand-600);
}

.empty-state__icon svg { width: 30px; height: 30px; }

.empty-state__title {
  font-family: var(--font-head);
  font-size: var(--fs-h3);
  font-weight: var(--fw-bold);
}

.empty-state__text {
  max-width: 46ch;
  font-size: var(--fs-300);
  line-height: 1.65;
  color: var(--c-text-muted);
}

/* --- Sonuc sayisi seridi -------------------------------------------------- */
.result-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  margin-bottom: var(--sp-5);
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--c-border);
  font-size: var(--fs-300);
  color: var(--c-text-muted);
}

.result-bar strong { color: var(--c-ink-900); }


/* ==========================================================================
   25. FOOTER
   ========================================================================== */

.site-footer {
  background: var(--c-brand-900);
  color: var(--c-text-invert-muted);
  font-size: var(--fs-300);
  line-height: 1.7;
}

.site-footer a { color: var(--c-text-invert-muted); }
.site-footer a:hover { color: #FFFFFF; }

.footer-top { padding-block: var(--sp-12) var(--sp-10); }

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-8);
}

@media (min-width: 640px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: var(--sp-10);
  }
}

.footer-col__logo {
  display: inline-flex;
  color: #FFFFFF;
  --lt-mark: #FFFFFF;
  margin-bottom: var(--sp-4);
}

.footer-col__logo svg,
.footer-col__logo img { height: 38px; width: auto; }

.footer-about { max-width: 42ch; }

.footer-title {
  margin-bottom: var(--sp-4);
  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer-links {
  list-style: none;
  margin: 0;
  display: grid;
  gap: var(--sp-2);
}

.footer-links a {
  display: inline-block;
  padding-block: 2px;
  transition: transform var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}

.footer-links a:hover { transform: translateX(3px); }

/* Iletisim bloklari */
.footer-contact {
  list-style: none;
  margin: 0;
  display: grid;
  gap: var(--sp-3);
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
}

.footer-contact svg {
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 4px;
  color: var(--c-accent-300);
}

.footer-contact strong {
  display: block;
  font-family: var(--font-head);
  font-size: var(--fs-400);
  color: #FFFFFF;
}

/* Sosyal */
.social {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  list-style: none;
  margin: var(--sp-5) 0 0;
}

.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .09);
  color: #FFFFFF;
  transition: background-color var(--t-fast) var(--ease),
              transform var(--t-fast) var(--ease);
}

.social a:hover {
  background: var(--c-accent-400);
  color: var(--c-brand-900);
  transform: translateY(-2px);
}

.social svg { width: 19px; height: 19px; }

/* Belge / sertifika rozetleri */
.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-top: var(--sp-5);
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-2) var(--sp-3);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--r-sm);
  font-size: var(--fs-100);
  line-height: 1.35;
  color: #FFFFFF;
}

.footer-badge strong {
  display: block;
  font-family: var(--font-head);
  font-weight: var(--fw-bold);
}

.footer-badge span { color: var(--c-text-invert-muted); }

/* Odeme logolari alani */
.pay-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-2);
  list-style: none;
  margin: 0;
}

.pay-icons li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 48px;
  padding-inline: var(--sp-2);
  background: #FFFFFF;
  border-radius: var(--r-xs);
  box-shadow: var(--sh-xs);
}

.pay-icons img,
.pay-icons svg {
  max-height: 20px;
  width: auto;
}

/* --- Alt telif seridi ----------------------------------------------------- */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-block: var(--sp-5);
}

.footer-bottom__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
  text-align: center;
  font-size: var(--fs-200);
}

.footer-bottom__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--sp-2) var(--sp-4);
  list-style: none;
  margin: 0;
}

@media (min-width: 768px) {
  .footer-bottom__inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

/* Mobilde alt bar varsa footer'in altina bosluk */
@media (max-width: 1023px) {
  body.has-book-bar .site-footer { padding-bottom: var(--sp-4); }
}


/* ==========================================================================
   26. WHATSAPP YUZEN BUTON
   ========================================================================== */

.wa-float {
  position: fixed;
  right: var(--sp-4);
  bottom: calc(var(--sp-4) + env(safe-area-inset-bottom, 0px));
  z-index: var(--z-float);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;

  background: var(--c-wa);
  color: #FFFFFF;
  border-radius: var(--r-pill);
  box-shadow: 0 8px 24px rgba(37, 211, 102, .40);

  transition: transform var(--t-base) var(--ease),
              box-shadow var(--t-base) var(--ease);
}

.wa-float:hover {
  color: #FFFFFF;
  transform: scale(1.06);
  box-shadow: 0 12px 30px rgba(37, 211, 102, .5);
}

.wa-float svg { width: 28px; height: 28px; }

/* Nabiz halkasi */
.wa-float::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid var(--c-wa);
  animation: wa-pulse 2.4s var(--ease) infinite;
}

@keyframes wa-pulse {
  0%   { transform: scale(1);    opacity: .7; }
  70%  { transform: scale(1.45); opacity: 0; }
  100% { transform: scale(1.45); opacity: 0; }
}

/* Genis ekranda metin etiketi */
.wa-float__label { display: none; }

@media (min-width: 1024px) {
  .wa-float {
    width: auto;
    height: 56px;
    gap: var(--sp-2);
    padding-inline: var(--sp-5);
    right: var(--sp-6);
    bottom: var(--sp-6);
  }

  .wa-float__label {
    display: inline;
    font-family: var(--font-head);
    font-size: var(--fs-300);
    font-weight: var(--fw-bold);
  }
}

/* Mobilde rezervasyon bari varsa butonu yukari kaldir */
@media (max-width: 1023px) {
  body.has-book-bar .wa-float { bottom: calc(84px + env(safe-area-inset-bottom, 0px)); }
}


/* ==========================================================================
   27. YARDIMCI SINIFLAR
   ========================================================================== */

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

/* Klavye ile odaklaninca gorunur olan "icerige atla" bagi */
.skip-link {
  position: absolute;
  top: -100px;
  left: var(--sp-4);
  z-index: var(--z-toast);
  padding: var(--sp-3) var(--sp-5);
  background: var(--c-brand-900);
  color: #FFFFFF;
  border-radius: 0 0 var(--r-md) var(--r-md);
  font-weight: var(--fw-semi);
  transition: top var(--t-fast) var(--ease);
}

.skip-link:focus { top: 0; color: #FFFFFF; }

.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }

.u-mt-0  { margin-top: 0 !important; }
.u-mt-2  { margin-top: var(--sp-2); }
.u-mt-4  { margin-top: var(--sp-4); }
.u-mt-6  { margin-top: var(--sp-6); }
.u-mt-8  { margin-top: var(--sp-8); }
.u-mb-0  { margin-bottom: 0 !important; }
.u-mb-4  { margin-bottom: var(--sp-4); }
.u-mb-6  { margin-bottom: var(--sp-6); }
.u-mb-8  { margin-bottom: var(--sp-8); }

.u-full { width: 100%; }

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-clamp-2,
.u-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-clamp-2 { -webkit-line-clamp: 2; line-clamp: 2; }
.u-clamp-3 { -webkit-line-clamp: 3; line-clamp: 3; }

/* Gorunurluk */
.u-hide { display: none !important; }

@media (max-width: 767px) {
  .u-hide-mobile { display: none !important; }
}

@media (min-width: 768px) {
  .u-hide-desktop { display: none !important; }
}

/* Yatay kaydirmali sira (mobilde kart listeleri icin) */
.scroller {
  display: flex;
  gap: var(--sp-4);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: var(--sp-3);
  margin-inline: calc(var(--gutter) * -1);
  padding-inline: var(--gutter);
  scrollbar-width: none;
}

.scroller::-webkit-scrollbar { display: none; }

.scroller > * {
  flex: 0 0 82%;
  scroll-snap-align: start;
}

@media (min-width: 640px) {
  .scroller > * { flex-basis: 46%; }
}

@media (min-width: 1024px) {
  .scroller {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    margin-inline: 0;
    padding-inline: 0;
  }
}

/* Gorsel yuklenene kadar iskelet */
.skeleton {
  background: linear-gradient(90deg, var(--c-ink-100) 25%, var(--c-ink-200) 37%, var(--c-ink-100) 63%);
  background-size: 400% 100%;
  animation: lt-shimmer 1.4s ease-in-out infinite;
  border-radius: var(--r-sm);
}

@keyframes lt-shimmer {
  0%   { background-position: 100% 50%; }
  100% { background-position: 0 50%; }
}

/* Kart benzeri jenerik yuzey */
.card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: var(--sp-5);
}

.card--pad-lg { padding: var(--sp-8); }
.card--soft { background: var(--c-bg-soft); }

/* Bolum ayirici ince rota cizgisi */
.divider-route {
  height: 3px;
  width: 64px;
  border-radius: 3px;
  background: var(--grad-route);
}


/* ==========================================================================
   28. ERISILEBILIRLIK / HAREKET / PRINT
   ========================================================================== */

/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .tour-card:hover,
  .dest-card:hover,
  .feature:hover,
  .wa-float:hover,
  .btn:hover { transform: none; }

  .tour-card:hover .tour-card__media img,
  .dest-card:hover img { transform: none; }

  .wa-float::before { display: none; }
}

/* Yuksek kontrast tercihi */
@media (prefers-contrast: more) {
  :root {
    --c-text-muted: var(--c-ink-700);
    --c-border: var(--c-ink-400);
    --c-border-strong: var(--c-ink-600);
  }

  .btn { border-width: 2px; }
}

/* Koyu zemin uzerindeki bilesenlerde odak halkasi gorunurlugu */
.section--dark :focus-visible,
.site-footer :focus-visible,
.hero :focus-visible,
.page-hero :focus-visible { outline-color: var(--c-accent-300); }

/* Baski */
@media print {
  .site-header,
  .mobile-nav,
  .nav-overlay,
  .wa-float,
  .mobile-book-bar,
  .tabs,
  .pagination,
  .search-box,
  .site-footer { display: none !important; }

  body { background: #FFFFFF; color: #000000; font-size: 11pt; }

  .hero,
  .page-hero {
    background: none !important;
    color: #000000;
    padding-block: 0;
  }

  .hero::before, .hero::after,
  .page-hero::before, .page-hero::after { display: none; }

  .hero__title,
  .page-hero__title { color: #000000; }

  .tab-panel { display: block !important; }

  .tour-card,
  .booking-box,
  .card {
    border: 1px solid #999999;
    box-shadow: none;
    break-inside: avoid;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #555555;
  }
}


/* ==========================================================================
   29. PHP SABLON UYUMLULUK KATMANI
   --------------------------------------------------------------------------
   Bu bolum, PHP sablonlarinda (includes/header.php, includes/footer.php,
   includes/tour-card.php, index.php, turlar.php, tur.php, iletisim.php,
   sayfa.php, sss.php, 404.php, rezervasyon.php) kullanilan sinif adlarini
   01–28 arasindaki tasarim sistemine baglar ve sablonlarda olup sistemde
   bulunmayan bloklari ayni gorsel dille tamamlar.

   Kurallar:
   - Yalnizca token'lar (renk / bosluk / yaricap / golge degiskenleri) kullanilir.
   - Mobil oncelikli; tum kirilimlar min-width sorgusudur.
   - Ana menu kirilimi 992px'tir (assets/js/main.js max-width:991px ile eslesir).
   - JS kancalari: body.nav-open · .site-header.is-stuck · .faq-item.open ·
     .tabs__btn.is-active + .tab-panel.is-active (+ hidden) ·
     .gallery__thumb.is-active · .mobile-book-bar.is-visible · .has-sub.is-open
   ========================================================================== */

/* --------------------------------------------------------------------------
   29.0 Olcu duzeltmeleri
   -------------------------------------------------------------------------- */
:root {
  --topbar-h: 34px;
  --nav-bp: 992px;   /* belge amacli; media query'lerde sabit yazilir */
}

@media (min-width: 992px) {
  :root {
    --header-h: 76px;
    --topbar-h: 38px;
  }
}


/* ==========================================================================
   29.1 ERISILEBILIRLIK YARDIMCILARI
   ========================================================================== */

/* Bal kupu alani — ekranda ve okuyucuda asla gorunmemeli */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}


/* ==========================================================================
   29.2 TOPBAR — header ustu ince koyu serit
   ========================================================================== */

.topbar {
  background: var(--c-brand-900);
  color: var(--c-text-invert-muted);
  font-size: var(--fs-100);
  line-height: 1.3;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--sp-4);
  min-height: var(--topbar-h);
}

.topbar__spacer { display: none; }

.topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  color: inherit;
}

.topbar__item svg {
  width: 13px;
  height: 13px;
  flex: none;
  color: var(--c-accent-300);
}

a.topbar__item {
  font-family: var(--font-head);
  font-weight: var(--fw-bold);
  color: #FFFFFF;
}

a.topbar__item:hover { color: var(--c-accent-300); }

/* Mobil: yalnizca telefon gorunur */
.topbar__item--badge,
.topbar__item--hours { display: none; }

.topbar__item--badge {
  position: relative;
  padding-left: 16px;
  color: var(--c-accent-300);
  font-weight: var(--fw-semi);
}

.topbar__item--badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: var(--r-pill);
  background: var(--c-teal-400);
  box-shadow: 0 0 0 3px rgba(25, 184, 176, .22);
}

@media (min-width: 768px) {
  .topbar__inner { justify-content: flex-start; }
  .topbar__spacer { display: block; flex: 1 1 auto; }
  .topbar__item--badge { display: inline-flex; }
}

@media (min-width: 992px) {
  .topbar__item--hours {
    display: inline-flex;
    padding-left: var(--sp-4);
    border-left: 1px solid rgba(255, 255, 255, .14);
  }
}


/* ==========================================================================
   29.3 HEADER — .header__inner / .logo / .header__actions / .header__phone
   ========================================================================== */

/* ONEMLI: .site-header'daki backdrop-filter, icindeki position:fixed olan
   mobil menu panelini kendi kutusuna hapsediyordu (filtre yeni bir icerme
   blogu yaratir). Mobilde filtreyi kapatip opak zemin veriyoruz; masaustunde
   panel zaten akista oldugu icin cam efekti geri geliyor. */
.site-header {
  background: #FFFFFF;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

@media (min-width: 992px) {
  .site-header {
    background: rgba(255, 255, 255, .94);
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
  }
}

.header__inner {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  height: var(--header-h);
}

.logo {
  display: inline-flex;
  align-items: center;
  flex: none;
  margin-right: auto;
  color: var(--c-brand-900);
  --lt-mark: var(--c-brand-900);
}

.logo img,
.logo svg {
  height: 32px;
  width: auto;
  display: block;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  flex: none;
}

/* Telefon CTA — mobilde ikon + kisa metin, masaustunde tam boy */
.btn.header__phone {
  gap: 6px;
  padding: 0.5rem 0.75rem;
  font-size: var(--fs-200);
  white-space: nowrap;
}

.btn.header__phone svg { width: 15px; height: 15px; flex: none; }

@media (min-width: 992px) {
  .logo img,
  .logo svg { height: 40px; }

  .header__inner { gap: var(--sp-5); }

  .btn.header__phone {
    gap: var(--sp-2);
    padding: 0.7rem 1.25rem;
    font-size: var(--fs-300);
  }

  .btn.header__phone svg { width: 17px; height: 17px; }
}

/* Panel acikken header, perdenin uzerinde kalir; logo ve hamburger de panelin
   uzerinde kalir ki hamburger "kapat" dugmesi olarak kullanilabilsin.
   (.main-nav header'in icinde oldugu icin z-index'ler ayni yigin baglaminda.) */
body.nav-open .site-header { z-index: calc(var(--z-drawer) + 1); }

body.nav-open .logo,
body.nav-open .header__actions {
  position: relative;
  z-index: calc(var(--z-drawer) + 1);
}


/* ==========================================================================
   29.4 ANA MENU — mobilde kayan panel, masaustunde yatay serit
   ========================================================================== */

.main-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: var(--z-drawer);

  display: flex;
  flex-direction: column;
  width: min(86vw, 340px);
  padding: calc(var(--header-h) + var(--sp-5)) var(--sp-5) var(--sp-10);

  background: var(--c-surface);
  box-shadow: var(--sh-xl);
  overflow-y: auto;
  overscroll-behavior: contain;

  transform: translateX(100%);
  visibility: hidden;
  transition: transform var(--t-base) var(--ease-out),
              visibility var(--t-base) var(--ease-out);
}

body.nav-open .main-nav {
  transform: translateX(0);
  visibility: visible;
}

.main-nav__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  list-style: none;
  margin: 0;
}

.main-nav__list > li { min-width: 0; }

.main-nav__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  padding: 0.85rem 0.25rem;

  font-family: var(--font-head);
  font-size: var(--fs-500);
  font-weight: var(--fw-semi);
  color: var(--c-ink-900);
  border-bottom: 1px solid var(--c-border);
  border-radius: 0;
}

.main-nav__list a:hover { color: var(--c-brand-600); }

/* Acilir ok */
.caret {
  flex: none;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: .6;
  transition: transform var(--t-fast) var(--ease);
}

/* Alt menu — mobilde katlanir */
.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 var(--sp-4);
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--t-base) var(--ease);
}

.has-sub.is-open > a .caret { transform: translateY(1px) rotate(225deg); }
.has-sub.is-open .sub-menu { max-height: 620px; }

.sub-menu a {
  padding: 0.6rem 0.25rem;
  font-size: var(--fs-300);
  font-weight: var(--fw-medium);
  color: var(--c-ink-600);
  border-bottom: 1px dashed var(--c-border);
}

.sub-menu li:last-child a { border-bottom: 0; }

/* Panel alt CTA'si — yalnizca mobil panelde */
.main-nav__cta {
  display: grid;
  gap: var(--sp-3);
  margin-top: var(--sp-6);
  padding-top: var(--sp-5);
  border-top: 1px solid var(--c-border);
}

/* Karartma perdesi (JS hidden ozniteligini kullanir) */
.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: var(--z-overlay);
  background: rgba(10, 26, 51, .55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity var(--t-base) var(--ease);
}

.nav-backdrop[hidden] { display: none; }

body.nav-open .nav-backdrop { opacity: 1; }

/* --- Masaustu: klasik yatay menu ---------------------------------------- */
@media (min-width: 992px) {
  .main-nav {
    position: static;
    width: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    transform: none;
    visibility: visible;
    flex-direction: row;
    align-items: center;
  }

  .main-nav__list {
    flex-direction: row;
    align-items: center;
    gap: var(--sp-1);
  }

  .main-nav__list > li { position: relative; }

  .main-nav__list > li > a {
    justify-content: center;
    padding: 0.6rem 0.85rem;
    font-size: var(--fs-300);
    border-bottom: 0;
    border-radius: var(--r-sm);
    transition: color var(--t-fast) var(--ease),
                background-color var(--t-fast) var(--ease);
  }

  .main-nav__list > li > a:hover {
    color: var(--c-brand-600);
    background: var(--c-brand-50);
  }

  .sub-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 232px;
    max-height: none;
    overflow: visible;
    padding: var(--sp-2);

    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--r-lg);
    box-shadow: var(--sh-lg);

    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity var(--t-fast) var(--ease),
                transform var(--t-fast) var(--ease),
                visibility var(--t-fast) var(--ease);
  }

  .has-sub:hover > .sub-menu,
  .has-sub:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .sub-menu a {
    display: block;
    padding: 0.55rem 0.75rem;
    border-bottom: 0;
    border-radius: var(--r-sm);
    font-size: var(--fs-300);
    color: var(--c-ink-700);
  }

  .sub-menu a:hover {
    background: var(--c-brand-50);
    color: var(--c-brand-600);
  }

  .main-nav__cta,
  .nav-toggle,
  .nav-backdrop { display: none; }

  body.nav-open { overflow: visible; }
}


/* ==========================================================================
   29.5 HERO & ARAMA KUTUSU (sablon yapisi)
   ========================================================================== */

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(closest-side at 82% 12%, rgba(245, 158, 11, .20), transparent 70%),
    radial-gradient(closest-side at 8% 92%, rgba(25, 184, 176, .18), transparent 72%);
}

/* Sablonda .hero__inner icinde form var — genisligi biraz acalim */
.hero .hero__inner { max-width: 900px; }

/* Arama kutusu: sablonda __grid sargisi yok, .search-box'in kendisi grid */
.search-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-3);
  align-items: end;
}

.search-box__field label {
  font-family: var(--font-head);
  font-size: var(--fs-100);
  font-weight: var(--fw-bold);
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--c-text-muted);
}

.search-box__field > select,
.search-box__field > input {
  width: 100%;
  min-height: 50px;
  padding: 0.7rem var(--sp-4);
  font-family: inherit;
  font-size: var(--fs-400);
  color: var(--c-text);
  background: var(--c-ink-50);
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  appearance: none;
  -webkit-appearance: none;
}

.search-box__field > select {
  padding-right: var(--sp-8);
  background-image:
    linear-gradient(45deg, transparent 50%, var(--c-ink-500) 50%),
    linear-gradient(135deg, var(--c-ink-500) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% + 1px),
    calc(100% - 13px) calc(50% + 1px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.search-box__field > select:focus,
.search-box__field > input:focus {
  background-color: #FFFFFF;
  border-color: var(--c-brand-500);
  outline: none;
  box-shadow: var(--focus-ring);
}

.search-box > .btn {
  width: 100%;
  min-height: 50px;
}

@media (min-width: 640px) {
  .search-box { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .search-box > .btn { grid-column: 1 / -1; }
}

@media (min-width: 1024px) {
  .search-box {
    grid-template-columns: 1.4fr 1fr 1fr auto;
    gap: var(--sp-4);
  }

  .search-box > .btn {
    grid-column: auto;
    min-width: 160px;
    width: auto;
  }
}

/* Populer destinasyon kisayollari */
.hero__quick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-2);
  list-style: none;
  margin: var(--sp-5) 0 0;
  font-size: var(--fs-200);
  color: var(--c-text-invert-muted);
}

.hero__quick a {
  display: inline-block;
  padding: 0.28rem 0.7rem;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--r-pill);
  font-weight: var(--fw-medium);
  color: #FFFFFF;
  transition: background-color var(--t-fast) var(--ease);
}

.hero__quick a:hover { background: rgba(255, 255, 255, .22); color: #FFFFFF; }


/* ==========================================================================
   29.6 BOLUM BASLIKLARI — .section--alt / .section-head__label / .section__more
   ========================================================================== */

.section--alt { background: var(--c-bg-soft); }

.section-head__label {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  margin-bottom: var(--sp-3);
  font-family: var(--font-head);
  font-size: var(--fs-200);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--c-accent-600);
}

.section-head__label::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--grad-route);
}

.section-head > h2 { margin-bottom: var(--sp-3); }

.section-head > p {
  font-size: var(--fs-400);
  line-height: 1.65;
  color: var(--c-text-muted);
}

.section__more {
  display: flex;
  justify-content: center;
  margin-top: var(--sp-8);
}


/* ==========================================================================
   29.7 GUVEN SERIDI — .trust-bar__inner / .trust-bar__item
   ========================================================================== */

.trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-4);
  padding-block: var(--sp-5);
}

.trust-bar__item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  min-width: 0;
}

.trust-bar__item > svg {
  flex: none;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: var(--r-md);
  background: var(--c-brand-50);
  color: var(--c-brand-600);
}

.trust-bar__item:nth-child(2) > svg { background: var(--c-accent-50);  color: var(--c-accent-600); }
.trust-bar__item:nth-child(3) > svg { background: var(--c-teal-100);   color: var(--c-teal-700); }
.trust-bar__item:nth-child(4) > svg { background: var(--c-success-50); color: var(--c-success-600); }

.trust-bar__item > div { min-width: 0; }

.trust-bar__item strong {
  display: block;
  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--c-ink-900);
}

.trust-bar__item span {
  display: block;
  font-size: var(--fs-200);
  line-height: 1.4;
  color: var(--c-text-muted);
}

@media (min-width: 992px) {
  .trust-bar__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--sp-6);
    padding-block: var(--sp-6);
  }
}


/* ==========================================================================
   29.8 TUR KARTI — sablondaki ek parcalar
   ========================================================================== */

/* Listeleme sutununda 2'li grid */
@media (min-width: 1024px) {
  .tour-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Rozetler dogrudan .tour-card__media icinde */
.tour-card__media > .badge {
  position: absolute;
  top: var(--sp-3);
  left: var(--sp-3);
  z-index: 2;
  pointer-events: none;
}

.tour-card__media > .badge--discount {
  left: auto;
  right: var(--sp-3);
  background: var(--c-accent-400);
  color: var(--c-brand-900);
}

.tour-card__summary {
  font-size: var(--fs-300);
  line-height: 1.6;
  color: var(--c-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tour-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
}

/* Genel amacli kucuk etiket */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0.22rem 0.6rem;
  font-size: var(--fs-100);
  font-weight: var(--fw-medium);
  line-height: 1.5;
  color: var(--c-ink-700);
  background: var(--c-ink-100);
  border-radius: var(--r-pill);
  white-space: nowrap;
}

.tour-card__rating {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-200);
  color: var(--c-text-muted);
}

/* Sablon yildizlari metin olarak basiyor — jenerik ::before'i kapat */
.tour-card__rating .stars::before { content: none; }

.tour-card__rating .stars {
  color: var(--c-star);
  font-size: var(--fs-300);
  letter-spacing: .5px;
}

.tour-card__rating strong {
  font-family: var(--font-head);
  font-weight: var(--fw-bold);
  color: var(--c-ink-800);
}

.tour-card__reviews { color: var(--c-text-muted); }

.tour-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  min-width: 0;
}

/* Fiyat parcalari (sablon adlandirmasi) */
.price-old {
  font-size: var(--fs-200);
  color: var(--c-text-muted);
  text-decoration: line-through;
  text-decoration-color: var(--c-error-600);
  text-decoration-thickness: 1.5px;
}

.price-new {
  display: block;
  font-family: var(--font-head);
  font-size: var(--fs-h4);
  font-weight: var(--fw-black);
  letter-spacing: var(--ls-tight);
  color: var(--c-brand-900);
}

.price-note {
  display: block;
  font-size: var(--fs-100);
  font-weight: var(--fw-medium);
  color: var(--c-text-muted);
}


/* ==========================================================================
   29.9 DESTINASYON KARTI — .dest-card__overlay / .dest-card__text
   ========================================================================== */

.dest-card__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--grad-veil);
  pointer-events: none;
}

.dest-card__text {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: var(--sp-4);
}

.dest-card__text strong {
  display: block;
  font-family: var(--font-head);
  font-size: var(--fs-500);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-snug);
  line-height: 1.25;
  color: #FFFFFF;
}

.dest-card__text small {
  display: block;
  margin-top: 2px;
  font-size: var(--fs-200);
  color: rgba(255, 255, 255, .82);
}


/* ==========================================================================
   29.10 OZELLIK KARTLARI — .feature-card
   ========================================================================== */

.feature-card {
  padding: var(--sp-6);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  transition: transform var(--t-base) var(--ease),
              box-shadow var(--t-base) var(--ease);
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-md);
}

.feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: var(--sp-4);
  border-radius: var(--r-md);
  background: var(--c-brand-50);
  color: var(--c-brand-600);
  font-size: 1.35rem;
  line-height: 1;
}

.feature-card__icon svg { width: 24px; height: 24px; }

.feature-card:nth-child(4n + 2) .feature-card__icon { background: var(--c-accent-50);  color: var(--c-accent-600); }
.feature-card:nth-child(4n + 3) .feature-card__icon { background: var(--c-teal-100);   color: var(--c-teal-700); }
.feature-card:nth-child(4n + 4) .feature-card__icon { background: var(--c-success-50); color: var(--c-success-600); }

.feature-card h3 {
  margin-bottom: var(--sp-2);
  font-family: var(--font-head);
  font-size: var(--fs-h4);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-snug);
}

.feature-card p {
  font-size: var(--fs-300);
  line-height: 1.65;
  color: var(--c-text-muted);
}

/* index.php'de 6 kart var — masaustunde 3'lu daha dengeli */
@media (min-width: 1024px) {
  .feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}


/* ==========================================================================
   29.11 YORUM KARTLARI — sablon yapisi (figure / blockquote / figcaption)
   ========================================================================== */

.testimonial-card__stars {
  font-size: var(--fs-500);
  line-height: 1;
  letter-spacing: 2px;
  color: var(--c-star);
}

.testimonial-card blockquote {
  flex: 1 1 auto;
  margin: 0;
  font-size: var(--fs-300);
  line-height: 1.75;
  color: var(--c-ink-700);
}

.testimonial-card figcaption {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--c-border);
}

.testimonial-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: var(--fw-bold);
  font-size: var(--fs-500);
  color: var(--c-brand-700);
  text-transform: uppercase;
}

.testimonial-card figcaption strong {
  display: block;
  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: var(--c-ink-900);
}

.testimonial-card figcaption small {
  display: block;
  font-size: var(--fs-200);
  color: var(--c-text-muted);
}


/* ==========================================================================
   29.12 BULTEN BANDI — .newsletter
   ========================================================================== */

.newsletter {
  background: var(--c-brand-50);
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  padding-block: clamp(2rem, 1.4rem + 3vw, 3.25rem);
}

.newsletter__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--sp-5);
  align-items: center;
}

.newsletter__text h3 {
  font-family: var(--font-head);
  font-size: var(--fs-h3);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-snug);
  color: var(--c-brand-900);
  margin-bottom: var(--sp-2);
}

.newsletter__text p {
  font-size: var(--fs-300);
  line-height: 1.65;
  color: var(--c-ink-700);
  max-width: 56ch;
}

.newsletter__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-3);
}

.newsletter__form .form-control { background: #FFFFFF; }

@media (min-width: 640px) {
  .newsletter__form { grid-template-columns: minmax(0, 1fr) auto; }
}

@media (min-width: 992px) {
  .newsletter__inner { grid-template-columns: 1.25fr 1fr; gap: var(--sp-10); }
}


/* ==========================================================================
   29.13 KAPANIS CTA BANDI — .cta-band
   ========================================================================== */

.cta-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--grad-brand);
  color: var(--c-text-invert);
  padding-block: clamp(2.5rem, 1.8rem + 3.5vw, 4rem);
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(closest-side at 88% 18%, rgba(245, 158, 11, .22), transparent 70%),
    radial-gradient(closest-side at 6% 88%, rgba(25, 184, 176, .18), transparent 72%);
}

.cta-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--sp-6);
  align-items: center;
}

.cta-band h2 {
  color: #FFFFFF;
  margin-bottom: var(--sp-3);
}

.cta-band p {
  font-size: var(--fs-400);
  line-height: 1.65;
  color: var(--c-text-invert-muted);
  max-width: 60ch;
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
}

.cta-band__actions .btn { flex: 1 1 210px; }

@media (min-width: 992px) {
  .cta-band__inner { grid-template-columns: 1.4fr auto; gap: var(--sp-10); }
  .cta-band__actions { flex-wrap: nowrap; }
  .cta-band__actions .btn { flex: 0 0 auto; }
}


/* ==========================================================================
   29.14 TUR LISTELEME — .listing / .filter-box / .filter-help
   ========================================================================== */

.listing {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-6);
  align-items: start;
}

.listing__filters {
  display: grid;
  gap: var(--sp-4);
  min-width: 0;
}

.listing__results { min-width: 0; }

.listing__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  margin-bottom: var(--sp-5);
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--c-border);
}

.listing__count {
  font-size: var(--fs-300);
  color: var(--c-text-muted);
}

.listing__count strong {
  font-family: var(--font-head);
  font-size: var(--fs-500);
  color: var(--c-ink-900);
}

.listing__sort {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  margin-left: auto;
}

.listing__sort label {
  font-size: var(--fs-200);
  font-weight: var(--fw-semi);
  color: var(--c-text-muted);
  white-space: nowrap;
}

.listing__sort .form-control {
  width: auto;
  min-width: 190px;
  min-height: 42px;
  padding-block: 0.45rem;
  font-size: var(--fs-300);
}

/* --- Filtre paneli ------------------------------------------------------- */
.filter-box {
  display: grid;
  gap: var(--sp-4);
  padding: var(--sp-5);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-sm);
}

.filter-box__title {
  font-family: var(--font-head);
  font-size: var(--fs-400);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-snug);
  color: var(--c-ink-900);
  padding-bottom: var(--sp-3);
  border-bottom: 1px solid var(--c-border);
}

.filter-box .form-group { margin: 0; }

.filter-box__reset {
  justify-self: center;
  font-size: var(--fs-200);
  font-weight: var(--fw-semi);
  color: var(--c-text-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.filter-box__reset:hover { color: var(--c-error-600); }

.filter-help {
  padding: var(--sp-5);
  background: var(--c-brand-50);
  border: 1px solid var(--c-brand-100);
  border-radius: var(--r-lg);
}

.filter-help h3 {
  font-family: var(--font-head);
  font-size: var(--fs-400);
  font-weight: var(--fw-bold);
  color: var(--c-brand-900);
  margin-bottom: var(--sp-2);
}

.filter-help p {
  font-size: var(--fs-200);
  line-height: 1.6;
  color: var(--c-ink-700);
  margin-bottom: var(--sp-4);
}

@media (min-width: 992px) {
  .listing {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: var(--sp-8);
  }

  .listing__filters {
    position: sticky;
    top: calc(var(--header-h) + var(--sp-5));
  }
}


/* ==========================================================================
   29.15 SAYFALAMA — .pagination__item / .pagination__dots
   ========================================================================== */

.pagination__item,
.pagination__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding-inline: var(--sp-3);

  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: var(--fw-semi);
  color: var(--c-ink-700);

  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  transition: background-color var(--t-fast) var(--ease),
              border-color var(--t-fast) var(--ease),
              color var(--t-fast) var(--ease);
}

.pagination__item:hover {
  border-color: var(--c-brand-400);
  background: var(--c-brand-50);
  color: var(--c-brand-700);
}

.pagination__item.is-active {
  background: var(--c-brand-900);
  border-color: var(--c-brand-900);
  color: #FFFFFF;
}

.pagination__dots {
  min-width: 26px;
  padding-inline: 0;
  border-color: transparent;
  background: transparent;
  color: var(--c-text-muted);
}


/* ==========================================================================
   29.16 BOS DURUM & 404
   ========================================================================== */

.empty-state h1,
.empty-state h2,
.empty-state h3 {
  font-family: var(--font-head);
  font-size: var(--fs-h3);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-snug);
  color: var(--c-ink-900);
}

.empty-state > p {
  max-width: 48ch;
  font-size: var(--fs-300);
  line-height: 1.65;
  color: var(--c-text-muted);
}

.empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--sp-3);
  margin-top: var(--sp-2);
}

.empty-state--404 {
  background: var(--c-surface);
  border-style: solid;
  border-color: var(--c-border);
  box-shadow: var(--sh-sm);
}

.empty-state--404 h1 { font-size: var(--fs-h2); }

.err-code {
  font-family: var(--font-head);
  font-size: clamp(3.5rem, 2rem + 8vw, 6rem);
  font-weight: var(--fw-black);
  line-height: 1;
  letter-spacing: var(--ls-tight);
  background: var(--grad-route);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


/* ==========================================================================
   29.17 SAYFA BASLIGI — .page-hero (sablon yapisi) & .page-hero--tour
   ========================================================================== */

.page-hero h1 {
  margin-top: var(--sp-3);
  font-size: var(--fs-h2);
  color: #FFFFFF;
}

.page-hero__desc a { color: var(--c-accent-300); text-decoration: underline; }
.page-hero__desc a:hover { color: #FFFFFF; }

/* Breadcrumb sablonda <nav> + <a>/<span> — li yok */
.breadcrumb > span[aria-hidden="true"] { opacity: .5; }

.page-hero .breadcrumb > [aria-current="page"] { color: #FFFFFF; }

.page-hero--tour { padding-block: clamp(2rem, 1.4rem + 3vw, 3.5rem) clamp(2.5rem, 1.8rem + 4vw, 4rem); }

/* --- Tur basligi --------------------------------------------------------- */
.tour-head { margin-top: var(--sp-4); }

.tour-head h1 {
  margin-top: 0;
  font-size: var(--fs-h2);
  color: #FFFFFF;
}

.tour-head__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2) var(--sp-5);
  margin-top: var(--sp-4);
  font-size: var(--fs-300);
  color: var(--c-text-invert-muted);
}

.tour-head__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tour-head__rating {
  font-family: var(--font-head);
  font-weight: var(--fw-bold);
  color: var(--c-accent-300);
}


/* ==========================================================================
   29.18 TUR DETAY DUZENI — .tour-detail / .tour-layout / .tour-main / .tour-side
   ========================================================================== */

/* Sayfa basligi hemen ustte oldugu icin ust bosluk biraz daralir */
.tour-detail { padding-top: var(--sp-8); }

.tour-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-8);
  align-items: start;
}

.tour-main { min-width: 0; display: grid; gap: var(--sp-6); }

.tour-side { min-width: 0; display: grid; gap: var(--sp-5); }

@media (min-width: 992px) {
  .tour-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: var(--sp-10);
  }

  .tour-side {
    position: sticky;
    top: calc(var(--header-h) + var(--sp-5));
  }
}

/* --- Galeri: sablonda .gallery__side yok, mozaik duzenini kapat ---------- */
.gallery {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  aspect-ratio: auto;
  gap: var(--sp-2);
}

.gallery__main { aspect-ratio: 16 / 10; height: auto; grid-row: auto; }

@media (min-width: 768px) {
  .gallery__thumb { flex-basis: 120px; }
}

/* --- 4'lu ozet kutusu ---------------------------------------------------- */
.tour-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-3);
  padding: var(--sp-4);
  background: var(--c-bg-soft);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
}

.tour-highlights > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: var(--sp-3);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  text-align: center;
}

.tour-highlights strong {
  font-family: var(--font-head);
  font-size: var(--fs-500);
  font-weight: var(--fw-black);
  letter-spacing: var(--ls-snug);
  color: var(--c-brand-900);
}

.tour-highlights span {
  font-size: var(--fs-100);
  color: var(--c-text-muted);
}

@media (min-width: 640px) {
  .tour-highlights { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* --- Sekmeler: .tabs artik sargi, serit .tabs__nav ------------------------ */
.tabs {
  position: static;
  display: block;
  gap: 0;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.tabs__nav {
  position: sticky;
  top: var(--header-h);
  z-index: 5;

  display: flex;
  gap: var(--sp-1);
  margin-bottom: var(--sp-6);
  padding: var(--sp-1);

  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-pill);
  box-shadow: var(--sh-xs);

  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.tabs__nav::-webkit-scrollbar { display: none; }

.tab-panel h2 {
  font-size: var(--fs-h3);
  margin-bottom: var(--sp-4);
}

.tab-panel > .prose { max-width: none; }

/* --- Program akisi: sablonda .itinerary__marker + h3/p ------------------- */
.itinerary__marker {
  position: absolute;
  top: 6px;
  left: calc(var(--sp-8) * -1 + 6px);
  width: 16px;
  height: 16px;
  border-radius: var(--r-pill);
  background: var(--c-surface);
  border: 3px solid var(--c-accent-400);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, .14);
}

.itinerary__item:last-child .itinerary__marker {
  border-color: var(--c-teal-500);
  box-shadow: 0 0 0 4px rgba(14, 156, 158, .14);
}

/* Isaretci varsa jenerik nokta tekrar etmesin */
.itinerary__item:has(> .itinerary__marker)::before { display: none; }

.itinerary__item h3 {
  display: inline-block;
  margin-bottom: var(--sp-2);
  padding: 0.22rem 0.6rem;
  font-family: var(--font-head);
  font-size: var(--fs-100);
  font-weight: var(--fw-bold);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--c-accent-700);
  background: var(--c-accent-50);
  border-radius: var(--r-pill);
}

.itinerary__item p {
  font-size: var(--fs-300);
  line-height: 1.7;
  color: var(--c-ink-700);
}

/* --- Dahil / haric sutunlari --------------------------------------------- */
.incl-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-6);
}

.incl-columns h2 {
  font-size: var(--fs-h4);
  margin-bottom: var(--sp-4);
}

@media (min-width: 768px) {
  .incl-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sp-8); }
}

/* --- Ozet kutusu --------------------------------------------------------- */
.tour-summary-box {
  margin-top: var(--sp-5);
  padding: var(--sp-4) var(--sp-5);
  background: var(--c-accent-50);
  border-left: 4px solid var(--c-accent-400);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-size: var(--fs-300);
  line-height: 1.7;
  color: var(--c-ink-800);
}

/* --- Kalkis tarihleri tablosu -------------------------------------------- */
.date-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: var(--fs-300);
}

.date-table th,
.date-table td {
  padding: var(--sp-3) var(--sp-4);
  text-align: left;
  border-bottom: 1px solid var(--c-border);
  vertical-align: middle;
  white-space: nowrap;
}

.date-table thead th {
  font-family: var(--font-head);
  font-size: var(--fs-100);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--c-text-muted);
  background: var(--c-bg-soft);
  border-bottom: 1px solid var(--c-border-strong);
}

.date-table tbody tr:hover { background: var(--c-brand-50); }

.date-table tbody tr:last-child td { border-bottom: 0; }

.date-table td strong {
  font-family: var(--font-head);
  font-weight: var(--fw-bold);
  color: var(--c-brand-900);
}

/* Mobilde yatay kaydirma — panel kaydirma kabi olur */
.tab-panel:has(> .date-table) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@supports not (selector(:has(*))) {
  .date-table {
    display: block;
    min-width: 0;
    overflow-x: auto;
  }
}

/* --- Kontenjan rozetleri ------------------------------------------------- */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0.25rem 0.65rem;
  font-family: var(--font-head);
  font-size: var(--fs-100);
  font-weight: var(--fw-bold);
  line-height: 1.5;
  border-radius: var(--r-pill);
  white-space: nowrap;
  color: var(--c-ink-700);
  background: var(--c-ink-100);
  box-shadow: inset 0 0 0 1px var(--c-border);
}

.pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: var(--r-pill);
  background: currentColor;
  flex: none;
}

.pill--ok {
  color: var(--c-success-700);
  background: var(--c-success-50);
  box-shadow: inset 0 0 0 1px rgba(15, 122, 78, .24);
}

.pill--low {
  color: var(--c-accent-700);
  background: var(--c-accent-50);
  box-shadow: inset 0 0 0 1px rgba(224, 124, 11, .28);
}

.pill--full {
  color: var(--c-ink-600);
  background: var(--c-ink-100);
  box-shadow: inset 0 0 0 1px var(--c-border-strong);
}

/* --- Tur sayfasi SSS ------------------------------------------------------ */
.tour-faq { margin-top: var(--sp-4); }

.tour-faq > h2 {
  font-size: var(--fs-h3);
  margin-bottom: var(--sp-5);
}

/* --- Yan kolon guven kutusu ---------------------------------------------- */
.side-trust {
  padding: var(--sp-5);
  background: var(--c-bg-soft);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
}

.side-trust h3 {
  margin-bottom: var(--sp-4);
  font-family: var(--font-head);
  font-size: var(--fs-400);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-snug);
  color: var(--c-brand-900);
}

.side-trust ul {
  display: grid;
  gap: var(--sp-3);
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-trust li {
  position: relative;
  padding-left: 28px;
  font-size: var(--fs-200);
  line-height: 1.55;
  color: var(--c-ink-700);
}

.side-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: var(--r-pill);
  background: var(--c-success-50);
  box-shadow: inset 0 0 0 1px rgba(15, 122, 78, .22);
}

.side-trust li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 5px;
  height: 9px;
  border-right: 2px solid var(--c-success-600);
  border-bottom: 2px solid var(--c-success-600);
  transform: rotate(42deg);
}

/* --- Rezervasyon kutusu (sablon yapisi) ---------------------------------- */
.booking-box {
  display: grid;
  gap: var(--sp-3);
  align-content: start;
}

@media (min-width: 992px) {
  .booking-box { position: static; top: auto; }
}

.booking-box__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--sp-2);
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--c-border);
  font-size: var(--fs-400);
}

.booking-box__price .price-new {
  display: inline-block;
  font-size: clamp(1.5rem, 1.25rem + 1vw, 1.875rem);
  line-height: 1.1;
}

.booking-box__price .price-note {
  display: block;
  flex: 1 0 100%;
}

.booking-form { display: grid; gap: var(--sp-3); }

.booking-form .form-group { margin: 0; }

.booking-box__assure {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-2);
  margin-top: var(--sp-1);
  font-size: var(--fs-200);
  line-height: 1.5;
  color: var(--c-text-muted);
}

.booking-box__assure svg {
  flex: none;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  color: var(--c-success-600);
}

/* --- Mobil rezervasyon bari (JS: .is-visible) ---------------------------- */
.mobile-book-bar {
  transform: translateY(110%);
  visibility: hidden;
  transition: transform var(--t-base) var(--ease-out),
              visibility var(--t-base) var(--ease-out);
}

.mobile-book-bar.is-visible {
  transform: translateY(0);
  visibility: visible;
}

.mobile-book-bar > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--sp-2);
  min-width: 0;
}

.mobile-book-bar .price-new { display: inline-block; font-size: var(--fs-600); }

.mobile-book-bar small {
  font-size: var(--fs-100);
  color: var(--c-text-muted);
}

.mobile-book-bar .btn { margin-left: auto; flex: none; }

@media (min-width: 992px) {
  .mobile-book-bar { display: none; }
}

/* Bar gorunurken sayfa sonuna ve WhatsApp butonuna pay birak */
@media (max-width: 991px) {
  body:has(.mobile-book-bar) .site-footer { padding-bottom: 76px; }
  body:has(.mobile-book-bar.is-visible) .wa-float {
    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  }
}


/* ==========================================================================
   29.19 ILETISIM SAYFASI
   ========================================================================== */

.contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-8);
  align-items: start;
}

.contact-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
}

.contact-card {
  padding: var(--sp-5);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-left: 3px solid var(--c-accent-400);
  border-radius: var(--r-md);
  box-shadow: var(--sh-xs);
}

.contact-card h3 {
  margin-bottom: var(--sp-2);
  font-family: var(--font-head);
  font-size: var(--fs-200);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--c-text-muted);
}

.contact-card p {
  font-family: var(--font-head);
  font-size: var(--fs-500);
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--c-brand-900);
}

.contact-card p a { color: inherit; }
.contact-card p a:hover { color: var(--c-brand-600); }

.contact-card small {
  display: block;
  margin-top: var(--sp-2);
  font-size: var(--fs-200);
  line-height: 1.5;
  color: var(--c-text-muted);
}

.contact-form-wrap {
  padding: var(--sp-5);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-sm);
}

.contact-form-wrap > h2 {
  font-size: var(--fs-h3);
  margin-bottom: var(--sp-5);
}

.contact-form-wrap form { display: grid; gap: var(--sp-4); }

.contact-form-wrap .form-group { margin: 0; }

.contact-form-wrap form > .btn { justify-self: start; }

@media (min-width: 640px) {
  .contact-info { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 992px) {
  .contact-layout { grid-template-columns: 360px minmax(0, 1fr); gap: var(--sp-10); }
  .contact-info { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: var(--sp-8); }
}


/* ==========================================================================
   29.20 FORM SABLONLARI — .panel-form / .form-row / .form-assure
   ========================================================================== */

.panel-form {
  display: grid;
  gap: var(--sp-4);
  padding: var(--sp-5);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-sm);
}

.panel-form .form-group { margin: 0; }

/* Sablonlarda .form-row varyant siniflari olmadan kullaniliyor:
   masaustunde otomatik yan yana, mobilde alt alta */
@media (min-width: 640px) {
  .form-row { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
}

.form-row .form-group { margin: 0; }

.form-assure {
  margin-top: var(--sp-1);
  font-size: var(--fs-200);
  line-height: 1.6;
  text-align: center;
  color: var(--c-text-muted);
}

@media (min-width: 992px) {
  .panel-form { padding: var(--sp-8); }
}


/* ==========================================================================
   29.21 ALERT & PROSE EKLERI
   ========================================================================== */

.alert { display: block; }

.alert ul {
  margin: 0;
  padding-left: 1.15em;
}

.alert li + li { margin-top: var(--sp-1); }

.alert--lg {
  padding: var(--sp-5) var(--sp-6);
  font-size: var(--fs-400);
  line-height: 1.65;
}

.prose--page { max-width: none; }

.prose--page h2 { font-size: var(--fs-h3); }
.prose--page h3 { font-size: var(--fs-h4); }

.prose__updated {
  margin-top: var(--sp-8);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--c-border);
  font-size: var(--fs-200);
  color: var(--c-text-muted);
}


/* ==========================================================================
   29.22 FOOTER — .footer__* (sablon adlandirmasi)
   ========================================================================== */

.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-8);
  padding-block: var(--sp-12) var(--sp-10);
}

.footer__col { min-width: 0; }

.footer__col h4 {
  margin-bottom: var(--sp-4);
  font-family: var(--font-head);
  font-size: var(--fs-300);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--sp-2);
}

.footer__col ul a {
  display: inline-block;
  padding-block: 2px;
  transition: transform var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}

.footer__col ul a:hover { transform: translateX(3px); }

.footer__logo {
  display: block;
  height: 38px;
  width: auto;
  margin-bottom: var(--sp-4);
}

.footer__about { max-width: 42ch; }

.footer__tursab {
  margin-top: var(--sp-4);
  padding: var(--sp-3) var(--sp-4);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--r-sm);
  font-size: var(--fs-100);
  line-height: 1.5;
}

.footer__tursab strong {
  font-family: var(--font-head);
  font-weight: var(--fw-bold);
  color: #FFFFFF;
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-top: var(--sp-5);
}

.footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding-inline: var(--sp-3);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .09);
  font-family: var(--font-head);
  font-size: var(--fs-100);
  font-weight: var(--fw-semi);
  color: #FFFFFF;
  transition: background-color var(--t-fast) var(--ease),
              transform var(--t-fast) var(--ease);
}

.footer__social a:hover {
  background: var(--c-accent-400);
  color: var(--c-brand-900);
  transform: translateY(-2px);
}

.footer__contact {
  display: grid;
  gap: var(--sp-2);
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__contact li { line-height: 1.6; }

.footer__contact li:first-child a {
  font-family: var(--font-head);
  font-size: var(--fs-500);
  font-weight: var(--fw-bold);
  color: #FFFFFF;
}

/* Odeme yontemi etiketleri (sablonda <span>) */
.pay-icons {
  margin-top: var(--sp-5);
  gap: var(--sp-2);
}

.pay-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding-inline: var(--sp-3);
  background: #FFFFFF;
  border-radius: var(--r-xs);
  box-shadow: var(--sh-xs);
  font-family: var(--font-head);
  font-size: var(--fs-100);
  font-weight: var(--fw-bold);
  color: var(--c-ink-800);
  white-space: nowrap;
}

.footer__ssl {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: var(--sp-4);
  font-size: var(--fs-100);
  color: var(--c-text-invert-muted);
}

.footer__ssl svg { flex: none; width: 14px; height: 14px; color: var(--c-teal-400); }

.footer__bottom {
  display: grid;
  gap: var(--sp-2);
  padding-block: var(--sp-5);
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: var(--fs-200);
  text-align: center;
}

.footer__note {
  font-size: var(--fs-100);
  line-height: 1.6;
  color: rgba(255, 255, 255, .55);
  max-width: 88ch;
  margin-inline: auto;
}

@media (min-width: 640px) {
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 992px) {
  .footer__grid {
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: var(--sp-10);
  }

  .footer__col--brand { grid-column: auto; }

  .footer__bottom { text-align: left; }
}


/* ==========================================================================
   29.23 TEK KOLONLU IZGARA KORUMASI
   Ortulu (implicit) "auto" izgara sutunlari max-content'e gore buyudugu icin
   dar ekranlarda tasmaya yol aciyordu (or. .tabs__nav icindeki uzun sekme
   seridi .tour-main'i 620px'e zorluyordu). Tek kolonlu tum sargilarda sutunu
   minmax(0, 1fr) ile sabitliyoruz.
   ========================================================================== */

.tour-main,
.tour-side,
.listing__filters,
.filter-box,
.booking-box,
.booking-form,
.panel-form,
.contact-form-wrap form,
.main-nav__cta,
.side-trust ul,
.footer__col ul,
.footer__contact,
.footer__bottom,
.faq-list,
.incl-list { grid-template-columns: minmax(0, 1fr); }


/* ==========================================================================
   29.24 BASKI DUZELTMESI
   Bolum 28'de .tabs gizleniyordu; artik .tabs bir sargi oldugu icin
   yalnizca sekme seridini gizleyip panelleri yazdirmaya birakiyoruz.
   ========================================================================== */

@media print {
  .tabs { display: block !important; }
  .tabs__nav,
  .topbar,
  .newsletter,
  .cta-band,
  .nav-backdrop,
  .main-nav,
  .listing__filters,
  .mobile-book-bar { display: none !important; }

  .listing,
  .tour-layout,
  .contact-layout { display: block !important; }
}

/* ---------------------------------------------------------------------
   Footer TÜRSAB rozeti: ikon + metin hizalaması
   (BÖLÜM 29 uyumluluk katmanına ek)
   --------------------------------------------------------------------- */
.footer__tursab {
  display: flex;
  align-items: flex-start;
  gap: .625rem;
}
.footer__tursab svg {
  flex: none;
  margin-top: .125rem;
  color: var(--c-accent-300, #FBBF24);
}

/* =====================================================================
   BÖLÜM 30 — TUR TÜRÜ SEKMELERİ, GALERİ VE REFERANSLAR
   ===================================================================== */

/* --- Yurt içi / yurt dışı sekmeleri (liste sayfası) --- */
.type-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
}
.type-tabs__item {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  color: #FFFFFF;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s, border-color .15s;
}
.type-tabs__item:hover { background: rgba(255, 255, 255, .16); text-decoration: none; }
.type-tabs__item.is-active {
  background: var(--c-accent-400, #F59E0B);
  border-color: var(--c-accent-400, #F59E0B);
  color: var(--c-brand-900, #0A1A33);
}
.type-tabs__item span {
  font-size: .75rem;
  opacity: .8;
  font-variant-numeric: tabular-nums;
}

/* --- Foto galeri ızgarası --- */
.photo-grid {
  display: grid;
  gap: .625rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 600px) { .photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 900px) { .photo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; } }

.photo-grid__item {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  border-radius: var(--r-md, 12px);
  overflow: hidden;
  background: var(--c-surface-2, #F1F5F9);
  cursor: zoom-in;
  aspect-ratio: 4 / 3;
}
.photo-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.photo-grid__item:hover img { transform: scale(1.06); }
.photo-grid__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(10, 26, 51, .35));
  opacity: 0;
  transition: opacity .25s;
}
.photo-grid__item:hover::after { opacity: 1; }

/* --- Ana sayfa galeri şeridi --- */
.photo-strip {
  display: grid;
  gap: .625rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 600px) { .photo-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 992px) { .photo-strip { grid-template-columns: repeat(8, minmax(0, 1fr)); } }
.photo-strip__item {
  display: block;
  border-radius: var(--r-sm, 8px);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--c-surface-2, #F1F5F9);
}
.photo-strip__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.photo-strip__item:hover img { transform: scale(1.08); }

/* --- Fotoğraf büyütme katmanı --- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 1rem;
  background: rgba(6, 14, 28, .94);
}
.lightbox[hidden] { display: none; }
.lightbox__figure { margin: 0; max-width: min(1200px, 92vw); text-align: center; }
.lightbox__figure img {
  max-width: 100%;
  max-height: 82vh;
  border-radius: var(--r-md, 12px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
}
.lightbox__figure figcaption {
  margin-top: .75rem;
  color: #CBD5E1;
  font-size: .9375rem;
}
.lightbox__close,
.lightbox__nav {
  flex: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #FFFFFF;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: background .15s;
}
.lightbox__close:hover,
.lightbox__nav:hover { background: rgba(255, 255, 255, .22); }
.lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .lightbox__nav { position: absolute; bottom: 1.25rem; }
  .lightbox__nav--prev { left: 1.25rem; }
  .lightbox__nav--next { right: 1.25rem; }
}

/* --- Referans kartları --- */
.client-grid {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
}
.client-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 1rem;
  border: 1px solid var(--c-border, #E2E8F0);
  border-radius: var(--r-md, 12px);
  background: var(--c-surface, #FFFFFF);
  text-align: center;
  transition: border-color .15s, box-shadow .15s;
}
.client-card:hover {
  border-color: var(--c-accent-400, #F59E0B);
  box-shadow: 0 6px 18px rgba(10, 26, 51, .07);
}
.client-card img { max-width: 100%; max-height: 56px; object-fit: contain; }
.client-card__name {
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c-ink-700, #334155);
  letter-spacing: .01em;
}
.client-note {
  margin-top: 1.75rem;
  padding: 1rem 1.25rem;
  border-radius: var(--r-md, 12px);
  background: var(--c-brand-50, #F1F6FD);
  font-size: .9375rem;
  text-align: center;
}

/* --- Ana sayfa referans şeridi --- */
.client-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;
}
.client-strip__item {
  padding: .5rem .875rem;
  border: 1px solid var(--c-border, #E2E8F0);
  border-radius: 999px;
  background: var(--c-surface, #FFFFFF);
  font-size: .75rem;
  font-weight: 700;
  color: var(--c-ink-600, #475569);
  letter-spacing: .01em;
}

/* Fiyatı yayınlanmayan turlar için */
.price-ask {
  display: block;
  font-family: var(--font-head, inherit);
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--c-accent-600, #A85C03);
}
.booking-box__price .price-ask { font-size: 1.375rem; }
.mobile-book-bar .price-ask { font-size: 1rem; }

/* =====================================================================
   BÖLÜM 31 — BÖLÜNMÜŞ HERO + TUR SLIDER'I
   Görseller hiçbir zaman kaynak genişliğinin üzerine gerilmez, bu yüzden
   1000-1200px'lik gerçek tur fotoğrafları net görünür.
   ===================================================================== */

.hero--split .hero__inner {
  display: grid;
  gap: 2rem;
  align-items: center;
  /* Tek kolonlu hero için konan 760px sınırı bölünmüş düzende iki kolonu
     da daraltıyor; sayfanın geri kalanıyla aynı genişliğe çekilir.
     DİKKAT: buraya "none" yazılırsa .container sınırı da ezilir ve
     içerik geniş ekranlarda kenarlara yapışır. */
  max-width: var(--w-container);
}
@media (min-width: 992px) {
  .hero--split .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 480px);
    gap: 3rem;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .hero--split .hero__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 520px); gap: 4rem; }
}
.hero--split .hero__text { min-width: 0; }
.hero--split .hero__media { min-width: 0; }
.hero--split .hero__search { min-width: 0; }

/* Mobil/tablet: sıralama başlık -> görsel -> arama kutusu olur.
   display:contents sayesinde kolon sarmalayıcısı ızgaradan çekilir. */
@media (max-width: 991px) {
  .hero--split .hero__col { display: contents; }
  .hero--split .hero__text   { order: 1; }
  .hero--split .hero__media  { order: 2; }
  .hero--split .hero__search { order: 3; }
  .hero--split .hero__inner  { gap: 1.5rem; }
}
@media (min-width: 992px) {
  .hero--split .hero__col { display: block; }
  .hero--split .hero__search { margin-top: 1.75rem; }
}

/* Bölünmüş düzende arama kutusu tek kolona sığmalı */
@media (min-width: 992px) {
  .hero--split .search-box { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero--split .search-box > .btn { grid-column: 1 / -1; }
}
@media (min-width: 1200px) {
  .hero--split .search-box { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* --- Slider gövdesi --- */
.hero-slider {
  position: relative;
  border-radius: var(--r-lg, 18px);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(4, 12, 26, .45);
  background: var(--c-brand-800, #0E2242);
}
.hero-slider__viewport {
  position: relative;
  aspect-ratio: 4 / 3;
}
@media (min-width: 600px) { .hero-slider__viewport { aspect-ratio: 16 / 10; } }
@media (min-width: 992px) { .hero-slider__viewport { aspect-ratio: 4 / 3; } }

.hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease;
  text-decoration: none;
}
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide:hover { text-decoration: none; }
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 8s ease-out;
}
.hero-slide.is-active img { transform: scale(1.08); }

.hero-slide__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 26, 51, 0) 28%, rgba(8, 20, 40, .62) 62%, rgba(6, 16, 34, .92) 100%);
}
.hero-slide__body {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .3rem;
  padding: 1.25rem 1.25rem 3.25rem;
  color: #FFFFFF;
}
@media (min-width: 600px) { .hero-slide__body { padding: 1.5rem 1.75rem 3.5rem; } }

.hero-slide__tag {
  display: inline-block;
  padding: .2rem .625rem;
  border-radius: 999px;
  background: var(--c-accent-400, #F59E0B);
  color: var(--c-brand-900, #0A1A33);
  font-size: .6875rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.hero-slide__title {
  font-family: var(--font-head, inherit);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.01em;
}
@media (min-width: 600px) { .hero-slide__title { font-size: 1.375rem; } }
.hero-slide__meta { font-size: .8125rem; color: rgba(255, 255, 255, .8); }
.hero-slide__cta {
  margin-top: .35rem;
  font-size: .8125rem;
  font-weight: 700;
  color: var(--c-accent-300, #FBBF24);
}
.hero-slide:hover .hero-slide__cta { text-decoration: underline; }

/* --- Oklar --- */
.hero-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  background: rgba(10, 26, 51, .45);
  backdrop-filter: blur(6px);
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition: opacity .2s, background .2s;
}
.hero-slider:hover .hero-slider__arrow,
.hero-slider__arrow:focus-visible { opacity: 1; }
.hero-slider__arrow:hover { background: rgba(10, 26, 51, .75); }
.hero-slider__arrow--prev { left: .75rem; }
.hero-slider__arrow--next { right: .75rem; }
@media (hover: none) { .hero-slider__arrow { opacity: 1; } }

/* Küçük ekranda oklar slayt başlığının üzerine biniyor;
   kaydırma ve noktalar yeterli olduğu için gizlenir. */
@media (max-width: 599px) {
  .hero-slider__arrow { display: none; }
}

/* --- Noktalar --- */
.hero-slider__dots {
  position: absolute;
  inset: auto 0 1rem 0;
  display: flex;
  justify-content: center;
  gap: .4rem;
}
.hero-slider__dot {
  width: 26px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .35);
  cursor: pointer;
  transition: background .2s, width .2s;
}
.hero-slider__dot.is-active { background: var(--c-accent-400, #F59E0B); width: 40px; }

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
  .hero-slide img,
  .hero-slide.is-active img { transition: none; transform: none; }
}

/* --- Menü tek sırada kalsın --- */
@media (min-width: 992px) {
  .main-nav__list > li > a { white-space: nowrap; }
}

/* =====================================================================
   ÜST MENÜ MARKA YAZISI — "Le" el yazısı, devamı grotesk
   ===================================================================== */
.logo--text {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--font-head, inherit);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
  color: var(--c-brand-900, #0A1A33);
  text-decoration: none;
  white-space: nowrap;
}
.logo--text:hover { text-decoration: none; }
@media (min-width: 992px) { .logo--text { font-size: 1.4375rem; } }

/* "Le" — el yazısı. Font yüklenmezse okunaklı bir serif'e düşer. */
.logo__script {
  font-family: 'Dancing Script', 'Segoe Script', 'Brush Script MT', cursive;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0;
  color: var(--c-accent-500, #E07C0B);
  /* El yazısı fontun taban çizgisi farklı oturduğu için optik hizalama */
  margin-right: .04em;
  transform: translateY(.06em);
}
.logo__name { color: inherit; }
.logo__tld {
  /* "Turist" ile birebir aynı font ve kalınlık; yalnızca soluk durur */
  font-weight: inherit;
  letter-spacing: inherit;
  opacity: .55;
}
.logo--text:hover .logo__script { color: var(--c-accent-400, #F59E0B); }

/* Mobil menü açıkken panelin üzerinde okunur kalır */
body.nav-open .logo--text { color: var(--c-brand-900, #0A1A33); }

/* --- Alt bilgideki marka: tamamı beyaz --- */
.logo--footer {
  display: inline-flex;
  margin-bottom: var(--sp-4, 1rem);
  font-size: 1.5rem;
  color: #FFFFFF;
}
.logo--footer .logo__script { color: #FFFFFF; }
.logo--footer .logo__name   { color: #FFFFFF; }
.logo--footer .logo__tld    { color: #FFFFFF; opacity: .6; }
.logo--footer:hover .logo__script { color: #FFFFFF; opacity: .85; }
