:root{
  --sz-bg:#f6f2ec;
  --sz-surface:#ffffff;
  --sz-text:#38443e;
  --sz-muted:#6f746f;
  --sz-border:#d9ded9;
  --sz-sage:#6f8b7a;
  --sz-sage-dark:#526d61;
  --sz-action:#1A3962;
  --sz-action-dark:#102A49;
}

.szleads-overlay{
  position:fixed!important;
  inset:0!important;
  background:rgba(40,48,44,.62)!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:20px!important;
  z-index:2147483000!important;
  box-sizing:border-box!important;
}
.szleads-overlay.is-open{display:flex!important}
.szleads-modal{
  width:min(100%,540px)!important;
  max-height:calc(100vh - 36px)!important;
  overflow:auto!important;
  background:var(--sz-bg)!important;
  border:1px solid rgba(111,139,122,.22)!important;
  border-radius:20px!important;
  box-shadow:0 26px 80px rgba(27,34,30,.28)!important;
  padding:30px!important;
  position:relative!important;
  font-family:inherit!important;
  color:var(--sz-text)!important;
  box-sizing:border-box!important;
}
.szleads-close{
  position:absolute!important;
  right:16px!important;
  top:14px!important;
  width:36px!important;
  height:36px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.72)!important;
  font-size:28px!important;
  font-weight:400!important;
  line-height:1!important;
  cursor:pointer!important;
  color:#6f746f!important;
  padding:0!important;
}
.szleads-header{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-height:58px!important;
  margin:0 0 16px 0!important;
}
.szleads-logo{
  display:block!important;
  max-width:300px!important;
  max-height:96px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
}
.szleads-title{
  margin:0 0 6px!important;
  padding:0!important;
  font-size:28px!important;
  line-height:1.18!important;
  font-weight:700!important;
  color:var(--sz-text)!important;
  text-align:center!important;
}
.szleads-subtitle{
  margin:0 0 22px!important;
  padding:0!important;
  color:var(--sz-muted)!important;
  font-size:15px!important;
  line-height:1.5!important;
  text-align:center!important;
}
.szleads-field{margin:0 0 15px!important}
.szleads-field label{
  display:block!important;
  margin:0 0 6px!important;
  font-size:14px!important;
  font-weight:600!important;
  color:var(--sz-text)!important;
  text-align:left!important;
}
.szleads-field input[type=text],
.szleads-field input[type=email],
.szleads-field input[type=tel]{
  display:block!important;
  width:100%!important;
  min-height:48px!important;
  box-sizing:border-box!important;
  border:1px solid var(--sz-border)!important;
  border-radius:11px!important;
  padding:12px 14px!important;
  font-size:16px!important;
  line-height:1.4!important;
  color:var(--sz-text)!important;
  background:#fff!important;
  box-shadow:none!important;
  outline:none!important;
}
.szleads-field input:focus{
  border-color:var(--sz-sage)!important;
  box-shadow:0 0 0 3px rgba(111,139,122,.13)!important;
}
.szleads-consent{
  display:flex!important;
  gap:9px!important;
  align-items:flex-start!important;
  margin:4px 0 22px!important;
  font-size:13px!important;
  line-height:1.45!important;
  color:#626862!important;
  text-align:left!important;
}
.szleads-consent input{
  width:16px!important;
  height:16px!important;
  margin:2px 0 0!important;
  flex:0 0 auto!important;
}
.szleads-submit{
  display:block!important;
  width:min(100%,360px)!important;
  min-height:54px!important;
  margin:10px auto 0!important;
  border:0!important;
  border-radius:13px!important;
  padding:15px 24px!important;
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:700!important;
  cursor:pointer!important;
  background:var(--sz-action)!important;
  color:#fff!important;
  text-align:center!important;
  box-shadow:0 12px 26px rgba(26,57,98,.24)!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.szleads-submit:hover,
.szleads-submit:focus{
  background:var(--sz-action-dark)!important;
  color:#fff!important;
}
.szleads-submit[disabled]{opacity:.65!important;cursor:wait!important}
.szleads-message{display:none!important;margin:0 0 14px!important;padding:10px 12px!important;border-radius:9px!important;font-size:14px!important}
.szleads-message.error{display:block!important;background:#fff1f1!important;color:#8b2020!important}
.szleads-message.success{display:block!important;background:#eef8f0!important;color:#235d33!important}
.szleads-hp{position:absolute!important;left:-9999px!important;opacity:0!important;height:1px!important;width:1px!important}

@media(max-width:600px){
  .szleads-overlay{padding:12px!important}
  .szleads-modal{padding:24px 18px!important;border-radius:16px!important}
  .szleads-logo{max-width:240px!important;max-height:82px!important}
  .szleads-title{font-size:24px!important}
  .szleads-submit{width:100%!important;min-height:52px!important;font-size:17px!important}
}
