body { font-family:'Inter',system-ui; }
    @keyframes fade-in-up { 0% { opacity:0; transform: translateY(16px)} 100% {opacity:1; transform: translateY(0)} }
    .animate-fade-in-up { animation: fade-in-up .6s ease-out both }
    .shadow-smooth { box-shadow:0 10px 25px rgba(0,0,0,.08) }

    input, select, textarea, button {
      font-size: 16px !important;
      -webkit-text-size-adjust: 100%;
    }

    #suggestions {
      position: absolute;
      top: 100%; left: 0; right: 0;
      background: #fff;
      border: 1px solid #e5e7eb;
      border-top: none;
      border-radius: 0 0 .5rem .5rem;
      box-shadow: 0 4px 10px rgba(0,0,0,.07);
      max-height: 260px;
      overflow-y: auto;
      z-index: 50;
      display: none;
    }
    #suggestions a {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      color: #334155;
      font-size: 14px;
      text-decoration: none;
    }
    #suggestions a:hover {
      background-color: #eef2ff;
      color: #4f46e5;
    }



#eb-istatistik .istat-kutu {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.1rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
  transition: 0.3s;
}
#eb-istatistik .istat-kutu:hover {
  box-shadow: 0 3px 12px rgba(0,0,0,0.07);
  transform: translateY(-2px);
}

#eb-istatistik .istat-deger {
  font-size: 1.8rem;
  font-weight: 800;
  color: #4f46e5;
}

#eb-istatistik .istat-aciklama {
  color: #475569;
  font-size: 0.875rem;
}

#eb-istatistik .baslik {
  font-size: 2rem;
  font-weight: 900;
  color: #111827;
}

#eb-istatistik .aciklama {
  color: #475569;
  line-height: 1.75;
}

#eb-istatistik .liste {
  color: #475569;
  text-align: left;
  margin: 1rem auto;
  font-size: 0.95rem;
  line-height: 1.6;
  width: fit-content;
}

#eb-istatistik .fiyat-kutu {
  background: white;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  padding: 1rem;
  transition: 0.3s;
}
#eb-istatistik .fiyat-kutu:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 18px rgba(0,0,0,0.08);
}

#eb-istatistik .fiyat-baslik {
  font-size: 1.25rem;
  font-weight: 700;
  color: #4f46e5;
}

/* ✔ Parlama Efekti */
#eb-istatistik .parlayan {
  animation: parla 0.6s ease-out;
}

/* ✔ Düzeltilmiş keyframes */
@keyframes parla {
  0%,100% { color: #4338ca; transform: scale(1); }
  50% { color: #4f46e5; transform: scale(1.10); text-shadow: 0 0 10px rgba(99,102,241,0.5); }
}

/* Butonlar */
#eb-istatistik .btn-primary {
  background: #4f46e5;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  transition: 0.3s;
}
#eb-istatistik .btn-primary:hover {
  background: #4338ca;
}

#eb-istatistik .btn-outline {
  border: 1px solid #4f46e5;
  color: #4f46e5;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  transition: 0.3s;
}
#eb-istatistik .btn-outline:hover {
  background: #eef2ff;
}
.baslik {
  margin-bottom: 0.75rem; /* 12px boşluk */
}

.aciklama {
  margin-bottom: 1.25rem; /* 20px boşluk */
  line-height: 1.6;
}
/* ================================================
   🌐 GLOBAL TYPOGRAPHY — NASIL ÇALIŞIR TARZI
================================================ */

#eb-istatistik h1,
#eb-istatistik h2,
#eb-istatistik h3,
#eb-istatistik h4 {
  font-family: 'Inter', sans-serif;
  color: #111827; /* koyu slate */
  letter-spacing: -0.3px;
}

/* Başlık Boyutları */
#eb-istatistik h1 {
  font-size: 2.25rem;
  font-weight: 900;
}

#eb-istatistik h2 {
  font-size: 1.75rem;
  font-weight: 800;
}

#eb-istatistik h3 {
  font-size: 1.125rem;
  font-weight: 700;
}

#eb-istatistik p,
#eb-istatistik li {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #475569; /* slate-600 tonu */
  line-height: 1.65;
}

/* Liste içi */
#eb-istatistik ul li {
  margin-bottom: 0.25rem;
}

/* Açıklama paragraf formatı */
#eb-istatistik .aciklama {
  font-size: 1rem;
  line-height: 1.7;
  color: #475569;
}

/* Kart içi metinler */
#eb-istatistik .card-glow p,
#eb-istatistik .card-glow li {
  font-size: 0.95rem;
  color: #475569;
}

/* Vurgulu alanlar */
#eb-istatistik strong {
  color: #1e293b; /* slate-800 */
  font-weight: 700;
}

