/* ==========================================================================
   M KAYDOS TESISLERI - PREMIUM STYLING
   ========================================================================== */

/* CSS Variables */
:root {
  --font-heading: 'Barlow', sans-serif;
  --font-body: 'Outfit', sans-serif;
  
  /* Color themes (Dynamic - updated by JS or specific sections) */
  --color-primary: #f43127;     /* Panpie signature red */
  --color-secondary: #fcb302;   /* Panpie signature yellow/gold */
  --color-text-main: #f0f0f0;
  --color-text-muted: #a5a5a5;
  --color-bg-dark: #0a0a0a;
  --color-bg-panel: rgba(20, 20, 20, 0.7);
  --color-border: rgba(255, 255, 255, 0.1);
  --glass-bg: rgba(10, 10, 10, 0.6);
  --glass-border: rgba(255, 255, 255, 0.06);
  --glass-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  
  /* Transition durations */
  --transition-fast: 0.3s ease;
  --transition-medium: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  --transition-slow: 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Global Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--color-bg-dark);
  font-family: var(--font-body);
  color: var(--color-text-main);
  scroll-behavior: smooth;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #070707;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

.loader-logo {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.loader-logo span {
  color: var(--color-primary);
}

.loader-ring {
  width: 60px;
  height: 60px;
  border: 3px solid rgba(255, 255, 255, 0.05);
  border-top: 3px solid var(--color-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Main Container (Scroll Snap) */
.scroll-container {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  transition: background 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

/* Sections Base Styling */
.section {
  position: relative;
  height: 100vh;
  width: 100vw;
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  padding: 0 10% 0 12%;
  overflow: hidden;
}

/* Dynamic Background Color Shifting via sections */
.section-restoran {
  background: radial-gradient(circle at 80% 50%, rgba(244, 49, 39, 0.1) 0%, rgba(10, 3, 3, 0) 60%),
              radial-gradient(circle at 20% 80%, rgba(252, 179, 2, 0.05) 0%, rgba(10, 3, 3, 0) 50%),
              #120403;
}

.section-bungalov {
  background: radial-gradient(circle at 80% 50%, rgba(46, 125, 50, 0.12) 0%, rgba(3, 10, 6, 0) 65%),
              radial-gradient(circle at 20% 80%, rgba(255, 179, 0, 0.05) 0%, rgba(3, 10, 6, 0) 50%),
              #06110a;
}

.section-okey {
  background: radial-gradient(circle at 80% 50%, rgba(255, 111, 0, 0.1) 0%, rgba(15, 8, 4, 0) 60%),
              radial-gradient(circle at 20% 80%, rgba(255, 179, 0, 0.05) 0%, rgba(15, 8, 4, 0) 50%),
              #140a04;
}

.section-lunapark {
  background: radial-gradient(circle at 80% 50%, rgba(123, 31, 162, 0.12) 0%, rgba(6, 3, 12, 0) 65%),
              radial-gradient(circle at 20% 80%, rgba(0, 229, 255, 0.06) 0%, rgba(6, 3, 12, 0) 50%),
              #080410;
}

.section-cocukoyun {
  background: radial-gradient(circle at 75% 40%, rgba(255, 107, 53, 0.16) 0%, rgba(255, 255, 240, 0) 65%),
              radial-gradient(circle at 20% 75%, rgba(107, 203, 119, 0.10) 0%, rgba(255, 255, 240, 0) 55%),
              #FFFBF0;
}

.section-cocukoyun .sec-title,
.section-cocukoyun .sec-subtitle,
.section-cocukoyun .sec-features .feat-text {
  color: #2D3436;
}

.section-cocukoyun .sec-description {
  color: #666;
}

.section-cocukoyun .btn-luxury {
  background: linear-gradient(135deg, #FF6B35, #FF8C00) !important;
}

.section-cocukoyun .btn-outline {
  border-color: #FF6B35 !important;
  color: #FF6B35 !important;
}

.section-cocukoyun .btn-outline:hover {
  background: #FF6B35 !important;
  color: #fff !important;
}

.section-atciftligi {
  background: radial-gradient(circle at 75% 45%, rgba(198, 124, 42, 0.18) 0%, rgba(10, 6, 2, 0) 65%),
              radial-gradient(circle at 20% 75%, rgba(93, 143, 76, 0.10) 0%, rgba(10, 6, 2, 0) 55%),
              radial-gradient(circle at 50% 100%, rgba(139, 80, 20, 0.12) 0%, transparent 60%),
              #0e0802;
}

.section-evosports {
  background: radial-gradient(circle at 70% 40%, rgba(217, 58, 0, 0.20) 0%, rgba(5, 3, 1, 0) 60%),
              radial-gradient(circle at 20% 70%, rgba(255, 140, 0, 0.08) 0%, rgba(5, 3, 1, 0) 50%),
              radial-gradient(circle at 50% 95%, rgba(100, 30, 0, 0.15) 0%, transparent 55%),
              #080401;
}

/* ===== GÖL KRİSTAL ===== */
.section-golkristal {
  background: radial-gradient(circle at 78% 40%, rgba(74, 158, 255, 0.16) 0%, rgba(2, 10, 22, 0) 65%),
              radial-gradient(circle at 18% 75%, rgba(124, 191, 255, 0.08) 0%, rgba(2, 10, 22, 0) 50%),
              radial-gradient(circle at 50% 95%, rgba(30, 80, 150, 0.14) 0%, transparent 60%),
              #020c18;
}

.gol-icon {
  background: linear-gradient(135deg, rgba(74,158,255,0.18), rgba(74,158,255,0.04)) !important;
  border-color: rgba(74,158,255,0.3) !important;
  color: #4a9eff !important;
}

.section-golkristal .btn-luxury {
  background: linear-gradient(135deg, #1a5fa8, #4a9eff) !important;
}

.section-golkristal .btn-outline {
  border-color: rgba(74,158,255,0.5) !important;
  color: #7cbfff !important;
}
.section-golkristal .btn-outline:hover {
  background: rgba(74,158,255,0.14) !important;
  border-color: #4a9eff !important;
  color: #fff !important;
}

/* Göl ripple */
.gol-ripple-wrap {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 68%;
  pointer-events: none;
}
.gol-ripple-svg { width: 100%; height: auto; }

/* Göl kristal rozeti */
.gol-crystal-badge {
  position: absolute;
  top: 10%;
  right: 4%;
  background: rgba(5, 18, 40, 0.88);
  border: 1px solid rgba(74,158,255,0.38);
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #4a9eff;
  backdrop-filter: blur(10px);
  animation: golPulse 4s ease-in-out infinite;
}
.gol-badge-main {
  font-size: 0.82rem;
  font-weight: 700;
  color: #7cbfff;
  letter-spacing: 0.5px;
}
.gol-badge-sub {
  font-size: 0.62rem;
  color: rgba(124,191,255,0.65);
  letter-spacing: 1px;
  text-transform: uppercase;
}
@keyframes golPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(74,158,255,0); }
  50%       { box-shadow: 0 0 0 8px rgba(74,158,255,0.07), 0 0 22px rgba(74,158,255,0.1); }
}

/* Side nav noktası */
.side-nav-dot--gol::before { background: #4a9eff !important; }
.side-nav-dot--gol.active::before {
  background: #7cbfff !important;
  box-shadow: 0 0 8px rgba(74,158,255,0.6) !important;
}

/* ==========================================================================
   AT ÇİFTLİĞİ — WOW EFEKTİ: Koşan At + İz
   ========================================================================== */
.horse-trail-wrap {
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.8s ease 0.6s;
}

.section-atciftligi.active .horse-trail-wrap {
  opacity: 1;
}

.horse-trail {
  width: 100%;
  height: 70px;
}

.trail-path {
  stroke-dashoffset: 300;
  stroke-dasharray: 300;
  animation: none;
}

.section-atciftligi.active .trail-path {
  animation: drawTrail 2.4s cubic-bezier(0.4, 0, 0.2, 1) 0.7s forwards;
}

@keyframes drawTrail {
  to { stroke-dashoffset: 0; }
}

.horse-run-icon {
  position: absolute;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: #e8a83c;
  bottom: 14px;
  left: -40px;
  filter: drop-shadow(0 4px 12px rgba(232, 168, 60, 0.5));
  animation: none;
}

.section-atciftligi.active .horse-run-icon {
  animation: horseGallop 2.4s cubic-bezier(0.4, 0, 0.2, 1) 0.7s forwards;
}

@keyframes horseGallop {
  0%   { left: 4%;  bottom: 14px; }
  25%  { bottom: 42px; }
  50%  { bottom: 28px; }
  75%  { bottom: 20px; }
  100% { left: 88%; bottom: 6px; }
}

/* At çiftliği side-nav özel nokta rengi */
.side-nav-dot--horse.active {
  background-color: #c67c2a;
}

.side-nav-dot--horse.active::before {
  border-color: #c67c2a;
}

.side-nav-dot--horse:hover {
  background-color: #e8a83c;
}

/* EVO Sports side-nav dot */
.side-nav-dot--evo.active {
  background-color: #d93a00;
}
.side-nav-dot--evo.active::before {
  border-color: #d93a00;
}
.side-nav-dot--evo:hover {
  background-color: #ff6600;
}

/* ==========================================================================
   EVO SPORTS — Section Specific
   ========================================================================== */

/* Logo plate override — white bg to show black logo clearly */
.evo-plate {
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
}

/* Icon accent overrides */
.feat-icon-wrapper.evo-icon {
  background: linear-gradient(135deg, rgba(217,58,0,0.18) 0%, rgba(255,140,0,0.12) 100%);
  border-color: rgba(217,58,0,0.35);
  color: #ff6600;
}

/* Area badge */
.evo-area-badge {
  position: absolute;
  bottom: 14%;
  left: 8%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.7s ease 0.8s, transform 0.7s cubic-bezier(0.16,1,0.3,1) 0.8s;
}
.section-evosports.active .evo-area-badge {
  opacity: 1;
  transform: translateX(0);
}
.evo-area-num {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -1px;
  color: #ff6600;
  line-height: 1;
  text-shadow: 0 0 30px rgba(255,102,0,0.4);
}
.evo-area-unit {
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 700;
  color: rgba(255,140,0,0.8);
  margin-top: -2px;
}
.evo-area-label {
  font-size: clamp(0.65rem, 1.2vw, 0.8rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
}

/* Bullet trail animation */
.evo-bullet-wrap {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 8px;
  pointer-events: none;
  overflow: hidden;
}
.evo-bullet {
  position: absolute;
  width: 36px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,102,0,0.9), transparent);
  top: 50%;
  left: -40px;
  opacity: 0;
  animation: none;
}
.section-evosports.active .evo-bullet {
  animation: evoBulletFly 1.8s ease-in 0.5s forwards;
}
.section-evosports.active .evo-bullet-2 {
  animation: evoBulletFly 1.8s ease-in 0.85s forwards;
  background: linear-gradient(90deg, transparent, rgba(255,200,0,0.7), transparent);
}
.section-evosports.active .evo-bullet-3 {
  animation: evoBulletFly 1.8s ease-in 1.1s forwards;
  background: linear-gradient(90deg, transparent, rgba(255,60,0,0.6), transparent);
}
@keyframes evoBulletFly {
  0%   { left: -40px; opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { left: 110%; opacity: 0; }
}

/* ==========================================================================
   DOĞA YÜRÜYÜŞÜ — Section & WOW Effects
   ========================================================================== */

.section-dogayuruyusu {
  background: radial-gradient(circle at 75% 40%, rgba(45,106,79,0.28) 0%, rgba(3,12,6,0) 62%),
              radial-gradient(circle at 18% 72%, rgba(82,183,136,0.12) 0%, rgba(3,12,6,0) 52%),
              radial-gradient(circle at 50% 100%, rgba(22,68,34,0.20) 0%, transparent 60%),
              #020e05;
}

/* Side-nav trail dot */
.side-nav-dot--trail.active  { background-color: #40916c; }
.side-nav-dot--trail.active::before { border-color: #40916c; }
.side-nav-dot--trail:hover   { background-color: #52b788; }

/* Nav link color dots */
.nav-links li:nth-child(7) a::before { background: #40916c; }
.nav-links li:nth-child(8) a::before { background: #74c69d; }
.nav-links li:nth-child(9) a::before { background: #7cbfff; }

/* Feature icon accent */
.feat-icon-wrapper.trail-icon {
  background: linear-gradient(135deg, rgba(45,106,79,0.18) 0%, rgba(82,183,136,0.12) 100%);
  border-color: rgba(45,106,79,0.38);
  color: #52b788;
}

/* --- After-hike service chips --- */
.trail-after-hike {
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(30px);
  transition: transform var(--transition-slow) 0.35s, opacity var(--transition-slow) 0.35s;
}
.section-dogayuruyusu.active .trail-after-hike {
  opacity: 1;
  transform: translateY(0);
}
.trail-ah-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.32);
  margin-bottom: 10px;
  font-family: var(--font-heading);
}
.trail-ah-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trail-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(255,255,255,0.52);
  background: rgba(45,106,79,0.10);
  border: 1px solid rgba(82,183,136,0.20);
  border-radius: 30px;
  padding: 6px 14px;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.trail-chip:hover {
  color: #fff;
  background: rgba(82,183,136,0.20);
  border-color: rgba(82,183,136,0.55);
  transform: translateY(-2px);
}
.trail-chip i { color: #52b788; }

/* --- WOW: Düşen yapraklar --- */
.trail-leaves-wrap {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 5;
}
.trail-leaf {
  position: absolute;
  top: -30px;
  opacity: 0;
  animation: none;
}
.section-dogayuruyusu.active .trail-leaf { animation: leafFall 8s ease-in infinite; }

.leaf-1 { left: 12%; color: #40916c; font-size: 1.2rem; animation-delay: 0s;    animation-duration: 7.5s; }
.leaf-2 { left: 28%; color: #74c69d; font-size: 0.85rem;animation-delay: 1.3s;  animation-duration: 8.2s; }
.leaf-3 { left: 52%; color: #52b788; font-size: 1.4rem; animation-delay: 0.6s;  animation-duration: 7s;   }
.leaf-4 { left: 68%; color: #2d6a4f; font-size: 1rem;   animation-delay: 2.1s;  animation-duration: 9s;   }
.leaf-5 { left: 83%; color: #95d5b2; font-size: 0.9rem; animation-delay: 1.7s;  animation-duration: 6.5s; }
.leaf-6 { left: 44%; color: #52b788; font-size: 1.1rem; animation-delay: 3.2s;  animation-duration: 8.8s; }
.leaf-7 { left: 36%; color: #40916c; font-size: 0.8rem; animation-delay: 4.5s;  animation-duration: 7.2s; }

@keyframes leafFall {
  0%   { top: -30px; opacity: 0;   transform: rotate(0deg)   translateX(0px);   }
  8%   { opacity: 0.85; }
  40%  {                            transform: rotate(160deg) translateX(22px);  }
  70%  { opacity: 0.6;              transform: rotate(280deg) translateX(-12px); }
  90%  { opacity: 0.2; }
  100% { top: 110%;   opacity: 0;   transform: rotate(400deg) translateX(8px);  }
}

/* --- WOW: Yürüyüş patikası --- */
.trail-footsteps-wrap {
  position: absolute;
  bottom: 7%;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.8s ease 0.6s;
}
.section-dogayuruyusu.active .trail-footsteps-wrap { opacity: 1; }

.trail-path-svg {
  width: 100%;
  height: 72px;
}
.trail-path-draw {
  stroke-dashoffset: 300;
  stroke-dasharray: 300;
  animation: none;
}
.section-dogayuruyusu.active .trail-path-draw {
  animation: drawTrailPath 2.6s cubic-bezier(0.4,0,0.2,1) 0.7s forwards;
}
@keyframes drawTrailPath {
  to { stroke-dashoffset: 0; }
}

.footstep-icon {
  position: absolute;
  font-size: clamp(1.2rem, 2.5vw, 1.9rem);
  color: #52b788;
  bottom: 14px;
  left: -40px;
  filter: drop-shadow(0 4px 14px rgba(82,183,136,0.55));
  animation: none;
}
.section-dogayuruyusu.active .footstep-icon {
  animation: hikerWalk 2.6s cubic-bezier(0.4,0,0.2,1) 0.7s forwards;
}
@keyframes hikerWalk {
  0%   { left: 4%;  bottom: 14px; }
  20%  { bottom: 44px; }
  45%  { bottom: 26px; }
  70%  { bottom: 40px; }
  100% { left: 88%; bottom: 10px; }
}

/* --- Rozet: Tek Bilet --- */
.trail-badge {
  position: absolute;
  bottom: 14%;
  left: 8%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.7s ease 0.8s, transform 0.7s cubic-bezier(0.16,1,0.3,1) 0.8s;
}
.section-dogayuruyusu.active .trail-badge {
  opacity: 1;
  transform: translateX(0);
}
.trail-badge-icon {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  color: rgba(82,183,136,0.55);
  margin-bottom: 2px;
}
.trail-badge-main {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -1px;
  color: #52b788;
  line-height: 1;
  text-shadow: 0 0 30px rgba(82,183,136,0.40);
}
.trail-badge-sub {
  font-size: clamp(0.58rem, 1.1vw, 0.72rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  margin-top: 4px;
}

/* Header / Navigation */
/* ===== HEADER ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px clamp(20px, 5%, 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
  transition: background-color var(--transition-fast), padding var(--transition-fast);
}

.site-header.scrolled {
  background-color: var(--glass-bg);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--glass-border);
  padding: 12px clamp(20px, 5%, 60px);
}

/* Logo */
.logo-container {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-text {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.15;
}

.logo-text span {
  color: var(--color-primary);
}

.logo-tag {
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--color-secondary);
  margin-top: 1px;
  display: block;
  opacity: 0.75;
}

/* Nav Pill — pill styles live directly on nav-links */
.nav-links {
  display: flex;
  list-style: none;
  gap: 0;
  flex-wrap: nowrap;
  flex-shrink: 1;
  min-width: 0;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50px;
  padding: 4px;
  backdrop-filter: blur(10px);
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: clamp(0.6rem, 0.9vw, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  padding: 7px clamp(8px, 1.2vw, 16px);
  border-radius: 40px;
  white-space: nowrap;
  transition: color 0.25s ease, background 0.25s ease;
  position: relative;
}

/* Section color dots */
.nav-links a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.25s, box-shadow 0.25s;
}
.nav-links li:nth-child(1) a::before { background: #f43127; }
.nav-links li:nth-child(2) a::before { background: #52b788; }
.nav-links li:nth-child(3) a::before { background: #ff8c00; }
.nav-links li:nth-child(4) a::before { background: #9c27b0; }
.nav-links li:nth-child(5) a::before { background: #c67c2a; }
.nav-links li:nth-child(6) a::before { background: #d93a00; }

.nav-links a:hover,
.nav-links a.active {
  color: #fff;
  background: rgba(255,255,255,0.1);
}

.nav-links a:hover::before,
.nav-links a.active::before {
  opacity: 1;
  box-shadow: 0 0 8px 2px currentColor;
}

/* Header right group */
.header-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  position: absolute;
  right: clamp(20px, 5%, 60px);
}

.header-right .btn-primary {
  padding: 10px 22px;
  font-family: var(--font-heading);
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary) 0%, #ff5247 100%);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  letter-spacing: 0.08em;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(244,49,39,0.3);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.header-right .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(244,49,39,0.5);
}

/* Burger Menu — mobile only */
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 17px;
  cursor: pointer;
  flex-shrink: 0;
}

.burger-menu span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all var(--transition-fast);
}

/* Left Panel - Info & Text */
.info-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  max-width: 580px;
}

.sec-number {
  font-family: var(--font-heading);
  font-size: 7.5rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.03);
  position: absolute;
  top: 10%;
  left: 6%;
  user-select: none;
  pointer-events: none;
  transition: transform var(--transition-slow);
}

.sec-subtitle {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--color-secondary);
  margin-bottom: 15px;
  transform: translateY(35px);
  opacity: 0;
  transition: transform var(--transition-slow), opacity var(--transition-slow);
}

.sec-title {
  font-family: var(--font-heading);
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
  transform: translateY(40px);
  opacity: 0;
  transition: transform var(--transition-slow) 0.1s, opacity var(--transition-slow) 0.1s;
}

.sec-title span {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--color-text-muted);
  text-transform: none;
  margin-top: 5px;
}

.sec-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--color-text-muted);
  margin-bottom: 40px;
  transform: translateY(45px);
  opacity: 0;
  transition: transform var(--transition-slow) 0.2s, opacity var(--transition-slow) 0.2s;
}

.sec-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 45px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform var(--transition-slow) 0.3s, opacity var(--transition-slow) 0.3s;
}

.feat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feat-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: var(--color-secondary);
  font-size: 1rem;
  flex-shrink: 0;
}

.feat-text {
  font-size: 0.95rem;
  font-weight: 500;
  color: #e0e0e0;
}

.cta-group {
  display: flex;
  align-items: center;
  gap: 20px;
  transform: translateY(55px);
  opacity: 0;
  transition: transform var(--transition-slow) 0.4s, opacity var(--transition-slow) 0.4s;
}

.btn-luxury {
  position: relative;
  padding: 16px 36px;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: transparent;
  border: 2px solid var(--color-primary);
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color var(--transition-fast), border-color var(--transition-fast);
}

.btn-luxury::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--color-primary) 0%, #ff5247 100%);
  z-index: -1;
  transition: transform var(--transition-medium);
}

.btn-luxury:hover {
  border-color: transparent;
}

.btn-luxury:hover::before {
  transform: translateX(100%);
}

.btn-outline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
}

.btn-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--color-secondary);
  transition: width var(--transition-fast);
}

.btn-outline:hover::after {
  width: 100%;
}

.btn-outline svg {
  transition: transform var(--transition-fast);
}

.btn-outline:hover svg {
  transform: translateX(5px);
}

/* Right Panel - Plate / Visuals */
.graphic-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
}

/* Rotating main graphic mask */
.graphic-frame {
  position: relative;
  width: 450px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.graphic-frame::before {
  content: '';
  position: absolute;
  width: 108%;
  height: 108%;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  animation: spinSlow 30s linear infinite;
  pointer-events: none;
}

@keyframes spinSlow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.rotating-plate {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.03);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), inset 0 0 40px rgba(0,0,0,0.5);
  transform: scale(0.7) rotate(-45deg);
  opacity: 0;
  transition: transform var(--transition-slow) 0.1s, opacity var(--transition-slow) 0.1s;
  z-index: 2;
}

/* Floating ornaments around the plate */
.floating-decor {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.4));
  transform: scale(0.5);
  opacity: 0;
  transition: transform var(--transition-slow) 0.4s, opacity var(--transition-slow) 0.4s;
}

.decor-1 { top: 5%; right: 10%; }
.decor-2 { bottom: 8%; left: 5%; }
.decor-3 { top: 60%; right: 2%; }

/* Background SVG paths */
.bg-svg-decor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.04;
  color: #fff;
}

/* ==========================================================================
   ANIMATION TRIGGERS (When section has .active)
   ========================================================================== */
.section.active .sec-number {
  transform: translateY(-20px) scale(1.1);
}

.section.active .sec-subtitle,
.section.active .sec-title,
.section.active .sec-description,
.section.active .sec-features,
.section.active .cta-group {
  transform: translateY(0);
  opacity: 1;
}

.section.active .rotating-plate {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.section.active .floating-decor {
  transform: scale(1);
  opacity: 1;
}

/* ==========================================================================
   SIDE NAVIGATION DOTS
   ========================================================================== */
.side-nav {
  position: fixed;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.side-nav-dot {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color var(--transition-fast), transform var(--transition-fast);
}

.side-nav-dot:hover {
  background-color: var(--color-secondary);
  transform: scale(1.2);
}

.side-nav-dot.active {
  background-color: var(--color-primary);
  transform: scale(1.4);
}

/* Circle progress border around active dot */
.side-nav-dot.active::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

.dot-label {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: 1.5px;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}

.side-nav-dot:hover .dot-label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* ==========================================================================
   DETAIL OVERLAY MODALS
   ========================================================================== */
.detail-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.detail-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  height: 80vh;
  background-color: #121212;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  box-shadow: var(--glass-shadow);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.detail-modal.active .modal-content {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,0.05);
  border: none;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color var(--transition-fast), transform var(--transition-fast);
}

.modal-close:hover {
  background-color: var(--color-primary);
  transform: rotate(90deg);
}

.modal-visual {
  position: relative;
  height: 100%;
  width: 100%;
}

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

.modal-info {
  padding: 50px 40px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.modal-tag {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-secondary);
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.modal-title {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1.2;
}

.modal-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin-bottom: 30px;
}

.modal-list-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 8px;
}

.modal-list {
  list-style: none;
  margin-bottom: 35px;
}

.modal-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
  font-size: 0.95rem;
}

.modal-list li span:first-child {
  font-weight: 600;
  color: #fff;
}

.modal-list li span:last-child {
  color: var(--color-text-muted);
}

.modal-actions {
  margin-top: auto;
  display: flex;
  gap: 15px;
}

.modal-actions .btn {
  flex: 1;
  padding: 15px;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: all var(--transition-fast);
}

.modal-actions .btn-fill {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}

.modal-actions .btn-fill:hover {
  background-color: #ff5247;
  border-color: #ff5247;
}

.modal-actions .btn-outline {
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
}

.modal-actions .btn-outline:hover {
  border-color: #fff;
  background-color: rgba(255,255,255,0.05);
}

/* ==========================================================================
   BOOKING MODAL (GLOABL)
   ========================================================================== */
.booking-form-group {
  margin-bottom: 20px;
}

.booking-form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.booking-form-group input,
.booking-form-group select {
  width: 100%;
  padding: 12px 15px;
  background-color: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color var(--transition-fast);
}

.booking-form-group select {
  background-color: #1a1a1a;
}

.booking-form-group select option {
  background-color: #2a2a2a;
  color: #ffffff;
  padding: 8px 12px;
}

.booking-form-group input:focus,
.booking-form-group select:focus {
  outline: none;
  border-color: var(--color-primary);
}

/* ==========================================================================
   RESPONSIVE DESIGN (MEDIA QUERIES) - OPTIMIZED FOR MOBILE BUTTONS & SCROLL
   ========================================================================== */
@media (max-width: 1200px) {
  .section {
    padding: 0 6% 0 8%;
    grid-template-columns: 1fr 1fr;
  }
  
  .sec-title {
    font-size: 3.2rem;
  }
  
  .graphic-frame {
    width: 380px;
    height: 380px;
  }
}

@media (max-width: 991px) {
  .site-header {
    padding: 16px 5%;
  }

  .site-header.scrolled {
    padding: 12px 5%;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #0a0a0a;
    border: none;
    border-left: 1px solid rgba(255,255,255,0.06);
    border-radius: 0;
    backdrop-filter: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 40px 20px;
    z-index: 200;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .nav-links.active {
    right: 0;
  }

  /* Mobile nav items — bigger, full width */
  .nav-links a {
    font-size: 0.9rem;
    padding: 14px 24px;
    width: 220px;
    justify-content: flex-start;
    border-radius: 8px;
    color: rgba(255,255,255,0.6);
    gap: 12px;
  }
  .nav-links a::before {
    width: 7px; height: 7px;
  }

  .burger-menu {
    display: flex;
    z-index: 201;
    position: relative;
  }
  
  .burger-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  
  .burger-menu.open span:nth-child(2) {
    opacity: 0;
  }
  
  .burger-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }
  
  /* --- GÖRÜNTÜYÜ GERİ GETİREN VE BUTONLARI KURTARAN YENİ MOBİL DÜZEN --- */
  html, body, .scroll-container {
    overflow-y: scroll !important;
    height: 100vh !important;
  }

  .section {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    height: 100vh !important; 
    padding: 90px 6% 30px 6%;
    text-align: center;
    gap: 15px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
  
  .info-panel {
    max-width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 2;
  }
  
  /* Animasyon ve Harf Sabitleme Ayarları */
  .sec-subtitle, .sec-title, .sec-description, .sec-features, .cta-group {
    transform: none !important;
    opacity: 1 !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
  }
  
  .sec-title {
    font-family: 'Barlow', sans-serif !important;
    font-size: 2.2rem !important;
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: 0.5px !important; /* Gerçek telefonda harflerin iç içe girmesini önler */
  }
  
  .sec-title span {
    font-size: 1.2rem !important;
    margin-top: 4px;
    letter-spacing: 0.3px !important;
  }
  
  .sec-description {
    font-size: 0.95rem !important;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .sec-features {
    margin-bottom: 20px;
    width: 100%;
    max-width: 450px;
    gap: 10px !important;
  }
  
  .graphic-panel {
    grid-row: auto;
    order: 1;
    margin-bottom: 0px;
    height: auto;
    min-height: auto;
  }
  
  .graphic-frame {
    width: 200px !important;
    height: 200px !important;
  }
  
  .rotating-plate {
    transform: scale(1) rotate(0deg) !important;
    opacity: 1 !important;
  }
  
  .sec-number {
    font-size: 4rem;
    top: 75px;
    left: 4%;
  }
  
  .side-nav {
    display: none;
  }
  
  .modal-content {
    grid-template-columns: 1fr;
    grid-template-rows: 200px 1fr;
    height: 90vh;
  }
  
  /* --- FOOTER MOBİL ARKA PLANA KAÇIRMA DÜZELTMESİ --- */
  .site-footer {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    background-color: #0a0a0a !important;
    padding: 40px 5% !important;
    z-index: 10 !important;
    height: auto !important;
  }

  .footer-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    text-align: left !important;
  }

  .footer-links {
    list-style: none !important;
    padding: 0 !important;
  }

  .footer-links a, .footer-link, .footer-brand {
    color: var(--color-text-muted) !important;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
  }

  .footer-links a:hover {
    color: var(--color-primary) !important;
  }
  
  .scroll-container {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991px) {
  .trail-after-hike {
    transform: none !important;
    opacity: 1 !important;
    text-align: center;
  }
  .trail-ah-chips { justify-content: center; }
  .trail-badge { display: none; }
  .trail-footsteps-wrap { display: none; }
}

@media (max-width: 576px) {
  .section {
    padding: 110px 6% 50px 6%;
    gap: 20px;
  }

  /* Küçük Ekran Gerçek Telefon Karakter ve Başlık Ayarı */
  .sec-title {
    font-family: 'Barlow', sans-serif !important;
    font-size: 2.2rem !important;
    letter-spacing: 0.5px !important;
  }
  
  .sec-title span {
    font-size: 1.3rem !important;
    letter-spacing: 0.3px !important;
  }
  
  .sec-features {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    text-align: left;
  }
  
  /* BUTONLARI ALT ALTA ŞIK KART DÜZENİNE GETİRİYORUZ */
  .cta-group {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  
  .btn-luxury,
  .btn-outline {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 16px 20px !important;
    height: 54px; 
    box-sizing: border-box;
    font-family: 'Barlow', sans-serif !important;
    letter-spacing: 0.8px !important;
  }

  .btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.2); 
    border-radius: 4px;
  }
  
  .graphic-frame {
    width: 240px;
    height: 240px;
  }
  
  .header-right .btn-primary {
    display: none;
  }
  
  .modal-info {
    padding: 30px 20px;
  }
  /* ==========================================================================
   GERÇEK TELEFONLAR İÇİN TÜRKÇE KARAKTER VE SATIR DÜZELTME AYARI
   ========================================================================== */
@media screen and (max-width: 991px) {
  
  /* Başlıkların dikeyde sıkışmasını ve harflerin iç içe girmesini kökten çözer */
  h1, h2, h3, h4, h5, h6, 
  .modal-title, .sec-title, .modal-list-title,
  div[class*="title"], span[class*="title"],
  .site-footer h4, .site-footer h3,
  .footer-grid h4, .footer-grid h3 {
    font-family: 'Barlow', sans-serif !important;
    line-height: 1.5 !important; /* Satır aralığını genişleterek harfleri dikeyde kurtarır */
    letter-spacing: 1px !important; /* Harflerin yatayda birbirine binmesini engeller */
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
  }

  /* Ekran görüntüsündeki BÖLÜMLERİMİZ ve İLETİŞİM başlıkları için nokta atışı düzeltme */
  .site-footer h4, 
  .footer-grid div, 
  h4 {
    line-height: 1.6 !important;
    letter-spacing: 1.2px !important;
    padding-bottom: 5px !important;
  }
}
}