/*
  Lead Email Collector
  Mobile-first, centralizado, sem imagem.
  Evita cores fixas; usa herança do tema e fallback discreto.
*/

.lec-box{
  max-width: 520px;
  margin: 14px auto;
  padding: 16px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
}

.lec-head{margin-bottom: 12px; text-align: center;}
.lec-headline{font-weight: 700; font-size: 18px; line-height: 1.25;}
.lec-subheadline{margin-top: 6px; font-size: 14px; opacity: .85;}

.lec-label{display:block; margin: 0 0 10px 0;}
.lec-label-text{display:block; font-size: 13px; margin-bottom: 6px; opacity: .9;}

.lec-input{
  width: 100%;
  padding: 12px 12px;
  border: 1px solid rgba(0,0,0,.20);
  border-radius: 10px;
  font-size: 16px; /* evita zoom no iOS */
  box-sizing: border-box;
}

.lec-button{
  width: 100%;
  padding: 12px 14px;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  /* tenta usar variável do tema, com fallback */
  background: var(--nv-primary-accent, #1e73be);
  color: #fff;
}

.lec-button:active{transform: translateY(1px);}

.lec-msg{margin-top: 10px; font-size: 14px; text-align: center;}

.lec-hp{position:absolute; left:-9999px; top:-9999px; width:1px; height:1px; overflow:hidden;}

@media (min-width: 700px){
  .lec-box{padding: 18px;}
}
