#iseam-rob-btn {
  display: block;
  margin: 0 auto 10px auto;
  background: transparent;
  border: 1.5px solid #1D8D72;
  color: #1D8D72;
  font-family: Lato, 'Open Sans', sans-serif;
  font-size: 13px;
  padding: 8px 22px;
  border-radius: 20px;
  cursor: pointer;
  letter-spacing: 0.4px;
  transition: background 0.2s, color 0.2s;
}
#iseam-rob-btn:hover {
  background: #1D8D72;
  color: #ffffff;
}

#iseam-modal-wrap {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  align-items: center;
  justify-content: center;
}
#iseam-modal-wrap.open {
  display: flex;
}

#iseam-modal-box {
  background: #ffffff;
  border-radius: 10px;
  max-width: 480px;
  width: 90%;
  padding: 30px 28px 24px;
  position: relative;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
  font-family: Lato, 'Open Sans', sans-serif;
}
#iseam-modal-title {
  margin: 0 0 14px;
  font-size: 17px;
  color: #1D8D72;
  font-weight: 700;
  font-family: Montserrat, 'Open Sans', sans-serif;
}
#iseam-modal-text {
  font-size: 14px;
  color: #444444;
  line-height: 1.7;
  margin: 0 0 22px;
}
#iseam-modal-x {
  position: absolute;
  top: 14px; right: 18px;
  background: none;
  border: none;
  font-size: 22px;
  color: #aaaaaa;
  cursor: pointer;
  line-height: 1;
}
#iseam-modal-x:hover { color: #333333; }
#iseam-modal-cta {
  background: #1D8D72;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 9px 22px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: Lato, 'Open Sans', sans-serif;
}
#iseam-modal-cta:hover {
  background: #176f5a;
}
