/*
 * SKILLDOCS PZU form design 2.1.0
 * Scope: page 15603 / WPForms 15585 only.
 * No global observers, no global form selectors, no changes to WPForms notifications.
 */
#wpforms-15585.sd-pzu-enhanced{
  --sd-pzu-navy:#14304f;
  --sd-pzu-blue:#1c6fb8;
  --sd-pzu-blue-2:#2a83d4;
  --sd-pzu-sky:#00a9d4;
  --sd-pzu-cyan:#12a594;
  --sd-pzu-text:#52647b;
  --sd-pzu-muted:#71839a;
  --sd-pzu-line:#dce8f2;
  --sd-pzu-line-strong:#c7daea;
  --sd-pzu-soft:#f5f9fc;
  --sd-pzu-danger:#c33a45;
  max-width:1180px;
  width:100%;
  margin:24px auto 56px!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--sd-pzu-text);
  box-sizing:border-box;
}
#wpforms-15585.sd-pzu-enhanced,
#wpforms-15585.sd-pzu-enhanced *,
#wpforms-15585.sd-pzu-enhanced *::before,
#wpforms-15585.sd-pzu-enhanced *::after{
  box-sizing:border-box;
}
#wpforms-15585.sd-pzu-enhanced fieldset{
  min-width:0;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-head-container{
  margin:0 0 22px!important;
  padding:0!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-title{
  max-width:940px;
  margin:0!important;
  color:var(--sd-pzu-navy)!important;
  font-family:Montserrat,Arial,sans-serif!important;
  font-size:clamp(27px,3vw,42px)!important;
  line-height:1.12!important;
  font-weight:800!important;
  letter-spacing:-.65px;
}

/* Intro */
#wpforms-15585.sd-pzu-enhanced .sd-pzu-lead{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  margin:0 0 30px;
  padding:20px 22px;
  border:1px solid rgba(28,111,184,.15);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 40px -34px rgba(20,48,79,.48);
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-lead-copy{
  color:var(--sd-pzu-text);
  font-size:15px;
  line-height:1.6;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-lead-copy strong{
  color:var(--sd-pzu-navy);
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-lead-badge{
  display:inline-flex;
  min-height:38px;
  align-items:center;
  justify-content:center;
  padding:9px 15px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--sd-pzu-sky),var(--sd-pzu-blue));
  color:#fff;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.45px;
  text-transform:uppercase;
  white-space:nowrap;
  box-shadow:0 13px 25px -19px rgba(20,48,79,.72);
}

/* Section headings */
#wpforms-15585.sd-pzu-enhanced .sd-pzu-section-heading{
  display:flex;
  width:100%;
  align-items:center;
  gap:14px;
  margin:38px 0 17px;
  padding:0;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-section-heading:first-child{
  margin-top:0;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-section-index{
  flex:0 0 44px;
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,var(--sd-pzu-blue-2),#143f69);
  color:#fff;
  box-shadow:0 14px 26px -18px rgba(20,48,79,.75);
  font-size:14px;
  font-weight:900;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-section-copy{
  min-width:0;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-section-title{
  display:block;
  color:var(--sd-pzu-navy);
  font-size:clamp(21px,2.3vw,29px);
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.25px;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-section-subtitle{
  display:block;
  margin-top:4px;
  color:var(--sd-pzu-muted);
  font-size:13.5px;
  line-height:1.5;
  font-weight:500;
}

/* Base fields */
#wpforms-15585.sd-pzu-enhanced .wpforms-field{
  margin:0 0 17px!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-field-label,
#wpforms-15585.sd-pzu-enhanced legend.wpforms-field-label{
  margin:0 0 9px!important;
  color:var(--sd-pzu-navy)!important;
  font-family:Montserrat,Arial,sans-serif!important;
  font-size:14.5px!important;
  line-height:1.42!important;
  font-weight:800!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-required-label{
  color:var(--sd-pzu-danger)!important;
}
#wpforms-15585.sd-pzu-enhanced input[type=text],
#wpforms-15585.sd-pzu-enhanced input[type=email],
#wpforms-15585.sd-pzu-enhanced input[type=tel],
#wpforms-15585.sd-pzu-enhanced input[type=number],
#wpforms-15585.sd-pzu-enhanced input[type=date],
#wpforms-15585.sd-pzu-enhanced textarea,
#wpforms-15585.sd-pzu-enhanced select,
#wpforms-15585.sd-pzu-enhanced .choices__inner{
  min-height:54px!important;
  width:100%!important;
  border:1.5px solid #d2e1ed!important;
  border-radius:16px!important;
  background:#fff!important;
  color:var(--sd-pzu-navy)!important;
  box-shadow:0 12px 24px -24px rgba(20,48,79,.55)!important;
  font-family:Montserrat,Arial,sans-serif!important;
  font-size:15px!important;
  transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease!important;
}
#wpforms-15585.sd-pzu-enhanced textarea{
  min-height:120px!important;
  resize:vertical;
}
#wpforms-15585.sd-pzu-enhanced input:focus,
#wpforms-15585.sd-pzu-enhanced textarea:focus,
#wpforms-15585.sd-pzu-enhanced select:focus,
#wpforms-15585.sd-pzu-enhanced .choices.is-focused .choices__inner{
  border-color:var(--sd-pzu-blue)!important;
  box-shadow:0 0 0 4px rgba(28,111,184,.10)!important;
  outline:none!important;
}
#wpforms-15585.sd-pzu-enhanced input::placeholder,
#wpforms-15585.sd-pzu-enhanced textarea::placeholder{
  color:#97a9b9!important;
  opacity:1;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-field-description{
  margin-top:9px!important;
  color:var(--sd-pzu-text)!important;
  font-size:13px!important;
  line-height:1.55!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-source-description{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* Clean cards — based on the established SKILLDOCS card language */
#wpforms-15585.sd-pzu-enhanced .sd-pzu-card{
  position:relative;
  min-width:0;
  padding:20px!important;
  border:1px solid rgba(28,111,184,.16)!important;
  border-radius:22px!important;
  background:#fff!important;
  color:var(--sd-pzu-text)!important;
  box-shadow:0 18px 38px -32px rgba(20,48,79,.48)!important;
  transition:transform .28s cubic-bezier(.34,1.18,.55,1),border-color .28s ease,box-shadow .28s ease!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-card:hover{
  transform:translateY(-3px);
  border-color:rgba(28,111,184,.32)!important;
  box-shadow:0 26px 46px -31px rgba(20,48,79,.55)!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-card--navy,
#wpforms-15585.sd-pzu-enhanced .sd-pzu-card--accent{
  background:#fff!important;
  border-color:rgba(28,111,184,.16)!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-card--navy :is(.wpforms-field-label,.wpforms-field-description,label,legend),
#wpforms-15585.sd-pzu-enhanced .sd-pzu-card--accent :is(.wpforms-field-label,.wpforms-field-description,label,legend){
  color:var(--sd-pzu-navy)!important;
}

/* Upload areas */
#wpforms-15585.sd-pzu-enhanced .wpforms-field-file-upload{
  padding:21px!important;
  border:1px solid rgba(28,111,184,.16)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 18px 38px -34px rgba(20,48,79,.45)!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-uploader{
  min-height:154px!important;
  border:1.5px dashed #b8cede!important;
  border-radius:18px!important;
  background:#f8fbfe!important;
  transition:border-color .24s ease,background .24s ease,transform .24s ease!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-uploader:hover{
  border-color:var(--sd-pzu-blue)!important;
  background:#f3f9fe!important;
  transform:translateY(-1px);
}
#wpforms-15585.sd-pzu-enhanced .wpforms-uploader .dz-message svg{
  color:var(--sd-pzu-blue)!important;
  opacity:.8;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-uploader .modern-title{
  color:var(--sd-pzu-navy)!important;
  font-weight:800!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-uploader .modern-hint{
  color:var(--sd-pzu-muted)!important;
}

/* Tooltip title rows */
#wpforms-15585.sd-pzu-enhanced .sd-pzu-field-titlebar,
#wpforms-15585.sd-pzu-enhanced legend.sd-pzu-title-with-info{
  display:flex!important;
  width:100%!important;
  min-width:0!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0 0 11px!important;
  color:var(--sd-pzu-navy)!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-field-titlebar > .wpforms-field-label{
  flex:1 1 auto!important;
  min-width:0!important;
  margin:0!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-field-title{
  flex:1 1 auto!important;
  min-width:0!important;
  color:var(--sd-pzu-navy)!important;
  font-size:14.5px!important;
  line-height:1.42!important;
  font-weight:800!important;
}

/* Hard reset: theme button rules must not stretch or deform the info icon. */
#wpforms-15585.sd-pzu-enhanced button.sd-pzu-info-button{
  -webkit-appearance:none!important;
  appearance:none!important;
  position:relative!important;
  inset:auto!important;
  flex:0 0 24px!important;
  display:inline-grid!important;
  place-items:center!important;
  box-sizing:border-box!important;
  inline-size:24px!important;
  block-size:24px!important;
  width:24px!important;
  height:24px!important;
  min-inline-size:24px!important;
  max-inline-size:24px!important;
  min-block-size:24px!important;
  max-block-size:24px!important;
  min-width:24px!important;
  max-width:24px!important;
  min-height:24px!important;
  max-height:24px!important;
  aspect-ratio:1/1!important;
  margin:0!important;
  padding:0!important;
  border:1.5px solid rgba(28,111,184,.48)!important;
  border-radius:999px!important;
  background:#fff!important;
  background-image:none!important;
  color:var(--sd-pzu-blue)!important;
  box-shadow:none!important;
  font:inherit!important;
  font-size:0!important;
  line-height:0!important;
  letter-spacing:0!important;
  text-indent:0!important;
  text-transform:none!important;
  vertical-align:top!important;
  overflow:hidden!important;
  cursor:help!important;
  transform:none!important;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
#wpforms-15585.sd-pzu-enhanced button.sd-pzu-info-button::before,
#wpforms-15585.sd-pzu-enhanced button.sd-pzu-info-button::after{
  content:none!important;
  display:none!important;
}
#wpforms-15585.sd-pzu-enhanced button.sd-pzu-info-button svg{
  display:block!important;
  width:13px!important;
  height:13px!important;
  min-width:13px!important;
  min-height:13px!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.15!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  pointer-events:none!important;
}
#wpforms-15585.sd-pzu-enhanced button.sd-pzu-info-button svg .sd-pzu-info-dot{
  fill:currentColor!important;
  stroke:none!important;
}
#wpforms-15585.sd-pzu-enhanced button.sd-pzu-info-button:hover,
#wpforms-15585.sd-pzu-enhanced button.sd-pzu-info-button[aria-expanded=true]{
  border-color:var(--sd-pzu-blue)!important;
  background:var(--sd-pzu-blue)!important;
  color:#fff!important;
  box-shadow:0 7px 16px -11px rgba(20,48,79,.85)!important;
  transform:none!important;
}
#wpforms-15585.sd-pzu-enhanced button.sd-pzu-info-button:focus{
  outline:none!important;
}
#wpforms-15585.sd-pzu-enhanced button.sd-pzu-info-button:focus-visible{
  border-color:var(--sd-pzu-blue)!important;
  background:var(--sd-pzu-blue)!important;
  color:#fff!important;
  box-shadow:0 0 0 3px rgba(28,111,184,.18)!important;
}

/* Floating tooltip. Short tips never create a scrollbar. Long tips remain wheel/touch-scrollable,
   but the browser/theme scrollbar is hidden so Woodmart cannot draw the stray grey rail. */
.sd-pzu-tooltip{
  --sd-pzu-arrow-left:24px;
  position:fixed!important;
  z-index:2147483000!important;
  box-sizing:border-box!important;
  width:clamp(292px,38vw,440px)!important;
  max-width:calc(100vw - 24px)!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:16px!important;
  background:linear-gradient(145deg,#123f67 0%,#1c6fb8 100%)!important;
  color:#fff!important;
  box-shadow:0 22px 55px -21px rgba(5,30,54,.72)!important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(5px) scale(.985);
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
  font-family:Montserrat,Arial,sans-serif!important;
  isolation:isolate;
}
.sd-pzu-tooltip.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}
.sd-pzu-tooltip-content{
  position:relative!important;
  z-index:1!important;
  box-sizing:border-box!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none;
  margin:0!important;
  padding:16px 18px!important;
  overflow:visible;
  overscroll-behavior:contain;
  color:#fff!important;
  font-size:13.5px!important;
  line-height:1.58!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
.sd-pzu-tooltip-content::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
}
.sd-pzu-tooltip.is-scrollable .sd-pzu-tooltip-content{
  max-height:var(--sd-pzu-tooltip-content-max,60vh)!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch;
}
.sd-pzu-tooltip-content p{
  margin:0 0 10px!important;
  color:#fff!important;
}
.sd-pzu-tooltip-content p:last-child{
  margin-bottom:0!important;
}
.sd-pzu-tooltip-content strong{
  color:#fff!important;
  font-weight:800!important;
}
.sd-pzu-tooltip-content ul{
  margin:8px 0 11px!important;
  padding:0 0 0 20px!important;
  color:#fff!important;
}
.sd-pzu-tooltip-content li{
  margin:4px 0!important;
  color:#fff!important;
}
.sd-pzu-tooltip-content .sd-pzu-tooltip-note{
  padding-top:9px!important;
  border-top:1px solid rgba(255,255,255,.18)!important;
  color:rgba(255,255,255,.84)!important;
  font-size:12px!important;
}
.sd-pzu-tooltip-arrow{
  position:absolute!important;
  left:var(--sd-pzu-arrow-left)!important;
  z-index:0!important;
  box-sizing:border-box!important;
  width:13px!important;
  height:13px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:#1a639c!important;
  transform:translateX(-50%) rotate(45deg)!important;
  pointer-events:none!important;
}
.sd-pzu-tooltip[data-placement=top] .sd-pzu-tooltip-arrow{
  bottom:-6px!important;
}
.sd-pzu-tooltip[data-placement=bottom] .sd-pzu-tooltip-arrow{
  top:-6px!important;
}
@media (max-width:600px){
  .sd-pzu-tooltip{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    border-radius:14px!important;
  }
  .sd-pzu-tooltip-content{
    padding:15px 16px!important;
    font-size:13px!important;
    line-height:1.54!important;
  }
}

/* WPForms icon choices */
#wpforms-15585.sd-pzu-enhanced .wpforms-icon-choices{
  display:grid!important;
  width:100%!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px!important;
  margin:0!important;
  padding:0!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-icon-choices-item,
#wpforms-15585.sd-pzu-enhanced .wpforms-icon-choices-item.wpforms-selected{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-icon-choices-item label{
  width:100%!important;
  min-width:0!important;
  min-height:118px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:0!important;
  padding:15px 14px!important;
  border:1.5px solid #d6e4ee!important;
  border-radius:18px!important;
  background:#fff!important;
  color:var(--sd-pzu-navy)!important;
  box-shadow:0 15px 28px -27px rgba(20,48,79,.55)!important;
  cursor:pointer!important;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-icon-choices-item label:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(28,111,184,.44)!important;
  box-shadow:0 22px 34px -27px rgba(20,48,79,.62)!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-icon-choices-item.wpforms-selected label,
#wpforms-15585.sd-pzu-enhanced .wpforms-icon-choices-item:has(input:checked) label{
  border-color:var(--sd-pzu-blue)!important;
  background:linear-gradient(145deg,#f3f9fe,#eaf5fc)!important;
  box-shadow:0 0 0 4px rgba(28,111,184,.08),0 22px 34px -28px rgba(20,48,79,.65)!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-icon-choices-icon{
  margin:0!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-icon-choices-icon svg{
  width:44px!important;
  height:44px!important;
  max-width:44px!important;
  max-height:44px!important;
  fill:var(--sd-pzu-blue)!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-icon-choices-label{
  max-width:100%!important;
  color:var(--sd-pzu-navy)!important;
  font-size:13.5px!important;
  line-height:1.34!important;
  font-weight:800!important;
  text-align:center!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}

/* Protection block */
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_48-container > .wpforms-field-layout-columns{
  display:grid!important;
  grid-template-columns:minmax(250px,.78fr) minmax(0,1.55fr)!important;
  gap:18px!important;
  align-items:stretch!important;
}
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_48-container > .wpforms-field-layout-columns > .wpforms-layout-column{
  display:flex!important;
  min-width:0!important;
  width:auto!important;
  padding:0!important;
}
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_48-container > .wpforms-field-layout-columns > .wpforms-layout-column > .wpforms-field{
  width:100%!important;
  height:100%!important;
  margin:0!important;
}
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_30,
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_50{
  height:100%;
}
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_30{
  grid-template-columns:1fr!important;
}
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_30 .wpforms-icon-choices-item label,
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_50 .wpforms-icon-choices-item label{
  min-height:132px!important;
}
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_50{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

/* Transmission and night parking — fixed equal-width grids */
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_11{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_11 .wpforms-icon-choices-item label{
  min-height:112px!important;
}
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_16{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:13px!important;
}
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_16 .wpforms-icon-choices-item label{
  min-height:126px!important;
}

/* Date picker */
#wpforms-15585.sd-pzu-enhanced .sd-pzu-date-wrap{
  position:relative;
  width:100%;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-date-wrap input[type=date]{
  padding-right:62px!important;
  color-scheme:light;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-date-wrap input[type=date]::-webkit-calendar-picker-indicator{
  position:absolute;
  right:0;
  width:58px;
  height:100%;
  margin:0;
  opacity:0;
  cursor:pointer;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-calendar-button{
  position:absolute!important;
  top:6px!important;
  right:7px!important;
  width:42px!important;
  height:42px!important;
  min-height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:12px!important;
  background:linear-gradient(145deg,#eff7fd,#e5f2fb)!important;
  color:var(--sd-pzu-blue)!important;
  box-shadow:none!important;
  cursor:pointer!important;
  transition:transform .18s ease,background .18s ease!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-calendar-button:hover,
#wpforms-15585.sd-pzu-enhanced .sd-pzu-calendar-button:focus{
  background:var(--sd-pzu-blue)!important;
  color:#fff!important;
  transform:translateY(-1px);
  outline:none!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-calendar-button svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Plain radio/checkbox cards */
#wpforms-15585.sd-pzu-enhanced .sd-pzu-choice-cards ul:not(.wpforms-icon-choices){
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px!important;
  margin:0!important;
  padding:0!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-choice-cards.sd-pzu-choice-count-1 ul:not(.wpforms-icon-choices){
  grid-template-columns:1fr!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-choice-cards ul:not(.wpforms-icon-choices) li{
  position:relative;
  display:flex!important;
  align-items:stretch;
  min-width:0;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-choice-cards ul:not(.wpforms-icon-choices) input{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-choice-cards ul:not(.wpforms-icon-choices) label{
  position:relative;
  width:100%!important;
  min-height:62px;
  display:flex!important;
  align-items:center!important;
  margin:0!important;
  padding:13px 15px 13px 48px!important;
  border:1.5px solid #d7e4ee!important;
  border-radius:16px!important;
  background:#fff!important;
  color:var(--sd-pzu-navy)!important;
  font-size:13.5px!important;
  line-height:1.42!important;
  font-weight:750!important;
  cursor:pointer!important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-choice-cards ul:not(.wpforms-icon-choices) label::before{
  content:"";
  position:absolute;
  left:16px;
  top:50%;
  width:20px;
  height:20px;
  transform:translateY(-50%);
  border:2px solid #a8bed0;
  border-radius:7px;
  background:#fff;
  transition:all .2s ease;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-choice-cards ul:not(.wpforms-icon-choices) input[type=radio] + label::before{
  border-radius:50%;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-choice-cards ul:not(.wpforms-icon-choices) label:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(28,111,184,.44)!important;
  box-shadow:0 18px 28px -25px rgba(20,48,79,.65)!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-choice-cards ul:not(.wpforms-icon-choices) input:checked + label{
  border-color:var(--sd-pzu-blue)!important;
  background:linear-gradient(145deg,#f3f9fe,#ebf5fc)!important;
  box-shadow:0 0 0 3px rgba(28,111,184,.08)!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-choice-cards ul:not(.wpforms-icon-choices) input:checked + label::before{
  border-color:var(--sd-pzu-blue)!important;
  background:var(--sd-pzu-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5 9.2 16.7 19 7.2'/%3E%3C/svg%3E") center/13px 13px no-repeat!important;
}

/* Existing two-column additional-options layout */
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_25-container > .wpforms-field-layout-columns{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
#wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_25-container > .wpforms-field-layout-columns > .wpforms-layout-column{
  min-width:0!important;
  width:auto!important;
  padding:0!important;
}

/* Dynamically grouped added fields */
#wpforms-15585.sd-pzu-enhanced .sd-pzu-ac-options-grid,
#wpforms-15585.sd-pzu-enhanced .sd-pzu-tail-options-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:17px;
  margin:18px 0 4px;
  align-items:stretch;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-ac-options-grid > .wpforms-field,
#wpforms-15585.sd-pzu-enhanced .sd-pzu-tail-options-grid > .wpforms-field{
  height:100%;
  margin:0!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-ac-options-grid > .wpforms-field:first-child{
  grid-column:1 / -1;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-hidden-by-choice{
  display:none!important;
}

/* NNW */
#wpforms-15585.sd-pzu-enhanced input[type=range]{
  accent-color:var(--sd-pzu-blue)!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-field-number-slider-hint{
  color:var(--sd-pzu-navy)!important;
  font-size:15px!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-nnw-quick{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:13px;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-nnw-quick button{
  min-height:36px;
  padding:8px 12px;
  border:1px solid #cbdce9;
  border-radius:999px;
  background:#fff;
  color:var(--sd-pzu-navy);
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  transition:all .2s ease;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-nnw-quick button:hover,
#wpforms-15585.sd-pzu-enhanced .sd-pzu-nnw-quick button.is-active{
  border-color:var(--sd-pzu-blue);
  background:var(--sd-pzu-blue);
  color:#fff;
  transform:translateY(-1px);
}

/* Consent and submit */
#wpforms-15585.sd-pzu-enhanced .sd-pzu-consent{
  margin-bottom:10px!important;
  padding:14px 15px!important;
  border:1px solid #dce7ef!important;
  border-radius:15px!important;
  background:#fff!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-consent label{
  color:var(--sd-pzu-text)!important;
  font-size:12.5px!important;
  line-height:1.5!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-consent a{
  color:var(--sd-pzu-blue)!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-submit-container{
  margin-top:25px!important;
  padding-top:22px!important;
  border-top:1px solid var(--sd-pzu-line)!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-submit{
  position:relative!important;
  width:100%!important;
  min-height:60px!important;
  padding:15px 24px!important;
  border:0!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#2b83d3 0%,#1c6fb8 48%,#143f69 100%)!important;
  color:#fff!important;
  box-shadow:0 20px 34px -20px rgba(20,48,79,.7)!important;
  font-family:Montserrat,Arial,sans-serif!important;
  font-size:16px!important;
  font-weight:900!important;
  letter-spacing:.2px!important;
  cursor:pointer!important;
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-submit:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 27px 43px -21px rgba(20,48,79,.78)!important;
  filter:saturate(1.08)!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-error{
  color:var(--sd-pzu-danger)!important;
  font-size:12px!important;
  font-weight:700!important;
}
#wpforms-15585.sd-pzu-enhanced .wpforms-field.wpforms-has-error input,
#wpforms-15585.sd-pzu-enhanced .wpforms-field.wpforms-has-error select,
#wpforms-15585.sd-pzu-enhanced .wpforms-field.wpforms-has-error textarea{
  border-color:var(--sd-pzu-danger)!important;
}
#wpforms-15585.sd-pzu-enhanced .sd-pzu-footnote{
  margin:16px 0 0;
  color:var(--sd-pzu-muted);
  font-size:11.5px;
  line-height:1.55;
  text-align:center;
}

/* Responsive */
@media (max-width:980px){
  #wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_48-container > .wpforms-field-layout-columns{
    grid-template-columns:1fr!important;
  }
  #wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_16{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  #wpforms-15585.sd-pzu-enhanced .sd-pzu-ac-options-grid,
  #wpforms-15585.sd-pzu-enhanced .sd-pzu-tail-options-grid{
    grid-template-columns:1fr;
  }
  #wpforms-15585.sd-pzu-enhanced .sd-pzu-ac-options-grid > .wpforms-field:first-child{
    grid-column:auto;
  }
}
@media (max-width:759px){
  #wpforms-15585.sd-pzu-enhanced{
    margin:12px auto 36px!important;
    padding:0 12px!important;
  }
  #wpforms-15585.sd-pzu-enhanced .sd-pzu-lead{
    grid-template-columns:1fr;
    padding:17px;
  }
  #wpforms-15585.sd-pzu-enhanced .sd-pzu-lead-badge{
    justify-self:start;
  }
  #wpforms-15585.sd-pzu-enhanced .sd-pzu-section-heading{
    align-items:flex-start;
    margin-top:32px;
  }
  #wpforms-15585.sd-pzu-enhanced .sd-pzu-section-index{
    flex-basis:40px;
    width:40px;
    height:40px;
  }
  #wpforms-15585.sd-pzu-enhanced .wpforms-field-layout-columns{
    display:block!important;
  }
  #wpforms-15585.sd-pzu-enhanced .wpforms-layout-column{
    width:100%!important;
    padding:0!important;
  }
  #wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_25-container > .wpforms-field-layout-columns{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  #wpforms-15585.sd-pzu-enhanced .sd-pzu-choice-cards ul:not(.wpforms-icon-choices){
    grid-template-columns:1fr!important;
  }
  #wpforms-15585.sd-pzu-enhanced .sd-pzu-card{
    padding:17px!important;
  }
  #wpforms-15585.sd-pzu-enhanced .wpforms-icon-choices-item label{
    min-height:104px!important;
  }
}
@media (max-width:520px){
  #wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_50,
  #wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_11,
  #wpforms-15585.sd-pzu-enhanced #wpforms-15585-field_16{
    grid-template-columns:1fr!important;
  }
  #wpforms-15585.sd-pzu-enhanced .sd-pzu-section-title{
    font-size:21px;
  }
  #wpforms-15585.sd-pzu-enhanced .sd-pzu-section-subtitle{
    font-size:12.5px;
  }
}
@media (prefers-reduced-motion:reduce){
  #wpforms-15585.sd-pzu-enhanced *,
  #wpforms-15585.sd-pzu-enhanced *::before,
  #wpforms-15585.sd-pzu-enhanced *::after,
  .sd-pzu-tooltip{
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
  #wpforms-15585.sd-pzu-enhanced .sd-pzu-card:hover,
  #wpforms-15585.sd-pzu-enhanced .wpforms-submit:hover,
  #wpforms-15585.sd-pzu-enhanced label:hover{
    transform:none!important;
  }
}
