/* Bidoro Premium look */
.lpb--bidoro { font-family: 'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,sans-serif; }
.lpb__card{
  background:#fff;
  border-radius:16px;
  box-shadow:0 8px 30px rgba(0,0,0,.06);
  padding:24px;
  border:1px solid #e8ecef;
}
.lpb__title{
  margin:0 0 14px;
  font-weight:700;
  font-size:22px;
  color:#0a0a0a;
}
.lpb__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
@media (max-width:640px){
  .lpb__grid{ grid-template-columns:1fr; }
}
.lpb__phone input[type="tel"]{ width:100%; }
.lpb__code_row{ display:flex; align-items:flex-end; gap:12px; }
.lpb__send{
  background:#F36D22; border-color:#F36D22; color:#fff;
  border-radius:10px; padding:10px 14px; font-weight:600;
}
.lpb__send:disabled{ opacity:.7; cursor:not-allowed; }
.lpb__newsletter{
  margin-top:16px; background:#e6f4ec; border:1px solid #cfe9dc; border-radius:12px; padding:14px 16px;
}
.lpb__newswrap{ display:flex; align-items:center; gap:10px; cursor:pointer; }
.lpb__newswrap input{ display:none; }
.lpb__check{ width:22px; height:22px; border-radius:6px; border:2px solid #007940; position:relative; flex:0 0 22px; background:#fff; box-shadow: inset 0 0 0 2px #fff; }
.lpb__newswrap input:checked + .lpb__check{ background:#007940; border-color:#007940; }
.lpb__newswrap input:checked + .lpb__check::after{ content:''; position:absolute; left:6px; top:1px; width:6px; height:12px; border:2px solid #fff; border-left:none; border-top:none; transform:rotate(45deg); }
.lpb__newslabel{ font-weight:600; }
.lpb__newsbenefits{ margin:8px 0 0; font-size:14px; color:#0f5132; }
.lpb input.input-text{ border-radius:10px; }
