@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

.zbc-ui,
.zbc-ui * {
  box-sizing: border-box !important;
  font-family: 'Montserrat', sans-serif !important;
}

.zbc-ui {
  color: #ffffff !important;
}

.zbc-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 28px 20px;
}

.zbc-topbar {
  margin-bottom: 20px;
}

.zbc-steps {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 4px;
}

.zbc-step {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 1;
  flex: 0 0 auto;
}

.zbc-step-circle {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.82) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.zbc-step.is-active .zbc-step-circle {
  background: #293189 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(41, 49, 137, 0.35) !important;
}

.zbc-step.is-done .zbc-step-circle {
  background: #ffffff !important;
  color: #293189 !important;
}

.zbc-step-label {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,0.92) !important;
  white-space: nowrap;
}

.zbc-step-divider {
  width: 30px;
  height: 2px;
  background: rgba(255,255,255,0.14) !important;
  flex: 0 0 auto;
}

.zbc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) 340px;
  gap: 22px;
  align-items: start;
}

.zbc-main-card,
.zbc-side-card {
  border-radius: 28px !important;
}

.zbc-main-card {
  background: #1f266b !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.28) !important;
  padding: 34px !important;
}

.zbc-side-card {
  background: #252f7a !important;
  border: 1px solid rgba(255,255,255,0.05) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.28) !important;
  padding: 18px !important;
  position: sticky;
  top: 20px;
}

.zbc-headline-wrap {
  margin-bottom: 24px;
}

.zbc-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(41, 49, 137, 0.18) !important;
  color: #d6dcff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

.zbc-headline-wrap h2 {
  margin: 0 0 12px 0 !important;
  font-size: 52px !important;
  line-height: 1.04 !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.zbc-subline {
  margin: 0 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  color: rgba(255,255,255,0.72) !important;
  max-width: 720px !important;
}

.zbc-form-error {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 88, 117, 0.14) !important;
  border: 1px solid rgba(255, 88, 117, 0.28) !important;
  color: #ffd7df !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.zbc-section + .zbc-section {
  margin-top: 28px;
}

.zbc-section h3 {
  margin: 0 0 16px 0 !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

/* Hintergrund Auswahl Grid */

.zbc-main-card .zbc-background-picker {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: start !important;
  width: 100% !important;
}

.zbc-main-card .zbc-bg-choice {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  cursor: pointer !important;
}

.zbc-main-card .zbc-bg-thumb-wrap {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #313c92 !important;
  transition: all 0.22s ease !important;
}

.zbc-main-card .zbc-bg-choice:hover .zbc-bg-thumb-wrap,
.zbc-main-card .zbc-bg-choice.is-selected .zbc-bg-thumb-wrap,
.zbc-main-card .zbc-bg-choice input[type="radio"]:checked + .zbc-bg-thumb-wrap {
  transform: translateY(-2px) !important;
  border-color: #293189 !important;
  box-shadow: 0 16px 32px rgba(41, 49, 137, 0.3) !important;
}

.zbc-main-card .zbc-bg-label {
  display: block !important;
  padding: 14px 14px 15px 14px !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: #293189 !important;
}

.zbc-field-group input {
  width: 100% !important;
  min-height: 56px !important;
  padding: 16px 18px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  background: #313c92 !important;
  color: #ffffff !important;
}

.zbc-field-group input:focus {
  border-color: #4f5fd1 !important;
  box-shadow: 0 0 0 4px rgba(41, 49, 137, 0.18) !important;
}

.zbc-btn-primary {
  background: linear-gradient(135deg, #293189 0%, #3b46b5 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(41, 49, 137, 0.28) !important;
}

.zbc-btn-secondary {
  background: #313c92 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}

.zbc-guide-slider {
  background: linear-gradient(180deg, #293189 0%, #161d54 100%) !important;
}

.zbc-guide-overlay {
  background: linear-gradient(
    180deg,
    rgba(10,14,42,0.08) 0%,
    rgba(10,14,42,0.46) 56%,
    rgba(10,14,42,0.84) 100%
  ) !important;
}

.zbc-guide-dot.is-active,
button.zbc-guide-dot.is-active,
.zbc-guide-dots button.is-active {
  background: #293189 !important;
}

.zbc-side-step > span {
  background: rgba(41,49,137,0.24) !important;
  color: #ffffff !important;
}