/* Conversion tracking for the consultation form.
   Only enqueued on the four pages in the conversion-codes sheet. */

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

/* Inline confirmation, shown in place of the Pardot thank-you page. */
.sct-success{
  max-width:720px;
  margin-top:18px;
  padding:16px 20px;
  border:1px solid rgba(137,0,255,.25);
  border-radius:var(--soho-radius,10px);
  background:linear-gradient(90deg,rgba(137,0,255,.06) 0%,rgba(255,103,95,.06) 100%);
  font-family:"Manrope",sans-serif;
  color:var(--soho-text,#2b2b2b);
}
.sct-success[hidden]{ display:none; }

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

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