#netcorpModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
  font-family: Arial, sans-serif;
}
#netcorpContent {
  background: #ffffff;
  max-width: 380px;
  margin: 14% auto;
  padding: 20px 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
#netcorpContent h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #111;
}
#netcorpContent p {
  font-size: 14px;
  color: #444;
}
#netcorpContent input {
  width: 90%;
  padding: 8px;
  margin: 12px 0;
  border: 1px solid #bbb;
  border-radius: 6px;
}
#netcorpContent button {
  padding: 10px 25px;
  font-size: 14px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#netcorpContent button:hover {
  opacity: 0.85;
}
#netcorpClose {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}
#netcorpMessage {
  display: none;
  font-size: 14px;
  color: #000;
  margin-top: 15px;
}
