.elv-contact-nudge{
  position:fixed;
  inset:0;
  z-index:9998;
  display:grid;
  place-items:center;
  padding:24px;
  box-sizing:border-box;
  color:#fff;
  font-family:"General Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.elv-contact-nudge[hidden],
.elv-contact-nudge__panel[hidden]{
  display:none!important;
}

.elv-contact-nudge,
.elv-contact-nudge *{
  box-sizing:border-box;
}

.elv-contact-nudge__backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,15,12,.62);
  opacity:0;
  backdrop-filter:blur(3px);
  transition:opacity .2s ease;
}

.elv-contact-nudge.is-visible .elv-contact-nudge__backdrop{
  opacity:1;
}

.elv-contact-nudge__panel{
  position:relative;
  z-index:1;
  width:min(420px,calc(100vw - 48px));
  padding:22px;
  border:1px solid rgba(158,229,207,.28);
  border-radius:12px;
  background:#071d17;
  box-shadow:0 24px 60px rgba(4,24,18,.28);
  opacity:0;
  transform:translateY(18px) scale(.97);
  transition:opacity .2s ease,transform .2s ease;
  outline:none;
}

.elv-contact-nudge.is-visible .elv-contact-nudge__panel{
  opacity:1;
  transform:translateY(0) scale(1);
}

html.elv-contact-nudge-visible .elv-wa-float{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

.elv-contact-nudge__close{
  position:absolute;
  top:8px;
  right:9px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  min-width:32px;
  height:32px;
  min-height:32px;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#a9c1ba!important;
  font:400 23px/1 Arial,sans-serif!important;
  cursor:pointer;
}

.elv-contact-nudge__close:hover,
.elv-contact-nudge__close:focus-visible{
  background:rgba(255,255,255,.09)!important;
  color:#fff!important;
}

.elv-contact-nudge__eyebrow{
  display:block;
  margin:0 34px 9px 0;
  color:#75dfbb;
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
  line-height:1.3;
  text-transform:uppercase;
}

.elv-contact-nudge__panel>strong{
  display:block;
  max-width:335px;
  margin:0;
  color:#fff;
  font-size:21px;
  font-weight:850;
  letter-spacing:-.02em;
  line-height:1.18;
}

.elv-contact-nudge__panel>p{
  margin:10px 0 0!important;
  color:#c6d8d2!important;
  font-size:14px!important;
  line-height:1.55!important;
}

.elv-contact-nudge__actions{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:9px;
  margin-top:16px;
}

.elv-contact-nudge__actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:45px;
  padding:10px 12px;
  border-radius:8px;
  font-size:13px;
  font-weight:900;
  line-height:1.2;
  text-align:center;
  text-decoration:none!important;
}

.elv-contact-nudge__whatsapp{
  min-height:52px!important;
  font-size:14px!important;
  border:1px solid #26c99a;
  background:#26c99a;
  color:#061b15!important;
}

.elv-contact-nudge__whatsapp:hover{
  background:#44d8aa;
  color:#061b15!important;
}

.elv-contact-nudge__form{
  align-self:center;
  min-height:32px!important;
  padding:6px 11px!important;
  font-size:11.5px!important;
  border:1px solid rgba(255,255,255,.25);
  background:transparent;
  color:#fff!important;
}

.elv-contact-nudge__form:hover{
  border-color:rgba(255,255,255,.48);
  background:rgba(255,255,255,.08);
  color:#fff!important;
}

.elv-contact-nudge__panel>small{
  display:block;
  margin-top:10px;
  color:#8ca79e;
  font-size:10.5px;
  line-height:1.4;
}

@media(max-width:620px){
  .elv-contact-nudge{
    padding:12px;
  }

  .elv-contact-nudge__panel{
    width:100%;
    max-height:min(82vh,520px);
    padding:19px 17px 17px;
    overflow:auto;
    border-radius:10px;
  }

  .elv-contact-nudge__panel>strong{
    font-size:19px;
  }

  .elv-contact-nudge__panel>p{
    font-size:13px!important;
  }

  .elv-contact-nudge__whatsapp{
    min-height:50px!important;
  }

}

@media(prefers-reduced-motion:reduce){
  .elv-contact-nudge__panel,
  .elv-contact-nudge__backdrop{
    transition:none;
  }
}
