.clients-map-section {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0, 82, 255, 0.08) 0%, transparent 55%),
    var(--bg-soft, #f4f8ff);
  padding: 3.5rem 0 4rem;
}

.clients-map-header {
  max-width: 720px;
  margin: 0 auto 1.75rem;
}

.clients-map-header .section-title {
  margin-bottom: 0.65rem;
}

.clients-map-header p {
  color: var(--gray);
  font-size: 1.05rem;
  line-height: 1.6;
}

.clients-map-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 82, 255, 0.12);
  box-shadow: 0 18px 48px rgba(5, 17, 41, 0.1);
}

.clients-map {
  width: 100%;
  height: min(62vh, 560px);
  min-height: 360px;
  background: #e8eef8;
  z-index: 0;
}

.clients-map-legend {
  margin: 0;
  padding: 0.85rem 1.25rem;
  font-size: 0.92rem;
  color: var(--gray);
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(5, 17, 41, 0.06);
  text-align: center;
}

.clients-map-legend strong {
  color: var(--primary);
  font-family: 'Work Sans', sans-serif;
}

.clients-map-marker {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary, #0052ff);
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px rgba(0, 82, 255, 0.28), 0 4px 12px rgba(0, 82, 255, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.clients-map-marker.is-hover,
.leaflet-tooltip-pane .leaflet-tooltip {
  pointer-events: none;
}

.leaflet-div-icon.clients-map-icon {
  background: transparent;
  border: none;
}

.clients-map-tooltip {
  background: var(--navy, #051129) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 0.45rem 0.85rem !important;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 0.88rem !important;
  box-shadow: 0 8px 24px rgba(5, 17, 41, 0.28) !important;
}

.clients-map-tooltip::before {
  border-top-color: var(--navy, #051129) !important;
}

.leaflet-container a.leaflet-popup-close-button {
  display: none;
}

@media (max-width: 700px) {
  .clients-map {
    height: 420px;
    min-height: 320px;
  }

  .clients-map-section {
    padding: 2.5rem 0 3rem;
  }
}
