/**
 * Index (Anasayfa) - Ultra Profesyonel Premium Tasarım
 * Kurumsal, lüks, güven veren görünüm
 */

/* ========== PREMIUM VARIABLES ========== */
body.home-page {
  --pro-bg: #FAFBFC;
  --pro-bg-alt: #F3F4F6;
  --pro-border: 1px solid rgba(0, 0, 0, 0.06);
  --pro-border-strong: 1px solid rgba(0, 0, 0, 0.08);
  --pro-radius: 20px;
  --pro-radius-sm: 14px;
  --pro-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  --pro-shadow-hover: 0 20px 50px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.06);
  --pro-shadow-card: 0 10px 40px rgba(0, 0, 0, 0.08);
  --pro-gold: #D97706;
  --pro-gold-light: #FBBF24;
  --pro-gold-bg: rgba(217, 119, 6, 0.08);
  --pro-navy: #0F172A;
  --pro-navy-mid: #1E293B;
  --pro-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Anasayfa: sağ/sol boşluk */
body.home-page .container,
body.home-page .container-lg,
body.home-page .container-xl,
body.home-page .container-xxl {
  max-width: none !important;
  width: 100%;
  padding-left: 152px;
  padding-right: 152px;
}

body.home-page .footer-dark-main {
  max-width: none;
  width: 100%;
  padding-left: 152px;
  padding-right: 152px;
}

body.home-page .footer-dark-brand {
  max-width: 420px;
}

body.home-page .search-card-luxury,
body.home-page .newsletter-box {
  max-width: none !important;
  width: 100%;
}

body.home-page .search-card-luxury {
  max-width: 1100px !important;
}

@media (max-width: 1199.98px) {
  body.home-page .container,
  body.home-page .container-lg,
  body.home-page .container-xl,
  body.home-page .container-xxl,
  body.home-page .footer-dark-main {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 991.98px) {
  body.home-page .container,
  body.home-page .container-lg,
  body.home-page .container-xl,
  body.home-page .container-xxl,
  body.home-page .footer-dark-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ========== HERO SHOWCASE - Slider + Kategori (profesyonel) ========== */
body.home-page .hero-cinema {
  position: relative;
  padding: 16px 152px 12px;
  background: #ffffff;
  overflow: visible;
}

body.home-page .hero-showcase {
  --hero-gap: 12px;
  --hero-radius: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.95fr) minmax(220px, 0.75fr);
  gap: var(--hero-gap);
  align-items: stretch;
  max-width: none;
  width: 100%;
  margin-inline: 0;
}

body.home-page .hero-showcase:not(:has(.hero-showcase__categories)) {
  grid-template-columns: 1fr;
}

body.home-page .hero-showcase__slider {
  position: relative;
  min-width: 0;
  border-radius: var(--hero-radius);
  overflow: hidden;
  box-shadow:
    0 18px 48px rgba(15, 23, 42, 0.14),
    0 2px 8px rgba(15, 23, 42, 0.06);
  background: #0f172a;
  align-self: start;
}

body.home-page .hero-showcase__slider .hero-cinema-slider {
  position: relative;
  height: auto;
  border-radius: var(--hero-radius);
  box-shadow: none;
  overflow: hidden;
  background: #0f172a;
}

body.home-page .hero-showcase__slider .hero-slides {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  line-height: 0;
}

body.home-page .hero-showcase__slider .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.home-page .hero-showcase__slider .hero-slide.active {
  position: relative;
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.home-page .hero-showcase__slider .hero-static-bg {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
  background: #0f172a;
}

body.home-page .hero-showcase__slider .hero-static-bg picture,
body.home-page .hero-showcase__slider .hero-slide-picture {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
}

body.home-page .hero-showcase__slider .hero-static-bg img,
body.home-page .hero-showcase__slider .hero-slide-picture img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  vertical-align: top;
}

/* Inactive slides: fill active slide box so fade works */
body.home-page .hero-showcase__slider .hero-slide:not(.active) .hero-static-bg,
body.home-page .hero-showcase__slider .hero-slide:not(.active) .hero-static-bg picture,
body.home-page .hero-showcase__slider .hero-slide:not(.active) .hero-slide-picture {
  height: 100%;
}

body.home-page .hero-showcase__slider .hero-slide:not(.active) .hero-static-bg img,
body.home-page .hero-showcase__slider .hero-slide:not(.active) .hero-slide-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Slider kontrolleri - showcase içi */
body.home-page .hero-showcase__slider .hero-slider-controls {
  padding-inline: 18px;
}

body.home-page .hero-showcase__slider .hero-slider-controls .slider-nav {
  width: 42px;
  height: 42px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.35);
}

body.home-page .hero-showcase__slider .hero-slider-controls .slider-nav:hover {
  background: rgba(15, 23, 42, 0.9);
  border-color: rgba(255, 255, 255, 0.35);
  transform: scale(1.04);
}

body.home-page .hero-showcase__slider .hero-slider-controls .slider-dots {
  bottom: 16px;
}

body.home-page .hero-showcase__slider .slider-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.55);
}

body.home-page .hero-showcase__slider .slider-dot.active {
  width: 24px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* Kategori grid — masaüstünde slider yüksekliğine stretch */
body.home-page .hero-showcase__categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: var(--hero-gap);
  min-width: 0;
  min-height: 0;
  height: 100%;
  align-self: stretch;
}

body.home-page .hero-cat-tile {
  position: relative;
  display: block;
  min-height: 0;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: #e2e8f0;
  box-shadow:
    0 6px 18px rgba(15, 23, 42, 0.1),
    0 1px 3px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.home-page .hero-cat-tile:hover {
  transform: translateY(-3px);
  box-shadow:
    0 14px 32px rgba(15, 23, 42, 0.16),
    0 4px 10px rgba(15, 23, 42, 0.08);
}

body.home-page .hero-cat-tile:focus-visible {
  outline: 2px solid var(--pro-gold);
  outline-offset: 2px;
}

body.home-page .hero-cat-tile__media {
  position: absolute;
  inset: 0;
  display: block;
}

body.home-page .hero-cat-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

body.home-page .hero-cat-tile:hover .hero-cat-tile__media img {
  transform: scale(1.08);
}

body.home-page .hero-cat-tile__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #94a3b8 0%, #64748b 100%);
}

body.home-page .hero-cat-tile__shade {
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  z-index: 1;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.25) 55%, transparent 100%);
  pointer-events: none;
}

body.home-page .hero-cat-tile__label {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 2;
  max-width: calc(100% - 16px);
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: center;
  background: rgba(15, 23, 42, 0.92);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1199.98px) {
  body.home-page .hero-showcase {
    grid-template-columns: minmax(0, 1.7fr) minmax(220px, 0.9fr);
  }

  body.home-page .hero-cat-tile__label {
    font-size: 10.5px;
    padding: 4px 8px;
  }
}

@media (max-width: 1199.98px) {
  body.home-page .hero-cinema {
    padding: 14px 48px 10px;
  }
}

@media (max-width: 991.98px) {
  body.home-page .hero-cinema {
    padding: 12px 20px 8px;
    background: #fff;
    overflow: visible;
  }

  body.home-page .hero-showcase {
    --hero-gap: 10px;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0;
    max-width: none;
  }

  body.home-page .hero-showcase__slider {
    align-self: stretch;
    border-radius: 14px;
    overflow: hidden;
    max-height: none;
    box-shadow:
      0 12px 32px rgba(15, 23, 42, 0.12),
      0 2px 8px rgba(15, 23, 42, 0.06);
    background: #0f172a;
  }

  body.home-page .hero-showcase__slider .hero-cinema-slider {
    border-radius: 14px;
    overflow: hidden;
    height: auto !important;
    max-height: none !important;
    background: #0f172a;
  }

  body.home-page .hero-showcase__slider .hero-slides {
    height: auto !important;
    min-height: 0 !important;
    line-height: 0;
  }

  body.home-page .hero-showcase__slider .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  body.home-page .hero-showcase__slider .hero-slide.active {
    position: relative !important;
    inset: auto;
    height: auto !important;
  }

  body.home-page .hero-showcase__slider .hero-static-bg,
  body.home-page .hero-showcase__slider .hero-static-bg picture,
  body.home-page .hero-showcase__slider .hero-slide-picture {
    display: block;
    width: 100%;
    height: auto !important;
    line-height: 0;
  }

  body.home-page .hero-showcase__slider .hero-static-bg img,
  body.home-page .hero-showcase__slider .hero-slide-picture img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top;
  }

  /* Mobil kategoriler: 2 sütun, net oranlı kutular */
  body.home-page .hero-showcase__categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: auto;
    height: auto;
    min-height: 0;
    gap: 10px;
  }

  body.home-page .hero-cat-tile {
    border-radius: 12px;
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  body.home-page .hero-cat-tile__label {
    font-size: 11px;
    bottom: 8px;
    padding: 5px 9px;
    max-width: calc(100% - 14px);
  }
}

@media (max-width: 767.98px) {
  /* Mobil slider görseli: header altına girmesin, kırpılmadan tam görünsün */
  body.home-page .hero-cinema {
    padding: 0 0 8px;
    position: relative;
    z-index: 0;
  }

  body.home-page .hero-showcase {
    padding: 0;
    gap: 12px;
  }

  body.home-page .hero-showcase__slider {
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    position: relative;
    z-index: 0;
  }

  body.home-page .hero-showcase__slider .hero-cinema-slider {
    border-radius: 0;
  }

  body.home-page .hero-showcase__slider .hero-static-bg img,
  body.home-page .hero-showcase__slider .hero-slide-picture img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  body.home-page .hero-showcase__categories {
    padding: 0 12px;
    gap: 8px;
  }

  body.home-page .hero-cat-tile {
    aspect-ratio: 1.15 / 1;
    border-radius: 10px;
  }

  body.home-page .hero-cat-tile__label {
    font-size: 10px;
    padding: 4px 7px;
    bottom: 6px;
  }

  body.home-page .hero-showcase__slider .hero-slider-controls {
    padding-inline: 10px;
  }

  body.home-page .hero-showcase__slider .hero-slider-controls .slider-nav {
    width: 34px;
    height: 34px;
  }
}

/* ========== HERO SLIDER - Görselin kendi oranında tam gösterim ========== */

body.home-page .hero-cinema-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 0;
  box-shadow:
    0 26px 80px rgba(15, 23, 42, 0.7),
    0 0 0 1px rgba(15, 23, 42, 0.55);
}

body.home-page .hero-slides {
  position: relative;
  width: 100%;
  line-height: 0;
}

body.home-page .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  transition: opacity 0.45s ease;
  z-index: 1;
}

body.home-page .hero-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

body.home-page .hero-static-bg {
  display: block;
  width: 100%;
  line-height: 0;
  background: #020617;
}

body.home-page .hero-static-bg picture,
body.home-page .hero-slide-picture {
  display: block;
  width: 100%;
  line-height: 0;
}

body.home-page .hero-static-bg img,
body.home-page .hero-slide-picture img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  transform: none;
  transition: none;
  filter: none;
}

body.home-page .hero-slide.active .hero-static-bg img {
  transform: none;
  filter: none;
}

/* style.css genel hero kurallarını geçersiz kıl */
body.home-page .hero-cinema .hero-slide {
  display: block;
  inset: auto;
}

body.home-page .hero-cinema .hero-slide:not(.active) {
  visibility: hidden;
}

body.home-page .hero-cinema .hero-slide.active {
  visibility: visible;
}

body.home-page .hero-static-overlay {
  position: absolute;
  inset: 0;
  /* Soluk/dim overlay'i kapat */
  display: none;
}

body.home-page .hero-static-content {
  position: relative;
  z-index: 2;
  height: 100%;
  /* Yazıları tamamen kaldır */
  display: none;
  padding: 40px clamp(24px, 6vw, 80px);
}

body.home-page .home-hero-content {
  max-width: 640px;
  text-align: left;
}

body.home-page .home-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.9);
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.5);
  margin-bottom: 10px;
}

body.home-page .home-hero-title {
  font-size: clamp(28px, 3.8vw, 38px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 12px;
}

body.home-page .home-hero-subtitle {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.9);
  max-width: 520px;
  margin: 0 0 20px;
}

body.home-page .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

body.home-page .home-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 24px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 40%, #c2410c 100%);
  color: #0b1120;
  border: none;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.8);
  transform: translateY(0);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  text-decoration: none;
}

body.home-page .home-hero-btn i {
  font-size: 0.9rem;
}

body.home-page .home-hero-btn:hover {
  background: linear-gradient(135deg, #fdba74 0%, #f97316 40%, #ea580c 100%);
  transform: translateY(-1px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.95);
}

@media (max-width: 991.98px) {
  body.home-page .hero-static-content {
    padding: 20px 18px 28px;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
  }

  body.home-page .home-hero-content {
    max-width: 100%;
    text-align: center;
  }

  body.home-page .home-hero-actions {
    justify-content: center;
  }

  body.home-page .home-hero-title {
    font-size: clamp(20px, 5vw, 24px);
    margin-bottom: 8px;
  }

  body.home-page .home-hero-subtitle {
    font-size: 0.8rem;
    margin-bottom: 16px;
  }

  body.home-page .home-hero-btn {
    padding: 7px 20px;
    font-size: 12px;
  }
}

body.home-page .scroll-indicator {
  display: none;
  font-size: 11px;
  letter-spacing: 3px;
  opacity: 0.7;
  color: rgba(15, 23, 42, 0.75);
}

/* ========== SEARCH CARD - Premium, Glass-like ========== */
body.home-page .search-section {
  margin-top: 28px !important;
  margin-bottom: 8px;
  padding: 0;
}

body.home-page .search-card-luxury {
  border-radius: 16px;
  box-shadow: var(--pro-shadow);
  padding: 24px 28px;
  background: #fff;
  border: var(--pro-border);
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

body.home-page .search-card-luxury::before {
  height: 3px;
  background: linear-gradient(90deg, var(--pro-gold) 0%, var(--pro-gold-light) 100%);
}

body.home-page .search-card-header {
  margin-bottom: 16px;
}

body.home-page .search-card-header h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pro-navy);
  margin-bottom: 4px;
}

body.home-page .search-card-header p {
  font-size: 13px;
  color: var(--color-gray);
  margin: 0;
}

body.home-page .search-form-luxury .search-input,
body.home-page .search-form-luxury .search-select {
  border: var(--pro-border-strong);
  border-radius: 10px;
  font-size: 13px;
  padding: 11px 14px;
  transition: var(--pro-transition);
}

body.home-page .search-form-luxury .search-input:focus,
body.home-page .search-form-luxury .search-select:focus {
  border-color: var(--pro-gold);
  box-shadow: 0 0 0 3px var(--pro-gold-bg);
}

body.home-page .btn-search {
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 992px) {
  body.home-page .search-form-luxury .search-grid {
    grid-template-columns: 1.2fr 1fr 1fr 0.9fr auto;
    gap: 16px;
    align-items: end;
  }
  body.home-page .search-field.search-submit {
    align-self: stretch;
  }
  body.home-page .search-field.search-submit .btn-search {
    height: 100%;
    min-height: 46px;
  }
}

/* ========== TRUST BADGES - Minimal, Şık ========== */
body.home-page .trust-badges {
  padding: 40px 0;
  background: var(--pro-bg);
  border-bottom: var(--pro-border);
}

body.home-page .trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: none;
  width: 100%;
  margin: 0;
}

@media (max-width: 991px) {
  body.home-page .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  body.home-page .trust-grid {
    grid-template-columns: 1fr;
  }
}

body.home-page .trust-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 26px;
  background: #fff;
  border-radius: var(--pro-radius-sm);
  border: var(--pro-border);
  transition: var(--pro-transition);
}

body.home-page .trust-item:hover {
  box-shadow: var(--pro-shadow);
  border-color: rgba(217, 119, 6, 0.2);
  transform: translateY(-2px);
}

body.home-page .trust-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pro-gold-bg);
  color: var(--pro-gold);
  border-radius: 16px;
  font-size: 28px;
}

body.home-page .trust-content h4 {
  font-size: 1.15rem !important;
  font-weight: 700;
  color: var(--pro-navy);
  margin-bottom: 4px;
  white-space: nowrap;
}

body.home-page .trust-content p {
  font-size: 0.95rem !important;
  color: var(--color-gray);
  margin: 0;
  white-space: nowrap;
}

/* ========== SECTION HEADERS - Editorial ========== */
body.home-page .section-header {
  margin-bottom: 22px;
}

body.home-page .why-section.section-spacing,
body.home-page .testimonials-section.section-spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}

body.home-page .tour-carousel-section.section-spacing {
  padding-top: 20px;
  padding-bottom: 28px;
}

body.home-page .section-subtitle {
  background: transparent;
  color: var(--pro-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

body.home-page .section-subtitle-light {
  background: transparent;
  color: var(--pro-gold-light);
}

body.home-page .section-title {
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: var(--pro-navy);
}

body.home-page .section-description {
  font-size: 15px;
  color: var(--color-gray);
  line-height: 1.6;
}

/* ========== CATEGORIES - Görselli Kartlar (Tura Göre Keşfedin) ========== */
body.home-page .categories-section {
  padding: 110px 0;
}

body.home-page .categories-grid-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

body.home-page .category-card-with-image {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--pro-shadow-card);
  text-decoration: none;
  color: inherit;
  transition: var(--pro-transition);
  background: #ffffff;
}

body.home-page .category-card-with-image:hover {
  box-shadow: var(--pro-shadow-hover);
  border-color: var(--pro-gold);
  transform: translateY(-4px);
}

body.home-page .category-card-with-image:hover .category-card-image img {
  transform: scale(1.08);
}

body.home-page .category-card-with-image:hover .category-card-overlay {
  opacity: 0.75;
}

body.home-page .category-card-with-image:hover .category-arrow {
  background: var(--pro-gold);
  color: #fff;
  transform: translateX(4px);
}

body.home-page .category-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--pro-bg-alt);
}

body.home-page .category-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--pro-transition);
}

body.home-page .category-card-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #E5E7EB 0%, #D1D5DB 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home-page .category-card-image-placeholder::after {
  content: '';
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}

body.home-page .category-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.6) 0%, transparent 55%);
  opacity: 0.45;
  transition: var(--pro-transition);
  pointer-events: none;
}

body.home-page .category-card-body {
  position: absolute;
  left: 14px;
  bottom: 14px;
  right: auto;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background: rgba(15, 23, 42, 0.9); /* sitenin lacivert tonu */
  border-radius: 999px;
}

body.home-page .category-card-with-image .category-name {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  flex: 1;
  line-height: 1.3;
}

body.home-page .category-card-with-image .category-arrow {
  display: none; /* sadece yazı gözüksün */
}

/* ========== TOUR CARDS - Premium ========== */
body.home-page .tour-card-luxury {
  border-radius: var(--pro-radius);
  overflow: hidden;
  border: var(--pro-border);
  box-shadow: var(--pro-shadow);
  background: #fff;
  transition: var(--pro-transition);
}

body.home-page .tour-card-luxury:hover {
  box-shadow: var(--pro-shadow-hover);
  border-color: rgba(0, 0, 0, 0.06);
  transform: translateY(-8px);
}

body.home-page .tour-card-title a {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--pro-navy);
}

body.home-page .tour-card-excerpt {
  font-size: 13px;
  color: var(--color-gray);
  line-height: 1.55;
}

body.home-page .tour-badge-discount {
  border-radius: 12px;
  font-weight: 800;
  padding: 10px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ========== WHY SECTION - Sol görsel / sağ liste ========== */
body.home-page .why-section {
  padding: 48px 0;
  background: #fff;
}

body.home-page .why-section.section-spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}

body.home-page .why-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

@media (max-width: 991px) {
  body.home-page .why-split {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

body.home-page .why-split-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 0;
  background: #0f172a;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

body.home-page .why-split-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 0;
}

@media (max-width: 991px) {
  body.home-page .why-split-media {
    min-height: 280px;
    aspect-ratio: 16 / 10;
    height: auto;
  }
}

body.home-page .why-split-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.home-page .why-split-caption strong {
  font-size: 1rem;
  font-weight: 700;
}

body.home-page .why-split-caption span {
  font-size: 0.85rem;
  opacity: 0.9;
}

body.home-page .why-split-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  justify-content: space-between;
}

body.home-page .why-split-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 16px;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  flex: 1;
}

body.home-page .why-split-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

body.home-page .why-split-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

body.home-page .why-card--safe .why-split-icon {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
}
body.home-page .why-card--guide .why-split-icon {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
}
body.home-page .why-card--comfort .why-split-icon {
  background: linear-gradient(135deg, #92400e 0%, #d97706 100%);
}
body.home-page .why-card--price .why-split-icon {
  background: linear-gradient(135deg, #9d174d 0%, #db2777 100%);
}

body.home-page .why-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--pro-navy);
  margin: 0 0 4px;
}

body.home-page .why-card-text {
  font-size: 13.5px;
  color: var(--color-gray);
  line-height: 1.45;
  margin: 0;
}

/* Eski kart stilleri kullanılmıyor */
body.home-page .why-grid,
body.home-page .why-card-visual,
body.home-page .why-card-icon,
body.home-page .why-card-media {
  display: none !important;
}

/* ========== SHOWCASE - Öne Çıkan Turlar ========== */
body.home-page .showcase-section {
  padding: 110px 0;
}

body.home-page .showcase-section.section-gradient {
  background: linear-gradient(160deg, var(--pro-navy) 0%, var(--pro-navy-mid) 100%);
}

body.home-page .showcase-card {
  border-radius: var(--pro-radius);
  overflow: hidden;
  border: var(--pro-border);
  box-shadow: var(--pro-shadow);
  transition: var(--pro-transition);
}

body.home-page .showcase-card:hover {
  box-shadow: var(--pro-shadow-hover);
  transform: translateY(-6px);
}

body.home-page .showcase-card-content {
  padding: 32px 28px;
}

body.home-page .showcase-title {
  font-size: 1.15rem;
  font-weight: 700;
}

/* ========== STATS - Premium Dark Block ========== */
body.home-page .stats-section {
  padding: 88px 0;
  background: linear-gradient(165deg, #0F172A 0%, #1E293B 50%, #0F172A 100%);
  position: relative;
}

body.home-page .newsletter-stats {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

body.home-page .newsletter-stats .stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  white-space: nowrap;
}

body.home-page .newsletter-stats .stat-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home-page .newsletter-stats .stat-content {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 4px;
  flex-wrap: nowrap;
}

body.home-page .newsletter-stats .stat-number {
  font-size: 0.9rem;
  font-weight: 800;
}

body.home-page .newsletter-stats .stat-plus {
  font-size: 0.75rem;
}

body.home-page .newsletter-stats .stat-label {
  font-size: 10px;
  font-weight: 600;
  opacity: 0.9;
}

@media (max-width: 991.98px) {
  body.home-page .newsletter-stats {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
    gap: 8px;
  }
}

@media (max-width: 575.98px) {
  body.home-page .newsletter-stats {
    gap: 6px;
  }
  body.home-page .newsletter-top {
    flex-direction: column;
    align-items: flex-start;
  }
  body.home-page .newsletter-top .newsletter-input-group {
    max-width: 100%;
  }
}

body.home-page .stat-item {
  text-align: center;
  padding: 28px 20px;
}

body.home-page .stat-number {
  font-size: clamp(2.25rem, 3.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  display: block;
  line-height: 1.1;
}

body.home-page .stat-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.5px;
  margin-top: 6px;
  display: block;
}

body.home-page .stat-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(251, 191, 36, 0.15);
  border-radius: 16px;
  color: var(--pro-gold-light);
  font-size: 24px;
}

/* ========== TESTIMONIALS - Premium Kart ========== */
body.home-page .testimonials-section {
  padding: 72px 0;
  background: var(--pro-bg);
}

body.home-page .testimonials-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}

@media (max-width: 1199px) {
  body.home-page .testimonials-slider {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  body.home-page .testimonials-slider {
    grid-template-columns: 1fr;
  }
}

body.home-page .testimonial-item {
  padding: 22px 18px;
  background: #fff;
  border-radius: var(--pro-radius);
  border: var(--pro-border);
  box-shadow: var(--pro-shadow);
  max-width: none;
  width: 100%;
  margin: 0;
  transition: var(--pro-transition);
  height: 100%;
  box-sizing: border-box;
}

body.home-page .testimonial-item:hover {
  box-shadow: var(--pro-shadow-hover);
  transform: translateY(-4px);
}

body.home-page .testimonial-text {
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-dark-light);
  font-style: normal;
}

body.home-page .testimonial-stars {
  color: var(--pro-gold);
  margin-bottom: 12px;
  font-size: 13px;
}

body.home-page .testimonial-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--pro-navy);
}

body.home-page .testimonial-location {
  font-size: 12px;
  color: var(--color-gray);
}

/* ========== NEWSLETTER - Premium Dark ========== */
body.home-page .newsletter-section {
  padding: 12px 0 16px;
  background: linear-gradient(155deg, #0F172A 0%, #1E293B 100%);
  position: relative;
}

body.home-page .newsletter-box {
  max-width: none;
  margin: 0;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--pro-radius);
  backdrop-filter: blur(12px);
}

body.home-page .newsletter-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.home-page .newsletter-top .newsletter-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

body.home-page .newsletter-top .newsletter-form {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

body.home-page .newsletter-top .newsletter-input-group {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  display: flex;
}

body.home-page .newsletter-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

body.home-page .newsletter-description {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}

body.home-page .newsletter-icon {
  width: 28px;
  height: 28px;
  font-size: 11px;
  background: rgba(251, 191, 36, 0.15);
  color: var(--pro-gold-light);
}

body.home-page .newsletter-input-group {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

body.home-page .newsletter-input {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  padding: 9px 14px;
  color: #fff;
}

body.home-page .newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.home-page .newsletter-submit {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(135deg, var(--pro-gold) 0%, #B45309 100%);
  transition: var(--pro-transition);
}

body.home-page .newsletter-submit:hover {
  transform: none;
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.4);
}

body.home-page .newsletter-privacy {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.5);
  margin: 4px 0 0;
  padding: 0;
  text-align: center;
  line-height: 1.3;
}

/* Mesafe: e-posta/buton ile gizlilik metni arasını kapat */
body.home-page .newsletter-form .newsletter-message {
  margin: 0 !important;
  padding: 0;
  min-height: 0;
}
body.home-page .newsletter-form .newsletter-message:empty {
  display: none;
}

/* ========== CTA BUTTON (Tüm Turlar) ========== */
body.home-page .btn-luxury-outline-light {
  border-radius: 14px;
  font-weight: 600;
  padding: 20px 40px;
  border-width: 2px;
  transition: var(--pro-transition);
}

body.home-page .btn-luxury-outline-light:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

/* ========== SCROLL PROGRESS - İnce Altın Çizgi ========== */
body.home-page .scroll-progress-bar {
  height: 4px;
  background: linear-gradient(90deg, var(--pro-gold) 0%, var(--pro-gold-light) 100%);
}

/* ========== FLOATING ACTIONS - Premium ========== */
body.home-page .fab-button {
  width: 56px;
  height: 56px;
  font-size: 24px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: var(--pro-transition);
}

body.home-page .fab-button:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}

/* ========== SECTION DARK (Turlar) ========== */
body.home-page .section-dark .section-title,
body.home-page .section-dark .section-description {
  text-shadow: none;
}

body.home-page .section-dark .section-subtitle-light {
  color: var(--pro-gold-light);
}

/* ========== BLOG CARDS ========== */
body.home-page .blog-card {
  border: var(--pro-border);
  border-radius: var(--pro-radius);
  overflow: hidden;
  box-shadow: var(--pro-shadow);
  transition: var(--pro-transition);
}

body.home-page .blog-card:hover {
  box-shadow: var(--pro-shadow-hover);
  transform: translateY(-4px);
}

body.home-page .blog-card-title a {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--pro-navy);
}

/* ========== GENEL BOŞLUK ========== */
body.home-page .luxury-main.home-pro {
  padding-bottom: 0;
}

body.home-page .section-spacing {
  padding-top: 56px;
  padding-bottom: 56px;
}

body.home-page .tours-section.section-dark,
body.home-page .showcase-section.section-gradient {
  padding-top: 110px;
  padding-bottom: 110px;
}

/* ========== SLIDER CONTROLS - Premium (orta hizalı oklar) ========== */
body.home-page .hero-slider-controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 32px;
  z-index: 5;
  pointer-events: none;
}

body.home-page .hero-slider-controls .slider-nav {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.55);
  color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.8);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

body.home-page .hero-slider-controls .slider-nav:hover {
  background: rgba(15, 23, 42, 0.95);
  border-color: rgba(248, 250, 252, 0.4);
  transform: translateY(-1px);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.95);
}

body.home-page .hero-slider-controls .slider-nav i {
  font-size: 1rem;
}

/* Dots: altta ortalı ince göstergeler */
body.home-page .hero-slider-controls .slider-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}

body.home-page .slider-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.7);
  border: none;
  box-shadow: none;
  opacity: 0.7;
  transition: width 0.25s ease, background-color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

body.home-page .slider-dot.active {
  width: 22px;
  opacity: 1;
  background: var(--pro-gold-light);
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  body.home-page .hero-slider-controls {
    padding-inline: 16px;
  }

  body.home-page .hero-slider-controls .slider-nav {
    width: 38px;
    height: 38px;
  }

  body.home-page .hero-slider-controls .slider-dots {
    bottom: 16px;
  }
}

/* ========== TOUR CAROUSEL - profesyonel kartlar ========== */
body.home-page .tour-carousel-section {
  background: var(--pro-bg);
  padding: 28px 0 36px;
  margin-top: 0;
}

body.home-page .tour-carousel-section .container {
  position: relative;
}

body.home-page .tour-carousel-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 12px;
  flex-wrap: wrap;
}

body.home-page .tour-carousel-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--pro-navy);
  margin: 0;
  letter-spacing: -0.02em;
}

body.home-page .tour-carousel-title::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  margin-top: 8px;
  background: linear-gradient(90deg, var(--pro-gold) 0%, var(--pro-gold-light) 100%);
}

body.home-page .tour-carousel-btn-all {
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(217, 119, 6, 0.35);
  color: var(--pro-gold);
  text-decoration: none;
  background: #fff;
  transition: var(--pro-transition);
}

body.home-page .tour-carousel-btn-all i {
  font-size: 0.75rem;
}

body.home-page .tour-carousel-btn-all:hover {
  background: linear-gradient(135deg, #fbbf24 0%, #f97316 40%, #ea580c 100%);
  color: #111827;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
}

body.home-page .tour-carousel-wrap {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}

body.home-page .tour-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0;
  margin: 0;
}

@media (max-width: 1199.98px) {
  body.home-page .tour-carousel {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  body.home-page .tour-carousel {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  body.home-page .tour-carousel {
    grid-template-columns: 1fr;
  }
}

body.home-page .tour-carousel-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8edf3;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  min-width: 0;
}

body.home-page .tour-carousel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.11);
  border-color: rgba(217, 119, 6, 0.35);
}

body.home-page .tour-carousel-card-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--pro-bg-alt);
  text-decoration: none;
}

body.home-page .tour-carousel-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.5s ease;
}

body.home-page .tour-carousel-card:hover .tour-carousel-card-image img {
  transform: scale(1.08);
}

body.home-page .tour-carousel-card-body {
  padding: 14px 14px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.home-page .tour-carousel-card-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--pro-navy);
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.home-page .tour-carousel-meta {
  font-size: 0.78rem;
  color: var(--color-gray);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

body.home-page .tour-carousel-card-price {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--pro-gold);
  margin-top: auto;
}

body.home-page .tour-carousel-card-price span {
  font-size: 0.74rem;
  font-weight: 500;
  color: var(--color-gray);
}

body.home-page .tour-carousel-card-detay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 6px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  border: none;
  border-radius: 11px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

body.home-page .tour-carousel-card-detay:hover {
  color: #fff;
  filter: brightness(1.05);
  box-shadow: 0 6px 16px rgba(180, 83, 9, 0.28);
  transform: translateY(-1px);
}

/* Günübirlik: daha büyük kart + buton */
body.home-page .tour-carousel-section--gunubirlik {
  padding: 12px 0 44px;
}

body.home-page .tour-carousel-section--gunubirlik .tour-carousel-header {
  margin-bottom: 24px;
}

body.home-page .tour-carousel-section--gunubirlik .tour-carousel-title {
  font-size: 2.15rem;
}

body.home-page .tour-carousel-section--gunubirlik .tour-carousel-title::after {
  width: 64px;
  height: 4px;
  margin-top: 12px;
}

body.home-page .tour-carousel-section--gunubirlik .tour-carousel-btn-all {
  font-size: 17px;
  padding: 14px 28px;
  font-weight: 700;
}

body.home-page .tour-carousel-section--gunubirlik .tour-carousel {
  gap: 22px;
}

body.home-page .tour-carousel-section--gunubirlik .tour-carousel-card {
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

body.home-page .tour-carousel-section--gunubirlik .tour-carousel-card-image {
  aspect-ratio: 16/11;
}

body.home-page .tour-carousel-section--gunubirlik .tour-carousel-card-body {
  padding: 18px 18px 20px;
  gap: 8px;
}

body.home-page .tour-carousel-section--gunubirlik .tour-carousel-card-title {
  font-size: 1.15rem;
}

body.home-page .tour-carousel-section--gunubirlik .tour-carousel-meta {
  font-size: 0.85rem;
}

body.home-page .tour-carousel-section--gunubirlik .tour-carousel-card-price {
  font-size: 1.28rem;
}

body.home-page .tour-carousel-section--gunubirlik .tour-carousel-card-detay {
  margin-top: 10px;
  padding: 14px 18px;
  font-size: 15px;
  border-radius: 12px;
  gap: 9px;
}

body.home-page .tour-carousel-section--gunubirlik .tour-carousel-card-detay i {
  font-size: 0.85rem;
}

body.home-page .tour-carousel-card-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
}

body.home-page .tour-carousel-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.7) 0%, transparent 55%);
  pointer-events: none;
}

body.home-page .tour-carousel-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 45%, #b45309 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.15);
}

body.home-page .tour-carousel-card-detay i {
  font-size: 0.75rem;
}

/* Boş durum (henüz tur yok) */
body.home-page .tour-carousel-empty {
  min-height: 160px;
  border-radius: 18px;
  border: 1px dashed rgba(217, 119, 6, 0.6);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 26px 20px;
}

body.home-page .tour-carousel-empty p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--pro-navy);
}

@media (max-width: 767.98px) {
  body.home-page .tour-carousel-wrap {
    padding: 18px 14px 20px;
  }

  body.home-page .tour-carousel {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
