html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.card-img-top {
  object-fit: cover;
  height: 180px;
}

body {
  margin-bottom: 60px;
}

.hero {
  background: radial-gradient(
    80% 60% at 50% 0%,
    rgba(33, 37, 41, 0.08),
    transparent 60%
  );
  border-radius: 1rem;
}
.card-img-top {
  object-fit: cover;
  height: 220px;
}
.badge-soft {
  background: rgba(33, 37, 41, 0.06);
  border: 1px solid rgba(33, 37, 41, 0.12);
}
.price-chip {
  padding: 0.35rem 0.6rem;
  border-radius: 0.65rem;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  font-weight: 600;
}

.card-img-top {
  object-fit: cover;
  height: 220px;
}
.badge-soft {
  background: rgba(33, 37, 41, 0.06);
  border: 1px solid rgba(33, 37, 41, 0.12);
}
.price-chip {
  padding: 0.35rem 0.6rem;
  border-radius: 0.65rem;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  font-weight: 600;
}
.card-raise {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card-raise:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fade-in {
  animation: fadeInUp 0.35s ease both;
}
.btn-bounce {
  transition: transform 0.15s ease;
}
.btn-bounce:hover {
  transform: translateY(-1px);
}
.thumb-img {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.thumb-img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

:root {
  --card-bg: #ffffff;
  --chip-bg: #f8f9fa;
  --chip-bd: #e9ecef;
  --shadow-sm: 0 6px 18px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 18px 45px rgba(0, 0, 0, 0.15);
}

/* Kart iskeleti */
.car-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background: var(--card-bg);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.car-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(0, 0, 0, 0.12);
}

/* Üstte ince gradient bar (premium dokunuş) */
.car-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0ea5e9, #6366f1, #a855f7);
  opacity: 0.9;
}

/* Görsel alanı */
.car-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.car-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}
.car-card:hover .car-media img {
  transform: scale(1.06);
}

/* Üst sol kategori rozeti */
.car-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #111;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
}

/* Sağ altta fiyat çipi */
.price-chip {
  padding: 0.45rem 0.7rem;
  border-radius: 0.7rem;
  background: var(--chip-bg);
  border: 1px solid var(--chip-bd);
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Bilgi satırı ikon + metin */
.meta {
  color: #6c757d;
  font-size: 0.92rem;
  gap: 1rem;
}
.meta i {
  margin-right: 0.35rem;
}

/* Başlık */
.car-title {
  margin: 0.2rem 0 0.35rem;
}
.car-title small {
  color: #94a3b8;
  font-weight: 500;
}

/* Buton: premium degrade */
.btn-gradient {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border: none;
}
.btn-gradient:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

/* Küçük fade-in animasyonu */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fade-in {
  animation: fadeInUp 0.35s ease both;
}

/* ----- FİYAT GÖRÜNÜMÜ ----- */
.price-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.8rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.price-chip .unit {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #0f172a;
}
.price-chip .amount {
  font-weight: 800;
  font-size: 1.05rem;
  color: #0f172a;
}
.price-chip small {
  color: #64748b;
}

/* ----- BAŞLIK (ARAÇ ADI) ----- */
.car-title {
  font-weight: 800;
  letter-spacing: 0.1px;
  margin: 0.15rem 0 0.45rem;
}

/* ----- KATEGORİ ROZET RENKLERİ ----- */
.car-badge {
  color: #0f172a;
  font-weight: 700;
}
.car-badge.badge-eko {
  background: rgba(16, 185, 129, 0.18);
  border-color: rgba(16, 185, 129, 0.35);
}
.car-badge.badge-aile {
  background: rgba(59, 130, 246, 0.18);
  border-color: rgba(59, 130, 246, 0.35);
}
.car-badge.badge-luks {
  background: rgba(168, 85, 247, 0.18);
  border-color: rgba(168, 85, 247, 0.35);
}

/* ----- METADATA İKONLARI ----- */
.meta {
  color: #64748b;
  font-size: 0.95rem;
  gap: 1.1rem;
}
.meta .icon {
  width: 16px;
  height: 16px;
  margin-right: 0.35rem;
  display: inline-block;
}

/* Vites (vites kolu) - inline SVG için renk/konum */
.icon-shifter svg {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 0.35rem;
  fill: #64748b;
}

/* Buton – ikonsuz, premium görünüm */
.btn-gradient {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  border: none;
  font-weight: 700;
}
.btn-gradient:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
/* === HERO === */
.hero-section {
  background: url("/images/hero-bg.jpg") center/cover no-repeat;
  min-height: 80vh;
  position: relative;
}
.hero-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
}
.hero-section .container {
  position: relative;
  z-index: 2;
}

/* === ÖZELLİK KUTULARI === */
.feature-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background: #fff;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.1);
}

/* === ARAÇ SLIDER === */
.car-slider {
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  padding-bottom: 0.5rem;
}
.car-slide {
  flex: 0 0 23%;
  min-width: 220px;
  transition: transform 0.2s ease;
}
.car-slide:hover {
  transform: translateY(-3px);
}

/* === MARKA SLIDER === */
.brand-track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  transition: transform 0.2s linear;
  will-change: transform;
}
.brand-logo .placeholder {
  width: 100px;
  height: 100px;
}

/* === İLETİŞİM === */
.contact-section {
  background: linear-gradient(135deg, #111827, #1e293b);
}
/* ===== HERO: back.webp ile blur + overlay ===== */
/* ===== HERO: back.webp with <img> + blur + overlay ===== */
.hero-pro {
  height: 65vh; /* 💡 eskiden 78vh idi, artık daha dengeli */
  max-height: 600px; /* büyük ekranlarda taşmayı engeller */
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-pro .hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 💡 tam sığdırır, orantıyı korur */
  filter: blur(6px) brightness(0.85);
  transform: scale(1.03);
  z-index: 0;
}

.hero-pro .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25));
}

.hero-pro .container {
  position: relative;
  z-index: 2;
  max-width: 800px; /* yazılar fazla yayılmasın */
}

@media (max-width: 768px) {
  .hero-pro {
    height: 50vh; /* 💡 mobilde daha küçük */
  }
}

/* ===== NEON FEATURE BOX ===== */
.feature-neon {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.feature-neon::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  z-index: -1;
  background: conic-gradient(
    from 180deg,
    #3b82f6,
    #22c55e,
    #f59e0b,
    #a855f7,
    #3b82f6
  );
  filter: blur(14px);
  opacity: 0.35;
  transition: opacity 0.25s ease, filter 0.25s ease;
}
.feature-neon:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.12);
}
.feature-neon:hover::after {
  opacity: 0.6;
  filter: blur(18px);
}

/* ikon renkleri */
.icon-blue {
  color: #3b82f6;
}
.icon-green {
  color: #22c55e;
}
.icon-orange {
  color: #f59e0b;
}

/* ===== ARAÇ MİNİ KART ===== */
.car-mini .price-chip {
  margin-top: 0.25rem;
}
@media (max-width: 576px) {
  .car-mini {
    width: 88vw !important;
  }
}

/* ===== MARKA LOGOLARI ===== */
.brand-rail {
  overflow: hidden;
}
.brand-item .logo-ph {
  width: 92px;
  height: 92px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
/* ===== HERO: back.webp with <img> + blur + overlay ===== */
.hero-pro {
  min-height: 78vh;
  overflow: hidden;
  position: relative;
}
.hero-pro .hero-bg-img {
  position: absolute;
  inset: -10px; /* blur taşmasın */
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  object-fit: cover;
  filter: blur(6px) brightness(0.85);
  transform: scale(1.06);
  z-index: 0;
}
.hero-pro .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.35) 35%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0.15)
  );
}
.hero-pro .container {
  position: relative;
  z-index: 2;
}
/* === HERO FIX: tam sığdır + kontrol yüksekliği === */
.hero-pro {
  height: 52vh; /* masaüstü için ideal */
  max-height: 520px;
  min-height: 360px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0; /* üst boşluk olmasın */
}

.hero-pro .hero-bg-img {
  position: absolute !important;
  top: 0;
  left: 50%;
  width: 100vw; /* ekran genişliği kadar */
  height: 100%;
  transform: translateX(-50%) scale(1.02); /* hafif zoom */
  object-fit: cover; /* TAŞMAYI KES, oranı koru */
  filter: blur(6px) brightness(0.85);
  z-index: 0;
}

.hero-pro .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.28));
}

.hero-pro .container {
  position: relative;
  z-index: 2;
  max-width: 820px; /* başlık genişliği kontrollü */
  padding: 1rem 0;
}

@media (max-width: 992px) {
  .hero-pro {
    height: 46vh;
    max-height: 460px;
  }
}
@media (max-width: 576px) {
  .hero-pro {
    height: 42vh;
    max-height: 420px;
    min-height: 320px;
  }
}
/* ---------- Genel yardımcılar ---------- */
.text-gradient {
  background: linear-gradient(90deg, #38bdf8, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bg-section {
  background: #f8fafc;
}

/* ---------- HERO: blur arkaplan + koyu overlay + arama kutusu ---------- */
.hero-pro {
  height: 52vh;
  max-height: 540px;
  min-height: 360px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-pro .hero-bg-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.03);
  width: 100vw;
  height: 100%;
  object-fit: cover;
  filter: blur(6px) brightness(0.85);
  z-index: 0;
}
.hero-pro .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.3));
}
.hero-pro .z-2 {
  z-index: 2;
}
.hero-search {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 0.6rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: saturate(140%) blur(2px);
}
.hero-search .form-select {
  background: transparent;
}

/* ---------- Neon özellik kutuları ---------- */
.feature-neon {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: 0.25s;
}
.feature-neon::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  z-index: -1;
  background: conic-gradient(
    from 180deg,
    #3b82f6,
    #22c55e,
    #f59e0b,
    #a855f7,
    #3b82f6
  );
  filter: blur(14px);
  opacity: 0.35;
  transition: 0.25s;
}
.feature-neon:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.12);
}
.feature-neon:hover::after {
  opacity: 0.6;
  filter: blur(18px);
}
.icon-blue {
  color: #3b82f6;
}
.icon-green {
  color: #22c55e;
}
.icon-orange {
  color: #f59e0b;
}

/* ---------- Araç mini kart ---------- */
.car-mini .price-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  padding: 0.4rem 0.7rem;
  border-radius: 0.7rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-weight: 700;
}
.price-chip .amount {
  font-weight: 800;
}
.price-chip .unit {
  font-weight: 700;
}

/* ---------- Marka bandı ---------- */
.brand-rail {
  overflow: hidden;
}
.logo-ph {
  width: 92px;
  height: 92px;
}

/* Responsive iyileştirme */
@media (max-width: 992px) {
  .hero-pro {
    height: 46vh;
  }
}
@media (max-width: 576px) {
  .hero-pro {
    height: 42vh;
  }
  .hero-search {
    border-radius: 16px;
  }
}
/* === HEADER === */
.c-header {
  transition: all 0.3s ease;
  background: transparent;
  backdrop-filter: blur(8px);
  z-index: 999;
}
.c-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.c-header .nav-link {
  font-weight: 600;
  color: #222;
  transition: color 0.2s;
}
.c-header .nav-link:hover {
  color: #007bff;
}

/* === HERO === */
.c-hero {
  height: 90vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-hero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  object-fit: cover;
  filter: blur(5px) brightness(0.7);
  z-index: 0;
}
.c-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.c-hero .container {
  z-index: 2;
}
.c-grad {
  background: linear-gradient(90deg, #38bdf8, #8b5cf6);
  -webkit-background-clip: text;
  color: transparent;
}

/* === SEARCH CARD === */
.c-search {
  border-radius: 1.5rem;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transition: transform 0.2s ease;
}
.c-search:hover {
  transform: translateY(-3px);
}
.c-btn-grad {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  border: none;
  transition: all 0.2s;
}
.c-btn-grad:hover {
  filter: brightness(1.1);
}

/* === Scroll header behavior === */
body {
  padding-top: 80px; /* header boşluğu */
}
/* === FULL BLEED helper: bölümü ekrana tam yay === */
.full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* === HERO: daha büyük + ortalı kesit === */
.c-hero {
  height: 82vh; /* daha etkileyici yükseklik */
  min-height: 560px;
  max-height: 920px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-hero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.03);
  width: 100vw; /* ekran kadar genişlik */
  height: 100%;
  object-fit: cover; /* 1920x1080 görseli orantılı doldurur */
  object-position: center center;
  filter: blur(5px) brightness(0.72);
  z-index: 0;
}
.c-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.25)
  );
}
.c-hero .z-2 {
  z-index: 2;
}

/* Arama kutusu: daha şık (cam efekti + büyük) */
.hero-search {
  max-width: 980px; /* geniş ama kontrollü */
  background: rgba(255, 255, 255, 0.88);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  padding: 0.65rem;
  backdrop-filter: blur(10px) saturate(140%);
}
.hero-search .form-select {
  height: 52px;
  border-radius: 12px;
}
.hero-search .btn {
  height: 52px;
  border-radius: 12px;
  font-weight: 700;
}

/* Sticky header zaten var; mobil/orta ekran için hero boyutu */
@media (max-width: 992px) {
  .c-hero {
    height: 68vh;
    min-height: 480px;
  }
}
@media (max-width: 576px) {
  .c-hero {
    height: 56vh;
    min-height: 420px;
  }
  .hero-search {
    border-radius: 14px;
  }
}
/* === HEADER sabit kaldığı için hero'yu header'ın ALTINA al === */
body {
  padding-top: 80px;
} /* fixed header için genel boşluk */
.under-header {
  margin-top: -80px;
} /* yalnızca hero'yu header altına sokar */
.under-header .hero-text {
  padding-top: 72px;
} /* başlık header'a değmesin */

/* === HERO metinleri daha açık === */
.hero-title {
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.hero-subtitle {
  color: rgba(255, 255, 255, 0.92);
}

/* === Arama kartı: cam efekt + koyu sağ buton rengi (işaretlediğin kısım) === */
.hero-search {
  max-width: 980px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px) saturate(140%);
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
  padding: 0.65rem;
}
.hero-search .form-select {
  height: 52px;
  border-radius: 12px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #111;
}
.hero-search .form-select:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
}

/* SAĞ BUTON — daha parlak bir degrade ve belirgin */
.c-btn-grad-strong {
  height: 52px;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 60%, #a855f7 100%);
  border: none;
  color: #fff;
  box-shadow: 0 10px 22px rgba(124, 58, 237, 0.35);
  transition: transform 0.15s ease, filter 0.15s ease;
}
.c-btn-grad-strong:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

/* === HERO görseli (aynı kalsın; sadece referans) === */
.c-hero {
  height: 82vh;
  min-height: 560px;
  max-height: 920px;
}
.c-hero__bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important; /* 🟢 EKLENECEK SATIR */
}

/* === Bilgi kartlarını “havada” göster === */
.features-float {
  margin-top: -64px; /* hero'nun içine taşı */
  position: relative;
  z-index: 5;
}
.float-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22), 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-8px); /* havada */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.float-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28), 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* mobil iyileştirmeler */
@media (max-width: 992px) {
  .c-hero {
    height: 68vh;
  }
  .features-float {
    margin-top: -40px;
  }
}
@media (max-width: 576px) {
  .c-hero {
    height: 56vh;
  }
  .under-header .hero-text {
    padding-top: 56px;
  }
  .hero-search {
    border-radius: 14px;
  }
}
/* Hero’yu header’ın hemen altına indir */
body {
  padding-top: 80px;
} /* fixed header yüksekliğin kadar */
.under-header {
  margin-top: -80px;
} /* header’la çakıştır */
.under-header .hero-text {
  padding-top: 70px;
}

/* Hero metinleri daha açık */
.hero-title {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.hero-subtitle {
  color: rgba(255, 255, 255, 0.95);
}

/* Hero full-bleed ve büyük arka plan */
.full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.c-hero {
  height: 82vh;
  min-height: 560px;
  max-height: 920px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-hero__bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important; /* 🟢 EKLENECEK SATIR */
}
.c-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.25)
  );
}
.c-hero .z-2 {
  z-index: 2;
}

/* Arama çubuğu – cam efekt + belirgin buton */
.hero-search {
  max-width: 980px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px) saturate(140%);
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
  padding: 0.65rem;
}
.hero-search .form-select {
  height: 52px;
  border-radius: 12px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #111;
}
.hero-search .form-select:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
}

.c-btn-grad-strong {
  height: 52px;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 60%, #a855f7 100%);
  border: none;
  color: #fff;
  box-shadow: 0 10px 22px rgba(124, 58, 237, 0.35);
  transition: transform 0.15s ease, filter 0.15s ease;
}
.c-btn-grad-strong:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

/* Bilgi kartları: hero’nun üzerine taşır ve “havada” gibi göster */
.features-float {
  margin-top: -64px;
  position: relative;
  z-index: 5;
}
.float-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22), 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-8px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.float-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28), 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Mobil tuning */
@media (max-width: 992px) {
  .c-hero {
    height: 68vh;
  }
  .features-float {
    margin-top: -40px;
  }
}
@media (max-width: 576px) {
  .c-hero {
    height: 56vh;
  }
  .under-header .hero-text {
    padding-top: 56px;
  }
}
/* --- HEADER: beyaz ve net görünür --- */
.c-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: saturate(140%) blur(4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.c-header .navbar-brand,
.c-header .nav-link {
  color: #0f172a !important;
  font-weight: 600;
}
.c-header .nav-link:hover {
  color: #2563eb !important;
}

/* --- PROMO (araçlardan sonra) tam genişlik lacivert degrade --- */
.full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.promo-section {
  background: linear-gradient(270deg, #0b1430 0%, #142b5e 55%, #0b1430 100%);
  color: #e7edf9;
}
.promo-section .lead {
  color: #c9d6f3;
}
.text-brand-blue {
  color: #3b82f6 !important;
} /* mavi tikler */
.icon-soft {
  opacity: 0.95;
}

/* Görsel çerçeve: beyaz neon + hafif gölge */
.promo-img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.75),
    0 18px 45px rgba(0, 0, 0, 0.35);
}

/* Mavi tik satırları */
.check-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.4rem 0;
}
.check-row i {
  font-size: 1.05rem;
}

/* Hero metinleri açık kalsın */
.hero-title {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.hero-subtitle {
  color: rgba(255, 255, 255, 0.96);
}

/* Slider hızları HTML’de ayarlandı; burada sadece ufak uyumlamalar */
/* ===== Header (hero üstünde şeffaf, scroll sonrası beyaz) ===== */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1030;
  backdrop-filter: saturate(140%) blur(6px);
  transition: background-color 0.25s ease, box-shadow 0.25s ease,
    color 0.25s ease;
}
.site-header.over-hero {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.05) 60%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: none;
}
.site-header.over-hero .navbar-brand,
.site-header.over-hero .nav-link {
  color: #fff !important;
}
.site-header.over-hero .nav-link:hover {
  color: #dbeafe !important;
}

.site-header.solid {
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.site-header.solid .navbar-brand,
.site-header.solid .nav-link {
  color: #0f172a !important;
}
.site-header.solid .nav-link:hover {
  color: #2563eb !important;
}

/* ===== Hero ===== */
.c-hero {
  min-height: 74vh;
}
.c-hero.under-header {
  margin-top: 0;
}
.c-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75);
}
.c-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    1200px 600px at 50% 40%,
    rgba(31, 41, 55, 0.55),
    rgba(17, 24, 39, 0.75) 60%,
    rgba(0, 0, 0, 0.8)
  );
  backdrop-filter: blur(2px);
}
.hero-title {
  color: #fff;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}
.hero-subtitle {
  color: #e5e7eb;
}
.hero-search {
  max-width: 900px;
  background: #ffffff;
  border-radius: 16px;
  padding: 0.75rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}
.text-gradient {
  background: linear-gradient(90deg, #22d3ee, #6366f1, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.c-btn-grad-strong,
.btn-gradient {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #fff;
  border: 0;
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35);
}
.c-btn-grad-strong:hover,
.btn-gradient:hover {
  filter: brightness(1.05);
}

/* ===== Asılı özellik kartları ===== */
.features-float {
  margin-top: -60px;
}
.float-card {
  background: #0b1220;
  color: #fff;
  box-shadow: 0 20px 45px rgba(2, 6, 23, 0.35);
  transform: translateY(-18px);
}
.feature-neon {
  border: 1px solid rgba(99, 102, 241, 0.35);
}
.icon-blue {
  color: #60a5fa;
}
.icon-green {
  color: #34d399;
}
.icon-orange {
  color: #f59e0b;
}

/* ===== Araç kartları ===== */
.car-mini .price-chip {
  display: inline-flex;
  gap: 0.25rem;
  align-items: baseline;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #1e293b;
  font-weight: 700;
}
.price-chip .unit {
  font-size: 0.8rem;
  color: #475569;
}

/* ===== Promo (lacivert degrade) ===== */
.promo-section {
  background: linear-gradient(120deg, #0b1530, #0a1b3d 55%, #0c1c40);
  color: #ecf3ff;
}
.promo-img {
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(3, 7, 18, 0.45),
    0 0 0 4px rgba(255, 255, 255, 0.65) inset;
  overflow: hidden;
}
.check-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0.5rem 0;
}
.text-brand-blue {
  color: #60a5fa;
}
.icon-soft {
  filter: drop-shadow(0 6px 16px rgba(59, 130, 246, 0.35));
}

/* ===== Markalar ===== */
.bg-section {
  background: #f8fafc;
}
.brand-rail .logo-ph {
  width: 80px;
  height: 80px;
}

/* ===== Nasıl Çalışır ===== */
.howitworks .section-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: #64748b;
  margin-bottom: 0.5rem;
}
.hiw-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06);
}

/* ===== İletişim (yenilendi) ===== */
.contact-section {
  background: linear-gradient(180deg, #0b1220, #0e1a30);
}
.contact-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  color: #e5eaf5;
}
.contact-form .form-label {
  font-weight: 600;
  color: #0f172a;
}
/* --- Header ve yerleşim --- */
:root {
  --header-h: 72px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1030;
  transition: background-color 0.25s ease, box-shadow 0.25s ease,
    color 0.25s ease;
  backdrop-filter: saturate(140%) blur(6px);
}
.site-header.over-hero {
  background: transparent; /* tamamen şeffaf */
  box-shadow: none;
}
.site-header.over-hero .navbar-brand,
.site-header.over-hero .nav-link {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.site-header.over-hero .nav-link:hover {
  color: #dbeafe !important;
}

.site-header.solid {
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.site-header.solid .navbar-brand,
.site-header.solid .nav-link {
  color: #0f172a !important;
}
.site-header.solid .nav-link:hover {
  color: #2563eb !important;
}

/* Sayfa içeriklerinin header’a çarpmaması için genel padding */
body.has-fixed-header main {
  padding-top: var(--header-h);
}

/* Hero: header altına yapışık */
.c-hero {
  min-height: 74vh;
}
.c-hero.under-header {
  margin-top: calc(var(--header-h) * -1);
} /* boşluğu sıfırlar */
.c-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75);
}
.c-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    1200px 600px at 50% 40%,
    rgba(31, 41, 55, 0.55),
    rgba(17, 24, 39, 0.75) 60%,
    rgba(0, 0, 0, 0.8)
  );
  backdrop-filter: blur(2px);
}
.hero-title {
  color: #fff;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}
.hero-subtitle {
  color: #e5e7eb;
}
.hero-search {
  max-width: 900px;
  background: #ffffff;
  border-radius: 16px;
  padding: 0.75rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}
.text-gradient {
  background: linear-gradient(90deg, #22d3ee, #6366f1, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.c-btn-grad-strong,
.btn-gradient {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #fff;
  border: 0;
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35);
}
.c-btn-grad-strong:hover,
.btn-gradient:hover {
  filter: brightness(1.05);
}

/* Özellik kartları (AYNI TASARIM) */
.features-float {
  margin-top: -60px;
}
.float-card {
  background: #0b1220;
  color: #fff;
  box-shadow: 0 20px 45px rgba(2, 6, 23, 0.35);
  transform: translateY(-18px);
}
.feature-neon {
  border: 1px solid rgba(99, 102, 241, 0.35);
}
.icon-blue {
  color: #60a5fa;
}
.icon-green {
  color: #34d399;
}
.icon-orange {
  color: #f59e0b;
}

/* Araç kartları */
.car-mini .price-chip {
  display: inline-flex;
  gap: 0.25rem;
  align-items: baseline;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #1e293b;
  font-weight: 700;
}
.price-chip .unit {
  font-size: 0.8rem;
  color: #475569;
}

/* Promo */
.promo-section {
  background: linear-gradient(120deg, #0b1530, #0a1b3d 55%, #0c1c40);
  color: #ecf3ff;
}
.promo-img {
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(3, 7, 18, 0.45),
    0 0 0 4px rgba(255, 255, 255, 0.65) inset;
  overflow: hidden;
}
.check-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0.5rem 0;
}
.text-brand-blue {
  color: #60a5fa;
}
.icon-soft {
  filter: drop-shadow(0 6px 16px rgba(59, 130, 246, 0.35));
}

/* Markalar */
.bg-section {
  background: #f8fafc;
}
.brand-rail .logo-ph {
  width: 80px;
  height: 80px;
}

/* Nasıl Çalışır */
.howitworks .section-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: #64748b;
  margin-bottom: 0.5rem;
}
.hiw-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06);
}

/* İletişim */
.contact-section {
  background: linear-gradient(180deg, #0b1220, #0e1a30);
}
.contact-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  color: #e5eaf5;
}
.contact-form .form-label {
  font-weight: 600;
  color: #0f172a;
}
/* Header */
:root {
  --header-h: 72px;
}
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1030;
  transition: background-color 0.25s ease, box-shadow 0.25s ease,
    color 0.25s ease;
}
.site-header.over-hero {
  background: transparent; /* TAM şeffaf */
  box-shadow: none;
}
.site-header.over-hero .navbar-brand,
.site-header.over-hero .nav-link {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.site-header.over-hero .nav-link:hover {
  color: #e2e8f0 !important;
}
.site-header.solid {
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.site-header.solid .navbar-brand,
.site-header.solid .nav-link {
  color: #0f172a !important;
}
.site-header.solid .nav-link:hover {
  color: #2563eb !important;
}

body.has-fixed-header main {
  padding-top: var(--header-h);
}

/* Hero */
.c-hero {
  min-height: 74vh;
}
.c-hero.under-header {
  margin-top: calc(var(--header-h) * -1);
} /* boşluğu sıfırlar */
.c-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.78);
}
.c-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    1200px 600px at 50% 40%,
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0.55) 60%,
    rgba(0, 0, 0, 0.7)
  );
}
.hero-title {
  color: #fff;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}
.hero-subtitle {
  color: #e5e7eb;
}
.hero-search {
  max-width: 900px;
  background: #fff;
  border-radius: 16px;
  padding: 0.75rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}
.text-gradient {
  background: linear-gradient(90deg, #22d3ee, #6366f1, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.c-btn-grad-strong,
.btn-gradient {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #fff;
  border: 0;
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35);
}
.c-btn-grad-strong:hover,
.btn-gradient:hover {
  filter: brightness(1.05);
}

/* Özellik kartları — Sade/Pro */
.features-float {
  margin-top: -60px;
}
.feature-card.pro-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.08);
}
.icon-muted {
  color: #475569;
}

/* (Eski neon tarzı devre dışı; istersen kaldırabilirsin)
.float-card{ background:#0b1220; color:#fff; box-shadow: 0 20px 45px rgba(2,6,23,.35); transform: translateY(-18px); }
.feature-neon{ border:1px solid rgba(99,102,241,.35); }
.icon-blue{ color:#60a5fa; } .icon-green{ color:#34d399; } .icon-orange{ color:#f59e0b; }
*/

/* Araç kartları */
.car-mini .price-chip {
  display: inline-flex;
  gap: 0.25rem;
  align-items: baseline;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #1e293b;
  font-weight: 700;
}
.price-chip .unit {
  font-size: 0.8rem;
  color: #475569;
}

/* Promo */
.promo-section {
  background: linear-gradient(120deg, #0b1530, #0a1b3d 55%, #0c1c40);
  color: #ecf3ff;
}
.promo-img {
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(3, 7, 18, 0.45),
    0 0 0 4px rgba(255, 255, 255, 0.65) inset;
  overflow: hidden;
}
.check-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0.5rem 0;
}
.text-brand-blue {
  color: #60a5fa;
}
.icon-soft {
  filter: drop-shadow(0 6px 16px rgba(59, 130, 246, 0.35));
}

/* Markalar */
.bg-section {
  background: #f8fafc;
}
.brand-rail .logo-ph {
  width: 80px;
  height: 80px;
}

/* Nasıl Çalışır */
.howitworks .section-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: #64748b;
  margin-bottom: 0.5rem;
}
.hiw-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.06);
}

/* İletişim */
.contact-section {
  background: linear-gradient(180deg, #0b1220, #0e1a30);
}
.contact-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  color: #e5eaf5;
}
.contact-form .form-label {
  font-weight: 600;
  color: #0f172a;
}
/* NAVBAR arka planını kesin transparan yap (hero üzerindeyken) */
.site-header.over-hero,
.site-header.over-hero .navbar {
  background: transparent !important;
  box-shadow: none !important;
}

/* Scroll sonrası beyaz moda dönsün */
.site-header.solid,
.site-header.solid .navbar {
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
}

/* Transparan modda linkler beyaz */
.site-header.over-hero .navbar-brand,
.site-header.over-hero .nav-link {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* Beyaz modda koyu linkler */
.site-header.solid .navbar-brand,
.site-header.solid .nav-link {
  color: #0f172a !important;
}
.site-header.solid .nav-link:hover {
  color: #2563eb !important;
}

/* Hero’yu header’a yapıştıran kısım (varsa kalsın) */
:root {
  --header-h: 72px;
}
body.has-fixed-header main {
  padding-top: var(--header-h);
}
.c-hero.under-header {
  margin-top: calc(var(--header-h) * -1);
}
/* === HEADER: hero üzerindeyken %100 transparan, scroll sonrası beyaz === */

/* Over-hero: HER TÜRLÜ arkaplanı zorla transparan yap */
.site-header.over-hero,
.site-header.over-hero .navbar,
.site-header.over-hero .navbar > .container,
.site-header.over-hero .navbar .collapse,
.site-header.over-hero .navbar .navbar-nav,
.site-header.over-hero [class*="bg-"],
.site-header.over-hero .border-bottom,
.site-header.over-hero .box-shadow {
  background: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

/* Link ve marka renkleri (transparan mod) */
.site-header.over-hero .navbar-brand,
.site-header.over-hero .nav-link {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* Solid mod: beyaz zemin ve koyu linkler */
.site-header.solid,
.site-header.solid .navbar,
.site-header.solid .navbar > .container,
.site-header.solid .navbar .collapse {
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
}
.site-header.solid .navbar-brand,
.site-header.solid .nav-link {
  color: #0f172a !important;
}
.site-header.solid .nav-link:hover {
  color: #2563eb !important;
}

/* Varsayılan bootstrap bg-body-tertiary kalıntısını da etkisizleştir */
.site-header.over-hero .bg-body-tertiary {
  background-color: transparent !important;
}

/* Header yüksekliği yönetimi (zaten mevcutsa kalsın) */
:root {
  --header-h: 72px;
}
body.has-fixed-header main {
  padding-top: var(--header-h);
}
.c-hero.under-header {
  margin-top: calc(var(--header-h) * -1);
}
/* ==== HEADER MODLARI (Bootswatch Cosmo'yu nötrle) ==== */

/* Hero üzerindeyken: tamamen transparan, tüm arka plan/çizgi/gölge iptal */
.site-header.over-hero,
.site-header.over-hero .navbar,
.site-header.over-hero .navbar > .container,
.site-header.over-hero .navbar .collapse {
  background: transparent !important;
  background-image: none !important; /* Cosmo'nun gradient'i kapat */
  box-shadow: none !important; /* Cosmo'nun iç/alt gölgesini kapat */
  border: 0 !important; /* Cosmo'nun border-bottom'unu kapat */
}

/* Cosmo'nun tema sınıfları yine de kalırsa hepsini etkisizleştir */
.site-header.over-hero [class*="bg-"],
.site-header.over-hero .border-bottom {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Link/brand renkleri (transparan mod) */
.site-header.over-hero .navbar-brand,
.site-header.over-hero .nav-link {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* Toggler ikonunu transparan modda görünür yap */
.site-header.over-hero .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.site-header.over-hero .navbar-toggler-icon {
  /* beyaz hamburger ikon */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255,255,255, 0.85 %29)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Scroll sonrası: beyaz moda dönsün (Cosmo ile uyumlu) */
.site-header.solid,
.site-header.solid .navbar,
.site-header.solid .navbar > .container,
.site-header.solid .navbar .collapse {
  background: #ffffff !important;
  background-image: none !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
  border: 0 !important;
}
.site-header.solid .navbar-brand,
.site-header.solid .nav-link {
  color: #0f172a !important;
}
.site-header.solid .nav-link:hover {
  color: #2563eb !important;
}

/* Bootstrap/Cosmo kalıntısı bg-body-tertiary'yi de nötrle */
.site-header.over-hero .bg-body-tertiary {
  background-color: transparent !important;
}

/* Hero'yu header'a yapıştıran kısım (senin projende zaten var ama dursun) */
:root {
  --header-h: 72px;
}
body.has-fixed-header main {
  padding-top: var(--header-h);
}
.c-hero.under-header {
  margin-top: calc(var(--header-h) * -1);
}
/* =========================
   KİLİT DÜZELTME BLOĞU — EN SONA
   ========================= */

/* 1) Header kesin transparan (hero üzerindeyken) */
.site-header.over-hero,
.site-header.over-hero .navbar,
.site-header.over-hero .navbar > .container,
.site-header.over-hero .navbar .collapse {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
/* Cosmo/Bootstrap kalıntıları */
.site-header.over-hero [class*="bg-"],
.site-header.over-hero .border-bottom,
.site-header.over-hero .box-shadow {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* 2) Scroll sonrası beyaz moda dönüş */
.site-header.solid,
.site-header.solid .navbar,
.site-header.solid .navbar > .container,
.site-header.solid .navbar .collapse {
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
  border: 0 !important;
}
.site-header.over-hero .navbar-brand,
.site-header.over-hero .nav-link {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.site-header.solid .navbar-brand,
.site-header.solid .nav-link {
  color: #0f172a !important;
}
.site-header.solid .nav-link:hover {
  color: #2563eb !important;
}

/* 3) Mobil toggler (hamburger) beyaz olsun */
.site-header.over-hero .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.55) !important;
}
.site-header.over-hero .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* 4) Yerleşim: body padding-top çakışmalarını sıfırla; main'e uygula */
body {
  padding-top: 0 !important;
} /* eski 80px'leri öldür */
:root {
  --header-h: 72px;
}
body.has-fixed-header main {
  padding-top: var(--header-h) !important;
}

/* 5) Hero’yu header’ın ALTINA sok (önceki 0 değerlerini ezer) */
.c-hero.under-header {
  margin-top: calc(var(--header-h) * -1) !important;
}

/* 6) Hero arkaplan tam ekran dursun */
.c-hero__bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important; /* 🟢 EKLENECEK SATIR */
}

/* 7) İsteğe bağlı: Cosmo'nun bg-body-tertiary'sini de nötrle */
.site-header.over-hero .bg-body-tertiary,
.navbar.bg-body-tertiary {
  background-color: transparent !important;
}
.c-hero__bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important; /* 100vw değil */
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;

  /* 🛠 kaymayı kesin bitir */
  left: 0 !important; /* önceki left:50%'yi ezer */
  right: auto !important;
  transform: none !important; /* translateX(-50%) etkisiz */
}
/* --- Logo boyutu --- */
.brand-logo {
  height: 40px;
  width: auto;
  display: block;
}
@media (min-width: 1200px) {
  .brand-logo {
    height: 46px;
  }
}

/* --- Sticky header davranışı + Cosmo override --- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1030;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

/* Hero üzerindeyken tamamen transparan */
.site-header.over-hero,
.site-header.over-hero .navbar {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Scroll sonrası beyaz ve tek gölge */
.site-header.solid,
.site-header.solid .navbar {
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
  border: 0 !important;
}

/* Cosmo/Bootstrap kalıntılarını da nötrle */
.navbar.bg-body-tertiary,
.site-header .bg-body-tertiary {
  background-color: transparent !important;
}
.site-header .navbar {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Sayfa içeriğinin header'a çarpmaması için */
body.has-fixed-header main {
  padding-top: 72px;
}
/* LOGO BOYUTU */
.brand-logo {
  height: 70px;
  width: auto;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .brand-logo {
    height: 50px;
  }
}

/* HEADER GENEL */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
body.has-fixed-header main {
  padding-top: 95px;
}

/* TRANSPARENT HEADER */
.site-header.over-hero {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* SCROLL SONRASI BEYAZ HEADER */
.site-header.solid {
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
}

/* NAV LINKLER */
.navbar .nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  transition: color 0.2s ease;
}
.site-header.solid .nav-link {
  color: #212529;
}
.navbar .nav-link:hover {
  color: var(--bs-primary);
}

/* SOSYAL ICONLAR */
.social-icons a {
  transition: transform 0.2s ease;
}
.social-icons a:hover {
  transform: scale(1.2);
}
/* === LOGO BOYUTU (büyütüldü) === */
.brand-logo {
  height: 86px; /* desktop */
  width: auto;
  transition: height 0.25s ease, filter 0.25s ease;
}
@media (max-width: 1200px) {
  .brand-logo {
    height: 76px;
  }
}
@media (max-width: 992px) {
  .brand-logo {
    height: 64px;
  }
}
@media (max-width: 576px) {
  .brand-logo {
    height: 58px;
  }
}

/* Header ve içerik boşluğu */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1030;
}
body.has-fixed-header main {
  padding-top: 110px;
} /* logo büyüdüğü için arttırıldı */

/* Nav link renkleri */
.site-header.over-hero .nav-link {
  color: rgba(255, 255, 255, 0.95);
}
.site-header.solid .nav-link {
  color: #1f2937;
}
.navbar .nav-link:hover {
  color: var(--bs-primary);
}

/* === SOSYAL ICONLAR === */
.social-icons {
  gap: 22px; /* ikonlar arası daha dolu boşluk */
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

/* Transparan mod: hepsi beyaz */
.site-header.over-hero .social-icons a {
  color: #fff;
  opacity: 0.95;
}
.site-header.over-hero .social-icons a:hover {
  opacity: 1;
  transform: scale(1.12);
}

/* Sticky (solid) mod: marka renkleri */
.site-header.solid .social-icons a[data-role="whatsapp"] {
  color: #25d366;
} /* WhatsApp */
.site-header.solid .social-icons a[data-role="phone"] {
  color: #0d6efd;
} /* Telefon (primary) */
.site-header.solid .social-icons a[data-role="instagram"] {
  color: #e1306c;
} /* Instagram */
.site-header.solid .social-icons [data-role="location"]{ color:#ea4335; }


/* Hover etkisi her iki modda da */
.site-header.solid .social-icons a:hover {
  transform: scale(1.15);
}

/* Header arkaplan modları */
.site-header.over-hero {
  background: transparent !important;
  box-shadow: none !important;
}
.site-header.solid {
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
}
/* === Mini Footer (lacivert premium) === */
.mini-footer {
  position: relative;
  overflow: hidden;
  background: radial-gradient(
      1200px 600px at 50% -10%,
      rgba(255, 255, 255, 0.06),
      transparent 60%
    ),
    linear-gradient(180deg, #0b1530 0%, #0a1b3d 60%, #09142a 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.mini-footer::before {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(
        closest-side,
        rgba(99, 102, 241, 0.12),
        transparent 60%
      )
      20% 20%/360px 360px,
    radial-gradient(closest-side, rgba(56, 189, 248, 0.1), transparent 60%) 80%
      30%/420px 420px;
  filter: blur(6px);
  opacity: 0.45;
  pointer-events: none;
}
.footer-logo {
  height: 46px;
}
.social-circle {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  text-decoration: none;
  transition: transform 0.15s ease, background-color 0.15s ease,
    color 0.15s ease, border-color 0.15s ease;
}
.social-circle:hover {
  background: #fff;
  color: #0a1b3d;
  border-color: #fff;
  transform: translateY(-2px);
}
.full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/* --- footer altında beyaz boşluğu kaldır --- */
body {
  margin-bottom: 0 !important;
}
html,
body {
  background-clip: padding-box;
}
.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0 0 20px 20px;
}
.about-hero h1,
.about-hero p {
  position: relative;
  z-index: 2;
}
/* Tüm sayfalarda: arkadaki görsel yukarı uzansın ama içerik header’ın altında başlasın */
.under-header {
  margin-top: calc(var(--header-h, 80px) * -1);
  padding-top: var(--header-h, 80px);
}

/* Transparan header’da menü linkleri “pill” olmasın */
.site-header.over-hero .navbar .nav-link {
  color: #fff;
  background: transparent !important;
  box-shadow: none !important;
}
.site-header.over-hero .navbar .nav-link:hover,
.site-header.over-hero .navbar .nav-link:focus,
.site-header.over-hero .navbar .nav-link.active {
  color: #fff;
  background: transparent !important;
  text-shadow: none;
}
