/* ================================================
   BO COMPANY — style.css v4.0
   Premium Sustainable Tourism Consultancy
   ================================================ */

/* ─── RESET & BASE ───────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary:        #1B4D2E;
  --primary-dark:   #0F2D1A;
  --primary-mid:    #2A6B42;
  --primary-light:  #3A8A56;
  --accent:         #C9A96E;
  --accent-light:   #E2C99A;
  --text:           #1A1F1C;
  --text-mid:       #4A5550;
  --text-soft:      #7A8880;
  --bg:             #FFFFFF;
  --bg-soft:        #F5F7F5;
  --bg-warm:        #FAF8F4;
  --border:         #E2E8E4;
  --border-light:   #EEF2EE;
  --nav-h:          80px;
  --r-sm:           6px;
  --r-md:           12px;
  --r-lg:           20px;
  --r-xl:           32px;
  --shadow-sm:      0 2px 12px rgba(27,77,46,0.08);
  --shadow-md:      0 8px 32px rgba(27,77,46,0.12);
  --shadow-lg:      0 20px 60px rgba(27,77,46,0.16);
  --transition:     0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* Body sans-serif for paragraphs */
p, li, label, input, textarea, select, button, .btn, .stat-label, .footer-links a,
.nav-links a, .section-label, .hero-trusted-label, .hero-badge {
  font-family: 'DM Sans', 'Inter', sans-serif;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 768px) { .container { padding: 0 20px; } }

/* ─── TYPOGRAPHY ─────────────────────────────── */
h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 600; line-height: 1.3; }
h4 { font-size: 1.15rem; font-weight: 600; }
h5 { font-size: 0.9rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }

h1 em, h2 em { font-style: italic; color: var(--accent); }

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-light);
  margin-bottom: 14px;
}
.section-label::before {
  content: '';
  width: 24px;
  height: 1.5px;
  background: var(--primary-light);
  display: inline-block;
}

/* ─── BUTTONS ────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-sm { padding: 9px 20px; font-size: 0.82rem; }
.btn-lg { padding: 16px 34px; font-size: 0.94rem; }

.btn-primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(27,77,46,0.3);
}
.btn-white {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
}
.btn-white:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,169,110,0.35);
}
.btn-outline {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}
.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.8);
  transform: translateY(-2px);
}
.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}
.btn-whatsapp:hover {
  background: #1EAF53;
  border-color: #1EAF53;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37,211,102,0.35);
}
.btn-accent {
  background: var(--accent);
  color: var(--primary-dark);
  border-color: var(--accent);
  font-weight: 700;
}
.btn-accent:hover {
  background: var(--accent-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,169,110,0.35);
}

/* ─── DIVIDER ────────────────────────────────── */
.divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  margin: 20px 0 24px;
}

/* ─── NAVBAR ─────────────────────────────────── */

/* Şeffaf mod — hero üstünde */
  background: transparent;
  box-shadow: none;
}

/* Solid mod — scroll sonrası */
  background: #fff;
  box-shadow: 0 2px 20px rgba(27,77,46,0.10);
  height: 68px;
}

/* Nav container */

@media (max-width: 768px) {
  
}

/* ── LOGO ── */
  position: relative;
  display: block;
  width: 148px;
  height: 46px;
  flex-shrink: 0;
  transition: width .3s ease, height .3s ease;
}
  width: 128px;
  height: 40px;
}
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: auto;
  max-width: 148px;
  object-fit: contain;
  object-position: left center;
  transition: opacity .3s ease;
  display: block;
}
/* Başlangıç: her iki logo da gizli */
/* Transparent: beyaz logo */
/* Solid: koyu logo */

/* ── DESKTOP LINKS ── */

/* Transparent link renkleri */
  color: #fff;
  background: rgba(255,255,255,.12);
}
  background: rgba(255,255,255,.15);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.4);
}

/* Solid link renkleri */
  color: #1B4D2E;
  background: rgba(27,77,46,.07);
}
  background: #1B4D2E;
  color: #fff;
  border-color: #1B4D2E;
}

/* ── HAMBURGER ── */

  background: rgba(27,77,46,.07);
  border-color: rgba(27,77,46,.15);
}

/* Footer linki desktop'ta gizle */

/* ── MOBILE MENU ── */
@media (max-width: 900px) {
  

  
  

  /* Üst çizgi */
  

  /* Stagger animasyonu */
  
  
  
  
  
  
  
  

  /* Link stilleri */
  
  
  /* İletişim butonu */
  

  /* Mini footer bar */
  
  
  
}

/* ── WHATSAPP FIXED ── */
  position: fixed !important;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(37,211,102,.42);
  transition: transform .28s ease, box-shadow .28s ease;
}
  width: 30px; height: 30px;
  fill: #fff; display: block;
}
  transform: scale(1.12) translateY(-2px);
  box-shadow: 0 12px 32px rgba(37,211,102,.52);
}
  content: '';
  position: absolute; inset: -5px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,.38);
  pointer-events: none;
}
  0%   { transform: scale(1); opacity: .65; }
  100% { transform: scale(1.7); opacity: 0; }
}
@media (max-width: 600px) {
}

/* ─── HERO ───────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--primary-dark);
}
.hero-bg-layer {
  position: absolute;
  inset: -8%;
  background-image:
    radial-gradient(ellipse at 30% 40%, rgba(42,107,66,0.7) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 70%, rgba(15,45,26,0.9) 0%, transparent 50%),
    linear-gradient(135deg, #0F2D1A 0%, #1B4D2E 50%, #0F2D1A 100%);
}
.hero-overlay-layer {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 60% 50%, rgba(201,169,110,0.06) 0%, transparent 60%),
    linear-gradient(180deg, rgba(15,45,26,0.2) 0%, rgba(15,45,26,0.6) 100%);
}
.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M30 30m-2 0a2 2 0 1 0 4 0a2 2 0 1 0-4 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 32px 80px;
}
.hero-content { max-width: 720px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  color: rgba(255,255,255,0.9);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 28px;
}
.hero-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

.hero-content h1 { color: #fff; margin-bottom: 24px; }
.hero-sub {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 580px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }

.hero-trusted { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-trusted-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); white-space: nowrap; }
.hero-trusted-logos { display: flex; gap: 6px; flex-wrap: wrap; }
.hero-trusted-logo {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 5px 12px;
  border-radius: 50px;
  transition: color 0.2s;
}
.hero-trusted-logo:hover { color: rgba(255,255,255,0.75); }

.hero-float-stat {
  position: absolute;
  right: 80px;
  bottom: 120px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(16px);
  border-radius: var(--r-lg);
  padding: 20px 28px;
  z-index: 3;
  text-align: center;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.hero-float-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 6px;
}
.hero-float-label { font-size: 0.74rem; font-weight: 500; color: rgba(255,255,255,0.6); line-height: 1.5; }

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 3;
}
.hero-scroll span { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.hero-scroll-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent);
  animation: scroll-line 2s ease-in-out infinite;
}
@keyframes scroll-line {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

@media (max-width: 768px) {
  .hero-float-stat { display: none; }
  .hero-container { padding: 100px 20px 60px; }
}

/* ─── PARTNERS MARQUEE ───────────────────────── */
.partners {
  background: var(--bg-soft);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 22px 0;
  overflow: hidden;
}
.partners-header {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-bottom: 16px;
}
.partners-track {
  display: flex;
  gap: 0;
  animation: marquee 30s linear infinite;
  white-space: nowrap;
  width: max-content;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.partner-logo {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-soft);
  padding: 0 36px;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s;
}
.partner-logo::after {
  content: '·';
  position: absolute;
  right: 0;
  color: var(--border);
}
.partner-logo:hover { color: var(--primary); }

/* ─── STATS ──────────────────────────────────── */
.stats {
  background: var(--primary-dark);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(42,107,66,0.4) 0%, transparent 70%);
}
.stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.stat-item {
  background: rgba(255,255,255,0.03);
  padding: 44px 32px;
  text-align: center;
  transition: background 0.3s;
}
.stat-item:hover { background: rgba(255,255,255,0.07); }
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 10px;
}
.stat-label { font-size: 0.82rem; font-weight: 500; color: rgba(255,255,255,0.55); line-height: 1.5; }

@media (max-width: 768px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

/* ─── SERVICES OVERVIEW ──────────────────────── */
.services {
  padding: 100px 0;
  background: var(--bg);
}
.section-header { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.section-header .section-label { justify-content: center; }
.section-header p { font-size: 1rem; color: var(--text-mid); line-height: 1.8; margin-top: 16px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

.service-card {
  background: var(--bg-soft);
  border: 1px solid var(--border-light);
  border-radius: var(--r-xl);
  padding: 36px 30px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  transform: scaleX(0);
  transition: transform var(--transition);
  transform-origin: left;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--border);
}
.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  width: 52px;
  height: 52px;
  background: rgba(27,77,46,0.08);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: var(--primary);
  transition: background var(--transition);
}
.service-card:hover .service-icon { background: var(--primary); color: #fff; }
.service-card h3 { font-size: 1.15rem; margin-bottom: 12px; color: var(--text); }
.service-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.75; margin-bottom: 22px; }
.service-card-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap var(--transition);
}
.service-card:hover .service-card-link { gap: 10px; }

/* ─── WHY US ─────────────────────────────────── */
.why-us {
  padding: 100px 0;
  background: var(--bg-warm);
}
.why-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.why-us-features { display: grid; gap: 28px; }
.why-feature {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.why-feature-icon {
  width: 44px;
  height: 44px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  margin-top: 2px;
}
.why-feature-body h4 { margin-bottom: 6px; font-size: 1rem; }
.why-feature-body p { font-size: 0.88rem; color: var(--text-mid); line-height: 1.7; }

.why-visual {
  background: var(--primary);
  border-radius: var(--r-xl);
  padding: 48px 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.why-visual::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 200px; height: 200px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}
.why-visual-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 8px;
}
.why-visual h3 { color: #fff; margin-bottom: 14px; font-size: 1.4rem; }
.why-visual p { font-size: 0.9rem; color: rgba(255,255,255,0.7); line-height: 1.75; }
.why-visual-list { margin-top: 28px; display: flex; flex-direction: column; gap: 10px; }
.why-visual-list li {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  gap: 10px;
}
.why-visual-list li::before {
  content: '';
  width: 20px;
  height: 1px;
  background: var(--accent);
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .why-us-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ─── REFERENCES SECTION ─────────────────────── */
.references {
  padding: 100px 0;
  background: var(--bg);
}
.ref-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 900px) { .ref-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .ref-grid { grid-template-columns: 1fr; } }

.ref-card {
  background: var(--bg-soft);
  border: 1px solid var(--border-light);
  border-radius: var(--r-lg);
  padding: 28px 26px;
  transition: all var(--transition);
}
.ref-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
  border-color: var(--border);
}
.ref-card-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}
.ref-card-type {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-soft);
}

/* ─── PROCESS ────────────────────────────────── */
.process {
  padding: 100px 0;
  background: var(--primary-dark);
  position: relative;
  overflow: hidden;
}
.process::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(42,107,66,0.3) 0%, transparent 60%);
}
.process .section-header .section-label { color: rgba(255,255,255,0.45); }
.process .section-header h2 { color: #fff; }
.process .section-header p { color: rgba(255,255,255,0.6); }

.process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(12.5%);
  right: calc(12.5%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,169,110,0.4), rgba(201,169,110,0.4), transparent);
}
.process-step { position: relative; text-align: center; }
.process-step-num {
  width: 56px;
  height: 56px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  transition: all var(--transition);
}
.process-step:hover .process-step-num {
  background: #fff;
  transform: scale(1.1);
}
.process-step h4 { color: #fff; margin-bottom: 10px; font-size: 0.95rem; }
.process-step p { font-size: 0.83rem; color: rgba(255,255,255,0.55); line-height: 1.7; }

@media (max-width: 768px) {
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps::before { display: none; }
}

/* ─── REVIEWS (GOOGLE) ───────────────────────── */
.reviews {
  padding: 100px 0;
  background: var(--bg-soft);
  overflow: hidden;
}
.reviews-slider-wrap { position: relative; overflow: hidden; margin-top: 56px; }
.reviews-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.review-card {
  flex: 0 0 calc(33.333% - 16px);
  background: var(--bg);
  border: 1px solid var(--border-light);
  border-radius: var(--r-xl);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
}
.review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  color: #F4B400;
  font-size: 1.1rem;
}
.review-text { font-size: 0.92rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 20px; font-style: italic; }
.review-author { font-weight: 600; font-size: 0.88rem; color: var(--text); }
.review-role { font-size: 0.78rem; color: var(--text-soft); margin-top: 2px; }
.review-google-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  color: var(--text-soft);
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
}

.reviews-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}
.reviews-btn {
  width: 44px;
  height: 44px;
  border: 2px solid var(--border);
  border-radius: 50%;
  background: var(--bg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-mid);
  transition: all var(--transition);
}
.reviews-btn:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-dark); color: #fff; }

@media (max-width: 900px) { .review-card { flex: 0 0 calc(50% - 12px); } }
@media (max-width: 600px) { .review-card { flex: 0 0 calc(100%); } }

/* ─── TEAM ───────────────────────────────────── */
.team {
  padding: 100px 0;
  background: var(--bg);
}
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 900px) { .team-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .team-grid { grid-template-columns: 1fr; } }

.team-card {
  background: var(--bg-soft);
  border: 1px solid var(--border-light);
  border-radius: var(--r-xl);
  overflow: hidden;
  transition: all var(--transition);
}
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.team-photo {
  height: 200px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-mid) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(255,255,255,0.25);
  position: relative;
  overflow: hidden;
}
.team-initials {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.05em;
}
.team-info { padding: 24px 24px 28px; }
.team-name { font-size: 1.15rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.team-role { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--primary-light); margin-bottom: 12px; }
.team-bio { font-size: 0.87rem; color: var(--text-mid); line-height: 1.75; }

/* ─── CTA DRAMATIC ───────────────────────────── */
.cta-dramatic {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #163D22 50%, var(--primary-dark) 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-dramatic::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(201,169,110,0.08) 0%, transparent 70%);
}
.cta-dramatic > .container { position: relative; z-index: 1; }
.cta-dramatic h2 { color: #fff; margin-bottom: 16px; }
.cta-dramatic p { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 40px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ─── FOOTER ─────────────────────────────────── */
.footer {
  background: var(--primary-dark);
  color: rgba(255,255,255,0.7);
  padding: 80px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand p { font-size: 0.88rem; line-height: 1.8; color: rgba(255,255,255,0.5); margin-top: 16px; max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 24px; }
.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: all var(--transition);
}
.footer-social a:hover { background: var(--accent); border-color: var(--accent); color: var(--primary-dark); }

.footer-col h5 { color: rgba(255,255,255,0.9); margin-bottom: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.87rem; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.9); }

.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.footer-contact-icon { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.footer-contact-text { font-size: 0.87rem; color: rgba(255,255,255,0.55); line-height: 1.5; }
.footer-contact-text a { color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-contact-text a:hover { color: rgba(255,255,255,0.9); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.3);
}

@media (max-width: 1000px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* ─── WHATSAPP FLOAT ─────────────────────────── */

/* ─── PAGE HERO ──────────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 30%, rgba(201,169,110,0.1) 0%, transparent 50%);
}
.page-hero-inner { position: relative; z-index: 1; max-width: 680px; }
.page-hero-inner .section-label { color: rgba(255,255,255,0.5); }
.page-hero-inner h1 { color: #fff; margin-bottom: 16px; }
.page-hero-inner p { font-size: 1.05rem; color: rgba(255,255,255,0.65); line-height: 1.8; }
.page-hero-inner .divider { background: linear-gradient(90deg, var(--accent), transparent); }

/* ─── SERVICES DETAIL ────────────────────────── */
.services-detail { padding: 80px 0; }
.service-detail-block {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid var(--border-light);
}
.service-detail-block.reverse { direction: rtl; }
.service-detail-block.reverse > * { direction: ltr; }

.service-detail-visual {
  border-radius: var(--r-xl);
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.green1 { background: linear-gradient(135deg, #1B4D2E, #2A6B42); }
.green2 { background: linear-gradient(135deg, #14432A, #1B6640); }
.green3 { background: linear-gradient(135deg, #0F2D1A, #1B4D2E); }
.green4 { background: linear-gradient(135deg, #1B3D2E, #2A5442); }
.green5 { background: linear-gradient(135deg, #162E1E, #1F4D35); }

.service-detail-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.06);
  position: absolute;
  bottom: -20px;
  right: 20px;
  line-height: 1;
  user-select: none;
}

.service-detail-content h2 { margin-bottom: 16px; }
.service-detail-content p { font-size: 0.95rem; color: var(--text-mid); line-height: 1.85; margin-bottom: 16px; }
.service-detail-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 28px 0 36px;
}
.service-detail-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.87rem;
  color: var(--text-mid);
}
.check-icon {
  width: 20px;
  height: 20px;
  background: rgba(27,77,46,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.check-icon svg { width: 10px; height: 10px; color: var(--primary); }

@media (max-width: 900px) {
  .service-detail-block { grid-template-columns: 1fr; direction: ltr; gap: 36px; }
  .service-detail-block.reverse { direction: ltr; }
  .service-detail-visual { min-height: 220px; }
  .service-detail-features { grid-template-columns: 1fr; }
}

/* ─── ABOUT STORY ────────────────────────────── */
.about-story { padding: 100px 0; }
.about-story-inner { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: center; }
.about-visual-main {
  background: linear-gradient(135deg, var(--primary), var(--primary-mid));
  border-radius: var(--r-xl);
  padding: 48px;
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.about-visual-badge {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--r-md);
  padding: 14px 18px;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
}
.about-visual-badge-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.about-visual-badge-text { font-size: 0.78rem; color: rgba(255,255,255,0.65); margin-top: 4px; }
@media (max-width: 900px) { .about-story-inner { grid-template-columns: 1fr; gap: 40px; } }

/* ─── PRESS ──────────────────────────────────── */
.press { padding: 100px 0; background: var(--bg-warm); }
.press-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
@media (max-width: 900px) { .press-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .press-grid { grid-template-columns: 1fr; } }

.press-card {
  background: var(--bg);
  border: 1px solid var(--border-light);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}
.press-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.press-source {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-light);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.press-source::before { content: ''; width: 16px; height: 1.5px; background: var(--primary-light); display: inline-block; }
.press-title { font-size: 1rem; font-weight: 600; color: var(--text); line-height: 1.5; margin-bottom: 12px; flex: 1; }
.press-excerpt { font-size: 0.85rem; color: var(--text-soft); line-height: 1.7; margin-bottom: 18px; }
.press-meta { font-size: 0.75rem; color: var(--text-soft); display: flex; align-items: center; justify-content: space-between; }
.press-link {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
  transition: gap 0.2s;
}
.press-card:hover .press-link { gap: 8px; }

/* ─── CONTACT ────────────────────────────────── */
.contact-section { padding: 80px 0 100px; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: start; }
.contact-form-wrap { background: var(--bg-soft); border: 1px solid var(--border-light); border-radius: var(--r-xl); padding: 44px 40px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--text-mid); margin-bottom: 8px; letter-spacing: 0.04em; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--text);
  background: var(--bg);
  outline: none;
  transition: border-color 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--primary); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.contact-info { display: flex; flex-direction: column; gap: 28px; }
.contact-info-card {
  background: var(--bg-soft);
  border: 1px solid var(--border-light);
  border-radius: var(--r-lg);
  padding: 24px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: all var(--transition);
}
.contact-info-card:hover { transform: translateX(4px); box-shadow: var(--shadow-sm); }
.contact-info-icon {
  width: 44px;
  height: 44px;
  background: var(--primary);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.contact-info-body h4 { font-size: 0.88rem; margin-bottom: 4px; }
.contact-info-body p, .contact-info-body a {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.6;
  transition: color 0.2s;
}
.contact-info-body a:hover { color: var(--primary); }

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-form-wrap { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; }
}

/* ─── FILTER TABS ────────────────────────────── */
.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.filter-tab {
  padding: 9px 20px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  background: transparent;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--text-mid);
  cursor: pointer;
  transition: all var(--transition);
}
.filter-tab.active, .filter-tab:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* ─── SCROLL ANIMATIONS ──────────────────────── */
.fade-up, .fade-left, .fade-right, .scale-in {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up    { transform: translateY(28px); }
.fade-left  { transform: translateX(-28px); }
.fade-right { transform: translateX(28px); }
.scale-in   { transform: scale(0.94); }

.fade-up.visible, .fade-left.visible, .fade-right.visible, .scale-in.visible {
  opacity: 1;
  transform: none;
}

/* ─── SERVICES NAV STICKY ────────────────────── */
.services-nav-sticky {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: var(--nav-h);
  z-index: 100;
}
.services-nav-inner {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
}
.services-nav-inner::-webkit-scrollbar { display: none; }
.services-nav-link {
  font-size: 0.83rem;
  font-weight: 500;
  color: var(--text-mid);
  padding: 8px 16px;
  border-radius: 50px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s;
}
.services-nav-link:hover { color: var(--primary); background: rgba(27,77,46,0.06); }
.services-nav-link.active { color: var(--primary); background: rgba(27,77,46,0.1); font-weight: 600; }

/* ─── BADGES ─────────────────────────────────── */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.badge-green { background: rgba(27,77,46,0.1); color: var(--primary); }
.badge-gold  { background: rgba(201,169,110,0.15); color: #8B6914; }

/* ─── BELGELENDIRME STEPS ────────────────────── */
.cert-phases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 28px 0; }
.cert-phase {
  background: var(--bg-soft);
  border: 1px solid var(--border-light);
  border-radius: var(--r-lg);
  padding: 24px;
  text-align: center;
  transition: all var(--transition);
}
.cert-phase:hover { border-color: var(--primary); transform: translateY(-2px); }
.cert-phase-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 8px;
}
.cert-phase-title { font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.cert-phase-desc { font-size: 0.78rem; color: var(--text-soft); line-height: 1.6; }

/* ─── MISC ───────────────────────────────────── */
.text-accent { color: var(--accent); }
.text-primary { color: var(--primary); }
.bg-primary { background: var(--primary); }
.mt-sm { margin-top: 16px; }
.mt-md { margin-top: 32px; }
.mt-lg { margin-top: 48px; }
.mb-sm { margin-bottom: 16px; }
.section-cta { text-align: center; margin-top: 48px; }

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}
.breadcrumb a { color: rgba(255,255,255,0.4); transition: color 0.2s; }
.breadcrumb a:hover { color: rgba(255,255,255,0.8); }
.breadcrumb-sep { color: rgba(255,255,255,0.2); }

/* ─── v5.0 ADDITIONS ─────────────────────────── */

/* CSS alias for pages that use --bg-alt / --text-dark / --text-muted */
:root {
  --bg-alt:     #F5F7F5;
  --text-dark:  #1A1F1C;
  --text-muted: #7A8880;
}

/* ─── LOGO IMAGE MARQUEE ─────────────────────── */
.logo-marquee {
  background: #fff;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 28px 0;
  overflow: hidden;
}
.logo-marquee-label {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-bottom: 20px;
}
.logo-marquee-track {
  display: flex;
  gap: 0;
  animation: marquee 38s linear infinite;
  white-space: nowrap;
  width: max-content;
  align-items: center;
}
.logo-marquee-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 44px;
  height: 60px;
  position: relative;
}
.logo-marquee-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: var(--border-light);
}
.logo-marquee-item img {
  height: 36px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  opacity: 0.55;
  filter: grayscale(100%);
  transition: opacity 0.3s, filter 0.3s;
}
.logo-marquee-item:hover img {
  opacity: 0.9;
  filter: grayscale(0%);
}

/* ─── NATURE / CSR SECTION ───────────────────── */
.nature-section {
  padding: 100px 0;
  background: var(--bg-warm);
}
.nature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.nature-text .section-label { margin-bottom: 14px; }
.nature-text h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--primary); margin-bottom: 20px; line-height: 1.2; }
.nature-text p { font-size: 0.95rem; color: var(--text-mid); line-height: 1.88; margin-bottom: 14px; }
.nature-law-box {
  background: rgba(27,77,46,0.06);
  border-left: 3px solid var(--primary);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: 18px 22px;
  margin-top: 24px;
}
.nature-law-label {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
.nature-law-box p { font-size: 0.87rem; margin: 0; color: var(--text-mid); }
.nature-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.nature-gallery-item {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--primary);
  aspect-ratio: 4/3;
  position: relative;
  cursor: pointer;
}
.nature-gallery-item:first-child {
  grid-column: span 2;
  aspect-ratio: 16/7;
}
.nature-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.nature-gallery-item:hover img { transform: scale(1.05); }
.nature-gallery-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary), var(--primary-mid));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255,255,255,0.4);
  font-size: 0.78rem;
  text-align: center;
  padding: 12px;
}

@media (max-width: 900px) {
  .nature-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ─── GALERI PAGE ────────────────────────────── */
.gallery-section { padding: 80px 0 100px; background: var(--bg); }
.gallery-filter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 40px; }
.gallery-grid {
  columns: 3;
  column-gap: 16px;
}
.gallery-item {
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: var(--r-lg);
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px 16px;
  background: linear-gradient(to top, rgba(15,45,26,0.85), transparent);
  color: #fff;
  font-size: 0.82rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }

/* ─── LIGHTBOX ───────────────────────────────── */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.lightbox.open { display: flex; }
.lightbox-inner {
  max-width: 900px;
  width: 100%;
  position: relative;
}
.lightbox-inner img {
  border-radius: var(--r-lg);
  max-height: 80vh;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.lightbox-caption {
  text-align: center;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  margin-top: 16px;
}
.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lightbox-close:hover { opacity: 1; }

@media (max-width: 900px) {
  .gallery-grid { columns: 2; }
}
@media (max-width: 560px) {
  .gallery-grid { columns: 1; }
}

/* ─── HERO IMAGE OVERLAY ─────────────────────── */
.hero-bg-layer.has-photo {
  background-image:
    linear-gradient(135deg, rgba(15,45,26,0.82) 0%, rgba(27,77,46,0.65) 100%);
  background-size: cover;
  background-position: center;
}

/* ─── TEAM PHOTO REAL ────────────────────────── */
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* ─── ZORUNLULUK BAND ────────────────────────── */
.urgency-band {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary), var(--primary-dark));
  padding: 22px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.urgency-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(201,169,110,0.12) 0%, transparent 70%);
}
.urgency-band p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: #fff;
  font-style: italic;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
  margin: 0;
}
.urgency-band span { color: var(--accent); font-style: normal; }

/* ════════════════════════════════════════════════
   v5.1 — UI FIX & VISUAL REVISION
   Team cards · Hero photo · Logo switch · Nature gallery
   ════════════════════════════════════════════════ */

/* ─── TEAM CARD COMPLETE OVERRIDE ───────────────── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;   /* cards align top, equal visual weight */
}

.team-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1),
              box-shadow  0.35s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(27,77,46,0.14);
}

/* Photo area — fixed height, full-width cover */
.team-photo {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-mid) 100%);
  position: relative;
  flex-shrink: 0;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}

.team-card:hover .team-photo img {
  transform: scale(1.06);
}

/* Info area */
.team-info {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.team-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 5px;
  line-height: 1.2;
}

.team-role {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-light);
}

.team-bio {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.78;
  margin: 0;
}

@media (max-width: 900px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .team-photo { height: 240px; }
}
@media (max-width: 560px) {
  .team-grid { grid-template-columns: 1fr; gap: 20px; }
  .team-photo { height: 260px; }
}

/* ─── HERO PHOTO BACKGROUND ──────────────────────── */
.hero {
  background: var(--primary-dark);
}

/* When hero has a real photo */
.hero-bg-photo {
  position: absolute;
  inset: 0;
  background-image: url('../images/hero/hero1.jpg');
  background-size: cover;
  background-position: center 30%;
  z-index: 0;
}

.hero-bg-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(10,30,15,0.55) 0%,
      rgba(10,30,15,0.30) 40%,
      rgba(10,30,15,0.72) 100%);
}

/* ─── NAVBAR LOGO SWITCH ─────────────────────────── */

  height: 36px;
  width: auto;
  transition: opacity 0.3s ease;
  position: absolute;
}

/* Text logo fallback — same switch logic already in place */

/* ─── NATURE / KUM ZAMBAKLARI GALLERY ────────────── */
.nature-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* Wide top image */
.nature-gallery-item:first-child {
  grid-column: span 2;
}

.nature-gallery-item {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary), var(--primary-mid));
  position: relative;
  cursor: zoom-in;
}

/* Enforce consistent aspect ratios */
.nature-gallery-item:first-child { aspect-ratio: 16 / 7; }
.nature-gallery-item:not(:first-child) { aspect-ratio: 4 / 3; }

.nature-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
  loading: lazy;
}

.nature-gallery-item:hover img {
  transform: scale(1.06);
}

/* Overlay caption on hover */
.nature-gallery-item::after {
  content: attr(data-caption);
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 16px 14px;
  background: linear-gradient(to top, rgba(10,30,15,0.8), transparent);
  color: rgba(255,255,255,0.88);
  font-size: 0.78rem;
  font-family: 'DM Sans', sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nature-gallery-item:hover::after { opacity: 1; }

/* Placeholder when no image */
.nature-gallery-placeholder {
  width: 100%;
  height: 100%;
  min-height: 160px;
  background: linear-gradient(135deg, var(--primary), var(--primary-mid));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255,255,255,0.35);
  font-size: 0.78rem;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
  padding: 20px;
}

@media (max-width: 900px) {
  .nature-gallery { grid-template-columns: 1fr; }
  .nature-gallery-item:first-child { grid-column: span 1; aspect-ratio: 16/9; }
}

/* ─── SECTION SPACING NORMALIZATION ─────────────── */
.services  { padding: 96px 0; }
.why-us    { padding: 96px 0; }
.reviews   { padding: 96px 0; }
.team      { padding: 96px 0; }
.nature-section { padding: 96px 0; }
.stats     { padding: 72px 0; }
.cta-dramatic { padding: 96px 0; }

/* ─── TYPOGRAPHY SCALE FIX ───────────────────────── */
h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); }
h2 { font-size: clamp(1.85rem, 3.5vw, 2.9rem); }

/* Hero h1 — extra large */
.hero-content h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.1; }

/* ─── HERO MOBILE ────────────────────────────────── */
@media (max-width: 768px) {
  .hero-content { text-align: center; }
  .hero-actions { justify-content: center; }
  .hero-trusted { justify-content: center; flex-direction: column; align-items: center; }
  .hero-trusted-logos { justify-content: center; }
  .hero-badge { font-size: 0.7rem; }
  .hero-content h1 { font-size: clamp(2rem, 8vw, 3rem); }
  .hero-sub { font-size: 0.97rem; }
}

/* ─── GENERAL RESPONSIVE CARD FIX ───────────────── */
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
  .stats-grid    { grid-template-columns: repeat(2, 1fr); }
  .section-header { padding: 0 4px; }
  .container { padding: 0 18px; }
}

/* ─── LAZY LOAD FADE-IN ──────────────────────────── */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.4s ease;
}
img[loading="lazy"].loaded { opacity: 1; }

/* ─── COLOR CONTRAST BOOST ───────────────────────── */
.stat-label       { color: rgba(255,255,255,0.65); }
.hero-sub         { color: rgba(255,255,255,0.82); }
.why-visual p     { color: rgba(255,255,255,0.75); }
.footer-brand p   { color: rgba(255,255,255,0.6); }
.footer-links a   { color: rgba(255,255,255,0.55); }

/* ─── SCROLLED NAVBAR – WHITE BG CONFIRMED ──────── */

/* ════════════════════════════════════════════════
   v5.2 — PHOTO POSITION · HERO DARK · LOGO IMG
   ════════════════════════════════════════════════ */

/* ─── TEAM PHOTO HEIGHT & POSITION FIX ──────────── */
/* Fotoğraf yüzü kişiye göre farklı konumda olduğu için
   data-pos attribute veya direct img style ile override */
.team-photo {
  height: 320px !important;   /* daha fazla alan → yüzler görünür */
}

.team-photo img {
  object-fit: cover !important;
  object-position: center 15% !important; /* varsayılan: üstten %15 — yüzleri ortaya çeker */
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1), object-position 0s;
}

/* Bireysel pozisyonlar — HTML'de class ekliyoruz */
.team-photo.pos-top    img { object-position: center 8%  !important; }
.team-photo.pos-center img { object-position: center 20% !important; }
.team-photo.pos-face   img { object-position: center 12% !important; }

/* Barbaros — geniş fotoğraf, kişi tam ortalanmış */
.team-photo.photo-barbaros img { object-position: center 25% !important; }
/* Mehtap — kişi fotoğrafın alt yarısında */
.team-photo.photo-mehtap   img { object-position: center 10% !important; }
/* Halis — kişi fotoğrafın alt kısmında, masada */
.team-photo.photo-halis    img { object-position: center 18% !important; }

@media (max-width: 900px) {
  .team-photo { height: 280px !important; }
}
@media (max-width: 560px) {
  .team-photo { height: 300px !important; }
}

/* ─── LOGO IMAGE (PNG destekli yapı) ─────────────── */
.nav-logo {
  display: flex;
  align-items: center;
  position: relative;
  height: 44px;
}

/* White logo: visible on transparent navbar */

/* Scrolled: swap to dark */

/* Text logo fallback (shown when no PNG provided) */
.logo-text-fallback {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: color 0.3s ease;
}

/* ─── HERO OVERLAY KOYU + ANİMASYON ─────────────── */

/* Daha koyu overlay */
.hero-bg-photo::after {
  background:
    linear-gradient(180deg,
      rgba(5, 18, 8, 0.62) 0%,
      rgba(5, 18, 8, 0.38) 35%,
      rgba(5, 18, 8, 0.78) 100%) !important;
}

/* Floating particles animation */
.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(201, 169, 110, 0.18);
  animation: particle-float linear infinite;
}

.hero-particle:nth-child(1)  { width:4px;  height:4px;  left:10%; animation-duration:18s; animation-delay:0s;   top:80%; }
.hero-particle:nth-child(2)  { width:6px;  height:6px;  left:22%; animation-duration:24s; animation-delay:3s;   top:90%; }
.hero-particle:nth-child(3)  { width:3px;  height:3px;  left:38%; animation-duration:20s; animation-delay:6s;   top:85%; }
.hero-particle:nth-child(4)  { width:5px;  height:5px;  left:55%; animation-duration:22s; animation-delay:1s;   top:88%; }
.hero-particle:nth-child(5)  { width:4px;  height:4px;  left:70%; animation-duration:19s; animation-delay:4s;   top:82%; }
.hero-particle:nth-child(6)  { width:7px;  height:7px;  left:85%; animation-duration:26s; animation-delay:8s;   top:92%; }
.hero-particle:nth-child(7)  { width:3px;  height:3px;  left:15%; animation-duration:21s; animation-delay:2s;   top:75%; }
.hero-particle:nth-child(8)  { width:5px;  height:5px;  left:45%; animation-duration:23s; animation-delay:9s;   top:95%; }
.hero-particle:nth-child(9)  { width:4px;  height:4px;  left:62%; animation-duration:17s; animation-delay:5s;   top:78%; }
.hero-particle:nth-child(10) { width:6px;  height:6px;  left:78%; animation-duration:25s; animation-delay:7s;   top:86%; }

@keyframes particle-float {
  0%   { transform: translateY(0) translateX(0) scale(1);  opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 0.6; }
  100% { transform: translateY(-100vh) translateX(40px) scale(0.5); opacity: 0; }
}

/* Shimmer line across hero */
.hero-shimmer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero-shimmer::after {
  content: '';
  position: absolute;
  top: -100%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255,255,255,0.03) 50%,
    transparent 60%
  );
  animation: shimmer-sweep 8s ease-in-out infinite;
}
@keyframes shimmer-sweep {
  0%   { left: -60%; }
  100% { left: 120%; }
}

/* ─── HERO SCROLL INDICATOR — KALDIRILDI ────────── */
.hero-scroll { display: none !important; }

/* ─── HERO CONTENT z-index fix ───────────────────── */
.hero-container { z-index: 3 !important; }
.hero-float-stat { z-index: 3 !important; }

/* ════════════════════════════════════════════════
   v5.3 — BASIN PRESS CARDS · HAMBURGER MENU
   ════════════════════════════════════════════════ */

/* ─── PRESS CARDS — tam tıklanabilir, hover animasyon ── */
.press-card {
  background: var(--bg);
  border: 1px solid var(--border-light);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  transition:
    transform 0.32s cubic-bezier(0.4,0,0.2,1),
    box-shadow 0.32s cubic-bezier(0.4,0,0.2,1),
    border-color 0.32s ease,
    background 0.32s ease;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

/* Tüm kart tıklanabilir — <a> olarak sarılacak */
a.press-card { display: flex; }
a.press-card:hover { text-decoration: none; color: inherit; }

.press-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary), var(--accent));
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  border-radius: 0 2px 2px 0;
}

.press-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(27,77,46,0.13);
  border-color: rgba(27,77,46,0.15);
  background: #fafcfa;
}
.press-card:hover::before { transform: scaleY(1); }

/* Arrow icon on hover */
.press-card .press-link {
  margin-top: auto;
  padding-top: 16px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.25s ease, color 0.2s;
}

.press-card .press-link svg {
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
  flex-shrink: 0;
}

.press-card:hover .press-link {
  gap: 10px;
  color: var(--primary);
}

.press-card:hover .press-link svg {
  transform: translate(3px, -3px);
}

/* Source badge */
.press-source {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-light);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.press-source::before {
  content: '';
  width: 20px;
  height: 1.5px;
  background: var(--primary-light);
  display: inline-block;
  flex-shrink: 0;
}

.press-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.45;
  margin-bottom: 12px;
  flex: 1;
  transition: color 0.2s;
}
.press-card:hover .press-title { color: var(--primary); }

.press-excerpt {
  font-size: 0.85rem;
  color: var(--text-soft);
  line-height: 1.72;
  margin-bottom: 0;
}

.press-meta {
  font-size: 0.73rem;
  color: var(--text-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
}

/* Grid */
.press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

@media (max-width: 900px) { .press-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .press-grid { grid-template-columns: 1fr; } }

/* ─── HAMBURGER MENU — PREMIUM ───────────────────── */

/* Toggle button */
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  transition: background 0.25s ease, border-color 0.25s ease;
  position: relative;
  z-index: 1001;
}

.nav-toggle:hover {
  background: rgba(255,255,255,0.16);
}

/* Hamburger lines */
.nav-toggle span {
  display: block;
  width: 20px;
  height: 1.8px;
  background: #ffffff;
  border-radius: 2px;
  transition:
    transform  0.38s cubic-bezier(0.68,-0.6,0.32,1.6),
    opacity    0.25s ease,
    width      0.3s ease;
  transform-origin: center;
}

/* X animation */
.nav-toggle.open span:nth-child(1) {
  transform: translateY(6.8px) rotate(45deg);
}
.nav-toggle.open span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.nav-toggle.open span:nth-child(3) {
  transform: translateY(-6.8px) rotate(-45deg);
}

/* Mobile overlay menu */
@media (max-width: 900px) {
  .nav-toggle { display: flex; }

  .nav-links {
    /* Hidden state */
    display: flex !important; /* always in DOM */
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    background: var(--primary-dark);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    z-index: 999;
    /* Slide from top */
    transform: translateY(-24px) scale(0.97);
    transition:
      opacity    0.38s cubic-bezier(0.4,0,0.2,1),
      transform  0.38s cubic-bezier(0.4,0,0.2,1),
      visibility 0s linear 0.38s;
  }

  .nav-links.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    transition:
      opacity   0.38s cubic-bezier(0.4,0,0.2,1),
      transform 0.38s cubic-bezier(0.4,0,0.2,1),
      visibility 0s linear 0s;
  }

  /* Staggered link entrance */
  .nav-links li {
    opacity: 0;
    transform: translateY(16px);
    transition:
      opacity   0.35s ease,
      transform 0.35s cubic-bezier(0.4,0,0.2,1);
  }
  .nav-links.open li:nth-child(1) { opacity:1; transform:none; transition-delay:0.08s; }
  .nav-links.open li:nth-child(2) { opacity:1; transform:none; transition-delay:0.13s; }
  .nav-links.open li:nth-child(3) { opacity:1; transform:none; transition-delay:0.18s; }
  .nav-links.open li:nth-child(4) { opacity:1; transform:none; transition-delay:0.23s; }
  .nav-links.open li:nth-child(5) { opacity:1; transform:none; transition-delay:0.28s; }
  .nav-links.open li:nth-child(6) { opacity:1; transform:none; transition-delay:0.33s; }
  .nav-links.open li:nth-child(7) { opacity:1; transform:none; transition-delay:0.38s; }

  .nav-links a {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.9rem !important;
    font-weight: 700 !important;
    color: rgba(255,255,255,0.75) !important;
    padding: 10px 32px !important;
    border-radius: 12px !important;
    letter-spacing: 0.01em;
    transition: color 0.2s, background 0.2s, transform 0.2s !important;
    width: 280px;
    text-align: center;
  }

  .nav-links a:hover,
  .nav-links a.active {
    color: #fff !important;
    background: rgba(255,255,255,0.07) !important;
    transform: translateX(4px) !important;
  }

  /* İletişim butonu özel stil */
  .nav-links a.btn-primary,
  .nav-links a.btn.btn-primary {
    margin-top: 16px !important;
    background: var(--accent) !important;
    color: var(--primary-dark) !important;
    border-color: transparent !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    padding: 14px 40px !important;
    border-radius: 50px !important;
    width: auto !important;
    min-width: 200px;
    letter-spacing: 0.06em;
  }

  .nav-links a.btn-primary:hover {
    background: var(--accent-light) !important;
    transform: translateY(-2px) !important;
  }

  /* Close button inside menu */
  .nav-links::after {
    content: '✕';
    display: none; /* handled by toggle button */
  }

  /* Logo in open menu state — keep nav-logo visible */
  body.menu-open .navbar .nav-logo {
    z-index: 1002;
    position: relative;
  }

  /* Decorative accent line */
  .nav-links::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-mid), var(--accent), var(--primary-mid));
  }

  /* Social / contact mini bar at bottom of menu */
  .nav-links-footer {
    position: absolute;
    bottom: 36px;
    left: 0; right: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    transition: opacity 0.3s ease 0.4s;
  }
  .nav-links.open .nav-links-footer {
    opacity: 1;
  }
  .nav-links-footer a {
    font-size: 0.78rem !important;
    color: rgba(255,255,255,0.35) !important;
    width: auto !important;
    padding: 4px 8px !important;
    text-align: center !important;
    transform: none !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
}

/* ════════════════════════════════════════════════
   v5.4 — NAV FOOTER HIDE · LOGO SIZE · TEAM POS
   ════════════════════════════════════════════════ */

/* ─── NAV-LINKS-FOOTER: desktop'ta tamamen gizle ─── */
.nav-links-footer {
  display: none !important;
}
/* Sadece mobile menü açıkken göster */
@media (max-width: 900px) {
  .nav-links-footer {
    display: flex !important;
    position: absolute;
    bottom: 36px;
    left: 0; right: 0;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0.4s;
  }
  .nav-links.open .nav-links-footer {
    opacity: 1;
    pointer-events: auto;
  }
  .nav-links-footer a {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.75rem !important;
    color: rgba(255,255,255,0.4) !important;
    width: auto !important;
    padding: 4px 10px !important;
    text-align: center !important;
    transform: none !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 4px !important;
  }
  .nav-links-footer a:hover {
    color: rgba(255,255,255,0.75) !important;
    background: none !important;
    transform: none !important;
  }
}

/* ─── LOGO SIZE — BÜYÜTME ────────────────────────── */

.nav-logo {
  height: 52px !important;
}

/* ─── TEAM PHOTO — YÜZLERI ORTALA ───────────────── */

/* Genel: yüzleri üstten daha az kırp */
.team-photo img {
  object-position: center 8% !important;
}

/* Barbaros: tam koltukta oturuyor, üst çerçevede boşluk var */
.team-photo.photo-barbaros img {
  object-position: center 18% !important;
}

/* Mehtap: yüzü fotoğrafın alt yarısında, yukarı çek */
.team-photo.photo-mehtap img {
  object-position: center 5% !important;
}

/* Halis: masada oturuyor, yüzü ortada-aşağıda */
.team-photo.photo-halis img {
  object-position: center 10% !important;
}

/* Tüm kartlarda eşit yükseklik */
.team-photo {
  height: 300px !important;
}

@media (max-width: 900px) {
  .team-photo { height: 260px !important; }
}
@media (max-width: 560px) {
  .team-photo { height: 280px !important; }
}

/* ════════════════════════════════════════════════
   v5.5 — WHATSAPP · STICKY SHRINK · GLOW · FADE
   ════════════════════════════════════════════════ */

/* ─── WHATSAPP FIXED BUTTON ──────────────────── */
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 9998;
  box-shadow: 0 8px 28px rgba(37,211,102,0.45);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1),
              box-shadow 0.3s ease;
  text-decoration: none;
}
  width: 30px;
  height: 30px;
  fill: #fff;
}
  transform: scale(1.14) translateY(-3px);
  box-shadow: 0 16px 40px rgba(37,211,102,0.55);
}
  transform: scale(0.96);
}

/* Pulse ring */
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.45);
}
  0%   { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.55); opacity: 0; }
}

@media (max-width: 600px) {
    width: 52px;
    height: 52px;
    right: 16px;
    bottom: 16px;
  }
}

/* ─── STICKY NAVBAR SHRINK ───────────────────── */
.navbar {
  transition: height 0.35s cubic-bezier(0.4,0,0.2,1),
              box-shadow 0.35s ease,
              background 0.35s ease;
}
/* scrolled height handled in main navbar block */

/* ─── BUTTON HOVER GLOW ──────────────────────── */
.btn-primary:hover {
  box-shadow: 0 8px 28px rgba(27,77,46,0.38) !important;
}
.btn-white:hover {
  box-shadow: 0 8px 28px rgba(255,255,255,0.25) !important;
}
.btn-accent:hover {
  box-shadow: 0 8px 28px rgba(201,169,110,0.45) !important;
}

/* ─── PAGE FADE-IN ───────────────────────────── */
/* body animation removed - breaks fixed positioning */

  to   { opacity: 1; transform: none; }
}

/* ─── ADALAR PROJECT PAGE ────────────────────── */
.project-hero {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}
.project-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 30%, rgba(201,169,110,0.1) 0%, transparent 50%);
}
.project-hero-inner { position: relative; z-index: 1; max-width: 700px; }
.project-hero-inner h1 { color: #fff; }
.project-hero-inner p { color: rgba(255,255,255,0.72); font-size: 1.05rem; line-height: 1.8; }

.project-content { padding: 88px 0 100px; background: var(--bg); }
.project-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: start;
}
.project-text h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  color: var(--primary);
  margin-bottom: 24px;
  line-height: 1.2;
}
.project-text p {
  font-size: 0.97rem;
  color: var(--text-mid);
  line-height: 1.9;
  margin-bottom: 18px;
}
.project-text strong { color: var(--primary); font-weight: 600; }

.project-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 28px 0;
  padding: 24px;
  background: rgba(27,77,46,0.04);
  border-left: 3px solid var(--primary);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
}
.project-highlight-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--text-mid);
}
.project-highlight-item::before {
  content: '→';
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Stacked images column */
.project-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 100px;
}
.project-img-item {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 36px rgba(0,0,0,0.13);
}
.project-img-item img {
  width: 100%;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}
.project-img-item:hover img { transform: scale(1.04); }

/* Image caption */
.project-img-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 18px 16px;
  background: linear-gradient(to top, rgba(10,28,18,0.82), transparent);
  color: rgba(255,255,255,0.85);
  font-size: 0.78rem;
  font-family: 'DM Sans', sans-serif;
}

@media (max-width: 900px) {
  .project-grid { grid-template-columns: 1fr; gap: 48px; }
  .project-images { position: static; }
}

/* ─── GALERI IMPROVED ────────────────────────── */
.gallery-grid {
  columns: 3;
  column-gap: 14px;
}
.gallery-item {
  break-inside: avoid;
  margin-bottom: 14px;
  border-radius: 14px;
  overflow: hidden;
  cursor: zoom-in;
  position: relative;
  display: block;
}
.gallery-item img {
  width: 100%; display: block;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1),
              filter 0.4s ease;
}
.gallery-item:hover img {
  transform: scale(1.06);
  filter: brightness(0.88);
}
.gallery-item-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 16px 14px;
  background: linear-gradient(to top, rgba(10,30,15,0.88), transparent);
  color: #fff;
  font-size: 0.8rem;
  font-family: 'DM Sans', sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }

@media (max-width: 900px) { .gallery-grid { columns: 2; column-gap: 12px; } }
@media (max-width: 480px) { .gallery-grid { columns: 1; } }

/* ─── HIZMETLER TITLE FIX ────────────────────── */
/* Applied via JS/HTML update */

/* ════════════════════════════════════════════════

/* ── WHATSAPP — AKIŞKAN/FLUID ── */
  position: fixed !important;
  right: clamp(12px, 3vw, 28px);
  bottom: clamp(12px, 3vh, 28px);
  width: clamp(48px, 7vw, 64px);
  height: clamp(48px, 7vw, 64px);
  background: #25D366;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 9998;
  box-shadow: 0 6px 24px rgba(37,211,102,0.42);
  text-decoration: none;
  transition: transform .3s cubic-bezier(.4,0,.2,1), box-shadow .3s ease;
}
  width: 52%;
  height: 52%;
  fill: #fff;
  flex-shrink: 0;
}
  transform: scale(1.12) translateY(-3px);
  box-shadow: 0 14px 36px rgba(37,211,102,0.52);
}
  content: '';
  position: absolute; inset: -5px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.42);
}
  0%   { transform: scale(1); opacity: .7; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* ════════════════════════════════════════════════

/* ===================================================
   NAVBAR + LOGO + WHATSAPP  — TEK KAYNAK
   =================================================== */

/* Navbar her zaman fixed */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9000;
  height: 80px;
  display: flex;
  align-items: center;
  transition: background .3s, box-shadow .3s, height .3s;
}
#navbar .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
@media(max-width:768px){#navbar .nav-container{padding:0 16px;}}

/* Şeffaf (hero üstü) */
#navbar.is-top    { background: transparent; box-shadow: none; }
/* Sticky (scroll sonrası) */
#navbar.is-sticky { background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,.10); height: 66px; }

/* Logo wrapper */
#navbar .logo-wrap {
  position: relative;
  width: 140px; height: 44px;
  flex-shrink: 0;
}
#navbar.is-sticky .logo-wrap { width: 120px; height: 38px; }

#navbar .logo-wrap img {
  position: absolute;
  top: 0; left: 0;
  height: 100%; width: auto; max-width: 100%;
  object-fit: contain; object-position: left center;
  transition: opacity .3s;
}
/* is-top → beyaz logo görünür */
#navbar.is-top    .logo-w { opacity: 1; }
#navbar.is-top    .logo-d { opacity: 0; }
/* is-sticky → koyu logo görünür */
#navbar.is-sticky .logo-w { opacity: 0; }
#navbar.is-sticky .logo-d { opacity: 1; }
/* Başlangıç (hiç class yok) → koyu logo */
#navbar:not(.is-top):not(.is-sticky) .logo-w { opacity: 0; }
#navbar:not(.is-top):not(.is-sticky) .logo-d { opacity: 1; }

/* Desktop nav links */
#navbar .nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0; padding: 0;
}
#navbar .nav-links li { list-style: none; }

#navbar .nav-links a {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: .87rem; font-weight: 500;
  padding: 7px 12px;
  border-radius: 50px;
  text-decoration: none;
  transition: color .2s, background .2s;
  white-space: nowrap;
}

/* is-top renkleri */
#navbar.is-top .nav-links a:not(.btn):not(.btn-primary)    { color: rgba(255,255,255,.87); }
#navbar.is-top .nav-links a:not(.btn):not(.btn-primary):hover,
#navbar.is-top .nav-links a.active                         { color: #fff; background: rgba(255,255,255,.12); }
#navbar.is-top .nav-links a.btn-primary                    { background: rgba(255,255,255,.15); color: #fff; border: 1.5px solid rgba(255,255,255,.4); }

/* is-sticky renkleri */
#navbar.is-sticky .nav-links a:not(.btn):not(.btn-primary) { color: #4A5550; }
#navbar.is-sticky .nav-links a:not(.btn):not(.btn-primary):hover,
#navbar.is-sticky .nav-links a.active                      { color: #1B4D2E; background: rgba(27,77,46,.07); }
#navbar.is-sticky .nav-links a.btn-primary                 { background: #1B4D2E; color: #fff; border-color: #1B4D2E; }

/* Hamburger */
#navbar .nav-toggle {
  display: none;
  width: 44px; height: 44px;
  flex-direction: column;
  align-items: center; justify-content: center;
  gap: 5px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s;
  position: relative; z-index: 9001;
}
#navbar.is-sticky .nav-toggle {
  background: rgba(27,77,46,.07);
  border-color: rgba(27,77,46,.15);
}
#navbar .nav-toggle span {
  display: block;
  width: 20px; height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .35s cubic-bezier(.68,-.6,.32,1.6), opacity .2s;
}
#navbar.is-sticky .nav-toggle span { background: #1B4D2E; }
#navbar .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
#navbar .nav-toggle.open span:nth-child(2) { opacity: 0; }
#navbar .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Footer li gizle desktop'ta */
#navbar li.nav-footer-item { display: none; }

/* === MOBILE === */
@media(max-width:900px){
  #navbar .nav-toggle { display: flex !important; }

  #navbar .nav-links {
    position: fixed;
    inset: 0;
    background: #0c2416;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    z-index: 8999;
    opacity: 0; visibility: hidden;
    transform: scale(.96) translateY(-10px);
    transition: opacity .3s ease, transform .3s ease, visibility 0s .3s;
    pointer-events: none;
  }
  #navbar .nav-links.open {
    opacity: 1; visibility: visible;
    transform: none;
    transition: opacity .3s ease, transform .3s ease, visibility 0s 0s;
    pointer-events: auto;
  }
  #navbar .nav-links::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg,#2A6B42,#C9A96E,#2A6B42);
  }
  #navbar .nav-links li {
    opacity: 0; transform: translateY(16px);
    transition: opacity .25s ease, transform .25s ease;
    width: 100%; text-align: center;
  }
  #navbar .nav-links.open li:nth-child(1){opacity:1;transform:none;transition-delay:.06s}
  #navbar .nav-links.open li:nth-child(2){opacity:1;transform:none;transition-delay:.11s}
  #navbar .nav-links.open li:nth-child(3){opacity:1;transform:none;transition-delay:.16s}
  #navbar .nav-links.open li:nth-child(4){opacity:1;transform:none;transition-delay:.21s}
  #navbar .nav-links.open li:nth-child(5){opacity:1;transform:none;transition-delay:.26s}
  #navbar .nav-links.open li:nth-child(6){opacity:1;transform:none;transition-delay:.31s}
  #navbar .nav-links.open li:nth-child(7){opacity:1;transform:none;transition-delay:.36s}

  #navbar .nav-links a {
    display: block;
    font-family: 'Cormorant Garamond',serif !important;
    font-size: 2rem !important; font-weight: 700 !important;
    color: rgba(255,255,255,.78) !important;
    padding: 10px 20px !important;
    background: transparent !important; border: none !important;
    border-radius: 8px !important;
    transition: color .2s, background .2s !important;
    max-width: 280px; margin: 0 auto;
  }
  #navbar .nav-links a:hover,
  #navbar .nav-links a.active { color:#fff !important; background: rgba(255,255,255,.07) !important; }

  #navbar .nav-links a.btn-primary {
    margin-top: 16px !important;
    background: #C9A96E !important; color: #0c2416 !important;
    font-family: 'DM Sans',sans-serif !important;
    font-size: .95rem !important; font-weight: 700 !important;
    padding: 12px 36px !important; border-radius: 50px !important;
    max-width: none !important; width: auto !important; display: inline-block !important;
  }

  #navbar li.nav-footer-item {
    display: flex !important;
    position: absolute; bottom: 24px; left: 0; right: 0;
    justify-content: center; gap: 20px;
    opacity: 0; pointer-events: none;
    transition: opacity .3s ease .4s;
  }
  #navbar .nav-links.open li.nav-footer-item {
    opacity: 1; pointer-events: auto;
  }
  #navbar li.nav-footer-item a {
    font-family: 'DM Sans',sans-serif !important;
    font-size: .7rem !important; font-weight: 500 !important;
    color: rgba(255,255,255,.35) !important;
    padding: 4px 8px !important; width: auto !important;
    text-transform: uppercase; letter-spacing: .08em;
    background: transparent !important;
    transform: none !important;
    display: inline-block !important;
  }
}

/* === WHATSAPP FIXED === */
.wa-btn {
  position: fixed;
  right: 22px; bottom: 22px;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 8000;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,.4);
  transition: transform .25s, box-shadow .25s;
}
.wa-btn svg { width: 28px; height: 28px; fill: #fff; display: block; }
.wa-btn:hover { transform: scale(1.1) translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,.5); }
.wa-btn::after {
  content: '';
  position: absolute; inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,.35);
  animation: wa-ping 2.5s ease-out infinite;
  pointer-events: none;
}
@keyframes wa-ping {
  0%   { transform: scale(1); opacity: .6; }
  100% { transform: scale(1.7); opacity: 0; }
}
@media(max-width:600px){
  .wa-btn { width: 50px; height: 50px; right: 14px; bottom: 14px; }
  .wa-btn svg { width: 24px; height: 24px; }
}

/* Footer logo */
.footer-brand .logo-wrap {
  position: relative;
  display: inline-block;
  width: 130px; height: 42px;
  margin-bottom: 14px;
}
.footer-brand .logo-wrap img { position: absolute; top:0; left:0; height:100%; width:auto; object-fit:contain; }
.footer-brand .logo-wrap .logo-w { opacity: 1; }
.footer-brand .logo-wrap .logo-d { opacity: 0; }

/* ── LOGO GUARANTEED FIX ── */
.logo-wrap {
  position: relative !important;
  display: inline-block !important;
  width: 148px !important;
  height: 46px !important;
  flex-shrink: 0 !important;
  overflow: visible !important;
}
.logo-wrap img {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  height: 100% !important;
  width: auto !important;
  max-width: 160px !important;
  object-fit: contain !important;
  object-position: left center !important;
  transition: opacity .3s ease !important;
  display: block !important;
}
/* Default: koyu logo görünür (hero olmayan sayfalar) */
.logo-wrap .logo-w { opacity: 0 !important; }
.logo-wrap .logo-d { opacity: 1 !important; }

/* is-top: beyaz logo */
.is-top .logo-wrap .logo-w { opacity: 1 !important; }
.is-top .logo-wrap .logo-d { opacity: 0 !important; }

/* is-sticky: koyu logo */
.is-sticky .logo-wrap .logo-w { opacity: 0 !important; }
.is-sticky .logo-wrap .logo-d { opacity: 1 !important; }