#location {
  background: var(--navy); color: white;
  text-align: center; padding-bottom: 0;
}
#location .section-title { color: white; }
#location .section-desc { color: rgba(255,255,255,0.6); margin: 0 auto 60px; }
#location .divider { margin: 20px auto; }
.map-container {
  width: 100%; height: 480px; border-radius: 12px 12px 0 0;
  overflow: hidden; position: relative; box-shadow: 0 -20px 60px rgba(0,0,0,0.3);
}
.map-container iframe { width: 100%; height: 100%; border: none; filter: grayscale(20%); }
.map-overlay-badge {
  position: absolute; top: 20px; left: 20px;
  background: var(--navy); color: white; padding: 12px 20px;
  border-radius: 8px; font-size: 13px; font-weight: 600;
  border-left: 3px solid var(--green); box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}