.mma-lw-no-scroll { overflow: hidden; }

#mma-lw-overlay{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 16px;
  background: radial-gradient(1200px 800px at 50% 20%, rgba(31,58,95,.45), rgba(0,0,0,.80));
  backdrop-filter: blur(6px);
}

#mma-lw-overlay .mma-lw-card{
  width: min(720px, 100%);
  border-radius: 18px;
  padding: 22px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
}

#mma-lw-overlay h2{
  margin: 8px 0 10px;
  font-size: 28px;
  line-height: 1.15;
  color: #1F3A5F;
}

#mma-lw-overlay p{
  margin: 0 0 16px;
  font-size: 16px;
  color: #1f2a33;
}

#mma-lw-overlay .mma-lw-progress{
  width: 100%;
  height: 10px;
  border-radius: 99px;
  overflow: hidden;
  background: rgba(31,58,95,.12);
  margin-bottom: 18px;
}
#mma-lw-overlay .mma-lw-progress-bar{
  height: 10px;
  border-radius: 99px;
  background: #3A86FF;
  transition: width .25s ease;
}

#mma-lw-overlay .mma-lw-label{
  display: block;
  font-weight: 600;
  color: #1F3A5F;
  margin-bottom: 12px;
}

#mma-lw-overlay .mma-lw-input{
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  outline: none;
  font-size: 16px;
}

#mma-lw-overlay .mma-lw-input:focus{
  border-color: rgba(58,134,255,.8);
  box-shadow: 0 0 0 4px rgba(58,134,255,.15);
}

#mma-lw-overlay .mma-lw-actions{
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 10px;
}

#mma-lw-overlay .mma-lw-btn{
  border: 0;
  border-radius: 12px;
  padding: 12px 14px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
}

#mma-lw-overlay .mma-lw-btn-primary{
  background: #1F3A5F;
  color: #fff;
}
#mma-lw-overlay .mma-lw-btn-primary:disabled{
  opacity: .65;
  cursor: not-allowed;
}

#mma-lw-overlay .mma-lw-btn-secondary{
  background: rgba(31,58,95,.10);
  color: #1F3A5F;
}

#mma-lw-overlay .mma-lw-consent{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 10px 0 6px;
  color: #1f2a33;
}

#mma-lw-overlay .mma-lw-hint{
  margin-top: 10px;
  font-size: 14px;
  color: rgba(31,58,95,.85);
}

/* Imagens do wizard */
.mma-lw-image{
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 16px;
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
  animation: mmaLWFadeIn .35s ease;
}

@keyframes mmaLWFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Upgrade visual (welcome e interatividade) */
#mma-lw-overlay .mma-lw-card{
  border: 1px solid rgba(255,255,255,0.35);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.90));
}

#mma-lw-overlay h2{
  letter-spacing: -0.4px;
}

#mma-lw-overlay .mma-lw-btn{
  transition: transform .12s ease, box-shadow .18s ease, filter .18s ease;
}

#mma-lw-overlay .mma-lw-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.02);
}

#mma-lw-overlay .mma-lw-btn-primary{
  position: relative;
  box-shadow: 0 12px 28px rgba(31,58,95,.25);
}

#mma-lw-overlay .mma-lw-btn-primary::after{
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  background: radial-gradient(120px 60px at 30% 20%, rgba(58,134,255,.45), transparent 60%);
  opacity: .8;
  pointer-events: none;
}

#mma-lw-overlay .mma-lw-btn-secondary{
  border: 1px solid rgba(31,58,95,.12);
}

#mma-lw-overlay .mma-welcome{
  color: #1F3A5F;
  margin-top: 6px;
}

#mma-lw-overlay .mma-welcome-name{
  color: #3A86FF;
  text-shadow: 0 6px 22px rgba(58,134,255,.25);
}

#mma-lw-overlay .mma-welcome-text{
  font-size: 16px;
  line-height: 1.45;
}

/* Pequeno destaque no input ao digitar */
#mma-lw-overlay .mma-lw-input{
  transition: box-shadow .18s ease, border-color .18s ease;
}

/* Botão WhatsApp */
#mma-lw-overlay .mma-lw-btn-wa{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(32, 201, 151, .14);
  border: 1px solid rgba(32, 201, 151, .35);
  color: #0f5132;
}
#mma-lw-overlay .mma-lw-btn-wa:hover{
  box-shadow: 0 12px 28px rgba(32, 201, 151, .18);
}
