.wsf-wizard {
  --wsf-primary: #19856f;
  --wsf-primary-dark: #156f5d;
  --wsf-btn-border: #156f5d;
  --wsf-btn-text: #ffffff;
  --wsf-bg: #eeeeef;
  --wsf-text: #1e1f24;
  --wsf-radius: 24px;
  width: 100%;
  max-width: var(--wp--style--global--content-size, 1220px);
  min-width: 0;
  margin: 14px auto;
  padding: 12px;
  border: 1px solid #cfcfd2;
  border-radius: var(--wsf-radius);
  background: var(--wsf-bg);
  font-family: inherit;
  color: var(--wsf-text);
  box-sizing: border-box;
}

.wsf-step {
  display: none;
  padding: 14px 14px 8px;
  position: relative;
}

.wsf-step.is-active {
  display: block;
}

.wsf-step.is-enter-from-right {
  animation: wsfStepInRight 260ms ease both;
}

.wsf-step.is-enter-from-left {
  animation: wsfStepInLeft 260ms ease both;
}

.wsf-step.is-leave-to-left {
  animation: wsfStepOutLeft 260ms ease both;
}

.wsf-step.is-leave-to-right {
  animation: wsfStepOutRight 260ms ease both;
}

.wsf-step[data-step-hidden="1"] {
  display: none !important;
}

.wsf-step h2,
.wsf-step h3 {
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  margin: 8px 0 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.wsf-step h3 {
  font-size: 22px;
}

.wsf-step p {
  max-width: 920px;
  margin: 0 auto 18px;
  font-size: 15px;
  line-height: 1.5;
}

.wsf-intro-text {
  max-width: 920px;
  margin: 0 auto 18px;
  font-size: 15px;
  line-height: 1.5;
}

.wsf-intro-text p {
  margin: 0 0 12px;
}

.wsf-intro-text p:last-child {
  margin-bottom: 0;
}

.wsf-step .wsf-step-subtitle {
  max-width: none;
  margin: 0 0 18px;
  text-align: left;
}

.wsf-wizard .wsf-step .wsf-step-subtitle.is-align-left {
  text-align: left;
}

.wsf-wizard .wsf-step .wsf-step-subtitle.is-align-center {
  text-align: center;
}

.wsf-wizard .wsf-step .wsf-step-subtitle.is-align-right {
  text-align: right;
}

.wsf-step .wsf-step-subtitle p {
  max-width: none;
  width: 100%;
  margin: 0 0 12px;
}

.wsf-step .wsf-step-subtitle p:last-child {
  margin-bottom: 0;
}

.wsf-step[data-step="0"] .wsf-btn {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.wsf-step[data-step="0"] p {
  text-align: center;
}

.wsf-step[data-step="0"] .wsf-intro-text {
  text-align: center;
}

.wsf-ui-datepicker.ui-datepicker {
  z-index: 99999 !important;
  width: 292px;
  border: 1px solid #cbd1d7;
  border-radius: 12px;
  padding: 10px 10px 10px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(16, 25, 33, 0.14);
  font-size: 14px;
  font-family: inherit;
}

.wsf-ui-datepicker .ui-datepicker-header {
  border: 0;
  background: transparent;
  padding: 0 34px 8px;
  position: relative;
}

.wsf-ui-datepicker .ui-datepicker-title {
  color: #1f2630;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.wsf-ui-datepicker .ui-datepicker-prev,
.wsf-ui-datepicker .ui-datepicker-next {
  position: absolute !important;
  top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  border: 1px solid #cfd6dd;
  background: #f4f7f9;
  color: #000000 !important;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  text-decoration: none;
  overflow: hidden;
}

.wsf-ui-datepicker .ui-datepicker-prev {
  left: 0;
}

.wsf-ui-datepicker .ui-datepicker-next {
  right: 0;
}

.wsf-ui-datepicker .ui-datepicker-prev:hover,
.wsf-ui-datepicker .ui-datepicker-next:hover {
  border-color: #b8c1ca;
  background: #eaf0f4;
}

.wsf-ui-datepicker .ui-datepicker-prev span,
.wsf-ui-datepicker .ui-datepicker-next span {
  display: none;
}

.wsf-ui-datepicker .ui-datepicker-prev::before,
.wsf-ui-datepicker .ui-datepicker-next::before {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
  color: #000000 !important;
  transform: translateY(-2px);
}

.wsf-ui-datepicker .ui-datepicker-prev::before {
  content: "<";
}

.wsf-ui-datepicker .ui-datepicker-next::before {
  content: ">";
}

.wsf-ui-datepicker .ui-datepicker-month,
.wsf-ui-datepicker .ui-datepicker-year {
  border: 1px solid #cfd6dd;
  border-radius: 7px;
  background: #fff;
  color: #1f2630;
  font-size: 13px;
  font-weight: 600;
  height: 28px;
  padding: 0 6px;
}

.wsf-ui-datepicker .ui-datepicker-month {
  margin-right: 8px;
}

.wsf-ui-datepicker th {
  color: #5b6776;
  font-weight: 700;
  padding: 2px 0 3px;
  font-size: 14px;
}

.wsf-ui-datepicker td {
  padding: 0;
}

.wsf-ui-datepicker td a,
.wsf-ui-datepicker td span {
  display: block;
  border: 1px solid transparent !important;
  background: transparent !important;
  border-radius: 7px;
  text-align: center;
  padding: 4px 0;
  color: #1f2630 !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
}

.wsf-ui-datepicker table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 1px;
}

.wsf-ui-datepicker td a:hover {
  background: #f3f6f8 !important;
}

.wsf-ui-datepicker td .ui-state-active {
  border-color: var(--wsf-primary) !important;
  color: var(--wsf-primary) !important;
  background: #eefaf6 !important;
  font-weight: 700;
}

.wsf-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px 16px;
}

.wsf-field-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  grid-column: span 4;
}

.wsf-field-wrap.wsf-width-full {
  grid-column: 1 / -1;
}

.wsf-field-wrap.wsf-width-half {
  grid-column: span 6;
}

.wsf-field-wrap.wsf-width-third {
  grid-column: span 4;
}

.wsf-field-wrap.wsf-width-quarter {
  grid-column: span 3;
}

.wsf-label {
  font-size: 13px;
  font-weight: 500;
  color: #202129;
}

.wsf-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.wsf-field-help-trigger {
  width: 22px;
  height: 22px;
  border: 1px solid #7e7e84;
  border-radius: 999px;
  background: #e2e2e5;
  color: #2b2f38;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
}

.wsf-field-help-trigger .material-symbols-outlined {
  font-size: 15px;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20;
}

.wsf-input-shell {
  position: relative;
  display: flex;
  align-items: center;
}

.wsf-input-shell input,
.wsf-input-shell select,
.wsf-input-shell textarea {
  width: 100%;
  border: 1px solid #7e7e84;
  border-radius: 12px;
  background: #e2e2e5;
  min-height: 42px;
  padding: 12px 12px 12px 42px;
  font-size: 15px;
  font-weight: 500;
  color: #202129;
}

.wsf-input-shell input[type="range"] {
  padding: 0 !important;
  margin: 0;
  width: 100% !important;
  max-width: none !important;
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
  min-height: 0 !important;
  height: auto;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.wsf-input-shell .wsf-native-select {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.wsf-input-shell .wsf-search-select {
  position: relative;
  width: 100%;
  min-height: 42px;
}

.wsf-input-shell .wsf-search-select-toggle {
  width: 100%;
  min-height: 42px;
  height: 42px;
  border: 1px solid #7e7e84;
  border-radius: 12px;
  background: #e2e2e5;
  color: #202129;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 0 40px 0 12px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.wsf-input-shell.wsf-input-shell-has-icon .wsf-search-select-toggle {
  padding-left: 42px;
}

.wsf-search-select-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wsf-search-select-toggle .wsf-search-select-caret {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #2c2f37;
}

.wsf-search-select.is-open .wsf-search-select-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.wsf-search-select-dropdown {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  border: 1px solid #7e7e84;
  border-top: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #e2e2e5;
  z-index: 300;
  overflow: hidden;
}

.wsf-search-select.is-open .wsf-search-select-dropdown {
  display: block;
}

.wsf-search-select-search {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #7e7e84;
  background: #f0f0f2;
  min-height: 36px;
  padding: 8px 10px;
  font-size: 14px;
  color: #202129;
}

.wsf-search-select-search:focus {
  outline: none;
  box-shadow: none;
}

.wsf-input-shell .wsf-search-select-search {
  width: 100% !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 9px 12px !important;
  border: 0 !important;
  border-top: 1px solid #7e7e84 !important;
  border-bottom: 1px solid #7e7e84 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  background: #f0f0f2 !important;
  box-shadow: none !important;
  line-height: 22px !important;
  font-size: 15px !important;
}

.wsf-search-select-options {
  max-height: 240px;
  overflow: auto;
  background: #e2e2e5;
  position: relative;
  z-index: 1;
}

.wsf-search-select-option {
  display: block;
  width: 100%;
  border: 0;
  background: #e2e2e5;
  text-align: left;
  padding: 10px 12px;
  font-size: 15px;
  color: #202129;
  cursor: pointer;
}

.wsf-search-select-option:hover,
.wsf-search-select-option.is-active {
  background: var(--wsf-primary);
  color: var(--wsf-btn-text);
}

.wsf-search-select-empty {
  padding: 10px 12px;
  font-size: 14px;
  color: #5e6470;
}

.wsf-input-shell input::placeholder,
.wsf-input-shell textarea::placeholder {
  color: #7a818c;
  opacity: 1;
}

.wsf-input-shell input::-ms-input-placeholder,
.wsf-input-shell textarea::-ms-input-placeholder {
  color: #7a818c;
}

.wsf-input-shell textarea {
  min-height: 72px;
  padding-top: 12px;
}

.wsf-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #25262d;
  font-size: 20px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  pointer-events: none;
  z-index: 2;
}

.wsf-currency-prefix {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: 600;
  color: #191a1f;
  z-index: 2;
}

.wsf-currency-prefix + input {
  padding-right: 38px !important;
}

.wsf-unit-suffix {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 600;
  color: #4f5661;
  z-index: 2;
}

.wsf-km-input {
  padding-right: 44px !important;
}

.wsf-input-shell.wsf-input-shell-min-check input {
  padding-right: 42px !important;
}

.wsf-min-check {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
  line-height: 1;
  color: #1f8f52;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 2;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
}

.wsf-input-shell.wsf-min-check-visible .wsf-min-check {
  opacity: 1;
}

.wsf-stars {
  display: flex;
  gap: 4px;
  padding: 4px 0;
}

.wsf-star {
  border: 0;
  background: transparent;
  font-size: 44px;
  line-height: 1;
  color: #80848f;
  cursor: pointer;
  padding: 0;
}

.wsf-star.is-active {
  color: #f0bd19;
}

.wsf-choice-buttons {
  display: flex;
  gap: 10px;
  padding: 2px 0;
}

.wsf-field-unfallfrei .wsf-label {
  text-align: center;
  font-weight: 600;
}

.wsf-choice-buttons-unfallfrei {
  justify-content: center;
  gap: 18px;
  width: 100%;
}

.wsf-choice-buttons-unfallfrei .wsf-choice-btn {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  min-height: 148px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 2px solid transparent;
  background: #fff;
  color: #162030;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 16px rgba(15, 28, 37, 0.08);
}

.wsf-choice-buttons-unfallfrei .wsf-choice-btn:hover {
  transform: translateY(-2px);
  border-color: var(--wsf-primary);
  box-shadow: 0 10px 22px rgba(16, 32, 44, 0.14);
}

.wsf-choice-buttons-unfallfrei .wsf-choice-btn.is-active {
  background: #fff !important;
  border-color: var(--wsf-primary);
  box-shadow: 0 12px 26px rgba(16, 32, 44, 0.14);
  color: #162030 !important;
}

.wsf-choice-buttons-unfallfrei .wsf-choice-card-image-wrap {
  width: 88px;
  height: 68px;
  border-radius: 14px;
  background: transparent;
  margin-bottom: 2px;
  box-shadow: none;
}

.wsf-choice-buttons-unfallfrei .wsf-choice-card-image {
  width: 72px;
  height: 58px;
}

.wsf-choice-buttons-unfallfrei .wsf-choice-card-icon {
  font-size: 56px;
}

.wsf-choice-buttons-unfallfrei .wsf-choice-card-title {
  font-size: 24px;
  font-weight: 700;
}

.wsf-choice-btn {
  flex: 1;
  min-height: 46px;
  border: 1px solid #9ea3ad;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f1f3f6);
  color: #202129;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: all 140ms ease;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.wsf-choice-btn:hover {
  border-color: #757d8b;
  transform: translateY(-1px);
}

.wsf-choice-btn:focus-visible {
  outline: 2px solid #2e6edb;
  outline-offset: 2px;
}

.wsf-choice-btn.is-active {
  background: linear-gradient(180deg, #232630, #171920);
  color: #fff;
  border-color: #171920;
  box-shadow: 0 8px 20px rgba(16, 20, 30, 0.2);
  transform: translateY(-1px);
}

.wsf-choice-card-image-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #fff;
  margin-bottom: 8px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
}

.wsf-choice-card-image {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.wsf-choice-card-icon {
  font-size: 34px;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.wsf-choice-card-title {
  display: block;
  font-size: 15px;
  line-height: 1.2;
}

.wsf-choice-card-subtitle {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.9;
}

@keyframes wsfStepInRight {
  from { opacity: 0; transform: translateX(26px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes wsfStepInLeft {
  from { opacity: 0; transform: translateX(-26px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes wsfStepOutLeft {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(-26px); }
}

@keyframes wsfStepOutRight {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(26px); }
}

.wsf-range-value {
  margin-left: 8px;
  border: 1px solid #8f8f92;
  border-radius: 10px;
  padding: 0 10px;
  min-width: 56px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  background: #e2e2e5;
  font-size: 15px;
  flex: 0 0 auto;
}

.wsf-char-counter {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #575c66;
  margin-top: 3px;
}

.wsf-char-counter.wsf-char-counter-ok {
  color: #1f8f52;
  font-weight: 700;
}

.wsf-upload-note {
  background: #dcdcdf;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
}

.wsf-upload-drop {
  position: relative;
  margin-top: 12px;
  border: 2px dashed #6c6d72;
  border-radius: 6px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  background: #efeff1;
  padding: 14px;
}

.wsf-upload-drop .material-symbols-outlined {
  font-size: 30px;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

#wsf-upload {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.wsf-upload-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
}

.wsf-field-upload {
  align-items: stretch;
}

.wsf-field-upload .wsf-label,
.wsf-field-upload .wsf-upload-note,
.wsf-field-upload .wsf-upload-drop,
.wsf-field-upload #wsf-upload-status,
.wsf-field-upload .wsf-upload-grid {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.wsf-field-upload #wsf-upload-status {
  text-align: left;
  min-height: 0;
}

.wsf-field-upload #wsf-upload-status.wsf-upload-status-alert {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.wsf-field-upload #wsf-upload-status.wsf-upload-status-alert.is-error {
  color: #8a1712;
  background: #fde8e7;
  border-color: #f4b8b4;
}

.wsf-field-upload #wsf-upload-status.wsf-upload-status-alert.is-success {
  color: #0b7a3b;
  background: #e7f6ed;
  border-color: #abdcbf;
}

.wsf-field-upload #wsf-upload-status.wsf-upload-status-alert.is-info {
  color: #123c7b;
  background: #e8f1ff;
  border-color: #bbd2ff;
}

.wsf-upload-thumb {
  position: relative;
  border: 1px solid #8b8d93;
  border-radius: 10px;
  overflow: hidden;
  background: #e3e3e6;
  text-decoration: none;
  color: #15161b;
}

.wsf-upload-thumb.is-pending {
  opacity: 0.72;
}

.wsf-upload-delete {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 26px;
  height: 26px;
  border: 1px solid #9f1f1f;
  border-radius: 999px;
  background: #d83131;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 3;
  padding: 0;
  line-height: 0;
}

.wsf-upload-delete-icon {
  width: 13px;
  height: 13px;
  display: block;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  fill: none;
}

.wsf-upload-delete:disabled {
  opacity: 0.55;
  cursor: default;
}

.wsf-upload-thumb.is-pending .wsf-upload-delete {
  display: none;
}

.wsf-upload-thumb img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.wsf-upload-thumb span {
  display: block;
  padding: 6px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wsf-upload-progress {
  display: block;
  height: 5px;
  margin: 0 6px 8px;
  border-radius: 999px;
  background: #d2d4da;
  overflow: hidden;
}

.wsf-upload-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: #1f2025;
  transition: width 120ms linear;
}

.wsf-upload-thumb.is-uploaded .wsf-upload-progress-bar {
  background: #0b7a3b;
}

.wsf-upload-thumb.is-error .wsf-upload-progress-bar {
  background: #b3261e;
}

.wsf-help-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
}

.wsf-help-modal.is-open {
  display: block;
}

body.wsf-modal-open {
  overflow: hidden;
}

.wsf-help-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 23, 30, 0.62);
}

.wsf-help-modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 840px);
  max-height: 88vh;
  background: #f6f6f8;
  border: 1px solid #bcc3d1;
  border-radius: 12px;
  padding: 12px;
  box-sizing: border-box;
}

.wsf-help-modal-close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--wsf-btn-border);
  border-radius: 999px;
  background: var(--wsf-primary);
  color: var(--wsf-btn-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.wsf-help-modal-close .material-symbols-outlined {
  font-size: 20px;
  line-height: 1;
}

.wsf-help-modal-image {
  display: block;
  max-width: 100%;
  max-height: calc(88vh - 36px);
  margin: 0 auto;
  border-radius: 8px;
}

.wsf-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}

.wsf-checkbox .wsf-field-help-trigger {
  margin-left: auto;
}

.wsf-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
}

.wsf-actions.wsf-actions-submitted {
  grid-template-columns: 1fr;
}

.wsf-actions.wsf-actions-submitted > :not(#wsf-submit-status) {
  display: none !important;
}

.wsf-progress-shell {
  display: block;
  width: 100%;
  height: 8px;
  align-self: center;
  border-radius: 999px;
  background: #dde0ea;
  overflow: hidden;
}

.wsf-progress-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #673de6, #6f49ff);
  transition: width 260ms ease;
}

.wsf-btn,
.wsf-btn-secondary {
  border: 1px solid #2f3038;
  border-radius: 8px;
  min-height: 42px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.wsf-submit-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.wsf-btn-icon.material-symbols-outlined {
  font-size: 18px;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20;
}

.wsf-btn {
  background: linear-gradient(90deg, var(--wsf-primary-dark), var(--wsf-primary));
  color: var(--wsf-btn-text);
  border-color: var(--wsf-btn-border);
}

.wsf-btn-secondary {
  background: #f3f3f4;
  color: #1f2025;
}

.wsf-reset-row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: var(--wp--style--global--content-size, 1220px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
  margin-top: 12px;
  box-sizing: border-box;
}

.wsf-reset-row.is-hidden {
  display: none;
}

.wsf-reset-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 11px;
  font-size: 13px;
  font-weight: 500;
  border-color: #c2c6ce;
  background: #f6f7f9;
  color: #4a5060;
}

.wsf-reset-btn .material-symbols-outlined {
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: 2px;
}

.wsf-field-error {
  outline: 2px solid #b3261e !important;
  outline-offset: 1px;
}

.wsf-field-wrap-error .wsf-input-shell input,
.wsf-field-wrap-error .wsf-input-shell select,
.wsf-field-wrap-error .wsf-input-shell textarea,
.wsf-field-wrap-error .wsf-input-shell .wsf-search-select-toggle {
  border-color: #c62828 !important;
  box-shadow: 0 0 0 2px rgba(198, 40, 40, 0.15);
}

.wsf-field-wrap-valid .wsf-input-shell input,
.wsf-field-wrap-valid .wsf-input-shell select,
.wsf-field-wrap-valid .wsf-input-shell textarea,
.wsf-field-wrap-valid .wsf-input-shell .wsf-search-select-toggle {
  border-color: #1f8f52;
  box-shadow: 0 0 0 2px rgba(31, 143, 82, 0.14);
}

.wsf-field-wrap-valid .wsf-input-shell input[type="range"] {
  border-color: #7e7e84;
  box-shadow: none;
}

.wsf-field-wrap-error .wsf-choice-btn {
  border-color: #c62828 !important;
}

.wsf-inline-error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #b3261e;
}

.wsf-field-feedback {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  min-height: 18px;
  margin-top: 3px;
}

.wsf-field-feedback .wsf-inline-error {
  margin-top: 0;
  flex: 1 1 auto;
}

.wsf-field-feedback .wsf-char-counter {
  margin-top: 0;
  margin-left: auto;
  flex: 0 0 auto;
}

.wsf-field-wrap-email-valid .wsf-input-shell input[type="email"],
.wsf-field-wrap-email-valid .wsf-input-shell input[name="email"] {
  border-color: #1f8f52 !important;
  box-shadow: 0 0 0 2px rgba(31, 143, 82, 0.14);
  padding-right: 38px;
}

.wsf-field-wrap-email-valid .wsf-input-shell::after {
  content: "✓";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #1f8f52;
  font-size: 16px;
  font-weight: 700;
}

.wsf-field-wrap-email-invalid .wsf-input-shell input[type="email"],
.wsf-field-wrap-email-invalid .wsf-input-shell input[name="email"] {
  border-color: #c62828 !important;
}

.wsf-recaptcha-wrap {
  position: relative;
  display: block;
  min-height: 1px;
}

.wsf-recaptcha-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #c8ccd4;
  border-radius: 8px;
  background: #f5f7fb;
  color: #5f6673;
  font-size: 12px;
  line-height: 1.1;
  padding: 6px 8px;
  box-shadow: 0 2px 8px rgba(10, 18, 36, 0.08);
}

.wsf-recaptcha-indicator-icon {
  font-size: 16px;
  line-height: 1;
  color: #3f6fd9;
}

.wsf-recaptcha-indicator-left,
.wsf-recaptcha-indicator-right {
  position: fixed;
  bottom: 14px;
  z-index: 10005;
}

.wsf-recaptcha-indicator-left {
  left: 12px;
}

.wsf-recaptcha-indicator-right {
  right: 12px;
}

.wsf-recaptcha-indicator-below {
  margin-top: 4px;
}

.wsf-error-text {
  color: #b3261e;
  margin: 12px 0;
  font-size: 15px;
  font-weight: 500;
}

.wsf-success-text {
  color: #0b7a3b;
  margin: 12px 0;
  font-size: 15px;
  font-weight: 500;
}

#wsf-submit-status.wsf-submit-status-inline,
#wsf-submit-status.wsf-submit-status-overlay {
  display: block;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 600;
}

#wsf-submit-status.wsf-submit-status-inline {
  margin: 10px 0 0;
}

#wsf-submit-status.wsf-submit-status-overlay {
  margin: 0;
  grid-column: 1 / -1;
}

#wsf-submit-status.wsf-submit-status-inline.wsf-error-text {
  background: rgba(179, 38, 30, 0.08);
  border: 1px solid rgba(179, 38, 30, 0.28);
}

#wsf-submit-status.wsf-submit-status-overlay.wsf-success-text {
  background: rgba(11, 122, 59, 0.1);
  border: 1px solid rgba(11, 122, 59, 0.28);
}

.wsf-wizard.wsf-funnel-angebot {
  background: #f4f5fb;
  border-color: #d9dcef;
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(57, 49, 135, 0.12);
}

.wsf-wizard.wsf-funnel-angebot .wsf-step h2,
.wsf-wizard.wsf-funnel-angebot .wsf-step h3 {
  color: #131962;
}

.wsf-wizard.wsf-funnel-angebot .wsf-step p {
  color: #1f2a71;
}

.wsf-wizard.wsf-funnel-angebot .wsf-input-shell input,
.wsf-wizard.wsf-funnel-angebot .wsf-input-shell select,
.wsf-wizard.wsf-funnel-angebot .wsf-input-shell textarea {
  background: #fff;
  border-color: #d8dbef;
}

.wsf-wizard.wsf-funnel-angebot .wsf-choice-buttons {
  gap: 24px;
  justify-content: center;
}

.wsf-wizard.wsf-funnel-angebot .wsf-choice-btn {
  border-radius: 18px;
  min-height: 170px;
  min-width: 190px;
  max-width: 240px;
  padding: 16px 14px;
  background: #fff;
  border: 2px solid #e0e3f4;
  color: #161f6b;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(31, 29, 86, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wsf-wizard.wsf-funnel-angebot .wsf-choice-btn:hover {
  border-color: #8f7cff;
  box-shadow: 0 18px 34px rgba(87, 62, 208, 0.2);
  transform: translateY(-2px) scale(1.01);
}

.wsf-wizard.wsf-funnel-angebot .wsf-choice-btn.is-active {
  background: linear-gradient(180deg, #ffffff, #f7f5ff);
  color: #3d2ec9;
  border-color: #b2a2ff;
  box-shadow: 0 20px 36px rgba(96, 66, 230, 0.24);
}

.wsf-wizard.wsf-funnel-angebot .wsf-choice-card-title {
  font-size: 33px;
  font-weight: 400;
  line-height: 1.1;
  color: #151b65;
}

.wsf-wizard.wsf-funnel-angebot .wsf-choice-card-subtitle {
  font-size: 16px;
  color: #2a2f72;
}

.wsf-wizard.wsf-funnel-angebot .wsf-choice-card-image-wrap {
  width: 84px;
  height: 84px;
  border-radius: 22px;
}

.wsf-wizard.wsf-funnel-angebot .wsf-choice-card-image {
  width: 62px;
  height: 62px;
}

.wsf-wizard.wsf-funnel-angebot .wsf-btn {
  background: linear-gradient(120deg, #6b3cff, #4023c7);
  border-color: #4f2ce0;
}

.wsf-wizard.wsf-funnel-angebot .wsf-btn-secondary {
  border-color: #7f69dd;
  color: #4b31bb;
  background: #f8f6ff;
}

.wsf-wizard.wsf-funnel-angebot .wsf-actions-offer {
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
}

.wsf-wizard.wsf-funnel-anfragen {
  width: 100%;
  max-width: var(--wp--style--global--content-size, 1200px);
  background: #f3f3f4;
  border-color: #e7e7ea;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(18, 27, 36, 0.06);
}

.wsf-wizard.wsf-funnel-anfragen .wsf-step {
  padding: 26px 26px 12px;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-step h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  margin: 6px 0 14px;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-step-subtitle {
  text-align: center;
  font-size: 17px;
  color: #232832;
  margin: 0 auto 26px;
  max-width: none;
  width: 100%;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-choice-buttons {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px 24px;
  justify-items: center;
  margin: 8px 0 24px;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-choice-btn {
  width: 100%;
  max-width: 270px;
  min-height: 146px;
  padding: 10px;
  border-radius: 16px;
  border: 2px solid transparent;
  background: #fff;
  color: #162030;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  box-shadow: 0 6px 16px rgba(15, 28, 37, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-choice-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(16, 32, 44, 0.14);
  border-color: var(--wsf-primary);
}

.wsf-wizard.wsf-funnel-anfragen .wsf-choice-btn.is-active {
  border-color: var(--wsf-primary);
  box-shadow: 0 12px 26px rgba(16, 32, 44, 0.14);
  transform: scale(1.02);
  color: #162030;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-choice-card-image-wrap {
  width: 88px;
  height: 68px;
  margin: 0;
  border-radius: 14px;
  background: transparent;
  box-shadow: none;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-choice-card-image {
  width: 72px;
  height: 58px;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-choice-card-title {
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-wrap: pretty;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-choice-btn .wsf-choice-card-icon {
  color: var(--wsf-primary);
}

.wsf-wizard.wsf-funnel-anfragen .wsf-grid {
  max-width: 980px;
  margin: 0 auto;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-field-wrap {
  grid-column: 1 / -1;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-field-choice-buttons > .wsf-label {
  display: none;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-input-shell input,
.wsf-wizard.wsf-funnel-anfragen .wsf-input-shell select,
.wsf-wizard.wsf-funnel-anfragen .wsf-input-shell textarea {
  min-height: 52px;
  border-radius: 10px;
  border-color: #c8ccd2;
  background: #fff;
  padding-left: 56px;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-range-value {
  min-height: 52px;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-input-shell .wsf-search-select-toggle {
  min-height: 52px !important;
  height: 52px;
  border-radius: 10px !important;
  border-color: #c8ccd2 !important;
  background: #fff !important;
  padding-top: 0;
  padding-bottom: 0;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-input-shell .wsf-search-select-dropdown {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-input-shell.wsf-input-shell-has-icon .wsf-search-select-toggle {
  padding-left: 56px !important;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-input-shell .wsf-icon {
  left: 18px;
  color: #18856f;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-checkbox {
  align-items: flex-start;
  font-size: 19px;
  gap: 12px;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-checkbox input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-actions-click {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  grid-template-columns: 62px 1fr 62px;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-actions-click .wsf-progress-shell {
  width: 100%;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-actions-click-final {
  grid-template-columns: 62px 1fr;
  grid-template-areas:
    "submit submit"
    "back progress";
}

.wsf-wizard.wsf-funnel-anfragen .wsf-actions-click-final .wsf-nav-back {
  grid-area: back;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-actions-click-final .wsf-progress-shell {
  grid-area: progress;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-actions-click-final .wsf-submit-cta {
  grid-area: submit;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-nav-arrow {
  width: 62px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--wsf-primary);
  color: #fff;
  cursor: pointer;
  transition: transform 160ms ease, opacity 160ms ease, background-color 160ms ease;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-nav-arrow .material-symbols-outlined {
  font-size: 24px;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-nav-arrow:hover:not(:disabled) {
  transform: translateY(-1px);
}

.wsf-wizard.wsf-funnel-anfragen .wsf-nav-arrow:disabled,
.wsf-wizard.wsf-funnel-anfragen .wsf-nav-arrow.is-disabled {
  background: #d4d5d7;
  color: #f2f2f2;
  cursor: not-allowed;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-progress-shell {
  height: 8px;
  background: #d7d7da;
}

.wsf-wizard.wsf-funnel-anfragen .wsf-progress-fill {
  background: linear-gradient(90deg, var(--wsf-primary), var(--wsf-primary-dark));
}

.wsf-wizard.wsf-funnel-anfragen .wsf-submit-cta {
  border: 1px solid var(--wsf-btn-border);
  border-radius: 10px;
  min-height: 52px;
  background: var(--wsf-primary);
  color: var(--wsf-btn-text);
  font-size: 17px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: transform 160ms ease, opacity 160ms ease, box-shadow 160ms ease;
  box-shadow: 0 10px 20px rgba(25, 133, 111, 0.25);
}

.wsf-wizard.wsf-funnel-anfragen .wsf-submit-cta:hover:not(:disabled) {
  transform: translateY(-1px);
}

.wsf-wizard.wsf-funnel-anfragen .wsf-submit-cta:disabled,
.wsf-wizard.wsf-funnel-anfragen .wsf-submit-cta.is-disabled {
  background: #d4d5d7;
  color: #f6f6f6;
  box-shadow: none;
  cursor: not-allowed;
}

.wsf-offer-tabs {
  display: flex;
  gap: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin: -12px -12px 12px;
  border-bottom: 1px solid #1f1f24;
}

.wsf-offer-tab {
  flex: 0 0 auto;
  min-width: 140px;
  text-align: center;
  padding: 12px 16px;
  background: #111219;
  color: #d7d9ea;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.wsf-offer-tab.is-active {
  background: #0a0b10;
  color: #fff;
}

.wsf-wizard.wsf-density-compact .wsf-step h2,
.wsf-wizard.wsf-density-compact .wsf-step h3 {
  font-size: 20px;
}

.wsf-wizard.wsf-density-compact .wsf-label {
  font-size: 12px;
}

.wsf-wizard.wsf-density-compact .wsf-input-shell input,
.wsf-wizard.wsf-density-compact .wsf-input-shell select,
.wsf-wizard.wsf-density-compact .wsf-input-shell textarea {
  min-height: 38px;
  font-size: 13px;
}

.wsf-wizard.wsf-density-compact .wsf-input-shell .wsf-search-select-toggle {
  min-height: 38px;
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

.wsf-wizard.wsf-density-compact .wsf-input-shell .wsf-search-select-toggle .wsf-search-select-text {
  font-size: 13px;
}

.wsf-wizard.wsf-density-compact .wsf-btn,
.wsf-wizard.wsf-density-compact .wsf-btn-secondary {
  min-height: 38px;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .wsf-step h2,
  .wsf-step h3 {
    font-size: 20px;
  }

  .wsf-label {
    font-size: 12px;
  }

  .wsf-input-shell input,
  .wsf-input-shell select,
  .wsf-input-shell textarea {
    min-height: 38px;
    font-size: 13px;
  }

  .wsf-btn,
  .wsf-btn-secondary {
    min-height: 38px;
    font-size: 13px;
  }

  .wsf-wizard.wsf-funnel-angebot .wsf-choice-btn {
    min-height: 120px;
    min-width: 140px;
    font-size: 16px;
  }

  .wsf-wizard.wsf-funnel-angebot .wsf-actions-offer {
    grid-template-columns: 120px 1fr 120px;
  }

  .wsf-wizard.wsf-funnel-angebot .wsf-choice-card-title {
    font-size: 24px;
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-step h3 {
    font-size: 34px;
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-choice-card-title {
    font-size: 20px;
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-actions-click {
    grid-template-columns: 54px 1fr 280px;
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-actions-click-final {
    grid-template-columns: 54px 1fr;
  }
}

@media (max-width: 760px) {
  .wsf-grid {
    grid-template-columns: 1fr;
  }

  .wsf-field-wrap,
  .wsf-field-wrap.wsf-width-full,
  .wsf-field-wrap.wsf-width-half,
  .wsf-field-wrap.wsf-width-third,
  .wsf-field-wrap.wsf-width-quarter {
    grid-column: 1;
  }

  .wsf-actions {
    grid-template-columns: 1fr;
  }

  .wsf-actions:not(.wsf-actions-click) > [data-next],
  .wsf-actions:not(.wsf-actions-click) > button[type="submit"].wsf-btn {
    order: 1;
  }

  .wsf-actions:not(.wsf-actions-click) > [data-prev] {
    order: 2;
  }

  .wsf-actions:not(.wsf-actions-click) > .wsf-progress-shell {
    order: 3;
  }

  .wsf-wizard.wsf-funnel-angebot .wsf-actions-offer {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .wsf-offer-tabs {
    margin: -10px -10px 10px;
  }

  .wsf-step {
    padding: 10px;
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-step {
    padding: 14px 12px 8px;
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-step h3 {
    font-size: 28px;
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-choice-buttons {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-choice-btn {
    min-height: 136px;
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-choice-card-title {
    font-size: 17px;
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-actions-click {
    grid-template-columns: 54px 1fr;
    grid-template-areas:
      "back progress"
      "submit submit";
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-nav-back {
    grid-area: back;
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-progress-shell {
    grid-area: progress;
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-submit-cta,
  .wsf-wizard.wsf-funnel-anfragen .wsf-nav-next {
    grid-area: submit;
    width: 100%;
  }

  .wsf-wizard.wsf-funnel-anfragen .wsf-actions-click-final {
    grid-template-columns: 54px 1fr;
    grid-template-areas:
      "submit submit"
      "back progress";
  }

  .wsf-choice-buttons-unfallfrei {
    flex-direction: column;
    gap: 10px;
  }

  .wsf-choice-buttons-unfallfrei .wsf-choice-btn {
    min-width: 100%;
    max-width: none;
    min-height: 124px;
  }
}
