* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  background: #fafafa;
  color: #111;
}

/* Üst bar */
.topbar {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;

  display: flex;
  align-items: center;
  padding: 16px 16px;
  border-bottom: 1px solid #ddd;
  justify-content: center;
}

.menu-btn {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 1;
  padding: 6px 10px;
}

.site-title {
  margin: 0;
  font-size: 56px;
  color: #c00000;
  font-weight: 800;
  letter-spacing: 1px;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  z-index: 1000;

  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;

  padding: 16px;
  box-sizing: border-box;

  background: linear-gradient(180deg, #f7f4ee 0%, #efe7db 100%);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 8px 0 24px rgba(0, 0, 0, 0.08);

  transform: translateX(-100%);
  transition: transform 0.3s ease;
}




.sidebar.open { transform: translateX(0); }

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  font-size: 18px;
}

.close-btn {
  font-size: 26px;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 1;
}

.menu-list { list-style: none; padding: 0; margin: 0; }
.menu-list a {
  display: block;
  padding: 10px 8px;
  text-decoration: none;
  color: #111;
  border-radius: 8px;
}
.menu-list a:hover { background: #f2f2f2; }

/* Language Switcher - Completely Isolated Styling */
.site-lang-toggle-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #bb2e2e;
  border: 1px solid #5e4b34;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 100;
}

.site-lang-toggle-btn:hover {
  background-color: #34495e;
  border-color: #2c3e50;
}

.site-lang-toggle-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 999;
}

/* Hero */
.hero {
  padding: 18px 16px 8px;
}

.hero-card {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.hero-top {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 14px;
  border: 1px solid #ddd;
  background: #fff;
}

.badge-soft {
  border-color: #ffd1d1;
  background: #fff5f5;
  color: #8a0000;
}

.hero-title {
  text-align: center;
  margin: 12px 0 16px;
  font-size: 22px;
  font-weight: 700;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 12px;
}

.stat {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff, #fbfbfb);
  text-align: center;
}

.stat-label {
  font-size: 14px;
  color: #555;
}

.stat-value {
  font-size: 34px;
  font-weight: 900;
  margin-top: 6px;
}

.stat-sub {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}

.source-box {
  margin-top: 14px;
  border-radius: 14px;
  border: 1px dashed #e0e0e0;
  padding: 12px;
  background: #fcfcfc;
}

.source-title {
  font-weight: 800;
  margin-bottom: 6px;
}

.source-text {
  color: #333;
  line-height: 1.4;
}

.source-links {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.source-link {
  text-decoration: none;
  border: 1px solid #ddd;
  padding: 8px 10px;
  border-radius: 12px;
  color: #111;
  background: #fff;
}
.source-link:hover { background: #f5f5f5; }

.mini-note {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
  text-align: center;
}

/* Content / blog kart */
.content { padding: 10px 16px 28px; }

.post-card {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

@media (max-width: 750px){
  .site-title { font-size: 44px; }
  .stats-grid { grid-template-columns: 1fr; }
}
.badge-btn{
  cursor: pointer;
  user-select: none;
  transition: transform .08s ease, background .15s ease, border-color .15s ease;
}

.badge-btn:hover{
  transform: translateY(-1px);
}

.badge-btn:active{
  transform: translateY(0px);
}
.badge-btn.is-active{
  border-color: #c00000;
  background: #fff5f5;
  color: #8a0000;
  box-shadow: none; /* vurgulamayı kaldırdık */
}
.info-card{
  max-width: 980px;
  margin: 14px auto 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
  line-height: 1.65;
}
.info-card h2{ margin: 0 0 8px; font-size: 22px; }
.info-card h3{ margin-top: 18px; font-size: 18px; }
.info-card ul, .info-card ol{ margin: 8px 0 14px 20px; }
.callout{
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid #ffd1d1;
  background: #fff5f5;
}
.sources a{
  margin-left: 6px;
  text-decoration: none;
  border: 1px solid #ddd;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff;
  color: #111;
}
.sources a:hover{ background: #f5f5f5; }
/* Tıklayınca oluşan focus halkasını kontrol et */
.badge-btn:focus {
  outline: none;
  box-shadow: none;
}

/* Klavye ile gezmede (Tab) yine düzgün focus gözüksün */
.badge-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(192,0,0,0.18);
}
.badge-btn{
  cursor: pointer;
  user-select: none;
  transition: transform .08s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.badge-btn:hover{ transform: translateY(-1px); }
.badge-btn:active{ transform: translateY(0); }

/* SEÇİLİ DEĞİLKEN: nötr */
.badge-btn{
  border-color: #ddd;
  background: #fff;
  color: #111;
  box-shadow: none;
}


.menu-list a.active-link{
  background: #fff5f5;
  border: 1px solid #ffd1d1;
}
.quick-stats{
  max-width: 980px;
  margin: 14px auto 0;
  padding: 0 0 10px;
}

.quick-title{
  text-align: center;
  margin: 0 0 10px;
  font-size: 22px;
}

.quick-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.quick-card{
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.quick-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.quick-tag{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  border: 1px solid #ddd;
  background: #fff;
}

.quick-link{
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #ddd;
  padding: 6px 10px;
  border-radius: 12px;
  background: #fff;
  color: #111;
}
.quick-link:hover{ background: #f5f5f5; }

.quick-value{
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .2px;
}

.quick-sub{
  margin-top: 6px;
  font-size: 14px;
  color: #444;
}

.quick-source{
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

/* Mobilde alt alta */
@media (max-width: 750px){
  .quick-grid{ grid-template-columns: 1fr; }
  .quick-value{ font-size: 28px; }
}
.quick-card.highlight{
  border-color: #ffd1d1;
  background: #fffafa;
}
/* Quick kart alanında buton-aktif stillerini kapat (sızmayı engeller) */
.quick-stats .badge-btn.is-active{ box-shadow: none !important; }
.hero-card{ overflow: hidden; }
.badge-btn:focus,
.badge-btn:focus-visible{
  outline: none;
  box-shadow: none;
}
.quick-featured{
  border-color: #ffd1d1;
  background: linear-gradient(180deg, #fff, #fff5f5);
}
body{
  margin: 0;
  background-color: #f5f5f5; /* diğer sayfalarda düz olsun */
}
body.home{
  background-image: url("anamenüarkaplan.png");
  background-repeat: repeat;
  background-size: 800px 900px;  /* senin istediğin ölçü */
  background-position: 0 0;
  background-attachment: fixed;
}
body.genel-sonuc{
  background-image: url("anamenüarkaplan.png");
  background-repeat: repeat;
  background-size: 800px 900px;  /* senin istediğin ölçü */
  background-position: 0 0;
  background-attachment: fixed;
}
body.alkol{
  background-image: url("alkol.png");
  background-repeat: repeat;
  background-size: 800px 900px;  /* senin istediğin ölçü */
  background-position: 0 0;
  background-attachment: fixed;
}
body.uyusturucu-kaynaklar{
  background-image: url("uyusturucu.png");
  background-repeat: repeat;
  background-size: 800px 800px;  /* senin istediğin ölçü */
  background-position: 0 0;
  background-attachment: fixed;
}
body.uyusturucu-dunya{
  background-image: url("uyusturucu.png");
  background-repeat: repeat;
  background-size: 800px 800px;  /* senin istediğin ölçü */
  background-position: 0 0;
  background-attachment: fixed;
}
body.kumar{
  background-image: url("arkaplan.png"); /* burayı değiştir */
  background-repeat: repeat;
  background-size: 800px 900px;
  background-position: 0 0;
  background-attachment: fixed;
}
body.uyusturucu{
  background-image: url("uyusturucu.png"); /* burayı değiştir */
  background-repeat: repeat;
  background-size: 800px 800px;
  background-position: 0 0;
  background-attachment: fixed;
}
body.uyusturucu-turleri{
  background-image: url("uyusturucu.png"); /* burayı değiştir */
  background-repeat: repeat;
  background-size: 800px 800px;
  background-position: 0 0;
  background-attachment: fixed;
}
body.uyusturucu-turkiye{
  background-image: url("uyusturucu.png"); /* burayı değiştir */
  background-repeat: repeat;
  background-size: 800px 800px;
  background-position: 0 0;
  background-attachment: fixed;
}
body.uyusturucu-cozumler{
  background-image: url("uyusturucu.png");
  background-repeat: repeat;
  background-size: 800px 800px;  /* senin istediğin ölçü */
  background-position: 0 0;
  background-attachment: fixed;
}
.quick-title{
  display: inline-block;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 8px 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

/* Ortada dursun */
.quick-stats{
  text-align: center;
}

/* Grid yine sola-sağa yayılsın (başlık ortalı kalırken) */
.quick-grid{
  text-align: left;
}
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list > li {
  margin-bottom: 10px;
}

.menu-list > li > a.active-link {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f3f3f3;
  color: #111;
  text-decoration: none;
  font-weight: 700;
}

.menu-section {
  margin-top: 18px;
}

.menu-main-title {
  display: block;
  font-size: 22px;
  font-weight: 800;
  margin: 18px 0 12px;
  color: #2c2116;
  position: relative;
  padding-left: 12px;
}
.menu-main-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 24px;
  border-radius: 4px;
  background: #c58b45;
}
.submenu-boxes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.submenu-boxes li a {
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  color: #1f1f1f;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(120, 120, 120, 0.18);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.2s ease;
}

.submenu-boxes li a:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(120, 120, 120, 0.28);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
/* Ana Sayfa linki HER ZAMAN kutu */
.menu-list > li > a.menu-home{
  display: block;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #222;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s ease;
}

.menu-list > li > a.menu-home:hover{
  background: #f7f7f7;
  border-color: #bdbdbd;
}

/* Aktif sayfa vurgusu (opsiyonel) */
.menu-list > li > a.menu-home.active-link{
  border-color: rgba(197, 139, 69, 0.45);
  box-shadow: 0 6px 16px rgba(197, 139, 69, 0.12);
}
/* Mini oyun */
.game-panel{
  margin-top: 14px;
  border: 1px solid rgba(120,120,120,0.18);
  border-radius: 16px;
  padding: 14px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.game-controls{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.game-btn{
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(120,120,120,0.25);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

.game-btn.ghost{
  background: transparent;
}

.game-btn:disabled{
  opacity: 0.5;
  cursor: not-allowed;
}

.game-status{
  font-weight: 700;
  opacity: 0.85;
}

/* ===== Mini oyun (kartlar) - TAM BLOK ===== */

.cards{
  display: grid;
  grid-template-columns: repeat(5, minmax(56px, 1fr));
  gap: 10px;
}

.card{
  position: relative;
  height: 72px;
  border-radius: 16px;
  border: 1px solid rgba(120,120,120,0.22);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  overflow: hidden;
   transition: transform 350ms ease;
  will-change: transform;
}

.card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

.card:disabled{
  opacity: 0.75;
  cursor: not-allowed;
}

/* Kart iç yüz (emoji) */
.card-face{
  display: grid;
  place-items: center;
  height: 100%;
  font-size: 28px;
  position: relative;
  z-index: 2; /* arka yüzün üstünde dursun */
}

/* Kapalıyken emoji gizli */
.card:not(.is-revealed) .card-face{
  opacity: 0;
}

/* ===== Kapalı kart arka yüz (kart gibi dursun) ===== */
.card:not(.is-revealed)::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  z-index: 1;

  /* Kart arkası deseni */
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.35), transparent 40%),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,0.25), transparent 45%),
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.06) 0px,
      rgba(0,0,0,0.06) 8px,
      rgba(255,255,255,0.16) 8px,
      rgba(255,255,255,0.16) 16px
    ),
    linear-gradient(180deg, #2f6fd6, #1e4ea6);
}

/* Kapalı kartın iç çerçevesi + yazı */
.card:not(.is-revealed)::after{
  content: "♠  SEÇ  ♥";
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  border: 2px solid rgba(255,255,255,0.55);
  z-index: 1;

  display: grid;
  place-items: center;

  color: rgba(255,255,255,0.92);
  font-weight: 900;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

/* Açık kartta arka yüzler görünmesin */
.card.is-revealed::before,
.card.is-revealed::after{
  display: none;
}
.cards.is-shuffling .card{
  pointer-events: none;
}



@keyframes wiggle{
  0%{ transform: translateX(0); }
  25%{ transform: translateX(6px); }
  50%{ transform: translateX(-6px); }
  75%{ transform: translateX(4px); }
  100%{ transform: translateX(0); }
}

.result-box{
  margin-top: 14px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(197, 139, 69, 0.35);
  background: rgba(255,255,255,0.88);
}

.result-box h3{
  margin: 0 0 8px 0;
}

.result-note{
  margin-top: 10px;
  font-weight: 700;
  opacity: 0.9;
}
.card.is-closing{
  animation: closeFlip 220ms ease;
}
@keyframes closeFlip{
  0%{ transform: scale(1); }
  50%{ transform: scale(0.96); }
  100%{ transform: scale(1); }
}
.chart-wrap{
  margin-top: 12px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(120,120,120,0.18);
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#lossChart{
  width: 100%;
  height: auto;
  display: block;
}

.chart-legend{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  font-weight: 800;
}

.chart-legend .lg{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(120,120,120,0.18);
  background: rgba(255,255,255,0.65);
}

.chart-legend .lg::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.chart-legend .online::before{ background: #2f6fd6; }
.chart-legend .physical::before{ background: #1f7a3a; }
.chart-legend .total::before{ background: #c58b45; }

.chart-note{
  margin-top: 8px;
  opacity: 0.8;
  font-weight: 700;
}
.badgee{
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(197,139,69,0.35);
  background: rgba(255,255,255,0.75);
  margin-left: 8px;
  font-weight: 800;
}
/* Türkiye haritası interaktif */
#turkiyeMap svg { width: 100%; height: auto; display: block; }

#turkiyeMap [data-region],
#turkiyeMap .region-click {
  cursor: pointer;
  transition: filter .15s ease, opacity .15s ease;
}

#turkiyeMap .region-click:hover {
  filter: brightness(1.08);
}

/* seçili bölge */
#turkiyeMap .region-active {
  filter: brightness(1.15) drop-shadow(0 2px 6px rgba(0,0,0,.18));
}
.tr-info-card{
  flex: 0 0 300px;
  width: 340px;
  max-width: 100%;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(120,120,120,0.18);
  border-radius: 16px;
  padding: 16px;
  position: sticky;
  top: 90px;
}

.tr-divider{
  height: 1px;
  background: rgba(0,0,0,0.08);
  margin: 10px 0;
}

.tr-hint{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(247, 244, 238, 0.9);
  border: 1px solid rgba(0,0,0,0.08);
  font-weight: 700;
  opacity: .85;
}

/* Kart güncellenince kısa animasyon */
.tr-card-pop{
  animation: trPop .25s ease;
}
@keyframes trPop{
  from{ transform: translateY(6px); opacity: .85; }
  to{ transform: translateY(0); opacity: 1; }
}
.tr-map-layout{
  display:flex;
  gap:24px;
  align-items:flex-start;
}

.tr-map-box{
  flex: 1 1 auto;
  min-width: 0; /* taşmayı engeller */
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(120,120,120,0.18);
  border-radius: 16px;
  padding: 14px;
}

#turkiyeMap svg{
  width: 100%;
  height: auto;
  display: block;
}

/* sağdaki kart */
.tr-info-card{
  flex: 0 0 320px;     /* sabit genişlik */
  max-width: 360px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(120,120,120,0.18);
  border-radius: 16px;
  padding: 16px;
  position: sticky;
  top: 90px;
}

/* mobilde alt alta */
@media (max-width: 900px){
  .tr-map-layout{ flex-direction: column; }
  .tr-info-card{
    position: static;
    flex: 1 1 auto;
    max-width: 100%;
  }
}
/* Türkiye harita alanı artık tek başına */
.tr-map-layout{
  display: block;
}

.tr-map-box{
  height: 560px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(120,120,120,0.18);
  border-radius: 16px;
  padding: 14px;
}

#turkiyeMap{
  width: 100%;
  height: 100%;
}

#turkiyeMap svg{
  width: 120%;
  height: 120%;
  max-width: none;
  max-height: none;
  display: block;
}

/* Bölge hover efekti */
#turkiyeMap [data-region],
#turkiyeMap .region-click{
  cursor: pointer;
  transition: filter .15s ease, opacity .15s ease;
}

#turkiyeMap .region-click:hover{
  filter: brightness(1.08);
}


/* Tooltip harita kutusunun içinde kalsın (zoom kaymasını azaltır) */
body.kumar .tr-tooltip{
  position: absolute;
  z-index: 9999;
  min-width: 240px;
  max-width: 280px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(120,120,120,0.18);
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
  pointer-events: none;
  line-height: 1.45;
}

body.kumar .tr-tooltip h4{
  margin: 0 0 8px 0;
  font-size: 16px;
}

body.kumar .tr-tooltip p{
  margin: 4px 0;
  font-size: 14px;
} 

.tr-tooltip small{
  display: block;
  margin-top: 8px;
  opacity: 0.8;
  font-weight: 700;
}
.world-map-box{
  height: 560px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(120,120,120,0.18);
  border-radius: 16px;
  padding: 14px;
}
#worldMap{
  width: 100%;
  height: 100%;
}

#worldMap svg{
  width: 100%;
  height: 100%;
  display: block;
}

#worldMap [data-continent],
#worldMap .continent-click{
  cursor: pointer;
  transition: filter .15s ease, opacity .15s ease;
}

#worldMap .continent-click:hover{
  filter: brightness(1.08);
}
#worldMap svg path[data-continent]{
  cursor: pointer;
}

#worldMap svg path[data-continent]:hover{
  filter: brightness(1.08);
}
#worldMap svg path[data-continent]{
  cursor: pointer;
  transition: filter 0.15s ease;
}

#worldMap svg path[data-continent]:hover{
  filter: brightness(1.08);
}
#worldMap text{
  pointer-events: none;
}
/* Dünya kıtaları renkleri */
#worldMap [data-continent="Avrupa"]{
  fill: #c94cc9 !important;
}

#worldMap [data-continent="Asya"]{
  fill: #f29ac2 !important;
}

#worldMap [data-continent="Afrika"]{
  fill: #4db6ac !important;
}

#worldMap [data-continent="Kuzey Amerika"]{
  fill: #6bdc9a !important;
}

#worldMap [data-continent="Güney Amerika"]{
  fill: #ff7043 !important;
}

#worldMap [data-continent="Okyanusya"]{
  fill: #e6e36a !important;
}
#worldMap [data-continent]:hover{
  filter: brightness(1.08);
  stroke: rgba(0,0,0,0.35);
  stroke-width: 1.2;
}
#worldMap, #turkiyeMap{
  position: relative;
}
/* ===== ÇÖZÜMLER SAYFASI ÖZEL ===== */

.solution-hero{
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: start;
}

.solution-badge{
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(120,120,120,0.18);
  font-weight: 800;
  grid-row: 1 / -1;
  grid-column: 1;
}

.solution-hero h2 {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 12px 0;
  font-size: 32px;
}

.solution-hero > p {
  grid-column: 2;
  margin: 12px 0;
}

.solution-hero > p:nth-of-type(1) {
  grid-row: 2;
}

.solution-hero > p:nth-of-type(2) {
  grid-row: 3;
}

.solution-hero .callout {
  grid-column: 2;
  grid-row: 4;
  margin-top: 12px;
}

.solution-callout{
  margin-top: 16px;
}

.solution-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.solution-step-card{
  position: relative;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(120,120,120,0.18);
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.step-no{
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
  margin-bottom: 10px;
  background: #f3f3f3;
  border: 1px solid rgba(120,120,120,0.18);
}

.protocol-demo{
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 18px;
  margin-top: 16px;
  align-items: stretch;
}

.protocol-left,
.protocol-right{
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(120,120,120,0.18);
}

.protocol-status{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-weight: 800;
}

.status-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d9534f;
  box-shadow: 0 0 0 4px rgba(217,83,79,0.12);
}

.protocol-timer{
  font-size: 44px;
  font-weight: 900;
  margin: 10px 0 12px;
  letter-spacing: 1px;
}

.protocol-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.protocol-btn{
  border: 1px solid rgba(120,120,120,0.18);
  background: rgba(255,255,255,0.8);
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}

.protocol-btn:hover{
  transform: translateY(-1px);
}

.protocol-btn.active-protocol{
  background: #f3f3f3;
}

.protocol-right h4{
  margin-top: 0;
}

.protocol-right ul{
  padding-left: 18px;
  margin-bottom: 0;
}

.impact-cards{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.impact-card{
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(120,120,120,0.18);
}

.comparison-box{
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(247,244,238,0.9);
  border: 1px solid rgba(0,0,0,0.08);
}

.support-flow{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.support-item{
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(120,120,120,0.18);
}

.diff-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.diff-card{
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(120,120,120,0.18);
}

.solution-accordion{
  margin-top: 14px;
}

.accordion-btn{
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(120,120,120,0.18);
  background: rgba(255,255,255,0.82);
  font-weight: 800;
  cursor: pointer;
  margin-top: 10px;
}

.accordion-panel{
  display: none;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(120,120,120,0.12);
  background: rgba(247,244,238,0.9);
  margin-top: 8px;
}

.accordion-panel.open{
  display: block;
}

/* responsive */
@media (max-width: 900px){
  .solution-grid,
  .impact-cards,
  .support-flow,
  .diff-grid,
  .protocol-demo{
    grid-template-columns: 1fr;
  }
}
/* ===== KAYNAKLAR SAYFASI ===== */

.source-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.source-card{
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(120,120,120,0.18);
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  transition: 0.2s ease;
}

.source-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.08);
}

.source-card h3{
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.35;
}

.source-card p{
  margin: 0 0 14px 0;
  line-height: 1.65;
}

.source-card a{
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  color: #1f1f1f;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(120,120,120,0.18);
  transition: 0.2s ease;
}

.source-card a:hover{
  background: #f3f3f3;
  border-color: rgba(120,120,120,0.28);
  transform: translateX(3px);
}

/* Kaynaklar sayfası başlıkları biraz daha güçlü dursun */
.info-card h2{
  margin-top: 0;
  margin-bottom: 12px;
}

.info-card .callout{
  margin-top: 16px;
}

/* Mobil uyum */
@media (max-width: 900px){
  .source-list{
    grid-template-columns: 1fr;
  }
}
.source-tag{
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(247,244,238,0.95);
  border: 1px solid rgba(120,120,120,0.14);
}
/* ===== Sayfa açılış geçiş efekti ===== */

.content{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.content.page-visible{
  opacity: 1;
  transform: translateY(0);
}
/* Sayfa çıkış animasyonu */
.content.page-exit{
  opacity: 0;
  transform: translateY(18px);
}
.bottom-contact-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;

  height: 34px;
  padding: 0 12px;

  background: rgba(255, 255, 255, 0.88);
  border-top: 1px solid rgba(120, 120, 120, 0.22);

  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.bottom-contact-text {
  font-size: 13px;
  font-weight: 600;
  color: #3b2f2f;
}

.bottom-contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.bottom-contact-link img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
  opacity: 0.85;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.bottom-contact-link:hover img {
  opacity: 1;
  transform: scale(1.08);
}.bottom-contact-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;

  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;

  min-height: 42px;
  padding: 6px 16px;

  background: rgba(255, 255, 255, 0.88);
  border-top: 1px solid rgba(120, 120, 120, 0.22);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  box-sizing: border-box;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-label {
  font-size: 13px;
  font-weight: 600;
  color: #3b2f2f;
  line-height: 1;
}

.contact-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.contact-item img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  opacity: 0.9;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.contact-item a:hover img {
  opacity: 1;
  transform: scale(1.08);
}
/* Sağ alt sabit "Bize Ulaşın" */
.contact-fab{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

/* Buton */
.contact-fab-btn{
  border: 1px solid rgba(120,120,120,0.22);
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  color: #3b2f2f;
  font-weight: 700;
  font-size: 14px;

  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  cursor: pointer;

  transition: transform .15s ease, box-shadow .15s ease;
}

.contact-fab-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.10);
}

/* Panel (3 kart) */
.contact-fab-panel{
  width: min(560px, calc(100vw - 36px));
  display: none;              /* kapalı */
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;

  padding: 12px;
  border-radius: 18px;

  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(120,120,120,0.18);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.contact-fab-panel.is-open{
  display: grid;
}

/* Kart */
.contact-card{
  text-decoration: none;
  color: inherit;

  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(170, 120, 120, 0.18);
  border-radius: 18px;
  padding: 12px 12px 10px;

  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: transform .15s ease, box-shadow .15s ease;
}

.contact-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
}

/* ===== Contact UI (cu- prefiksli, çakışmaz) ===== */

.cu-fab{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.cu-btn{
  border: 1px solid rgba(120,120,120,0.22);
  background: rgba(9, 221, 101, 0.82);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  color: #3b2f2f;
  font-weight: 700;
  font-size: 14px;

  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  cursor: pointer;

  transition: transform .15s ease, box-shadow .15s ease;
}

.cu-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.10);
}

.cu-panel{
  width: min(560px, calc(100vw - 36px));
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;

  padding: 12px;
  border-radius: 18px;

  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(120,120,120,0.18);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.cu-panel.cu-open{
  display: grid;
}

.cu-card{
  text-decoration: none;
  color: inherit;

  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(170, 120, 120, 0.18);
  border-radius: 18px;
  padding: 12px 12px 10px;

  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: transform .15s ease, box-shadow .15s ease;
}

.cu-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
}

.cu-top{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.cu-pill{
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(120,120,120,0.18);
  background: rgba(255,255,255,0.92);
}

.cu-mid{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.cu-ico{
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
  opacity: 0.95;
}

.cu-title{
  font-weight: 800;
  font-size: 14px;
  color: #2d2424;
}

.cu-sub{
  font-size: 12px;
  color: rgba(45,36,36,0.75);
}

@media (max-width: 720px){
  .cu-panel{
    grid-template-columns: 1fr;
    width: min(360px, calc(100vw - 36px));
  }
}
/* =========================
   UYUŞTURUCU TÜRLERİ SAYFASI
   ========================= */

body.uyusturucu-turleri .post-card h2 {
  margin-top: 28px;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
}

body.uyusturucu-turleri .post-card h2:first-of-type {
  margin-top: 0;
}

body.uyusturucu-turleri .post-card h3 {
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 1.45rem;
  color: #2d2424;
}

body.uyusturucu-turleri .post-card p {
  line-height: 1.8;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2e2626;
}

body.uyusturucu-turleri .post-card ul,
body.uyusturucu-turleri .post-card ol {
  margin: 12px 0 20px 24px;
  padding: 0;
}

body.uyusturucu-turleri .post-card li {
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 1.04rem;
  color: #2f2626;
}

/* Bilgi kutuları */
body.uyusturucu-turleri .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(252,247,243,0.94) 100%);
  border: 1px solid rgba(210, 160, 160, 0.28);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

body.uyusturucu-turleri .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.55rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.uyusturucu-turleri .info-card p {
  margin-bottom: 0;
  line-height: 1.75;
}

/* Badge görünümü */
body.uyusturucu-turleri .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Callout kutusu */
body.uyusturucu-turleri .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.92);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.7;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

/* Bölümlere hafif ayırıcı hava */
body.uyusturucu-turleri .post-card > h2:not(:first-of-type) {
  padding-top: 4px;
}

/* Linkler varsa daha hoş görünsün */
body.uyusturucu-turleri .post-card a {
  color: #8b0000;
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 0, 0, 0.25);
  transition: 0.2s ease;
}

body.uyusturucu-turleri .post-card a:hover {
  color: #5f0000;
  border-bottom-color: rgba(95, 0, 0, 0.55);
}

/* İlk giriş paragrafını biraz öne çıkar */
body.uyusturucu-turleri .post-card > p:first-of-type {
  font-size: 1.12rem;
  line-height: 1.85;
}

/* Mobil uyum */
@media (max-width: 768px) {
  body.uyusturucu-turleri .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.uyusturucu-turleri .info-card {
    padding: 16px 16px;
    border-radius: 18px;
  }

  body.uyusturucu-turleri .info-card h2 {
    font-size: 1.25rem;
    flex-wrap: wrap;
  }

  body.uyusturucu-turleri .post-card p,
  body.uyusturucu-turleri .post-card li {
    font-size: 1rem;
    line-height: 1.7;
  }
}
/* =========================
   UYUŞTURUCU ANA SAYFASI
   ========================= */

body.uyusturucu .post-card h2 {
  margin-top: 28px;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
}

body.uyusturucu .post-card h2:first-of-type {
  margin-top: 0;
}

body.uyusturucu .post-card h3 {
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 1.45rem;
  color: #2d2424;
}

body.uyusturucu .post-card p {
  line-height: 1.8;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2e2626;
}

body.uyusturucu .post-card ul,
body.uyusturucu .post-card ol {
  margin: 12px 0 20px 24px;
  padding: 0;
}

body.uyusturucu .post-card li {
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 1.04rem;
  color: #2f2626;
}

/* Bilgi kutuları */
body.uyusturucu .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(252,247,243,0.94) 100%);
  border: 1px solid rgba(210, 160, 160, 0.28);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

body.uyusturucu .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.55rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.uyusturucu .info-card p {
  margin-bottom: 0;
  line-height: 1.75;
}

/* Badge görünümü */
body.uyusturucu .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Callout kutusu */
body.uyusturucu .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.92);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.7;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

/* Bölümlere hafif ayırıcı hava */
body.uyusturucu .post-card > h2:not(:first-of-type) {
  padding-top: 4px;
}

/* Linkler varsa daha hoş görünsün */
body.uyusturucu .post-card a {
  color: #8b0000;
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 0, 0, 0.25);
  transition: 0.2s ease;
}

body.uyusturucu .post-card a:hover {
  color: #5f0000;
  border-bottom-color: rgba(95, 0, 0, 0.55);
}

/* İlk giriş paragrafını biraz öne çıkar */
body.uyusturucu .post-card > p:first-of-type {
  font-size: 1.12rem;
  line-height: 1.85;
}

/* Mobil uyum */
@media (max-width: 768px) {
  body.uyusturucu .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.uyusturucu .info-card {
    padding: 16px 16px;
    border-radius: 18px;
  }

  body.uyusturucu .info-card h2 {
    font-size: 1.25rem;
    flex-wrap: wrap;
  }

  body.uyusturucu .post-card p,
  body.uyusturucu .post-card li {
    font-size: 1rem;
    line-height: 1.7;
  }
}
/* =========================
   UYUŞTURUCU TÜRLERİ SAYFASI
   ========================= */

body.uyusturucu-turleri .post-card h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
}

body.uyusturucu-turleri .post-card h2:first-of-type {
  margin-top: 0;
}

body.uyusturucu-turleri .post-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #2d2424;
}

body.uyusturucu-turleri .post-card p {
  line-height: 1.8;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2e2626;
}

body.uyusturucu-turleri .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.90) 0%, rgba(252,247,243,0.96) 100%);
  border: 1px solid rgba(210, 160, 160, 0.28);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

body.uyusturucu-turleri .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.uyusturucu-turleri .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Risk panosu */
.ut-risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 30px;
}

.ut-risk-card {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(205, 160, 150, 0.24);
  border-radius: 22px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.ut-risk-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.ut-mini-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(190,150,120,0.34);
  color: #7a4d2a;
  white-space: nowrap;
}

.ut-risk-text {
  margin-bottom: 14px;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #3a2d2d;
}

.ut-meter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  border-top: 1px dashed rgba(170, 140, 140, 0.22);
}

.ut-meter:first-of-type {
  border-top: none;
}

.ut-meter span {
  font-size: 0.96rem;
  color: #2f2626;
  font-weight: 600;
}

.ut-dots {
  display: flex;
  gap: 6px;
}

.ut-dots i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  background: rgba(185, 170, 170, 0.35);
  border: 1px solid rgba(140, 120, 120, 0.18);
}

.ut-dots i.on {
  background: #b86464;
  border-color: #b86464;
}



/* Akış şeması */
.ut-flow-wrap {
  margin: 28px 0 30px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.ut-flow-step {
  min-height: 210px;
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(205,160,150,0.22);
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.ut-step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #b86464;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.ut-flow-step h3 {
  font-size: 1.02rem;
  margin-bottom: 10px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ut-flow-step p {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Okları tamamen kaldır */
.ut-flow-arrow {
  display: none !important;
}

@media (max-width: 1100px) {
  .ut-flow-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .ut-flow-wrap {
    grid-template-columns: 1fr;
  }

  .ut-flow-step {
    min-height: auto;
    border-radius: 18px;
  }

  .ut-flow-step h3 {
    min-height: auto;
  }
}

body.uyusturucu-turleri .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.92);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.7;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}


@media (max-width: 768px) {
  body.uyusturucu-turleri .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.uyusturucu-turleri .post-card p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .ut-risk-card,
  .ut-compare-card,
  .ut-flow-step {
    border-radius: 18px;
  }

  .ut-meter {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
body.uyusturucu-turleri .ut-warning-box {
  background: linear-gradient(180deg, rgba(255,250,246,0.96) 0%, rgba(255,243,243,0.96) 100%);
  border: 1px solid rgba(210, 140, 140, 0.35);
  box-shadow: 0 8px 20px rgba(120, 60, 60, 0.06);
}

body.uyusturucu-turleri .ut-warning-box h2 {
  color: #6d2f2f;
}

body.uyusturucu-turleri .ut-warning-box p {
  color: #3d2d2d;
}
/* =========================================
   UYUŞTURUCU TÜRLERİ - SANILAN / GERÇEK BÖLÜMÜ
   ========================================= */

.ut-truth-table {
  margin: 26px 0 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ut-truth-row {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  align-items: stretch;
  gap: 14px;
}

.ut-truth-side {
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  border: 1px solid rgba(180, 150, 150, 0.20);
}

.ut-truth-myth {
  background: linear-gradient(180deg, rgba(255,248,246,0.96) 0%, rgba(255,241,239,0.96) 100%);
  border-color: rgba(205, 145, 145, 0.28);
}

.ut-truth-real {
  background: linear-gradient(180deg, rgba(236,245,232,0.98) 0%, rgba(224,238,218,0.98) 100%);
  border-color: rgba(116, 150, 103, 0.34);
}

.ut-truth-label {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  background: rgba(255,255,255,0.9);
}

.ut-truth-myth .ut-truth-label {
  color: #8b3f3f;
  border: 1px solid rgba(190, 130, 130, 0.28);
}

.ut-truth-real .ut-truth-label {
  color: #35552d;
  border: 1px solid rgba(108, 145, 96, 0.38);
}

.ut-truth-text {
  font-size: 1.08rem;
  line-height: 1.75;
  color: #2f2626;
}

.ut-truth-myth .ut-truth-text {
  font-weight: 700;
}

.ut-truth-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #9a6b6b;
  opacity: 0.9;
}

/* Hafif hover etkisi */
.ut-truth-row:hover .ut-truth-myth {
  transform: translateX(-2px);
}

.ut-truth-row:hover .ut-truth-real {
  transform: translateX(2px);
}

.ut-truth-row:hover .ut-truth-side {
  box-shadow: 0 10px 24px rgba(0,0,0,0.07);
}

.ut-truth-side {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* Mobil */
@media (max-width: 900px) {
  .ut-truth-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ut-truth-arrow {
    transform: rotate(90deg);
    min-height: 24px;
  }
}

@media (max-width: 768px) {
  .ut-truth-side {
    border-radius: 18px;
    padding: 16px;
  }

  .ut-truth-text {
    font-size: 1rem;
    line-height: 1.7;
  }
}
/* =========================
   FİKİR SAHİBİ İMZA KUTUSU
   ========================= */

.credit-box {
  margin: 42px auto 10px;
  padding: 18px 24px;
  max-width: 420px;
  text-align: center;

  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,239,234,0.98) 100%);
  border: 1px solid rgba(170, 135, 135, 0.34);
  border-radius: 22px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.07);
}

.credit-box-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #4b2f2f;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.credit-box-name {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: 0.6px;
  line-height: 1.4;
}

.credit-box-name span {
  display: inline-block;
  animation: creditRgbFlow 3s linear infinite;
  transition: transform 0.2s ease;
  text-shadow: 0 0 0.4px currentColor, 0 0 0.8px currentColor;
}

/* Harf harf gecikme */
.credit-box-name span:nth-child(1)  { animation-delay: 0s; }
.credit-box-name span:nth-child(2)  { animation-delay: 0.12s; }
.credit-box-name span:nth-child(3)  { animation-delay: 0.24s; }
.credit-box-name span:nth-child(4)  { animation-delay: 0.36s; }
.credit-box-name span:nth-child(5)  { animation-delay: 0.48s; }
.credit-box-name span:nth-child(6)  { animation-delay: 0.60s; }
.credit-box-name span:nth-child(7)  { animation-delay: 0.72s; }
.credit-box-name span:nth-child(8)  { animation-delay: 0.84s; }
.credit-box-name span:nth-child(9)  { animation-delay: 0.96s; }
.credit-box-name span:nth-child(10) { animation-delay: 1.08s; }
.credit-box-name span:nth-child(11) { animation-delay: 1.20s; }
.credit-box-name span:nth-child(12) { animation-delay: 1.32s; }
.credit-box-name span:nth-child(13) { animation-delay: 1.44s; }

@keyframes creditRgbFlow {
  0%   { color: #a94e4e; }  /* kırmızı orta */
  10%  { color: #c97a7a; }  /* kırmızı açık */
  20%  { color: #a86a3f; }  /* turuncu-kahve orta */
  30%  { color: #c49a72; }  /* turuncu açık */
  40%  { color: #6f8f46; }  /* yeşil orta */
  50%  { color: #98b26f; }  /* yeşil açık */
  60%  { color: #3f7f88; }  /* mavi-yeşil orta */
  70%  { color: #6fa4ad; }  /* mavi-yeşil açık */
  80%  { color: #5f63a8; }  /* mor-mavi orta */
  90%  { color: #8b8fc7; }  /* mor-mavi açık */
  100% { color: #a94e4e; }  /* tekrar başa dön */
}


/* Hover olunca hafif canlılık */
.credit-box:hover {
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  transform: translateY(-1px);
  transition: 0.2s ease;
}

.credit-box-name span {
  transition: transform 0.2s ease;
}

.credit-box:hover .credit-box-name span {
  transform: translateY(-1px);
}

/* Mobil */
@media (max-width: 768px) {
  .credit-box {
    padding: 16px 18px;
    border-radius: 18px;
    max-width: 92%;
  }

  .credit-box-name {
    font-size: 1.05rem;
  }
}
.credit-box::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c96b6b, #d89b5c, #9aaf63, #5c9e8f, #6d7fc7);
}
/* =========================================
   UYUŞTURUCU TÜRKİYE SAYFASI
   ========================================= */

body.uyusturucu-turkiye .post-card h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
}

body.uyusturucu-turkiye .post-card h2:first-of-type {
  margin-top: 0;
}

body.uyusturucu-turkiye .post-card p {
  line-height: 1.8;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2e2626;
}

body.uyusturucu-turkiye .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.90) 0%, rgba(252,247,243,0.96) 100%);
  border: 1px solid rgba(210, 160, 160, 0.28);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

body.uyusturucu-turkiye .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.uyusturucu-turkiye .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.uyusturucu-turkiye .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.92);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.7;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.map-card {
  margin: 28px 0;
  padding: 20px 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(249,244,240,0.97) 100%);
  border: 1px solid rgba(205, 160, 150, 0.25);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.map-card h2 {
  margin-top: 0 !important;
  border-left: none !important;
  padding-left: 0 !important;
}

.map-subtext {
  margin-bottom: 18px;
  color: #5a4848;
}

/* =========================================
   SADECE UYUŞTURUCU TÜRKİYE HARİTASI
   ========================================= */

body.uyusturucu-turkiye .drug-tr-map-wrap {
  position: relative;
  width: 100%;
  min-height: 420px;
  border-radius: 20px;
  background: rgba(241, 246, 248, 0.85);
  border: 1px solid rgba(170, 150, 150, 0.16);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.uyusturucu-turkiye .drug-tr-map-wrap svg {
  width: 100%;
  height: auto;
  display: block;
}
body.uyusturucu-turkiye #drugTurkeyTooltip {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  display: none;

  min-width: 220px;
  max-width: 290px;
  padding: 10px 12px;
  border-radius: 16px;

  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(180,150,150,0.24);
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);

  color: #2f2626;
  line-height: 1.5;
  box-sizing: border-box;
}

body.uyusturucu-turkiye #drugTurkeyTooltip .tr-tip-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 6px;
}

body.uyusturucu-turkiye #drugTurkeyTooltip .tr-tip-level {
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 8px;
  background: #fff7f3;
  border: 1px solid rgba(190,150,120,0.28);
  color: #7a4d2a;
}

body.uyusturucu-turkiye #drugTurkeyTooltip .tr-tip-line {
  font-size: 0.94rem;
  margin-bottom: 4px;
}

body.uyusturucu-turkiye #drugTurkeyTooltip .tr-tip-note {
  margin-top: 8px;
  font-size: 0.88rem;
  color: #5a4a4a;
}

/* yoğunluk rozet renkleri */
body.uyusturucu-turkiye #drugTurkeyTooltip .level-medium {
  background: #fff6d8;
  color: #8a6b12;
  border: 1px solid rgba(190,160,80,0.35);
}

body.uyusturucu-turkiye #drugTurkeyTooltip .level-high {
  background: #ffe8d2;
  color: #9a5712;
  border: 1px solid rgba(220,140,60,0.35);
}

body.uyusturucu-turkiye #drugTurkeyTooltip .level-very-high {
  background: #ffe0e0;
  color: #9b2f2f;
  border: 1px solid rgba(200,80,80,0.35);
}
body.uyusturucu-turkiye #drugTurkeyTooltip {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  display: none;

  min-width: 220px;
  max-width: 290px;
  padding: 10px 12px;
  border-radius: 16px;

  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(180,150,150,0.24);
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);

  color: #2f2626;
  line-height: 1.5;
  box-sizing: border-box;

  margin: 0;
  transform: none;
  translate: none;
}
body.kumar #turkiyeMap,
body.kumar .tr-map-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

body.kumar #turkiyeMap svg,
body.kumar .tr-map-wrap svg {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  transform: none !important;
  scale: none !important;
  zoom: 1 !important;
}
/* =========================================
   UYUŞTURUCU DÜNYA HARİTASI
   ========================================= */

body.uyusturucu-dunya .drug-world-map-wrap {
  position: relative;
  width: 100%;
  min-height: 420px;
  border-radius: 20px;
  background: rgba(241, 246, 248, 0.85);
  border: 1px solid rgba(170, 150, 150, 0.16);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.uyusturucu-dunya .drug-world-map-wrap svg {
  width: 100%;
  height: auto;
  display: block;
}

body.uyusturucu-dunya .uyusturucu-continent-click {
  cursor: pointer;
  transition: fill 0.2s ease, opacity 0.2s ease;
}

body.uyusturucu-dunya #drugWorldTooltip {
  position: absolute;
  z-index: 99999;
  pointer-events: none;
  display: none;

  min-width: 220px;
  max-width: 300px;
  padding: 10px 12px;
  border-radius: 16px;

  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(180,150,150,0.24);
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);

  color: #2f2626;
  line-height: 1.5;
  box-sizing: border-box;
  margin: 0;
  transform: none;
  translate: none;
}

body.uyusturucu-dunya #drugWorldTooltip .dw-tip-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 6px;
}

body.uyusturucu-dunya #drugWorldTooltip .dw-tip-level {
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 8px;
  background: #fff7f3;
  border: 1px solid rgba(190,150,120,0.28);
  color: #7a4d2a;
}

body.uyusturucu-dunya #drugWorldTooltip .dw-tip-line {
  font-size: 0.94rem;
  margin-bottom: 4px;
}

body.uyusturucu-dunya #drugWorldTooltip .dw-tip-note {
  margin-top: 8px;
  font-size: 0.88rem;
  color: #5a4a4a;
}

/* yoğunluk rozet renkleri */
body.uyusturucu-dunya #drugWorldTooltip .level-medium {
  background: #fff6d8;
  color: #8a6b12;
  border: 1px solid rgba(190,160,80,0.35);
}

body.uyusturucu-dunya #drugWorldTooltip .level-high {
  background: #ffe8d2;
  color: #9a5712;
  border: 1px solid rgba(220,140,60,0.35);
}

body.uyusturucu-dunya #drugWorldTooltip .level-very-high {
  background: #ffe0e0;
  color: #9b2f2f;
  border: 1px solid rgba(200,80,80,0.35);
}

/* kıta label'ların varsa */
body.uyusturucu-dunya .uyusturucu-maplabels {
  pointer-events: none;
}

/* mobil */
@media (max-width: 768px) {
  body.uyusturucu-dunya .drug-world-map-wrap {
    min-height: 280px;
    border-radius: 16px;
  }

  body.uyusturucu-dunya #drugWorldTooltip {
    min-width: 200px;
    max-width: 260px;
    padding: 9px 10px;
    border-radius: 14px;
  }

  body.uyusturucu-dunya #drugWorldTooltip .dw-tip-title {
    font-size: 0.95rem;
  }

  body.uyusturucu-dunya #drugWorldTooltip .dw-tip-line,
  body.uyusturucu-dunya #drugWorldTooltip .dw-tip-note {
    font-size: 0.86rem;
  }
 
}
body.uyusturucu-dunya .maplabels1,
body.uyusturucu-dunya .maplabels1 * {
  pointer-events: none !important;
  user-select: none;
}
body.uyusturucu-dunya .uyusturucuavrupa { fill: #ee8b2d; }
body.uyusturucu-dunya .uyusturucuasya { fill: #c43d3d; }
body.uyusturucu-dunya .uyusturucuafrika { fill: #f2c94c; }
body.uyusturucu-dunya .uyusturucukuzeyamerika { fill: #c43d3d; }
body.uyusturucu-dunya .uyusturucuguneyamerika { fill: #ee8b2d; }
body.uyusturucu-dunya .uyusturucuanokyanusya { fill: #f2c94c; }

body.uyusturucu-dunya .uyusturucu-continent-click {
  cursor: pointer;
  transition: fill 0.2s ease, opacity 0.2s ease;
}
/* =========================================
   UYUŞTURUCU DÜNYA SAYFASI - GENEL CSS
   ========================================= */

body.uyusturucu-dunya .content {
  padding-top: 24px;
}

body.uyusturucu-dunya .post-card {
  background: rgba(255, 250, 247, 0.90);
  border: 1px solid rgba(205, 170, 170, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

/* Ana başlıklar */
body.uyusturucu-dunya .post-card h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
  color: #2c2323;
}

body.uyusturucu-dunya .post-card h2:first-of-type {
  margin-top: 0;
}

body.uyusturucu-dunya .post-card h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 1.35rem;
  color: #312727;
}

/* Paragraflar */
body.uyusturucu-dunya .post-card p {
  line-height: 1.82;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2f2626;
}

/* Liste stilleri */
body.uyusturucu-dunya .post-card ul,
body.uyusturucu-dunya .post-card ol {
  margin: 12px 0 20px 24px;
  padding: 0;
}

body.uyusturucu-dunya .post-card li {
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 1.03rem;
  color: #2f2626;
}

/* Linkler */
body.uyusturucu-dunya .post-card a {
  color: #8b0000;
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 0, 0, 0.24);
  transition: 0.2s ease;
}

body.uyusturucu-dunya .post-card a:hover {
  color: #5f0000;
  border-bottom-color: rgba(95, 0, 0, 0.50);
}

/* İlk giriş paragrafını biraz öne çıkar */
body.uyusturucu-dunya .post-card > p:first-of-type {
  font-size: 1.12rem;
  line-height: 1.88;
}

/* Bilgi kutuları */
body.uyusturucu-dunya .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(252,247,243,0.97) 100%);
  border: 1px solid rgba(210, 160, 160, 0.26);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

body.uyusturucu-dunya .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.uyusturucu-dunya .info-card p:last-child {
  margin-bottom: 0;
}

/* Badge */
body.uyusturucu-dunya .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Callout */
body.uyusturucu-dunya .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.94);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.72;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

/* Harita kartı */
body.uyusturucu-dunya .map-card {
  margin: 28px 0;
  padding: 20px 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(249,244,240,0.98) 100%);
  border: 1px solid rgba(205, 160, 150, 0.25);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

body.uyusturucu-dunya .map-card h2 {
  margin-top: 0 !important;
  border-left: none !important;
  padding-left: 0 !important;
}

body.uyusturucu-dunya .map-subtext {
  margin-bottom: 18px;
  color: #5a4848;
  font-size: 1rem;
  line-height: 1.7;
}

/* Harita dışı genel kutu düzeni */
body.uyusturucu-dunya .utk-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

body.uyusturucu-dunya .utk-info-grid .info-card {
  margin: 0;
  height: 100%;
}

/* Harita yer tutucu varsa */
body.uyusturucu-dunya .svg-placeholder {
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a6767;
  font-weight: 700;
  font-size: 1.05rem;
  text-align: center;
  padding: 20px;
}

/* Görseller varsa */
body.uyusturucu-dunya img {
  max-width: 100%;
  height: auto;
}

/* Hafif bölüm ayrımı */
body.uyusturucu-dunya .post-card > h2:not(:first-of-type) {
  padding-top: 4px;
}

/* Mobil */
@media (max-width: 992px) {
  body.uyusturucu-dunya .utk-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.uyusturucu-dunya .content {
    padding-top: 18px;
  }

  body.uyusturucu-dunya .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.uyusturucu-dunya .post-card h3 {
    font-size: 1.18rem;
  }

  body.uyusturucu-dunya .post-card p,
  body.uyusturucu-dunya .post-card li {
    font-size: 1rem;
    line-height: 1.72;
  }

  body.uyusturucu-dunya .info-card {
    padding: 16px 16px;
    border-radius: 18px;
  }

  body.uyusturucu-dunya .info-card h2 {
    font-size: 1.22rem;
    flex-wrap: wrap;
  }

  body.uyusturucu-dunya .map-card {
    padding: 16px;
    border-radius: 18px;
  }

  body.uyusturucu-dunya .svg-placeholder {
    min-height: 280px;
    font-size: 0.95rem;
  }
}
/* =========================================
   UYUŞTURUCU ÇÖZÜMLER SAYFASI
   ========================================= */

body.uyusturucu-cozumler .post-card {
  background: rgba(255, 250, 247, 0.92);
  border: 1px solid rgba(205, 170, 170, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

body.uyusturucu-cozumler .post-card h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
  color: #2c2323;
}

body.uyusturucu-cozumler .post-card h2:first-of-type {
  margin-top: 0;
}

body.uyusturucu-cozumler .post-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.18rem;
  color: #312727;
}

body.uyusturucu-cozumler .post-card p {
  line-height: 1.82;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2f2626;
}

body.uyusturucu-cozumler .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(252,247,243,0.97) 100%);
  border: 1px solid rgba(210, 160, 160, 0.26);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

body.uyusturucu-cozumler .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.uyusturucu-cozumler .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.uyusturucu-cozumler .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.94);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.72;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

/* Hero */
.solution-hero-text {
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(250,243,238,0.98) 100%);
  border: 1px solid rgba(205,160,150,0.24);
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.solution-hero-text h2 {
  margin-top: 0 !important;
}

.solution-hero-badgebox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.solution-stat-card {
  padding: 18px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(205,160,150,0.22);
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.solution-stat-title {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #7a5a5a;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.solution-stat-card strong {
  font-size: 1.05rem;
  color: #2e2424;
  line-height: 1.5;
}

/* Ana çözüm kartları */
.solution-main-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 30px;
}

.solution-feature-card {
  padding: 20px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(250,245,241,0.98) 100%);
  border: 1px solid rgba(205,160,150,0.22);
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.solution-feature-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.solution-pill {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b86464;
  color: #fff;
  font-weight: 800;
  flex-shrink: 0;
}

/* Süreç akışı */
.solution-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 30px;
}

.solution-flow-step {
  min-height: 200px;
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(205,160,150,0.22);
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  text-align: center;
}

.solution-flow-no {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b86464;
  color: #fff;
  font-weight: 800;
  margin-bottom: 12px;
}

/* 6'lı kart alanı */
.solution-six-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 30px;
}

.solution-mini-card {
  padding: 18px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(205,160,150,0.22);
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

/* Karşılaştırma bandı */
.solution-compare-band {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 14px;
  align-items: stretch;
  margin: 24px 0 30px;
}

.solution-compare-item {
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.solution-compare-item.bad {
  background: linear-gradient(180deg, rgba(255,248,246,0.96) 0%, rgba(255,241,239,0.96) 100%);
  border: 1px solid rgba(205,145,145,0.28);
}

.solution-compare-item.good {
  background: linear-gradient(180deg, rgba(249,252,248,0.96) 0%, rgba(242,248,240,0.96) 100%);
  border: 1px solid rgba(155,185,145,0.28);
}

.compare-label {
  display: inline-flex;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  background: rgba(255,255,255,0.92);
}

.solution-compare-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: #8a6666;
}

/* Yeniden bağlama */
.solution-rebuild-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 30px;
}

.solution-rebuild-card {
  padding: 18px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(205,160,150,0.22);
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

/* Mobil */
@media (max-width: 1100px) {
  .solution-flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .solution-hero,
  .solution-main-grid,
  .solution-six-grid,
  .solution-rebuild-grid {
    grid-template-columns: 1fr;
  }

  .solution-compare-band {
    grid-template-columns: 1fr;
  }

  .solution-compare-arrow {
    transform: rotate(90deg);
    min-height: 24px;
  }
}

@media (max-width: 768px) {
  body.uyusturucu-cozumler .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.uyusturucu-cozumler .post-card p,
  body.uyusturucu-cozumler .post-card li {
    font-size: 1rem;
    line-height: 1.72;
  }

  body.uyusturucu-cozumler .info-card,
  .solution-feature-card,
  .solution-mini-card,
  .solution-rebuild-card,
  .solution-flow-step,
  .solution-compare-item,
  .solution-hero-text,
  .solution-stat-card {
    border-radius: 18px;
  }

  .solution-flow-grid {
    grid-template-columns: 1fr;
  }

  .solution-flow-step {
    min-height: auto;
  }
}
/* =========================================
   UYUŞTURUCU SAYFASI - FİKİR SAHİBİ KUTUSU
   ========================================= */

.uyusturucu-credit-box {
  margin: 42px auto 10px;
  padding: 18px 24px;
  max-width: 520px;
  text-align: center;

  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,239,234,0.98) 100%);
  border: 1px solid rgba(170, 135, 135, 0.34);
  border-radius: 22px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.07);
}

.uyusturucu-credit-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #4b2f2f;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.uyusturucu-credit-name {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: 0.7px;
  line-height: 1.4;
}

.uyusturucu-credit-name span {
  display: inline-block;
  animation: uyusturucuCreditFlow 3.2s linear infinite;
  transition: transform 0.2s ease;
  text-shadow: 0 0 0.6px currentColor, 0 0 1.2px currentColor;
}

/* Muhammed Ali Üstüner için harf harf gecikme */
.uyusturucu-credit-name span:nth-child(1)  { animation-delay: 0s; }
.uyusturucu-credit-name span:nth-child(2)  { animation-delay: 0.10s; }
.uyusturucu-credit-name span:nth-child(3)  { animation-delay: 0.20s; }
.uyusturucu-credit-name span:nth-child(4)  { animation-delay: 0.30s; }
.uyusturucu-credit-name span:nth-child(5)  { animation-delay: 0.40s; }
.uyusturucu-credit-name span:nth-child(6)  { animation-delay: 0.50s; }
.uyusturucu-credit-name span:nth-child(7)  { animation-delay: 0.60s; }
.uyusturucu-credit-name span:nth-child(8)  { animation-delay: 0.70s; }
.uyusturucu-credit-name span:nth-child(9)  { animation-delay: 0.80s; }
.uyusturucu-credit-name span:nth-child(10) { animation-delay: 0.90s; }
.uyusturucu-credit-name span:nth-child(11) { animation-delay: 1.00s; }
.uyusturucu-credit-name span:nth-child(12) { animation-delay: 1.10s; }
.uyusturucu-credit-name span:nth-child(13) { animation-delay: 1.20s; }
.uyusturucu-credit-name span:nth-child(14) { animation-delay: 1.30s; }
.uyusturucu-credit-name span:nth-child(15) { animation-delay: 1.40s; }
.uyusturucu-credit-name span:nth-child(16) { animation-delay: 1.50s; }
.uyusturucu-credit-name span:nth-child(17) { animation-delay: 1.60s; }
.uyusturucu-credit-name span:nth-child(18) { animation-delay: 1.70s; }
.uyusturucu-credit-name span:nth-child(19) { animation-delay: 1.80s; }
.uyusturucu-credit-name span:nth-child(20) { animation-delay: 1.90s; }

@keyframes uyusturucuCreditFlow {
  0%   { color: #7f1d1d; }
  20%  { color: #92400e; }
  40%  { color: #3f6212; }
  60%  { color: #155e75; }
  80%  { color: #312e81; }
  100% { color: #7f1d1d; }
}

.uyusturucu-credit-box:hover {
  box-shadow: 0 10px 26px rgba(0,0,0,0.09);
  transform: translateY(-1px);
  transition: 0.2s ease;
}

.uyusturucu-credit-box:hover .uyusturucu-credit-name span {
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .uyusturucu-credit-box {
    padding: 16px 18px;
    border-radius: 18px;
    max-width: 92%;
  }

  .uyusturucu-credit-name {
    font-size: 1.14rem;
    font-weight: 900;
  }
}/* =========================================
   UYUŞTURUCU KAYNAKLAR SAYFASI
   ========================================= */

body.uyusturucu-kaynaklar .post-card {
  background: rgba(255, 250, 247, 0.92);
  border: 1px solid rgba(205, 170, 170, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

body.uyusturucu-kaynaklar .post-card h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
  color: #2c2323;
}

body.uyusturucu-kaynaklar .post-card h2:first-of-type {
  margin-top: 0;
}

body.uyusturucu-kaynaklar .post-card h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
  color: #312727;
}

body.uyusturucu-kaynaklar .post-card p {
  line-height: 1.82;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2f2626;
}

body.uyusturucu-kaynaklar .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(252,247,243,0.97) 100%);
  border: 1px solid rgba(210, 160, 160, 0.26);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

body.uyusturucu-kaynaklar .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.uyusturucu-kaynaklar .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.uyusturucu-kaynaklar .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.94);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.72;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

/* Üst alan */
.sources-hero {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr;
  gap: 20px;
  margin-bottom: 28px;
  align-items: stretch;
}

.sources-hero-text {
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(250,243,238,0.98) 100%);
  border: 1px solid rgba(205,160,150,0.24);
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.sources-hero-text h2 {
  margin-top: 0 !important;
}

.sources-mini-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.sources-mini-box {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(205,160,150,0.22);
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.sources-mini-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #7a5a5a;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sources-mini-box strong {
  font-size: 1.05rem;
  color: #2e2424;
  line-height: 1.5;
}

/* Kaynak kartları */
.sources-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 30px;
}

.source-card {
  text-decoration: none;
  color: inherit;
  padding: 20px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(250,245,241,0.98) 100%);
  border: 1px solid rgba(205,160,150,0.22);
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.source-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

.source-top {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
}

.source-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190,150,120,0.34);
}

.source-link-text {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #8b0000;
}

/* Mobil */
@media (max-width: 992px) {
  body.uyusturucu-kaynaklar .sources-hero,
  body.uyusturucu-kaynaklar .sources-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.uyusturucu-kaynaklar .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.uyusturucu-kaynaklar .post-card p {
    font-size: 1rem;
    line-height: 1.72;
  }

  body.uyusturucu-kaynaklar .info-card,
  body.uyusturucu-kaynaklar .source-card,
  body.uyusturucu-kaynaklar .sources-hero-text,
  body.uyusturucu-kaynaklar .sources-mini-box {
    border-radius: 18px;
  }
}
/* =========================================
   ALKOL ANA SAYFASI
   ========================================= */

body.alkol .post-card {
  background: rgba(255, 250, 247, 0.92);
  border: 1px solid rgba(205, 170, 170, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

body.alkol .post-card h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
  color: #2c2323;
}

body.alkol .post-card h2:first-of-type {
  margin-top: 0;
}

body.alkol .post-card h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.35rem;
  color: #312727;
}

body.alkol .post-card p {
  line-height: 1.82;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2f2626;
}

body.alkol .post-card ul,
body.alkol .post-card ol {
  margin: 12px 0 20px 24px;
  padding: 0;
}

body.alkol .post-card li {
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 1.03rem;
  color: #2f2626;
}

body.alkol .post-card b,
body.alkol .post-card strong {
  color: #2a2020;
}

body.alkol .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(252,247,243,0.97) 100%);
  border: 1px solid rgba(210, 160, 160, 0.26);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

body.alkol .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.alkol .info-card p:last-child {
  margin-bottom: 0;
}

body.alkol .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.alkol .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.94);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.72;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

body.alkol .sources {
  margin: 14px 0 0;
  padding-left: 22px;
}

body.alkol .sources li {
  margin-bottom: 10px;
}

body.alkol .sources a {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  margin-left: 8px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  color: #5f3b3b;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(190, 150, 120, 0.32);
  transition: 0.2s ease;
}

body.alkol .sources a:hover {
  background: #fff;
  transform: translateY(-1px);
}

body.alkol .post-card > p:first-of-type {
  font-size: 1.12rem;
  line-height: 1.88;
}

body.alkol .post-card > h2:not(:first-of-type) {
  padding-top: 4px;
}

/* Mobil */
@media (max-width: 768px) {
  body.alkol .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.alkol .post-card h3 {
    font-size: 1.18rem;
  }

  body.alkol .post-card p,
  body.alkol .post-card li {
    font-size: 1rem;
    line-height: 1.72;
  }

  body.alkol .info-card {
    padding: 16px 16px;
    border-radius: 18px;
  }

  body.alkol .info-card h2 {
    font-size: 1.22rem;
    flex-wrap: wrap;
  }

  body.alkol .callout {
    padding: 14px 15px;
    border-radius: 16px;
  }
}
/* =========================================
   ALKOL ZARARLARI SAYFASI
   ========================================= */

body.alkol-zarar .post-card {
  background: rgba(255, 250, 247, 0.92);
  border: 1px solid rgba(205, 170, 170, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

body.alkol-zarar .post-card h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
  color: #2c2323;
}

body.alkol-zarar .post-card h2:first-of-type {
  margin-top: 0;
}

body.alkol-zarar .post-card h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.35rem;
  color: #312727;
}

body.alkol-zarar .post-card p {
  line-height: 1.82;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2f2626;
}

body.alkol-zarar .post-card ul,
body.alkol-zarar .post-card ol {
  margin: 12px 0 20px 24px;
  padding: 0;
}

body.alkol-zarar .post-card li {
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 1.03rem;
  color: #2f2626;
}

body.alkol-zarar .post-card b,
body.alkol-zarar .post-card strong {
  color: #2a2020;
}

body.alkol-zarar .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(252,247,243,0.97) 100%);
  border: 1px solid rgba(210, 160, 160, 0.26);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

body.alkol-zarar .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.alkol-zarar .info-card p:last-child {
  margin-bottom: 0;
}

body.alkol-zarar .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.alkol-zarar .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.94);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.72;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

body.alkol-zarar .sources {
  margin: 14px 0 0;
  padding-left: 22px;
}

body.alkol-zarar .sources li {
  margin-bottom: 10px;
}

body.alkol-zarar .sources a {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  margin-left: 8px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  color: #5f3b3b;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(190, 150, 120, 0.32);
  transition: 0.2s ease;
}

body.alkol-zarar .sources a:hover {
  background: #fff;
  transform: translateY(-1px);
}

body.alkol-zarar .post-card > p:first-of-type {
  font-size: 1.12rem;
  line-height: 1.88;
}

body.alkol-zarar .post-card > h2:not(:first-of-type) {
  padding-top: 4px;
}

/* İnteraktif vücut alanı */
body.alkol-zarar .alkol-vucut-karti {
  margin: 26px 0 30px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(251,246,241,0.98) 100%);
  border: 1px solid rgba(210, 160, 160, 0.24);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

body.alkol-zarar .alkol-vucut-baslik {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

body.alkol-zarar .alkol-vucut-baslik h3 {
  margin: 0;
  font-size: 1.28rem;
  color: #312727;
}

body.alkol-zarar .alkol-vucut-aciklama {
  margin-bottom: 18px;
}

body.alkol-zarar .alkol-vucut-alani {
  position: relative;
  min-height: 520px;
  border-radius: 22px;
  border: 1px dashed rgba(195, 155, 140, 0.42);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(249,243,238,0.96) 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.alkol-zarar .alkol-vucut-placeholder {
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  color: #7d6660;
  font-size: 1.05rem;
}

body.alkol-zarar .alkol-vucut-placeholder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(197, 161, 138, 0.28);
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

body.alkol-zarar .alkol-organ-tooltip {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 260px;
  padding: 14px 15px;
  border-radius: 18px;
  background: rgba(255, 252, 250, 0.97);
  border: 1px solid rgba(204, 164, 144, 0.30);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  color: #332727;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.22s ease;
  pointer-events: none;
  z-index: 4;
}

body.alkol-zarar .alkol-organ-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.alkol-zarar .alkol-organ-tooltip-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: #2d2323;
}

body.alkol-zarar .alkol-organ-tooltip-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4a3a3a;
}

body.alkol-zarar .alkol-risk-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 16px;
}

body.alkol-zarar .alkol-risk-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #4e3c3c;
  font-size: 0.96rem;
}

body.alkol-zarar .alkol-risk-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

body.alkol-zarar .risk-dot-orta {
  background: #e3bb72;
}

body.alkol-zarar .risk-dot-yuksek {
  background: #d57656;
}

body.alkol-zarar .risk-dot-cok-yuksek {
  background: #b83c33;
}

/* Organ kartları */
body.alkol-zarar .alkol-organ-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 12px;
}

body.alkol-zarar .alkol-organ-card {
  padding: 18px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(251,246,242,0.98) 100%);
  border: 1px solid rgba(207, 165, 150, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

body.alkol-zarar .alkol-organ-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.alkol-zarar .alkol-organ-card p:last-child {
  margin-bottom: 0;
}

/* Sonradan SVG geldiğinde kullanacağın classlar */
body.alkol-zarar .vucut-organ {
  cursor: pointer;
  transition: 0.22s ease;
  transform-origin: center;
}

body.alkol-zarar .vucut-organ:hover {
  opacity: 0.92;
  filter: brightness(1.03);
}

body.alkol-zarar .risk-orta {
  transition: 0.22s ease;
}

body.alkol-zarar .risk-yuksek {
  transition: 0.22s ease;
}

body.alkol-zarar .risk-cok-yuksek {
  transition: 0.22s ease;
}

/* Mobil */
@media (max-width: 768px) {
  body.alkol-zarar .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.alkol-zarar .post-card h3 {
    font-size: 1.18rem;
  }

  body.alkol-zarar .post-card p,
  body.alkol-zarar .post-card li {
    font-size: 1rem;
    line-height: 1.72;
  }

  body.alkol-zarar .info-card {
    padding: 16px 16px;
    border-radius: 18px;
  }

  body.alkol-zarar .info-card h2 {
    font-size: 1.22rem;
    flex-wrap: wrap;
  }

  body.alkol-zarar .callout {
    padding: 14px 15px;
    border-radius: 16px;
  }

  body.alkol-zarar .alkol-vucut-karti {
    padding: 16px;
    border-radius: 18px;
  }

  body.alkol-zarar .alkol-vucut-baslik {
    flex-direction: column;
    align-items: flex-start;
  }

  body.alkol-zarar .alkol-vucut-alani,
  body.alkol-zarar .alkol-vucut-placeholder {
    min-height: 420px;
  }

  body.alkol-zarar .alkol-organ-tooltip {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  body.alkol-zarar .alkol-organ-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================
   ALKOL ZARARLARI - SVG / TOOLTIP
   ========================================= */

body.alkol-zarar .alkol-vucut-karti {
  margin: 26px 0 30px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(251,246,241,0.98) 100%);
  border: 1px solid rgba(210, 160, 160, 0.24);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

body.alkol-zarar .alkol-vucut-baslik {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

body.alkol-zarar .alkol-vucut-baslik h3 {
  margin: 0;
  font-size: 1.28rem;
  color: #312727;
}

body.alkol-zarar .alkol-vucut-aciklama {
  margin-bottom: 18px;
}

body.alkol-zarar .alkol-vucut-alani {
  position: relative;
  min-height: 520px;
  border-radius: 22px;
  border: 1px dashed rgba(195, 155, 140, 0.42);
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(249,243,238,0.96) 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

body.alkol-zarar .alkol-vucut-alani svg {
  width: 100%;
  max-width: 760px;
  height: auto;
  display: block;
}

body.alkol-zarar .alkol-risk-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 16px;
}

body.alkol-zarar .alkol-risk-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #4e3c3c;
  font-size: 0.96rem;
}

body.alkol-zarar .alkol-risk-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

body.alkol-zarar .risk-dot-orta {
  background: #e3bb72;
}

body.alkol-zarar .risk-dot-yuksek {
  background: #d57656;
}

body.alkol-zarar .risk-dot-cok-yuksek {
  background: #b83c33;
}

/* Organ hover alanı */
body.alkol-zarar .vucut-organ {
  cursor: pointer;
  transition: opacity 0.2s ease, filter 0.2s ease;
  transform-origin: center;
}

body.alkol-zarar .vucut-organ:hover {
  opacity: 0.88;
  filter: brightness(1.06);
}

/* Tooltip */
body.alkol-zarar .alkol-organ-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  padding: 14px 15px;
  border-radius: 18px;
  background: rgba(255, 252, 250, 0.98);
  border: 1px solid rgba(204, 164, 144, 0.30);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  color: #332727;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
  pointer-events: none;
  z-index: 50;
}

body.alkol-zarar .alkol-organ-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.alkol-zarar .alkol-organ-tooltip-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: #2d2323;
}

body.alkol-zarar .alkol-organ-tooltip-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4a3a3a;
}

/* Mobil */
@media (max-width: 768px) {
  body.alkol-zarar .alkol-vucut-karti {
    padding: 16px;
    border-radius: 18px;
  }

  body.alkol-zarar .alkol-vucut-baslik {
    flex-direction: column;
    align-items: flex-start;
  }

  body.alkol-zarar .alkol-vucut-alani {
    min-height: 420px;
    padding: 12px;
  }

  body.alkol-zarar .alkol-organ-tooltip {
    width: 220px;
    padding: 12px 13px;
  }
}
body.alkol-zarar .alkol-organ-tooltip-risk {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  margin-bottom: 8px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #7a4d2a;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(190, 150, 120, 0.35);
}

body.alkol-zarar .alkol-organ-tooltip-text {
  font-size: 0.95rem;
  line-height: 1.62;
  color: #4a3a3a;
  margin-bottom: 8px;
}

body.alkol-zarar .alkol-organ-tooltip-extra {
  font-size: 0.88rem;
  line-height: 1.58;
  color: #6a5656;
}
body.alkol-zarar .alkol-organ-tooltip-risk {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  margin-bottom: 9px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid transparent;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.alkol-zarar .alkol-organ-tooltip-risk.risk-orta {
  color: #7a5620;
  background: rgba(235, 196, 110, 0.18);
  border-color: rgba(214, 166, 64, 0.34);
}

body.alkol-zarar .alkol-organ-tooltip-risk.risk-yuksek {
  color: #9a4b28;
  background: rgba(220, 125, 82, 0.16);
  border-color: rgba(201, 102, 62, 0.34);
}

body.alkol-zarar .alkol-organ-tooltip-risk.risk-cok-yuksek {
  color: #8d2f2a;
  background: rgba(184, 60, 51, 0.14);
  border-color: rgba(184, 60, 51, 0.34);
}

body.alkol-zarar .alkol-organ-tooltip-risk.risk-dusuk-orta {
  color: #6e6047;
  background: rgba(214, 192, 148, 0.20);
  border-color: rgba(180, 157, 112, 0.34);
}
/* =========================================
   ALKOL TÜRKİYE VERİLERİ
   ========================================= */

body.alkol-turkiye .post-card {
  background: rgba(255, 250, 247, 0.92);
  border: 1px solid rgba(205, 170, 170, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

body.alkol-turkiye .post-card h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
  color: #2c2323;
}

body.alkol-turkiye .post-card h2:first-of-type {
  margin-top: 0;
}

body.alkol-turkiye .post-card h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.35rem;
  color: #312727;
}

body.alkol-turkiye .post-card p {
  line-height: 1.82;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2f2626;
}

body.alkol-turkiye .post-card ul,
body.alkol-turkiye .post-card ol {
  margin: 12px 0 20px 24px;
  padding: 0;
}

body.alkol-turkiye .post-card li {
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 1.03rem;
  color: #2f2626;
}

body.alkol-turkiye .post-card b,
body.alkol-turkiye .post-card strong {
  color: #2a2020;
}

body.alkol-turkiye .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(252,247,243,0.97) 100%);
  border: 1px solid rgba(210, 160, 160, 0.26);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

body.alkol-turkiye .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.alkol-turkiye .info-card p:last-child {
  margin-bottom: 0;
}

body.alkol-turkiye .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.alkol-turkiye .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.94);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.72;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

body.alkol-turkiye .sources {
  margin: 14px 0 0;
  padding-left: 22px;
}

body.alkol-turkiye .sources li {
  margin-bottom: 10px;
}

body.alkol-turkiye .sources a {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  margin-left: 8px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  color: #5f3b3b;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(190, 150, 120, 0.32);
  transition: 0.2s ease;
}

body.alkol-turkiye .sources a:hover {
  background: #fff;
  transform: translateY(-1px);
}

/* HARİTA KARTI */
body.alkol-turkiye .alkol-map-card {
  margin: 26px 0 30px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(251,246,241,0.98) 100%);
  border: 1px solid rgba(210, 160, 160, 0.24);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

body.alkol-turkiye .alkol-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

body.alkol-turkiye .alkol-map-head h3 {
  margin: 0;
  font-size: 1.28rem;
  color: #312727;
}

body.alkol-turkiye .alkol-map-desc {
  margin-bottom: 18px;
}

body.alkol-turkiye .alkol-map-wrap {
  position: relative;
  min-height: 520px;
  border-radius: 22px;
  border: 1px dashed rgba(195, 155, 140, 0.42);
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(249,243,238,0.96) 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

body.alkol-turkiye .alkol-map-wrap svg {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
}

body.alkol-turkiye .alkol-map-placeholder {
  width: 100%;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #7d6660;
  font-size: 1.05rem;
}

body.alkol-turkiye .alkol-map-placeholder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(197, 161, 138, 0.28);
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

/* Tooltip */
body.alkol-turkiye .alkol-map-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  padding: 14px 15px;
  border-radius: 18px;
  background: rgba(255, 252, 250, 0.98);
  border: 1px solid rgba(204, 164, 144, 0.30);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  color: #332727;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
  pointer-events: none;
  z-index: 50;
}

body.alkol-turkiye .alkol-map-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.alkol-turkiye .alkol-map-tooltip-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 7px;
  color: #2d2323;
}

body.alkol-turkiye .alkol-map-tooltip-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  margin-bottom: 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid transparent;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.alkol-turkiye .alkol-map-tooltip-badge.risk-orta {
  color: #7a5620;
  background: rgba(235, 196, 110, 0.18);
  border-color: rgba(214, 166, 64, 0.34);
}

body.alkol-turkiye .alkol-map-tooltip-badge.risk-yuksek {
  color: #9a4b28;
  background: rgba(220, 125, 82, 0.16);
  border-color: rgba(201, 102, 62, 0.34);
}

body.alkol-turkiye .alkol-map-tooltip-badge.risk-cok-yuksek {
  color: #8d2f2a;
  background: rgba(184, 60, 51, 0.14);
  border-color: rgba(184, 60, 51, 0.34);
}

body.alkol-turkiye .alkol-map-tooltip-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
  font-size: 0.94rem;
  color: #4a3a3a;
}

body.alkol-turkiye .alkol-map-tooltip-row strong {
  color: #2e2323;
  font-weight: 800;
}

body.alkol-turkiye .alkol-map-tooltip-text {
  margin-top: 8px;
  font-size: 0.91rem;
  line-height: 1.6;
  color: #5b4747;
}

body.alkol-turkiye .alkol-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 16px;
}

body.alkol-turkiye .alkol-map-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #4e3c3c;
  font-size: 0.96rem;
}

body.alkol-turkiye .alkol-map-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

body.alkol-turkiye .dot-orta {
  background: #e3bb72;
}

body.alkol-turkiye .dot-yuksek {
  background: #d57656;
}

body.alkol-turkiye .dot-cok-yuksek {
  background: #b83c33;
}

/* Bölge kartları */
body.alkol-turkiye .alkol-bolge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 12px;
}

body.alkol-turkiye .alkol-bolge-card {
  padding: 18px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(251,246,242,0.98) 100%);
  border: 1px solid rgba(207, 165, 150, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

body.alkol-turkiye .alkol-bolge-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.alkol-turkiye .alkol-bolge-card p:last-child {
  margin-bottom: 0;
}

/* Harita bölge hover */
body.alkol-turkiye .alkol-bolge {
  cursor: pointer;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

body.alkol-turkiye .alkol-bolge:hover {
  opacity: 0.9;
  filter: brightness(1.04);
}

/* Mobil */
@media (max-width: 768px) {
  body.alkol-turkiye .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.alkol-turkiye .post-card h3 {
    font-size: 1.18rem;
  }

  body.alkol-turkiye .post-card p,
  body.alkol-turkiye .post-card li {
    font-size: 1rem;
    line-height: 1.72;
  }

  body.alkol-turkiye .info-card {
    padding: 16px 16px;
    border-radius: 18px;
  }

  body.alkol-turkiye .info-card h2 {
    font-size: 1.22rem;
    flex-wrap: wrap;
  }

  body.alkol-turkiye .callout {
    padding: 14px 15px;
    border-radius: 16px;
  }

  body.alkol-turkiye .alkol-map-card {
    padding: 16px;
    border-radius: 18px;
  }

  body.alkol-turkiye .alkol-map-head {
    flex-direction: column;
    align-items: flex-start;
  }

  body.alkol-turkiye .alkol-map-wrap {
    min-height: 400px;
    padding: 12px;
  }

  body.alkol-turkiye .alkol-map-tooltip {
    width: 220px;
    padding: 12px 13px;
  }

  body.alkol-turkiye .alkol-bolge-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================
   ALKOL DÜNYA VERİLERİ
   ========================================= */

body.alkol-dunya .post-card {
  background: rgba(255, 250, 247, 0.92);
  border: 1px solid rgba(205, 170, 170, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

body.alkol-dunya .post-card h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
  color: #2c2323;
}

body.alkol-dunya .post-card h2:first-of-type {
  margin-top: 0;
}

body.alkol-dunya .post-card h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.35rem;
  color: #312727;
}

body.alkol-dunya .post-card p {
  line-height: 1.82;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2f2626;
}

body.alkol-dunya .post-card ul,
body.alkol-dunya .post-card ol {
  margin: 12px 0 20px 24px;
  padding: 0;
}

body.alkol-dunya .post-card li {
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 1.03rem;
  color: #2f2626;
}

body.alkol-dunya .post-card b,
body.alkol-dunya .post-card strong {
  color: #2a2020;
}

body.alkol-dunya .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(252,247,243,0.97) 100%);
  border: 1px solid rgba(210, 160, 160, 0.26);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

body.alkol-dunya .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.alkol-dunya .info-card p:last-child {
  margin-bottom: 0;
}

body.alkol-dunya .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.alkol-dunya .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.94);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.72;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

body.alkol-dunya .sources {
  margin: 14px 0 0;
  padding-left: 22px;
}

body.alkol-dunya .sources li {
  margin-bottom: 10px;
}

body.alkol-dunya .sources a {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  margin-left: 8px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  color: #5f3b3b;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(190, 150, 120, 0.32);
  transition: 0.2s ease;
}

body.alkol-dunya .sources a:hover {
  background: #fff;
  transform: translateY(-1px);
}

/* DÜNYA HARİTA KARTI */
body.alkol-dunya .alkol-world-card {
  margin: 26px 0 30px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(251,246,241,0.98) 100%);
  border: 1px solid rgba(210, 160, 160, 0.24);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

body.alkol-dunya .alkol-world-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

body.alkol-dunya .alkol-world-head h3 {
  margin: 0;
  font-size: 1.28rem;
  color: #312727;
}

body.alkol-dunya .alkol-world-desc {
  margin-bottom: 18px;
}

body.alkol-dunya .alkol-world-wrap {
  position: relative;
  min-height: 520px;
  border-radius: 22px;
  border: 1px dashed rgba(195, 155, 140, 0.42);
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(249,243,238,0.96) 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

body.alkol-dunya .alkol-world-wrap svg {
  width: 100%;
  max-width: 980px;
  height: auto;
  display: block;
}

body.alkol-dunya .alkol-world-placeholder {
  width: 100%;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #7d6660;
  font-size: 1.05rem;
}

body.alkol-dunya .alkol-world-placeholder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(197, 161, 138, 0.28);
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

/* Tooltip */
body.alkol-dunya .alkol-world-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  padding: 14px 15px;
  border-radius: 18px;
  background: rgba(255, 252, 250, 0.98);
  border: 1px solid rgba(204, 164, 144, 0.30);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  color: #332727;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
  pointer-events: none;
  z-index: 50;
}

body.alkol-dunya .alkol-world-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.alkol-dunya .alkol-world-tooltip-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 7px;
  color: #2d2323;
}

body.alkol-dunya .alkol-world-tooltip-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  margin-bottom: 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid transparent;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.alkol-dunya .alkol-world-tooltip-badge.risk-orta {
  color: #7a5620;
  background: rgba(235, 196, 110, 0.18);
  border-color: rgba(214, 166, 64, 0.34);
}

body.alkol-dunya .alkol-world-tooltip-badge.risk-yuksek {
  color: #9a4b28;
  background: rgba(220, 125, 82, 0.16);
  border-color: rgba(201, 102, 62, 0.34);
}

body.alkol-dunya .alkol-world-tooltip-badge.risk-cok-yuksek {
  color: #8d2f2a;
  background: rgba(184, 60, 51, 0.14);
  border-color: rgba(184, 60, 51, 0.34);
}

body.alkol-dunya .alkol-world-tooltip-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
  font-size: 0.94rem;
  color: #4a3a3a;
}

body.alkol-dunya .alkol-world-tooltip-row strong {
  color: #2e2323;
  font-weight: 800;
}

body.alkol-dunya .alkol-world-tooltip-text {
  margin-top: 8px;
  font-size: 0.91rem;
  line-height: 1.6;
  color: #5b4747;
}

body.alkol-dunya .alkol-world-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 16px;
}

body.alkol-dunya .alkol-world-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #4e3c3c;
  font-size: 0.96rem;
}

body.alkol-dunya .alkol-world-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

body.alkol-dunya .dot-orta {
  background: #e3bb72;
}

body.alkol-dunya .dot-yuksek {
  background: #d57656;
}

body.alkol-dunya .dot-cok-yuksek {
  background: #b83c33;
}

/* Alt kartlar */
body.alkol-dunya .alkol-dunya-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 12px;
}

body.alkol-dunya .alkol-dunya-card {
  padding: 18px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(251,246,242,0.98) 100%);
  border: 1px solid rgba(207, 165, 150, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

body.alkol-dunya .alkol-dunya-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.alkol-dunya .alkol-dunya-card p:last-child {
  margin-bottom: 0;
}

/* Harita hover */
body.alkol-dunya .alkol-dunya-bolge {
  cursor: pointer;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

body.alkol-dunya .alkol-dunya-bolge:hover {
  opacity: 0.9;
  filter: brightness(1.04);
}

/* Mobil */
@media (max-width: 768px) {
  body.alkol-dunya .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.alkol-dunya .post-card h3 {
    font-size: 1.18rem;
  }

  body.alkol-dunya .post-card p,
  body.alkol-dunya .post-card li {
    font-size: 1rem;
    line-height: 1.72;
  }

  body.alkol-dunya .info-card {
    padding: 16px 16px;
    border-radius: 18px;
  }

  body.alkol-dunya .info-card h2 {
    font-size: 1.22rem;
    flex-wrap: wrap;
  }

  body.alkol-dunya .callout {
    padding: 14px 15px;
    border-radius: 16px;
  }

  body.alkol-dunya .alkol-world-card {
    padding: 16px;
    border-radius: 18px;
  }

  body.alkol-dunya .alkol-world-head {
    flex-direction: column;
    align-items: flex-start;
  }

  body.alkol-dunya .alkol-world-wrap {
    min-height: 400px;
    padding: 12px;
  }

  body.alkol-dunya .alkol-world-tooltip {
    width: 220px;
    padding: 12px 13px;
  }

  body.alkol-dunya .alkol-dunya-grid {
    grid-template-columns: 1fr;
  }
}
body.alkol-dunya .alkol-world-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* =========================================
   ALKOL DÜNYA HARİTASI - KITA RENKLERİ
   ========================================= */

body.alkol-dunya .alkol-continent-click {
  cursor: pointer;
  transition: fill 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
}

body.alkol-dunya .alkol-continent-click:hover {
  opacity: 0.96;
}

/* Orta risk */
body.alkol-dunya .alkolasya,
body.alkol-dunya .alkolafrika {
  fill: #f2c94c;
}

/* Yüksek risk */
body.alkol-dunya .alkolkuzeyamerika,
body.alkol-dunya .alkolguneyamerika,
body.alkol-dunya .alkolokyanusya {
  fill: #ee8b2d;
}

/* Çok yüksek risk */
body.alkol-dunya .alkolavrupa {
  fill: #c43d3d;
}
body.alkol-dunya .alkol-continent-label {
  pointer-events: none;
  user-select: none;
}
/* =========================================
   ALKOL KAYNAKLAR SAYFASI
   ========================================= */

body.alkol-kaynaklar .post-card {
  background: rgba(255, 250, 247, 0.92);
  border: 1px solid rgba(205, 170, 170, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

body.alkol-kaynaklar .post-card h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
  color: #2c2323;
}

body.alkol-kaynaklar .post-card h2:first-of-type {
  margin-top: 0;
}

body.alkol-kaynaklar .post-card h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.25rem;
  color: #312727;
}

body.alkol-kaynaklar .post-card p {
  line-height: 1.82;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2f2626;
}

body.alkol-kaynaklar .post-card ul,
body.alkol-kaynaklar .post-card ol {
  margin: 12px 0 20px 24px;
  padding: 0;
}

body.alkol-kaynaklar .post-card li {
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 1.03rem;
  color: #2f2626;
}

body.alkol-kaynaklar .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(252,247,243,0.97) 100%);
  border: 1px solid rgba(210, 160, 160, 0.26);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

body.alkol-kaynaklar .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.alkol-kaynaklar .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.alkol-kaynaklar .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.94);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.72;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

body.alkol-kaynaklar .alkol-kaynak-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}

body.alkol-kaynaklar .alkol-kaynak-card {
  padding: 18px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(251,246,242,0.98) 100%);
  border: 1px solid rgba(207, 165, 150, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

body.alkol-kaynaklar .alkol-kaynak-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.alkol-kaynaklar .alkol-kaynak-card p {
  margin-bottom: 14px;
}

body.alkol-kaynaklar .alkol-kaynak-card a {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  color: #5f3b3b;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(190, 150, 120, 0.32);
  transition: 0.2s ease;
}

body.alkol-kaynaklar .alkol-kaynak-card a:hover {
  background: #fff;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  body.alkol-kaynaklar .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.alkol-kaynaklar .post-card h3 {
    font-size: 1.12rem;
  }

  body.alkol-kaynaklar .post-card p,
  body.alkol-kaynaklar .post-card li {
    font-size: 1rem;
    line-height: 1.72;
  }

  body.alkol-kaynaklar .info-card {
    padding: 16px 16px;
    border-radius: 18px;
  }

  body.alkol-kaynaklar .info-card h2 {
    font-size: 1.22rem;
    flex-wrap: wrap;
  }

  body.alkol-kaynaklar .alkol-kaynak-grid {
    grid-template-columns: 1fr;
  }
}/* =========================================
   ALKOL ÇÖZÜMLER SAYFASI
   ========================================= */

body.alkol-cozumler .post-card {
  background: rgba(255, 250, 247, 0.92);
  border: 1px solid rgba(205, 170, 170, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

body.alkol-cozumler .post-card h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
  color: #2c2323;
}

body.alkol-cozumler .post-card h2:first-of-type {
  margin-top: 0;
}

body.alkol-cozumler .post-card h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.3rem;
  color: #312727;
}

body.alkol-cozumler .post-card p {
  line-height: 1.82;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2f2626;
}

body.alkol-cozumler .post-card ul,
body.alkol-cozumler .post-card ol {
  margin: 12px 0 20px 24px;
  padding: 0;
}

body.alkol-cozumler .post-card li {
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 1.03rem;
  color: #2f2626;
}

body.alkol-cozumler .post-card b,
body.alkol-cozumler .post-card strong {
  color: #2a2020;
}

body.alkol-cozumler .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(252,247,243,0.97) 100%);
  border: 1px solid rgba(210, 160, 160, 0.26);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

body.alkol-cozumler .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.alkol-cozumler .info-card p:last-child {
  margin-bottom: 0;
}

body.alkol-cozumler .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.alkol-cozumler .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.94);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.72;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

body.alkol-cozumler .alkol-cozum-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}

body.alkol-cozumler .alkol-cozum-card {
  padding: 18px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(251,246,242,0.98) 100%);
  border: 1px solid rgba(207, 165, 150, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

body.alkol-cozumler .alkol-cozum-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.alkol-cozumler .alkol-cozum-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  body.alkol-cozumler .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.alkol-cozumler .post-card h3 {
    font-size: 1.14rem;
  }

  body.alkol-cozumler .post-card p,
  body.alkol-cozumler .post-card li {
    font-size: 1rem;
    line-height: 1.72;
  }

  body.alkol-cozumler .info-card {
    padding: 16px 16px;
    border-radius: 18px;
  }

  body.alkol-cozumler .info-card h2 {
    font-size: 1.22rem;
    flex-wrap: wrap;
  }

  body.alkol-cozumler .alkol-cozum-grid {
    grid-template-columns: 1fr;
  }

  body.alkol-cozumler .callout {
    padding: 14px 15px;
    border-radius: 16px;
  }
}
/* =========================================
   GENEL SONUÇ SAYFASI
   ========================================= */

body.genel-sonuc .post-card {
  background: rgba(255, 250, 247, 0.92);
  border: 1px solid rgba(205, 170, 170, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

body.genel-sonuc .post-card h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
  color: #2c2323;
}

body.genel-sonuc .post-card h2:first-of-type {
  margin-top: 0;
}

body.genel-sonuc .post-card h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.28rem;
  color: #312727;
}

body.genel-sonuc .post-card p {
  line-height: 1.82;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2f2626;
}

body.genel-sonuc .post-card ul,
body.genel-sonuc .post-card ol {
  margin: 12px 0 20px 24px;
  padding: 0;
}

body.genel-sonuc .post-card li {
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 1.03rem;
  color: #2f2626;
}

body.genel-sonuc .post-card b,
body.genel-sonuc .post-card strong {
  color: #2a2020;
}

body.genel-sonuc .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(252,247,243,0.97) 100%);
  border: 1px solid rgba(210, 160, 160, 0.26);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

body.genel-sonuc .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.genel-sonuc .info-card p:last-child {
  margin-bottom: 0;
}

body.genel-sonuc .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.genel-sonuc .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.94);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.72;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

body.genel-sonuc .sonuc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}

body.genel-sonuc .sonuc-card {
  padding: 18px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(251,246,242,0.98) 100%);
  border: 1px solid rgba(207, 165, 150, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

body.genel-sonuc .sonuc-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #2f2323;
}

body.genel-sonuc .sonuc-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  body.genel-sonuc .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.genel-sonuc .post-card h3 {
    font-size: 1.14rem;
  }

  body.genel-sonuc .post-card p,
  body.genel-sonuc .post-card li {
    font-size: 1rem;
    line-height: 1.72;
  }

  body.genel-sonuc .info-card {
    padding: 16px 16px;
    border-radius: 18px;
  }

  body.genel-sonuc .info-card h2 {
    font-size: 1.22rem;
    flex-wrap: wrap;
  }

  body.genel-sonuc .sonuc-grid {
    grid-template-columns: 1fr;
  }

  body.genel-sonuc .callout {
    padding: 14px 15px;
    border-radius: 16px;
  }
}
/* =========================================
   EMEĞİ GEÇENLER SAYFASI
   ========================================= */

body.emegi-gecenler .post-card {
  background: rgba(255, 250, 247, 0.92);
  border: 1px solid rgba(205, 170, 170, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

body.emegi-gecenler .post-card h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid #c8944f;
  font-size: 2rem;
  line-height: 1.2;
  color: #2c2323;
}

body.emegi-gecenler .post-card h2:first-of-type {
  margin-top: 0;
}

body.emegi-gecenler .post-card h3 {
  margin: 0;
  font-size: 1.35rem;
  color: #ffffff;
  text-align: center;
}

body.emegi-gecenler .post-card p {
  line-height: 1.82;
  font-size: 1.08rem;
  margin-bottom: 14px;
  color: #2f2626;
}

body.emegi-gecenler .info-card {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(252,247,243,0.97) 100%);
  border: 1px solid rgba(210, 160, 160, 0.26);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

body.emegi-gecenler .info-card h2 {
  margin-top: 0;
  margin-bottom: 12px;
  border-left: none;
  padding-left: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.emegi-gecenler .badgee {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #fff;
  color: #7a4d2a;
  border: 1px solid rgba(190, 150, 120, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.emegi-gecenler .callout {
  margin: 28px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 245, 245, 0.94);
  border: 1px solid rgba(215, 150, 150, 0.34);
  line-height: 1.72;
  color: #3a2a2a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

body.emegi-gecenler .ekip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
}

body.emegi-gecenler .ekip-card {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(251,246,242,0.98) 100%);
  border: 1px solid rgba(207, 165, 150, 0.24);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05);
}

body.emegi-gecenler .ekip-name-box {
  padding: 18px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

body.emegi-gecenler .ekip-rgb-1 {
  background: linear-gradient(135deg, #ff4d6d 0%, #7b61ff 50%, #00c2ff 100%);
}

body.emegi-gecenler .ekip-rgb-2 {
  background: linear-gradient(135deg, #ff8a00 0%, #ff3d81 50%, #7a5cff 100%);
}

body.emegi-gecenler .ekip-rgb-3 {
  background: linear-gradient(135deg, #00b894 0%, #00cec9 45%, #6c5ce7 100%);
}

body.emegi-gecenler .ekip-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.emegi-gecenler .ekip-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 15px;
  border-radius: 18px;
  text-decoration: none;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(190, 150, 120, 0.26);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: 0.2s ease;
}

body.emegi-gecenler .ekip-link:hover {
  transform: translateY(-2px);
  background: #fff;
}

body.emegi-gecenler .ekip-link-label {
  font-size: 0.88rem;
  font-weight: 800;
  color: #7a4d2a;
}

body.emegi-gecenler .ekip-link-value {
  font-size: 1rem;
  color: #352a2a;
  word-break: break-word;
}

@media (max-width: 992px) {
  body.emegi-gecenler .ekip-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.emegi-gecenler .post-card h2 {
    font-size: 1.55rem;
    padding-left: 8px;
  }

  body.emegi-gecenler .post-card p {
    font-size: 1rem;
    line-height: 1.72;
  }

  body.emegi-gecenler .info-card {
    padding: 16px 16px;
    border-radius: 18px;
  }

  body.emegi-gecenler .info-card h2 {
    font-size: 1.22rem;
    flex-wrap: wrap;
  }

  body.emegi-gecenler .ekip-card {
    padding: 15px;
    border-radius: 20px;
  }

  body.emegi-gecenler .ekip-name-box {
    padding: 16px 14px;
    border-radius: 18px;
  }

  body.emegi-gecenler .callout {
    padding: 14px 15px;
    border-radius: 16px;
  }
}
body.emegi-gecenler .ekip-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 15px;
  border-radius: 18px;
  text-decoration: none;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(190, 150, 120, 0.26);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: 0.2s ease;
}

body.emegi-gecenler .ekip-link:hover {
  transform: translateY(-2px);
  background: #fff;
}

body.emegi-gecenler .ekip-link-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}

body.emegi-gecenler .ekip-link-label {
  font-size: 0.88rem;
  font-weight: 800;
  color: #7a4d2a;
}

body.emegi-gecenler .ekip-link-value {
  font-size: 1rem;
  color: #352a2a;
  word-break: break-word;
}

body.emegi-gecenler .ekip-link-iconbox {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(190, 150, 120, 0.24);
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}

body.emegi-gecenler .ekip-link-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}
body.emegi-gecenler {
  background:
    radial-gradient(circle at top left, rgba(255, 120, 180, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(80, 150, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #f8f3ef 0%, #ede2da 100%);
}
.menu-footer-note {
  margin: 18px 16px 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(190, 150, 120, 0.22);
  font-size: 0.84rem;
  line-height: 1.6;
  color: #7b6660;
  text-align: center;
}
.sidebar-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 16px;
  border-bottom: 1px solid rgba(190, 150, 120, 0.18);
  margin-bottom: 10px;
}

.sidebar-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sidebar-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: #2f2323;
  letter-spacing: -0.02em;
}

.sidebar-subtitle {
  font-size: 0.86rem;
  line-height: 1.45;
  color: #8a736c;
}
/* Önceden Onaylı Zorunlu Koruma Protokolü - kutu içinde kutu */
.solution-hero-box {
  padding: 18px;
}

.solution-inner-card {
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(120,120,120,0.18);
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.solution-inner-card .solution-badge {
  display: inline-block;
  margin-bottom: 12px;
  grid-row: auto;
  grid-column: auto;
}

.solution-inner-card h2 {
  margin: 0 0 16px;
  font-size: 32px;
}

.solution-inner-card p {
  margin: 14px 0;
  line-height: 1.75;
}

.solution-inner-card .callout {
  margin-top: 18px;
}
/* =========================
   KUMAR KORUMA EKLENTISI SAYFASI
   ========================= */

.extension-download-hero {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(192, 0, 0, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 245, 245, 0.96), rgba(255, 255, 255, 0.96));
}

.extension-download-hero::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: rgba(192, 0, 0, 0.08);
}

.extension-badge,
.solution-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #fff5f5;
  border: 1px solid #ffd1d1;
  color: #8a0000;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.2px;
}

.extension-download-hero h2 {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.05;
  margin-bottom: 14px;
  color: #8a0000;
}

.extension-lead {
  font-size: 1.16rem;
  line-height: 1.75;
  color: #2d2424;
}

.download-panel {
  margin-top: 22px;
  padding: 20px;
  border-radius: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg, #fff, #fff5f5);
  border: 1px solid rgba(192, 0, 0, 0.18);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.download-panel h3 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #8a0000;
}

.download-panel p {
  margin: 0;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 14px 20px;
  border-radius: 999px;
  background: #c00000;
  color: #ffffff !important;
  font-weight: 900;
  border: 1px solid rgba(120, 0, 0, 0.25);
  box-shadow: 0 10px 22px rgba(192, 0, 0, 0.20);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.download-btn:hover {
  transform: translateY(-2px);
  opacity: 0.96;
  box-shadow: 0 14px 28px rgba(192, 0, 0, 0.28);
}

.important-strip {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #8a0000;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.05rem;
  text-align: center;
  letter-spacing: 0.2px;
}

.install-section {
  border-color: rgba(197, 139, 69, 0.35);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,249,240,0.96));
}

.install-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.install-step {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(197, 139, 69, 0.24);
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.install-no {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  margin-bottom: 12px;
  background: #c00000;
  color: #ffffff;
  font-weight: 900;
  font-size: 18px;
}

.install-step h3 {
  margin: 0 0 8px;
  font-size: 19px;
  color: #2d2424;
}

.install-step p {
  margin: 0;
  line-height: 1.6;
}

.strong-callout {
  border: 1px solid rgba(192, 0, 0, 0.22);
  background: #fff5f5;
}

.highlighted-step {
  border-color: rgba(192, 0, 0, 0.18);
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,245,245,0.9));
}

.important-item {
  border-color: rgba(192, 0, 0, 0.16);
  background: rgba(255, 250, 250, 0.92);
}

.blacklist-box {
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: #171717;
  color: #ffffff;
  border: 1px solid rgba(0,0,0,0.24);
  box-shadow: 0 10px 26px rgba(0,0,0,0.10);
}

.blacklist-box h3 {
  margin-top: 0;
  color: #ffd166;
}

.blacklist-box code {
  display: block;
  font-family: Consolas, Monaco, monospace;
  line-height: 1.8;
  color: #f7f7f7;
}

.warning-box {
  border-color: rgba(192, 0, 0, 0.24);
  background: linear-gradient(135deg, #fff5f5, #ffffff);
}

.warning-box h3 {
  color: #8a0000;
}

.final-extension-box {
  text-align: center;
  border: 2px solid rgba(192, 0, 0, 0.20);
  background: linear-gradient(135deg, #fff, #fff5f5);
}

.final-extension-box h2 {
  font-size: clamp(28px, 4vw, 44px);
  color: #8a0000;
}

.big-download-btn {
  margin: 12px auto 18px;
  font-size: 18px;
  padding: 16px 28px;
}

.final-warning {
  text-align: left;
  margin-top: 18px;
  background: #8a0000;
  color: #ffffff;
  border-color: #8a0000;
}

.final-warning b {
  color: #ffd166;
}

@media (max-width: 900px) {
  .download-panel {
    grid-template-columns: 1fr;
  }

  .download-btn {
    width: 100%;
  }

  .install-steps {
    grid-template-columns: 1fr;
  }
}
.dostlar-kutusu {
  max-width: 700px;
  margin: 50px auto 20px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(80, 55, 35, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  backdrop-filter: blur(10px);
}

.dostlar-kutusu h2 {
  margin-bottom: 18px;
  font-size: 26px;
  color: #5b3b2e;
}

.dostlar-kutusu img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}
/* ============================================================
   DARK THEME SYSTEM
   ============================================================ */

#siteThemeSwitchTrigger {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  background-color: #1a1a2e;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  transition: background-color 0.25s, color 0.25s, box-shadow 0.25s;
  z-index: 11;
}
#siteThemeSwitchTrigger:hover {
  background-color: #2d2d5a;
}

body.dark-theme .topbar {
  background: #111827;
  border-bottom-color: #2d3748;
}
body.dark-theme .site-title {
  color: #f87171;
}
body.dark-theme #siteThemeSwitchTrigger {
  background-color: #f0f0f0;
  color: #1a1a2e;
}

body.dark-theme {
  background-color: #0f172a;
  color: #e2e8f0;
}
body.dark-theme.home {
  background-image: url("anamenüarkaplan-dark.png");
}
body.dark-theme.genel-sonuc {
  background-image: url("anamenüarkaplan-dark.png");
}
body.dark-theme.kumar {
  background-image: url("arkaplan-dark.png");
}
body.dark-theme.emegi-gecenler {
  background-image: url("arkaplan-dark.png");
}

body.dark-theme .info-card,
body.dark-theme .post-card,
body.dark-theme .quick-card,
body.dark-theme .source-card,
body.dark-theme .callout,
body.dark-theme .sonuc-card,
body.dark-theme .ekip-card {
  background: rgba(17, 24, 39, 0.92) !important;
  border-color: rgba(255,255,255,0.1) !important;
  color: #e2e8f0;
}
body.dark-theme .info-card h2,
body.dark-theme .info-card h3,
body.dark-theme .post-card h2,
body.dark-theme .post-card h3,
body.dark-theme .sonuc-card h3 {
  color: #f87171;
}
body.dark-theme .info-card p,
body.dark-theme .info-card li,
body.dark-theme .post-card p,
body.dark-theme .post-card li {
  color: #cbd5e1;
}
body.dark-theme .quick-value { color: #f87171; }
body.dark-theme .quick-sub,
body.dark-theme .quick-source { color: #94a3b8; }
body.dark-theme .quick-tag {
  background: #1e293b;
  color: #f87171;
  border-color: rgba(248,113,113,0.3);
}
body.dark-theme .quick-link {
  background: #1e293b;
  color: #e2e8f0;
  border-color: rgba(255,255,255,0.15);
}
body.dark-theme .quick-link:hover { background: #2d3748; }
body.dark-theme .quick-title {
  background: #1e293b;
  border-color: #2d3748;
  color: #e2e8f0;
}
body.dark-theme .quick-featured {
  background: rgba(17,24,39,0.92) !important;
  border-color: rgba(248,113,113,0.25) !important;
}

body.dark-theme .sidebar { background: #111827; border-color: #2d3748; }
body.dark-theme .sidebar-title { color: #f87171; }
body.dark-theme .sidebar-subtitle { color: #94a3b8; }
body.dark-theme .menu-list a { color: #cbd5e1; }
body.dark-theme .menu-list a:hover { background: #1e293b; color: #f87171; }
body.dark-theme .menu-main-title { color: #f87171; }
body.dark-theme .close-btn { color: #e2e8f0; }
body.dark-theme .menu-footer-note { color: #64748b; }

body.dark-theme a { color: #93c5fd; }
body.dark-theme a:hover { color: #60a5fa; }

body.dark-theme .callout {
  background: rgba(30, 41, 59, 0.95) !important;
  border-color: rgba(248,113,113,0.4) !important;
  color: #e2e8f0;
}
body.dark-theme .sources a { background: #1e293b; color: #93c5fd; }
body.dark-theme .sources a:hover { background: #2d3748; }

body.dark-theme .cu-btn { background: #1e293b; color: #e2e8f0; border-color: #2d3748; }
body.dark-theme .cu-panel { background: #111827; border-color: #2d3748; }
body.dark-theme .cu-card { background: #1e293b; border-color: #2d3748; color: #e2e8f0; }
body.dark-theme .cu-card:hover { background: #2d3748; }
body.dark-theme .cu-pill { background: #2d3748; color: #93c5fd; }
body.dark-theme .cu-title { color: #e2e8f0; }
body.dark-theme .cu-sub { color: #94a3b8; }
/* ============================================================
   DARK MODDAN MUAF TUTULAN BÖLÜMLER
   ============================================================ */


body.dark-theme .chart-wrap,
body.dark-theme .game-panel,
body.dark-theme .world-map-box,
body.dark-theme .download-panel,
body.dark-theme .install-step,
body.dark-theme .solution-step-card,
body.dark-theme .highlighted-step,
body.dark-theme .impact-card,
body.dark-theme .support-item important-item,
body.dark-theme .comparison-box,
body.dark-theme .warning-box,
body.dark-theme .diff-card,
body.dark-theme .source-card,
body.dark-theme .ekip-name-box,
body.dark-theme .tr-map-box {
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
  color: #1a1a2e !important;
}

/* İçlerindeki tüm yazılar, linkler, spanlar orijinal renkte kalsın */

body.dark-theme .chart-wrap *,
body.dark-theme .game-panel *,
body.dark-theme .world-map-box *,
body.dark-theme .download-panel *,
body.dark-theme .install-step *,
body.dark-theme .solution-step-card *,
body.dark-theme .highlighted-step *,
body.dark-theme .impact-card *,
body.dark-theme .support-item important-item *,
body.dark-theme .comparison-box *,
body.dark-theme .warning-box *,
body.dark-theme .diff-card *,
body.dark-theme .source-card *,
body.dark-theme .ekip-name-box *,
body.dark-theme .tr-map-box {
  color: inherit !important;
}

/* SVG harita ve grafikler — fill/stroke renkleri sıfırlanmasın */
body.dark-theme .chart-wrap svg *,
body.dark-theme .world-map-box svg * {
  fill: revert !important;
  stroke: revert !important;
}

/* Ekip kartı renkli başlıklar — gradient korunsun */
body.dark-theme .ekip-name-box.ekip-rgb-1 {
  background: linear-gradient(135deg, #ff4d6d 0%, #7b61ff 50%, #00c2ff 100%) !important;
  color: #ffffff !important;
}
body.dark-theme .ekip-name-box.ekip-rgb-2 {
  background: linear-gradient(135deg, #ff8a00 0%, #ff3d81 50%, #7a5cff 100%) !important;
  color: #ffffff !important;
}
body.dark-theme .ekip-name-box.ekip-rgb-3 {
  background: linear-gradient(135deg, #00b894 0%, #00cec9 45%, #6c5ce7 100%) !important;
  color: #ffffff !important;
}
body.dark-theme #trTooltip,
body.dark-theme #worldTooltip,
body.dark-theme #drugTurkeyTooltip,
body.dark-theme #drugWorldTooltip {
  background: #ffffff !important;
  color: #1a1a2e !important;
  border-color: #e2e8f0 !important;
}

body.dark-theme #trTooltip *,
body.dark-theme #worldTooltip *,
body.dark-theme #drugTurkeyTooltip *,
body.dark-theme #drugWorldTooltip * {
  color: inherit !important;
}
/* Menü bölümleri dark moda uygun */
body.dark-theme .menu-section > ul,
body.dark-theme .submenu-boxes li,
body.dark-theme .submenu-boxes a {
  background: #1e293b !important;
  border-color: #2d3748 !important;
  color: #e2e8f0 !important;
}
body.dark-theme .submenu-boxes a:hover {
  background: #2d3748 !important;
  color: #f87171 !important;
}
body.dark-theme .menu-home {
  background: #1e293b !important;
  color: #94a3b8 !important;
}
body.dark-theme .active-link {
  background: #2d3748 !important;
  color: #f87171 !important;
}body.dark-theme .menu-btn {
  color: #f0f0f0;
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
}
body.dark-theme .menu-btn:hover {
  background: rgba(255,255,255,0.2);
}
body.dark-theme .support-item,
body.dark-theme .important-item {
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
  color: #1a1a2e !important;
}

body.dark-theme .support-item *,
body.dark-theme .important-item * {
  color: inherit !important;
}
/* ============================================================
   YUKARI ÇIK BUTONU
   ============================================================ */
#gqScrollTop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #c00000;
  color: #fff;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 8000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}
#gqScrollTop.gq-visible {
  opacity: 1;
  pointer-events: auto;
}
#gqScrollTop:hover {
  background: #8a0000;
  transform: translateY(-3px);
}

body.dark-theme #gqScrollTop {
  background: #f87171;
  color: #1a1a2e;
}
body.dark-theme #gqScrollTop:hover {
  background: #fca5a5;
}