/* Çalıştığımız ülkeler – Türkiye çıkışlı ticaret haritası */
.country-content .trust-visual {
  position: relative;
  isolation: isolate;
  min-height: 400px;
  overflow: hidden;
  border: 1px solid rgba(222, 178, 86, 0.38);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 55%, rgba(222, 178, 86, 0.13), transparent 35%),
    linear-gradient(120deg, rgba(2, 10, 24, 0.22), rgba(2, 10, 24, 0.7)),
    url("trade-map-network.png") center / cover no-repeat;
  box-shadow: inset 0 0 86px rgba(0, 0, 0, 0.82), 0 26px 58px rgba(0, 0, 0, 0.3), 0 0 0 7px rgba(220, 173, 80, 0.035);
}

.country-content .trust-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3, 10, 23, 0.65), transparent 42%, rgba(3, 10, 23, 0.38));
}

.country-content .trust-visual::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(238, 198, 107, 0.14);
  border-radius: 14px;
  pointer-events: none;
}

.trade-routes {
  display: none;
}

.trade-routes path {
  fill: none;
  stroke-linecap: round;
}

.trade-routes .route-depth {
  stroke: #5d3e12;
  stroke-width: 4.2;
  opacity: 0.62;
  transform: translateY(2px);
  filter: blur(1px);
}

.trade-routes .route-top {
  stroke: url(#routeGold);
  stroke-width: 1.5;
  opacity: 0.94;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.55));
  marker-end: url(#routeArrow);
}

.map-heading {
  position: absolute;
  top: 28px;
  left: 30px;
  margin: 0;
  color: #f6cf79;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.85);
}

.map-label {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 8px 11px 8px 14px;
  color: #f9edd1;
  background: linear-gradient(135deg, rgba(19, 33, 53, 0.92), rgba(5, 13, 26, 0.78));
  border: 1px solid rgba(224, 181, 91, 0.56);
  border-radius: 3px;
  box-shadow: 0 8px 19px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 235, 180, 0.08);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(7px);
}

.map-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 22%;
  width: 2px;
  background: linear-gradient(#f7d587, #a6782f);
}

.map-label.origin {
  left: 43%;
  top: 42%;
  padding: 10px 14px 10px 17px;
  color: #fff8e8;
  background: linear-gradient(135deg, #bd8533, #76501c);
  border-color: #ffdd8b;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 241, 192, 0.3);
}

.map-label.tm { left: 70%; top: 49%; }
.map-label.uz { left: 78%; top: 35%; }
.map-label.kz { left: 79%; top: 19%; }
.map-label.uae { left: 69%; top: 75%; }
.map-label.dz { left: 13%; top: 65%; }
.map-label.eg { left: 25%; top: 70%; }
.map-label.az { left: 55%; top: 32%; }

@media (max-width: 720px) {
  .country-content .trust-visual {
    min-height: 320px;
    border-radius: 14px;
    /* Harita ve üzerindeki ülke etiketleri aynı oranla ölçeklenir. */
    background-size: 100% 100%;
    background-position: center;
  }
  .map-heading { top: 19px; left: 20px; font-size: 0.52rem; }
  .map-label { padding: 5px 6px 5px 8px; font-size: 0.43rem; letter-spacing: 0.055em; }
  .map-label.origin { left: 43%; top: 42%; }
  .map-label.tm { left: 70%; top: 49%; }
  .map-label.uz { left: 78%; top: 35%; }
  .map-label.kz { left: 79%; top: 19%; }
  .map-label.uae { left: 69%; top: 75%; }
  .map-label.dz { left: 13%; top: 65%; }
  .map-label.eg { left: 25%; top: 70%; }
  .map-label.az { left: 55%; top: 32%; }
}
