/* ============================================
   AKREEA.COM - Custom Styles
   Medical Tourism Website
   Colors: Deep Blue #1B4F8A | Gold #F0A500
============================================ */

/* ---- Variables ---- */
:root {
  --primary:      #1E3A5F;
  --primary-dark: #142840;
  --primary-light:#2A5298;
  --secondary:    #F0A500;
  --teal:         #062e2a;
  --teal-mid:     #0a4f48;
  --teal-light:   #e6f2f1;
  --accent:       #E8F0FE;
  --success:      #28a745;
  --bg:           #F8FAFC;
  --text:         #1A202C;
  --text-muted:   #6B7280;
  --border:       #E5E7EB;
  --white:        #ffffff;
  --shadow-sm:    0 1px 3px rgba(0,0,0,.08);
  --shadow:       0 4px 20px rgba(27,79,138,.12);
  --shadow-lg:    0 10px 40px rgba(27,79,138,.18);
  --radius:       12px;
  --radius-sm:    8px;
  --radius-lg:    20px;
  --font-main:    'Inter', -apple-system, sans-serif;
  --font-heading: 'Poppins', -apple-system, sans-serif;
  --transition:   all .25s ease;
}

/* ---- Base ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-main);
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}
a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary-dark); }
img { max-width: 100%; height: auto; }

/* ══════════════════════════════════════════════
   TOP INFO BAR (Profesyonel)
══════════════════════════════════════════════ */
.topbar-pro {
  background: var(--teal);
  color: rgba(255,255,255,.85);
  padding: 9px 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar-link {
  color: rgba(255,255,255,.8);
  font-size: 12.5px;
  display: inline-flex; align-items: center; gap: 5px;
  text-decoration: none;
  transition: var(--transition);
}
.topbar-link:hover { color: var(--secondary); }
.topbar-wa:hover { color: #25D366 !important; }
.topbar-social {
  color: rgba(255,255,255,.6);
  font-size: 14px;
  text-decoration: none;
  transition: var(--transition);
}
.topbar-social:hover { color: var(--secondary); }
.topbar-langs { display: flex; gap: 4px; }
.topbar-lang {
  color: rgba(255,255,255,.7);
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.2);
  text-decoration: none;
  transition: var(--transition);
  display: flex; align-items: center; gap: 4px;
}
.topbar-lang.active,
.topbar-lang:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--text);
  font-weight: 600;
}

/* Eski top-bar (geriye dönük uyumluluk) */
.top-bar {
  background: var(--teal);
  color: rgba(255,255,255,.85);
  padding: 8px 0;
  font-size: 13px;
}
.top-bar-link {
  color: rgba(255,255,255,.85);
  font-size: 13px;
  display: flex; align-items: center; gap: 4px;
  transition: var(--transition);
}
.top-bar-link:hover { color: var(--secondary); }
.social-icon {
  color: rgba(255,255,255,.7);
  width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  font-size: 12px;
  transition: var(--transition);
}
.social-icon:hover { background: var(--secondary); border-color: var(--secondary); color: #fff; }

/* ---- Language Switcher (Top Bar) ---- */
.lang-switcher { display: flex; gap: 6px; }
.lang-btn {
  color: rgba(255,255,255,.7);
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.2);
  transition: var(--transition);
}
.lang-btn.active,
.lang-btn:hover { background: var(--secondary); border-color: var(--secondary); color: #fff; }

/* ══════════════════════════════════════════════
   MAIN NAVBAR (Yeni Profesyonel Tasarım)
══════════════════════════════════════════════ */
.main-navbar {
  background: var(--white);
  box-shadow: 0 2px 24px rgba(6,46,42,.1);
  padding: 12px 0;
  transition: all .3s ease;
  position: relative;
}
.main-navbar.scrolled {
  padding: 8px 0;
  box-shadow: 0 4px 32px rgba(6,46,42,.15);
}
.navbar-logo { height: 46px; width: auto; object-fit: contain; }
.navbar-brand-text {
  font-family: var(--font-heading);
  font-size: 22px; font-weight: 800;
  color: var(--primary);
  letter-spacing: -.5px;
}

/* Hamburger özel */
.navbar-toggler { padding: 6px 8px; }
.toggler-icon {
  display: block; width: 22px; height: 2px;
  background: var(--primary);
  margin: 5px 0;
  border-radius: 2px;
  transition: transform .3s ease, opacity .2s ease;
}
/* Hamburger → X animasyonu (menü açıkken) */
.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Nav linkleri */
.nav-link {
  color: var(--text) !important;
  font-weight: 500;
  padding: 8px 14px !important;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  font-size: 14.5px;
  position: relative;
}
.nav-link::after { display: none !important; } /* Bootstrap ok kaldır */
.nav-link.dropdown-toggle::after { display: none !important; }
.nav-link i.bi-chevron-down {
  font-size: 10px; margin-left: 3px;
  transition: transform .2s;
}
.nav-link:hover, .nav-link.active {
  color: var(--teal-mid) !important;
  background: var(--teal-light);
}
.nav-link.active { font-weight: 600; }

/* ── Mega Menu ── */
.mega-dropdown { position: static !important; }
.mega-menu-panel {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  width: 640px;
  max-width: 96vw;
  padding: 0;
  border: none;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(6,46,42,.18);
  overflow: hidden;
  margin-top: 8px !important;
  animation: megaFadeIn .2s ease;
}
@keyframes megaFadeIn {
  from { opacity:0; transform:translateX(-50%) translateY(-8px); }
  to   { opacity:1; transform:translateX(-50%) translateY(0); }
}
.mega-menu-inner {
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-template-rows: auto 1fr;
}
/* Header bar */
.mega-header {
  grid-column: 1 / -1;
  display: flex; align-items: center; gap: 14px;
  padding: 18px 20px 14px;
  background: var(--teal);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.mega-header-icon {
  width: 42px; height: 42px;
  background: rgba(255,255,255,.15);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.mega-header-title { font-weight: 700; font-size: 15px; }
.mega-header-sub { font-size: 12px; opacity: .7; }

/* Kategori listesi */
.mega-cats {
  padding: 12px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #fff;
}
.mega-cat-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text);
  font-size: 13.5px;
  font-weight: 500;
  transition: var(--transition);
}
.mega-cat-item:hover { background: var(--teal-light); color: var(--teal-mid); }
.mega-cat-icon {
  width: 32px; height: 32px; flex-shrink: 0;
  background: var(--teal-light);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--teal-mid);
  font-size: 15px;
  transition: var(--transition);
}
.mega-cat-item:hover .mega-cat-icon { background: var(--teal-mid); color: #fff; }
.mega-cat-name { flex: 1; }
.mega-cat-arrow { font-size: 10px; color: var(--text-muted); margin-left: auto; }

/* CTA yan kutu */
.mega-cta {
  background: linear-gradient(160deg, var(--primary) 0%, var(--teal) 100%);
  padding: 20px;
  display: flex; flex-direction: column; gap: 10px;
  justify-content: center;
}
.mega-cta-title { font-weight: 700; font-size: 13px; color: #fff; }
.mega-cta-sub { font-size: 11px; color: rgba(255,255,255,.7); margin-top: -6px; }
.mega-btn-all {
  display: flex; align-items: center;
  background: rgba(255,255,255,.15);
  color: #fff;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 13px; font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  border: 1px solid rgba(255,255,255,.2);
}
.mega-btn-all:hover { background: rgba(255,255,255,.25); color: #fff; }
.mega-btn-consult {
  display: flex; align-items: center;
  background: var(--secondary);
  color: var(--text);
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 13px; font-weight: 700;
  text-decoration: none;
  transition: var(--transition);
}
.mega-btn-consult:hover { background: #e09500; color: var(--text); transform: translateY(-1px); }

/* Sağ aksiyon butonları */
.nav-actions { gap: 8px !important; }
.nav-wa-btn {
  display: inline-flex; align-items: center;
  background: #25D366;
  color: #fff;
  padding: 8px 14px;
  border-radius: 22px;
  font-size: 13.5px; font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
}
.nav-wa-btn:hover { background: #1ebe5a; color: #fff; transform: translateY(-1px); }
.nav-cta-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--primary);
  color: #fff;
  padding: 9px 18px;
  border-radius: 22px;
  font-size: 13.5px; font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 3px 12px rgba(30,58,95,.3);
}
.nav-cta-btn:hover { background: var(--teal); color: #fff; transform: translateY(-1px); }
.mobile-lang-btn {
  width: 30px; height: 30px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  text-decoration: none;
  background: var(--accent);
  border: 2px solid transparent;
  transition: var(--transition);
}
.mobile-lang-btn.active { border-color: var(--primary); }

/* Eski consult-btn (fallback) */
.consult-btn {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  font-weight: 600; padding: 8px 18px;
  border-radius: 25px;
}
.consult-btn:hover { background: var(--primary-dark) !important; transform: translateY(-1px); }

/* Eski lang-switcher (fallback) */
.lang-btn.active,
.lang-btn:hover { background: var(--secondary); border-color: var(--secondary); color: #fff; }

/* ---- Hero Section ---- */
.hero-section {
  min-height: 88vh;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, #2563EB 100%);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 80px 0 60px;
}
.hero-section::before {
  content: '';
  position: absolute; inset: 0;
  background: 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' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-bg-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(27,79,138,.95), rgba(37,99,235,.7));
}
.hero-section .container { position: relative; z-index: 2; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-badge {
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}
.hero-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,.85);
  max-width: 560px;
  margin-bottom: 0;
}
.hero-cta-primary {
  background: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: var(--text) !important;
  font-weight: 700;
  border-radius: 30px;
  padding: 14px 28px;
  box-shadow: 0 4px 20px rgba(240,165,0,.4);
}
.hero-cta-primary:hover {
  background: #d4900a !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(240,165,0,.5);
}
.hero-cta-secondary {
  border-radius: 30px;
  padding: 14px 28px;
  font-weight: 600;
  color: #fff !important;
  border-color: rgba(255,255,255,.5) !important;
}
.hero-cta-secondary:hover { background: rgba(255,255,255,.1) !important; }
.hero-trust { margin-top: 20px; }
.trust-item {
  display: flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,.85);
  font-size: 13px;
  font-weight: 500;
}
.hero-card-stack { position: relative; height: 420px; }
.hero-stat-card {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px 24px;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 16px;
  min-width: 220px;
  animation: float 3s ease-in-out infinite;
}
.hero-stat-card:nth-child(1) { top: 30px; left: 0; }
.hero-stat-card:nth-child(2) { top: 160px; right: 0; animation-delay: 1s; }
.hero-stat-card:nth-child(3) { top: 290px; left: 40px; animation-delay: 2s; }
.hero-stat-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 22px;
  flex-shrink: 0;
}
.hero-stat-num { font-size: 22px; font-weight: 800; color: var(--primary); line-height: 1; }
.hero-stat-label { font-size: 12px; color: var(--text-muted); font-weight: 500; }
.hero-scroll-indicator {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  z-index: 3;
}
.hero-scroll-indicator a {
  color: rgba(255,255,255,.6);
  font-size: 24px;
  animation: bounce 2s infinite;
}
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

/* ---- Stats Section ---- */
.stats-section {
  background: var(--white);
  padding: 60px 0;
  box-shadow: 0 4px 30px rgba(27,79,138,.08);
  position: relative; z-index: 1;
}
.stat-card {
  padding: 30px 20px;
  border-radius: var(--radius);
  transition: var(--transition);
}
.stat-card:hover { transform: translateY(-4px); }
.stat-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
  font-size: 24px;
  color: var(--primary);
}
.stat-value { font-size: 2.2rem; font-weight: 800; color: var(--primary); line-height: 1; }
.stat-label { font-size: 14px; color: var(--text-muted); font-weight: 500; margin-top: 6px; }

/* ---- Section Headers ---- */
.section-badge {
  display: inline-block;
  background: rgba(6,46,42,.08);
  color: var(--teal);
  padding: 5px 16px;
  border-radius: 50px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--text);
  margin-bottom: 12px;
}
.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* ---- Service Cards ---- */
.services-section { background: var(--bg); }

.service-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(6,46,42,.08);
  transition: all .3s cubic-bezier(.25,.8,.25,1);
  border: 1px solid var(--border);
  display: flex; flex-direction: column;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(6,46,42,.18);
  border-color: transparent;
}

/* Görsel alanı */
.service-card-visual {
  position: relative;
  height: 190px;
  overflow: hidden;
  flex-shrink: 0;
}
.service-card-visual svg {
  width: 100%; height: 100%;
  display: block;
  transition: transform .4s ease;
}
.service-card:hover .service-card-visual svg {
  transform: scale(1.04);
}
.service-card-visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.service-card:hover .service-card-visual img { transform: scale(1.06); }

/* Kart üstü badge */
.service-card-badge {
  position: absolute;
  top: 14px; left: 14px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}

/* Kart içeriği */
.service-card-body {
  padding: 22px 24px 24px;
  flex: 1;
  display: flex; flex-direction: column;
}
.service-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text);
  line-height: 1.35;
}
.service-card-text {
  color: var(--text-muted);
  font-size: 13.5px;
  margin-bottom: 0;
  line-height: 1.65;
  flex: 1;
}
.service-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.service-card-link {
  color: var(--primary);
  font-weight: 600;
  font-size: 13.5px;
  display: inline-flex; align-items: center; gap: 5px;
  transition: var(--transition);
}
.service-card-link:hover { color: var(--teal-mid); gap: 10px; }
.service-card-arrow {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 14px;
  transition: var(--transition);
  flex-shrink: 0;
}
.service-card:hover .service-card-arrow {
  background: var(--primary);
  color: #fff;
}

/* Eski placeholder (fallback) */
.service-card-img {
  height: 190px;
  overflow: hidden;
  background: var(--accent);
}
.service-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.service-card:hover .service-card-img img { transform: scale(1.05); }
.service-card-img-placeholder {
  height: 190px;
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 3rem;
  background: var(--accent);
}

/* Services grid — 3 kolondan 4'e geçiş */
.services-grid-12 .col { flex: 0 0 auto; }

/* Section header — duplicate kaldırıldı, tek tanım yukarıda (.section-badge) */

/* ---- Services Filter ---- */
.services-filter {
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: center;
}
.filter-btn {
  padding: 8px 20px;
  border-radius: 25px;
  border: 1px solid var(--border);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  background: var(--white);
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}
.filter-btn:hover, .filter-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.category-group-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--accent);
  margin-bottom: 24px;
  display: flex; align-items: center; gap: 10px;
}

/* ---- Why Section ---- */
.why-section { background: var(--white); }
.why-image-stack { position: relative; }
.why-img-main { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; }
.about-img-placeholder {
  height: 400px;
  background: var(--accent);
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem; color: var(--primary);
}
.why-badge-card {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius);
  padding: 16px 20px;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 12px;
  bottom: 30px; left: -20px;
  border-left: 4px solid var(--primary);
}
.why-badge-card-2 { bottom: auto; top: 30px; right: -20px; left: auto; border-left: 4px solid var(--secondary); }
.why-badge-num { font-size: 1.8rem; font-weight: 800; color: var(--primary); line-height: 1; }
.why-badge-text { font-size: 12px; color: var(--text-muted); font-weight: 500; }
.why-item { margin-bottom: 4px; }
.why-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  border-radius: 12px;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  font-size: 20px;
}
.why-item-title { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.why-item-desc { font-size: 13.5px; color: var(--text-muted); margin: 0; }
.why-card {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: var(--transition);
}
.why-card:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow); }
.why-card-icon {
  width: 64px; height: 64px;
  border-radius: 16px;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary); font-size: 28px;
  margin: 0 auto;
}
.why-card-title { font-size: 16px; font-weight: 700; margin: 12px 0 8px; }
.why-card-desc { font-size: 14px; color: var(--text-muted); }

/* ---- Process Section ---- */
.process-section { background: var(--bg); }
.process-card {
  position: relative;
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 24px;
  border: 1px solid var(--border);
  transition: var(--transition);
}
.process-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.process-step-num {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; font-size: 14px;
  margin: 0 auto 16px;
}
.process-icon { font-size: 2.5rem; margin-bottom: 12px; }
.process-label { font-size: 14px; font-weight: 600; color: var(--text); margin: 0; }
.process-arrow {
  position: absolute; right: -22px; top: 50%;
  transform: translateY(-50%);
  font-size: 20px; color: var(--text-muted); z-index: 2;
}

/* ---- Testimonials ---- */
.testimonials-section { background: var(--white); }
.testimonial-card {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid var(--border);
  transition: var(--transition);
}
.testimonial-card:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow); }
.testimonial-text {
  font-size: 15px;
  color: var(--text);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 16px;
}
.testimonial-avatar { width: 48px; height: 48px; flex-shrink: 0; }
.testimonial-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.avatar-placeholder {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-weight: 700; font-size: 18px;
}
.testimonial-name { font-weight: 700; font-size: 15px; }
.testimonial-meta { font-size: 12px; color: var(--text-muted); }

/* ---- CTA Section ---- */
.cta-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  padding: 80px 0;
}
.cta-inner { max-width: 700px; margin: 0 auto; }
.cta-title { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: #fff; }
.cta-subtitle { color: rgba(255,255,255,.8); font-size: 1.1rem; }
.cta-btn-primary {
  background: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: var(--text) !important;
  font-weight: 700;
  border-radius: 30px;
  box-shadow: 0 4px 20px rgba(240,165,0,.4);
}
.cta-btn-primary:hover { transform: translateY(-2px); }

/* ---- Page Header ---- */
.page-header-section {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  padding: 80px 0 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-header-section::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.03'%3E%3Cpath d='M20 20c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10zm10 0c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10z'/%3E%3C/g%3E%3C/svg%3E");
}
.page-header-section .container { position: relative; z-index: 2; }
.page-header-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  margin: 12px 0 8px;
}
.page-header-subtitle { color: rgba(255,255,255,.8); font-size: 1.1rem; max-width: 600px; }
.breadcrumb-nav {
  display: flex; align-items: center; flex-wrap: wrap; gap: 2px;
  font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 8px;
}
.breadcrumb-nav a { color: rgba(255,255,255,.8); }
.breadcrumb-nav a:hover { color: var(--secondary); }
.breadcrumb-nav .bi { font-size: 10px; }

/* ---- Contact Form ---- */
.contact-form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
}
.form-card-title { font-size: 1.4rem; font-weight: 700; color: var(--text); }
.form-control, .form-select {
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  padding: 12px 16px;
  font-size: 14px;
  transition: var(--transition);
}
.form-control:focus, .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(27,79,138,.1);
}
.btn-primary {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  font-weight: 600;
  transition: var(--transition);
}
.btn-primary:hover { background: var(--primary-dark) !important; border-color: var(--primary-dark) !important; transform: translateY(-1px); }
.btn-outline-primary {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.btn-outline-primary:hover { background: var(--primary) !important; color: #fff !important; }

/* ---- Contact Info Card ---- */
.contact-info-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}
.contact-info-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-item:last-child { border-bottom: none; }
.contact-info-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 16px;
}
.contact-info-label { font-size: 12px; color: var(--text-muted); font-weight: 500; margin-bottom: 2px; }
.contact-lang-card { background: var(--accent); border-radius: var(--radius); padding: 20px; }
.lang-support-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(27,79,138,.1);
  font-size: 14px;
}
.lang-support-item:last-child { border-bottom: none; }

/* ---- Consultation Form ---- */
.consultation-form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
}
.consult-steps {}
.consult-step-num {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 15px;
  flex-shrink: 0;
}
.consult-step-text { font-size: 15px; font-weight: 500; padding-top: 6px; }
.consult-privacy-box {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: 13px;
  color: #155724;
  display: flex; align-items: center; gap: 8px;
}

/* ---- Sidebar CTA ---- */
.sidebar-cta-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--primary);
}
.sidebar-cta-title { font-size: 1.1rem; font-weight: 700; color: var(--primary); }
.sidebar-cta-desc { font-size: 13px; color: var(--text-muted); }
.sidebar-why-list { list-style: none; padding: 0; margin: 0; }
.sidebar-why-list li { font-size: 14px; padding: 4px 0; }
.service-content.prose { line-height: 1.8; }
.service-content.prose h2 { font-size: 1.5rem; color: var(--primary); margin: 28px 0 14px; }
.service-content.prose h3 { font-size: 1.2rem; margin: 20px 0 10px; }
.service-content.prose p { margin-bottom: 16px; }
.service-content.prose ul, .service-content.prose ol { padding-left: 24px; margin-bottom: 16px; }
.service-content.prose li { margin-bottom: 6px; }

/* ---- About ---- */
.about-stat-card {
  background: var(--accent);
  border-radius: var(--radius);
  padding: 20px;
}
.about-stat-num { font-size: 2rem; font-weight: 800; color: var(--primary); }
.about-stat-label { font-size: 12px; color: var(--text-muted); }
.mission-icon {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 36px;
  margin: 0 auto;
}

/* ---- Footer ---- */
.site-footer { background: #0f2b50; color: rgba(255,255,255,.8); }
.footer-main { padding: 60px 0 40px; }
.footer-brand { display: inline-block; }
.footer-logo { height: 44px; filter: brightness(0) invert(1); }
.footer-brand-text { font-family: var(--font-heading); font-size: 22px; font-weight: 800; color: #fff; }
.footer-tagline { font-size: 14px; color: rgba(255,255,255,.6); max-width: 280px; }
.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li {
  display: flex; align-items: center; gap: 10px;
  padding: 6px 0; font-size: 13px; color: rgba(255,255,255,.7);
}
.footer-contact-list a { color: rgba(255,255,255,.7); }
.footer-contact-list a:hover { color: var(--secondary); }
.footer-contact-list .bi { color: var(--secondary); width: 16px; }
.footer-social { display: flex; gap: 8px; }
.footer-social-icon {
  width: 34px; height: 34px;
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7); font-size: 14px;
  transition: var(--transition);
}
.footer-social-icon:hover { background: var(--secondary); color: var(--text); }
.footer-heading {
  color: var(--secondary);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { padding: 4px 0; }
.footer-links a {
  color: rgba(255,255,255,.65);
  font-size: 13.5px;
  transition: var(--transition);
}
.footer-links a:hover { color: var(--secondary); padding-left: 4px; }
.footer-lang-switcher { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-lang-btn {
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.7);
  font-size: 12px;
  transition: var(--transition);
}
.footer-lang-btn.active,
.footer-lang-btn:hover { background: var(--secondary); border-color: var(--secondary); color: var(--text); }
.footer-cta-box {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
  padding: 20px;
}
.footer-cta-box h6 { color: #fff; font-size: 14px; margin-bottom: 6px; }
.footer-cta-box p { font-size: 12px; color: rgba(255,255,255,.6); margin-bottom: 14px; }
.footer-bottom {
  background: rgba(0,0,0,.2);
  padding: 16px 0;
  font-size: 13px;
  color: rgba(255,255,255,.5);
}
.footer-bottom a { color: rgba(255,255,255,.5); }
.footer-bottom a:hover { color: var(--secondary); }

/* ---- WhatsApp Float ---- */
.whatsapp-float {
  position: fixed;
  bottom: 90px; right: 24px;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 26px;
  box-shadow: 0 4px 20px rgba(37,211,102,.4);
  z-index: 1000;
  transition: var(--transition);
  animation: pulse 2s infinite;
}
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70%  { box-shadow: 0 0 0 12px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ---- Back to Top ---- */
.back-to-top {
  position: fixed; bottom: 24px; right: 24px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff; border: none;
  display: none; align-items: center; justify-content: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 999;
  transition: var(--transition);
  box-shadow: var(--shadow);
}
.back-to-top.show { display: flex; }
.back-to-top:hover { background: var(--primary-dark); transform: translateY(-2px); }

/* ---- Cookie Notice ---- */
.cookie-notice {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(15,43,80,.97);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,.85);
  padding: 14px 0;
  z-index: 2000;
  border-top: 1px solid rgba(255,255,255,.1);
}
.cookie-notice p { font-size: 13px; }
.cookie-notice a { color: var(--secondary); }

/* ---- Dynamic Content ---- */
.dynamic-content { font-size: 16px; line-height: 1.8; }
.dynamic-content h1 { font-size: 2rem; color: var(--primary); }
.dynamic-content h2 { font-size: 1.6rem; color: var(--primary); margin: 28px 0 14px; }
.dynamic-content h3 { font-size: 1.3rem; margin: 20px 0 10px; }
.dynamic-content p { margin-bottom: 16px; }
.dynamic-content ul, .dynamic-content ol { padding-left: 24px; margin-bottom: 16px; }
.dynamic-content li { margin-bottom: 8px; }
.dynamic-content img { border-radius: var(--radius); margin: 16px 0; }
.dynamic-content table { width: 100%; border-collapse: collapse; }
.dynamic-content td, .dynamic-content th { padding: 10px 14px; border: 1px solid var(--border); }
.dynamic-content th { background: var(--accent); font-weight: 600; }

/* ---- Utilities ---- */
.text-primary { color: var(--primary) !important; }
.bg-primary   { background: var(--primary) !important; }
.border-primary { border-color: var(--primary) !important; }

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .hero-section { min-height: 70vh; padding: 60px 0 40px; }
  .hero-title { font-size: 2rem; }
  .why-badge-card, .why-badge-card-2 { display: none; }
  .process-arrow { display: none !important; }
}

/* ---- Mobil Navbar & Mega Menu Fix ---- */
@media (max-width: 991px) {
  /* Mega menu mobilde position:absolute sorununu çöz */
  .mega-menu-panel {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    border-radius: 8px;
    margin-top: 0 !important;
    box-shadow: none;
    left: auto !important;
  }
  .mega-menu-inner {
    grid-template-columns: 1fr;
  }
  .mega-cats {
    grid-template-columns: 1fr;
  }
  /* CTA kutusu mobilde gizle (alan tasarrufu) */
  .mega-cta {
    display: none;
  }
  /* Hamburger menü açıldığında navbar arka planı */
  .main-navbar .navbar-collapse {
    background: #fff;
    padding: 16px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    margin-top: 8px;
  }
  /* Sağ aksiyon butonları mobilde üstte border */
  .nav-actions {
    padding: 12px 0 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 8px;
    flex-wrap: wrap;
  }
  /* Dropdown arrow fix Bootstrap 5 */
  .mega-dropdown .dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
  }
}
@media (max-width: 768px) {
  .contact-form-card, .consultation-form-card { padding: 24px 16px; }
  .stat-value { font-size: 1.8rem; }
  .hero-trust .trust-item span { display: none; }
  .navbar-logo { height: 38px; }
  .footer-main { padding: 40px 0 24px; }
  .hero-cta-primary, .hero-cta-secondary { padding: 12px 20px; font-size: 14px; }
  /* Büyük tıklama hedefleri — mobilde buton sorunları */
  .nav-cta-btn, .nav-wa-btn { min-height: 40px; display: inline-flex; align-items: center; }
}
@media (max-width: 480px) {
  .hero-badges { display: none; }
  .services-filter { gap: 6px; }
  .filter-btn { padding: 6px 14px; font-size: 13px; }
}
