/* Shared form styling for the new landing pages (Step B only). */
.lead-wrap{
  max-width:520px;
  margin: 0 auto;
}
.lead-card{
  max-width:520px;
  margin: 0 auto;
  border: 1px solid rgba(0,59,113,0.15);
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(0,59,113,0.10);
  background:#fff;
}
.lead-card .form-control,
.lead-card .form-select,
.lead-card textarea{
  border-radius: 14px;
}
.lead-card .form-control,
.lead-card textarea,
.lead-card .form-select{
  direction: rtl;
  text-align: right;
}

/* Hide the dropdown arrow for fixed type selects */
.lead-card .fixed-select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  padding-left: 12px;
}
.lead-card .fixed-select::-ms-expand{
  display:none;
}
.lead-card textarea{
  min-height: 120px;
}
.lead-help{
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size: 0.85rem;
  color:#6b7a90;
}
.hp{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
}
.lead-kv{
  background: rgba(255,255,255,0.70);
  border: 1px solid rgba(0,59,113,0.14);
  border-radius: 16px;
  padding: 10px 12px;
  margin-bottom: 12px;
  color:#003B71;
  font-weight: 700;
}
.lead-kv-head{
  display:flex;
  align-items:center;
  gap: 10px;
}
.lead-kv-icon{
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}
.lead-kv-text{
  min-width: 0;
}
.lead-kv-title{
  font-weight: 700;
  color:#003B71;
  line-height: 1.2;
}
.lead-desc{
  margin-top: 6px;
  margin-bottom: 0;
  color:#5b6a80;
  font-weight: 400;
}

