/* RevenueHero scheduler for the /contact-us/ consultation form.
   Only enqueued on /contact-us/. */

/* Hidden POST target. Pardot still receives the lead; the page never redirects. */
.vrh-sink{
  position:absolute;
  width:0;
  height:0;
  border:0;
  visibility:hidden;
}

/* Confirmation shown under the form while the scheduler opens. */
.vrh-message{
  max-width:720px;
  margin-top:18px;
  padding:16px 20px;
  border:1px solid rgba(108,44,255,.25);
  border-radius:var(--vibe-radius,10px);
  background:linear-gradient(90deg,rgba(108,44,255,.06) 0%,rgba(255,62,108,.06) 100%);
  font-family:"Manrope",sans-serif;
  color:var(--vibe-text,#2b2b2b);
}
.vrh-message[hidden]{ display:none; }

.vrh-message-text{
  margin:0;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
}

@media (max-width:768px){
  .vrh-message{ margin-top:14px; padding:14px 16px; }
}
