/* Kafkar Enerji v2.0.0 - gerçek GeoJSON Türkiye haritası tema ve okunaklılık final */
.ges-map-hero-v195,
.ges-map-hero-v195 *,
.ges-map-intro-v195,
.ges-map-intro-v195 *,
.ges-map-tool-v195,
.ges-map-tool-v195 *,
.ges-map-cta-v195,
.ges-map-cta-v195 * {
  box-sizing: border-box;
}

.ges-map-hero-v195 .container,
.ges-map-intro-v195 .container,
.ges-map-tool-v195 .container,
.ges-map-cta-v195 .container {
  width: min(1220px, calc(100% - 32px));
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.ges-map-hero-v195 {
  position: relative;
  overflow: hidden;
  padding: 72px 0 68px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 24%),
    radial-gradient(circle at bottom left, rgba(22,101,52,.18), transparent 38%),
    linear-gradient(135deg, #3f2a05 0%, #6b4707 46%, #9a6a12 100%);
  color: #fff;
}

.ges-map-hero-v195::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.20), transparent 52%, rgba(0,0,0,.16));
  pointer-events: none;
}

.ges-map-hero-inner-v195 {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, .75fr);
  gap: 34px;
  align-items: center;
}

.ges-map-kicker-v195,
.ges-map-section-head-v195 span,
.ges-map-toolbar-v195 > div > span,
.ges-map-cta-card-v195 span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #fde68a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ges-map-hero-v195 h1 {
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.06;
  margin: 0 0 18px;
  max-width: 870px;
  letter-spacing: -0.03em;
}

.ges-map-hero-v195 p {
  color: rgba(255,255,255,.94);
  font-size: 20px;
  line-height: 1.65;
  max-width: 850px;
  margin: 0 0 28px;
}

.ges-map-actions-v195,
.ges-map-detail-actions-v195 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ges-map-btn-primary-v195,
.ges-map-btn-secondary-v195,
.ges-map-detail-actions-v195 a,
.ges-map-detail-actions-v195 button,
.ges-map-cta-card-v195 button,
.ges-map-toolbar-controls-v195 button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 16px;
  border: 0;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.ges-map-btn-primary-v195,
.ges-map-detail-actions-v195 a,
.ges-map-cta-card-v195 button {
  background: linear-gradient(180deg, #facc15 0%, #eab308 100%);
  color: #111827;
  box-shadow: 0 14px 32px rgba(234,179,8,.22);
}

.ges-map-btn-secondary-v195,
.ges-map-detail-actions-v195 button {
  background: rgba(255,255,255,.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}

.ges-map-detail-actions-v195 button {
  background: #14532d;
}

.ges-map-btn-primary-v195:hover,
.ges-map-btn-secondary-v195:hover,
.ges-map-detail-actions-v195 a:hover,
.ges-map-detail-actions-v195 button:hover,
.ges-map-cta-card-v195 button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.ges-map-summary-v195 {
  padding: 26px;
  border-radius: 28px;
  background: rgba(17, 24, 39, .80);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 22px 62px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
}

.ges-map-summary-v195 strong {
  display: block;
  color: #fff;
  font-size: 24px;
  margin-bottom: 16px;
}

.ges-map-summary-v195 span {
  display: block;
  color: rgba(255,255,255,.90);
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.10);
  line-height: 1.55;
}

.ges-map-intro-v195,
.ges-map-tool-v195 {
  background: #eef2f2;
}

.ges-map-intro-v195 {
  padding: 58px 0 30px;
}

.ges-map-tool-v195 {
  padding: 28px 0 70px;
}

.ges-map-section-head-v195 {
  max-width: 970px;
  margin-bottom: 24px;
}

.ges-map-section-head-v195 h2,
.ges-map-toolbar-v195 h2 {
  color: #101828;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.18;
  margin: 0 0 12px;
}

.ges-map-section-head-v195 p {
  color: #475467;
  font-size: 18px;
  line-height: 1.72;
  margin: 0;
}

.ges-map-region-board-v195 {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.ges-map-region-card-v195 {
  min-height: 90px;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(16,24,40,.06);
  box-shadow: 0 12px 28px rgba(16,24,40,.07);
  text-align: left;
  cursor: pointer;
}

.ges-map-region-card-v195 strong {
  display: block;
  color: #101828;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.ges-map-region-card-v195 span {
  color: #166534;
  font-weight: 900;
  font-size: 14px;
}

.ges-map-toolbar-v195 {
  margin: 16px 0 22px;
  padding: 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(16,24,40,.06);
  box-shadow: 0 14px 34px rgba(16,24,40,.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ges-map-toolbar-controls-v195 {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(180px, 240px);
  gap: 12px;
}

.ges-map-toolbar-controls-v195 input,
.ges-map-toolbar-controls-v195 select {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid #d0d5dd;
  padding: 0 14px;
  color: #101828;
  background: #fff;
  outline: none;
}

.ges-map-toolbar-controls-v195 input:focus,
.ges-map-toolbar-controls-v195 select:focus {
  border-color: #166534;
  box-shadow: 0 0 0 4px rgba(22,101,52,.12);
}

.ges-map-layout-v195 {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .72fr);
  gap: 24px;
  align-items: stretch;
}

.ges-map-panel-v195,
.ges-map-detail-v195 {
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(16,24,40,.06);
  box-shadow: 0 16px 42px rgba(16,24,40,.08);
}

.ges-map-panel-v195 {
  position: relative;
  padding: 22px;
  min-height: 690px;
  overflow: hidden;
  margin-top: 18px;
}

.ges-map-zoom-help-v195 {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 5;
  max-width: 420px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17,24,39,.82);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  pointer-events: none;
}

.ges-map-zoom-buttons-v195 {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 6;
  display: flex;
  gap: 8px;
}

.ges-map-zoom-buttons-v195 button {
  min-width: 42px;
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.ges-map-zoom-buttons-v195 button:last-child {
  padding: 0 14px;
}

.ges-map-canvas-v195 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 650px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(250,204,21,.12), transparent 26%),
    linear-gradient(135deg, #f8fafc 0%, #edf7f0 100%);
  touch-action: none;
}

.ges-map-transform-v195 {
  position: absolute;
  inset: 0;
  transform-origin: center center;
  will-change: transform;
  transition: transform .12s ease-out;
}

.ges-turkey-svg-v199 {
  position: absolute;
  inset: 3% 2% 4% 2%;
  width: 96%;
  height: 93%;
  overflow: visible;
}

.ges-map-loading-v199 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 7;
  transform: translate(-50%, -50%);
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(17,24,39,.88);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.ges-map-loading-v199.is-hidden {
  display: none;
}

.ges-map-source-v199 {
  position: absolute;
  left: 22px;
  bottom: 18px;
  z-index: 5;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  color: #475467;
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
}

.ges-geo-map-layer-v199 .province-region {
  fill: rgba(22,101,52,.92);
  stroke: rgba(255,255,255,.88);
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
  cursor: pointer;
  transition: fill .16s ease, stroke .16s ease, filter .16s ease;
}

.ges-geo-map-layer-v199 .province-region:nth-child(3n+1) { fill: rgba(20,83,45,.94); }
.ges-geo-map-layer-v199 .province-region:nth-child(3n+2) { fill: rgba(22,101,52,.90); }
.ges-geo-map-layer-v199 .province-region:nth-child(3n+3) { fill: rgba(29,114,61,.88); }

.ges-geo-map-layer-v199 .province-region:hover {
  fill: #facc15;
  stroke: #111827;
  filter: drop-shadow(0 6px 12px rgba(17,24,39,.22));
}

.ges-geo-map-layer-v199 .province-region.active {
  fill: #facc15;
  stroke: #111827;
  filter: drop-shadow(0 8px 16px rgba(250,204,21,.28));
}

.ges-geo-map-layer-v199 .province-region.hidden {
  display: none;
}

.ges-geo-label-layer-v199 .province-label {
  fill: rgba(255,255,255,.95);
  font-size: 10.5px;
  font-weight: 900;
  text-anchor: middle;
  dominant-baseline: middle;
  pointer-events: none;
  user-select: none;
  paint-order: stroke;
  stroke: rgba(15,23,42,.70);
  stroke-width: 3px;
  stroke-linejoin: round;
}

.ges-geo-label-layer-v199 .province-label.small {
  font-size: 8.5px;
}

.ges-geo-label-layer-v199 .province-label.hidden {
  display: none;
}


.ges-map-detail-v195 {
  padding: 28px;
  position: sticky;
  top: 118px;
  align-self: start;
}

.ges-map-detail-region-v195 {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fef3c7;
  color: #92400e;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 16px;
}

.ges-map-detail-v195 h2 {
  color: #101828;
  font-size: 30px;
  line-height: 1.22;
  margin: 0 0 12px;
}

.ges-map-detail-v195 p {
  color: #475467;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.ges-map-detail-grid-v195 {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.ges-map-detail-grid-v195 div {
  padding: 16px;
  border-radius: 18px;
  background: #f7faf8;
  border: 1px solid rgba(22,101,52,.10);
}

.ges-map-detail-grid-v195 strong {
  display: block;
  color: #166534;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 7px;
}

.ges-map-detail-grid-v195 span {
  color: #344054;
  line-height: 1.62;
}

.ges-map-detail-v195 small {
  display: block;
  color: #667085;
  line-height: 1.55;
  margin-top: 14px;
}

.ges-map-cta-v195 {
  background: #eef2f2;
  padding: 0 0 70px;
}

.ges-map-cta-card-v195 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(135deg, #7f1117 0%, #661116 60%, #8d161b 100%);
  box-shadow: 0 18px 44px rgba(127,17,23,.20);
}

.ges-map-cta-card-v195 h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.2;
  margin: 0 0 12px;
}

.ges-map-cta-card-v195 p {
  color: rgba(255,255,255,.92);
  font-size: 18px;
  line-height: 1.68;
  margin: 0;
  max-width: 860px;
}

.ges-map-cta-card-v195 button {
  flex: 0 0 auto;
  min-width: 240px;
}

@media (max-width: 1199px) {
  .ges-map-region-board-v195 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .ges-map-layout-v195 {
    grid-template-columns: 1fr;
  }
  .ges-map-detail-v195 {
    position: static;
  }
}

@media (max-width: 991px) {
  .ges-map-hero-inner-v195,
  .ges-map-toolbar-v195 {
    grid-template-columns: 1fr;
    display: grid;
  }
  .ges-map-toolbar-controls-v195 {
    grid-template-columns: 1fr;
  }
  .ges-map-cta-card-v195 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .ges-map-hero-v195 {
    padding: 44px 0 40px;
  }
  .ges-map-hero-v195 .container,
  .ges-map-intro-v195 .container,
  .ges-map-tool-v195 .container,
  .ges-map-cta-v195 .container {
    width: min(100% - 24px, 1220px);
  }
  .ges-map-hero-v195 h1 {
    font-size: 34px;
    line-height: 1.12;
  }
  .ges-map-hero-v195 p,
  .ges-map-section-head-v195 p,
  .ges-map-detail-v195 p,
  .ges-map-cta-card-v195 p {
    font-size: 16px;
    line-height: 1.65;
  }
  .ges-map-region-board-v195 {
    grid-template-columns: 1fr;
  }
  .ges-map-panel-v195,
  .ges-map-detail-v195,
  .ges-map-cta-card-v195,
  .ges-map-toolbar-v195,
  .ges-map-summary-v195 {
    padding: 22px;
    border-radius: 24px;
  }
  .ges-map-panel-v195 {
    min-height: 560px;
  }
  .ges-map-canvas-v195 {
    min-height: 500px;
  }
  .ges-map-zoom-help-v195 {
    position: static;
    display: block;
    max-width: none;
    margin-bottom: 12px;
    border-radius: 16px;
  }
  .ges-map-zoom-buttons-v195 {
    position: static;
    margin-bottom: 12px;
  }
  .ges-map-canvas-v195 {
    border-radius: 20px;
  }
  .ges-geo-label-layer-v199 .province-label {
    display: none;
  }
  .ges-map-source-v199 {
    display: none;
  }
  .ges-map-detail-actions-v195 a,
  .ges-map-detail-actions-v195 button,
  .ges-map-btn-primary-v195,
  .ges-map-btn-secondary-v195,
  .ges-map-cta-card-v195 button {
    width: 100%;
  }
}


/* === v2.0.0 kesin tema/harita okunaklılık düzeltmeleri === */
.ges-map-hero-v195 {
  padding: 74px 0 70px !important;
  background:
    radial-gradient(circle at 88% 0%, rgba(250,204,21,.16), transparent 28%),
    radial-gradient(circle at 10% 100%, rgba(22,101,52,.22), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #0b2a1b 48%, #7a1517 100%) !important;
  color: #fff !important;
}
.ges-map-hero-v195 h1,
.ges-map-hero-v195 p,
.ges-map-summary-v195 strong,
.ges-map-summary-v195 span { color: #fff !important; }
.ges-map-summary-v195 {
  background: rgba(15, 23, 42, .82) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
}
.ges-map-intro-v195,
.ges-map-tool-v195,
.ges-map-cta-v195 { background: #eef2f2 !important; }
.ges-map-region-board-v195 { align-items: stretch !important; }
.ges-map-region-card-v195 {
  border: 0 !important;
  background: #fff !important;
  color: #101828 !important;
  box-shadow: 0 12px 30px rgba(16,24,40,.08) !important;
}
.ges-map-region-card-v195:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(16,24,40,.12) !important;
}
.ges-map-toolbar-v195,
.ges-map-panel-v195,
.ges-map-detail-v195 {
  background: #fff !important;
  border: 1px solid rgba(16,24,40,.06) !important;
  box-shadow: 0 16px 42px rgba(16,24,40,.08) !important;
}
.ges-map-toolbar-v195 {
  margin-top: 20px !important;
  margin-bottom: 26px !important;
}
.ges-map-panel-v195 {
  margin-top: 0 !important;
  padding: 24px !important;
  min-height: 620px !important;
}
.ges-map-canvas-v195 {
  min-height: 570px !important;
  background:
    radial-gradient(circle at 25% 18%, rgba(250,204,21,.10), transparent 24%),
    radial-gradient(circle at 85% 80%, rgba(22,101,52,.12), transparent 28%),
    linear-gradient(135deg, #f8fafc 0%, #eef7f1 100%) !important;
  border: 1px solid rgba(22,101,52,.10) !important;
}
.ges-map-transform-v195 { inset: 0 !important; }
.ges-turkey-svg-v199 {
  position: absolute !important;
  inset: 6% 2% 7% 2% !important;
  width: 96% !important;
  height: 88% !important;
  overflow: visible !important;
}
.ges-map-loading-v199 {
  background: rgba(15,23,42,.88) !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(15,23,42,.18) !important;
}
.ges-map-source-v199 {
  right: 22px !important;
  left: auto !important;
  bottom: 16px !important;
  background: rgba(255,255,255,.92) !important;
  color: #667085 !important;
  font-size: 11px !important;
}
.ges-map-zoom-help-v195 {
  max-width: 470px !important;
  background: rgba(15,23,42,.88) !important;
  color: #fff !important;
  border-radius: 18px !important;
  padding: 11px 16px !important;
}
.ges-map-zoom-buttons-v195 button {
  background: #111827 !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.08) !important;
}
.ges-geo-map-layer-v199 .province-region {
  fill: #166534 !important;
  stroke: rgba(255,255,255,.92) !important;
  stroke-width: 1.1 !important;
  vector-effect: non-scaling-stroke !important;
  cursor: pointer !important;
  transition: fill .16s ease, stroke .16s ease, filter .16s ease !important;
}
.ges-geo-map-layer-v199 .province-region:nth-child(3n+1) { fill: #14532d !important; }
.ges-geo-map-layer-v199 .province-region:nth-child(3n+2) { fill: #166534 !important; }
.ges-geo-map-layer-v199 .province-region:nth-child(3n+3) { fill: #1f7a42 !important; }
.ges-geo-map-layer-v199 .province-region:hover,
.ges-geo-map-layer-v199 .province-region.active {
  fill: #facc15 !important;
  stroke: #0f172a !important;
  stroke-width: 1.6 !important;
  filter: drop-shadow(0 7px 15px rgba(17,24,39,.25)) !important;
}
.ges-geo-map-layer-v199 .province-region.hidden { display: none !important; }
/* Etiketleri harita üzerinde kalabalık yapmamak için sadece aktif/hover ilde gösteriyoruz */
.ges-geo-label-layer-v199 .province-label {
  display: none !important;
  fill: #111827 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-anchor: middle !important;
  dominant-baseline: middle !important;
  pointer-events: none !important;
  user-select: none !important;
  paint-order: stroke !important;
  stroke: rgba(255,255,255,.92) !important;
  stroke-width: 4px !important;
  stroke-linejoin: round !important;
}
.ges-geo-label-layer-v199 .province-label.small { font-size: 11px !important; }
.ges-geo-label-layer-v199 .province-label.active,
.ges-geo-label-layer-v199 .province-label.hovered { display: block !important; }
.ges-geo-label-layer-v199 .province-label.hidden { display: none !important; }
.ges-map-detail-v195 {
  background: #fff !important;
  border-radius: 28px !important;
  padding: 28px !important;
}
.ges-map-detail-region-v195 {
  background: #fef3c7 !important;
  color: #92400e !important;
}
.ges-map-detail-v195 h2 { color: #101828 !important; }
.ges-map-detail-v195 p { color: #475467 !important; }
.ges-map-detail-grid-v195 div {
  background: #f7faf8 !important;
  border: 1px solid rgba(22,101,52,.12) !important;
}
.ges-map-detail-grid-v195 strong { color: #166534 !important; }
.ges-map-detail-grid-v195 span { color: #344054 !important; }
.ges-map-detail-actions-v195 a,
.ges-map-cta-card-v195 button {
  background: linear-gradient(180deg, #facc15 0%, #eab308 100%) !important;
  color: #111827 !important;
  border: 0 !important;
}
.ges-map-detail-actions-v195 button { background: #14532d !important; color: #fff !important; }
.ges-map-cta-card-v195 {
  background: linear-gradient(135deg, #7f1117 0%, #661116 58%, #8d161b 100%) !important;
}
.ges-map-cta-card-v195 h2,
.ges-map-cta-card-v195 p,
.ges-map-cta-card-v195 span { color: #fff !important; }
@media (max-width: 1199px) {
  .ges-map-layout-v195 { grid-template-columns: 1fr !important; }
  .ges-map-detail-v195 { position: static !important; }
}
@media (max-width: 767px) {
  .ges-map-panel-v195 { min-height: 520px !important; padding: 18px !important; }
  .ges-map-canvas-v195 { min-height: 470px !important; }
  .ges-map-zoom-help-v195,
  .ges-map-zoom-buttons-v195 { position: static !important; margin-bottom: 10px !important; }
  .ges-turkey-svg-v199 { inset: 8% 1% 6% 1% !important; width: 98% !important; height: 84% !important; }
  .ges-map-source-v199 { display: none !important; }
  .ges-map-toolbar-v195,
  .ges-map-summary-v195,
  .ges-map-panel-v195,
  .ges-map-detail-v195,
  .ges-map-cta-card-v195 { border-radius: 22px !important; }
}
