/* ==========================================================================
   Fahrzeugankauf Formular — Frontend Styles
   ========================================================================== */

/* ============================================================================
   Theme-Reset: minimal — verhindert nur dass das WordPress-Theme Links rot färbt
   oder Default-Outlines auf unseren Buttons malt. Greift NICHT in unsere
   Button-Backgrounds ein (sonst werden alle CTAs farblos).
   ============================================================================ */
.fzk-form-root a,
.fzk-form-root a:hover,
.fzk-form-root a:focus,
.fzk-form-root a:visited,
.fzk-form-root a:active {
  color: inherit;
  text-decoration: none;
}

.fzk-form-root {
  --fzk-brand:        #1E40AF;
  --fzk-brand-hover:  #1E3A8A;
  --fzk-brand-soft:   #EFF4FF;
  --fzk-brand-ring:   rgba(30, 64, 175, 0.15);
  --fzk-bg:           #FFFFFF;
  --fzk-surface:      #F8FAFC;
  --fzk-ink:          #0F172A;
  --fzk-ink-soft:     #334155;
  --fzk-muted:        #64748B;
  --fzk-border:       #E2E8F0;
  --fzk-progress:     #E2E8F0;
  --fzk-trust-green:  #16A34A;
  --fzk-trust-gold:   #F59E0B;

  font-family: inherit;
  background: var(--fzk-bg);
  color: var(--fzk-ink);
  /* Container wächst mit dem Inhalt, ist aber nie länger als der Viewport.
     min-height: 540px verhindert dass kurze Steps zu klein wirken.
     max-height: 100vh - 40px verhindert dass es jemals länger wird als der Bildschirm.
     overflow: hidden + flex-Layout mit auto-Footer sorgt dafür dass NIE gescrollt wird. */
  min-height: 540px !important;
  max-height: calc(100vh - 40px) !important;
  height: auto !important;
  border: 1px solid var(--fzk-border);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-font-smoothing: antialiased;
  max-width: 920px;
  margin: 0 auto;
}

/* Auf Mobile: kein min-height, kompletter Viewport, keine Borders.
   100dvh (dynamic viewport height) löst das iOS-Safari-Problem dass die
   Adressleiste/Keyboard von 100vh nicht abgezogen wird → Buttons verdeckt.
   Browser ohne dvh-Support fallen auf vh zurück. */
@media (max-width: 640px) {
  .fzk-form-root {
    min-height: 100vh !important;
    max-height: 100vh !important;
    height: 100vh !important;
    border: none;
    border-radius: 0;
    max-width: none;
  }
  @supports (height: 100dvh) {
    .fzk-form-root {
      min-height: 100dvh !important;
      max-height: 100dvh !important;
      height: 100dvh !important;
    }
  }
}

.fzk-form-root *,
.fzk-form-root *::before,
.fzk-form-root *::after {
  box-sizing: border-box;
}

/* iOS Safari Tap-Highlight komplett unterdrücken
   ----------------------------------------------
   Ohne diese Regel zeigt iOS Safari beim Antippen von Buttons einen
   roten/rosa Hintergrund-Flash, der sehr unprofessionell wirkt. */
.fzk-form-root,
.fzk-form-root * {
  -webkit-tap-highlight-color: transparent;
}

.fzk-form-root button {
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}

/* Progress */
.fzk-progress-track {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--fzk-progress);
  z-index: 5;
  flex-shrink: 0;
}
.fzk-progress-fill {
  height: 100%;
  background: var(--fzk-brand);
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  width: 0%;
}

.fzk-step-counter {
  font-size: 12px;
  color: var(--fzk-muted);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Main */
.fzk-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 32px;
  overflow: hidden;
  min-height: 0;
}
@media (max-width: 640px) {
  .fzk-main {
    padding: 20px 18px;
    align-items: flex-start;
  }
}

/* ============================================================================
   Step-Übergänge: Apple-Style Crossfade
   ============================================================================
   - Outgoing-Step fadet schnell weg (160ms)
   - Incoming-Step erscheint sanft (340ms) mit minimaler Translate-Bewegung
   - Keine Richtungs-Unterscheidung mehr — wirkt immer wie "vorwärts"
   - Easing: das Apple-eigene cubic-bezier(0.32, 0.72, 0, 1) — fühlt sich premium an */

.fzk-step {
  width: 100%;
  max-width: 600px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 340ms cubic-bezier(0.32, 0.72, 0, 1),
    transform 340ms cubic-bezier(0.32, 0.72, 0, 1);
  will-change: opacity, transform;
}

/* Wenn der Step einen Summary-Wrap enthält, soll er die ganze Container-Höhe
   ausfüllen, damit der Wrapper sein flex-Layout aufbauen kann.
   Funktioniert mit Klasse (.fzk-step--summary, JS-gesetzt) und :has() (modern).
   !important + hohe Spezifität gegen Theme-CSS-Overrides. */
.fzk-form-root .fzk-step.fzk-step--summary,
.fzk-form-root .fzk-step:has(.fzk-summary-wrap) {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  align-self: stretch !important;
  max-width: 600px;
  width: 100%;
}
.fzk-form-root .fzk-main.fzk-main--summary,
.fzk-form-root .fzk-main:has(.fzk-summary-wrap) {
  align-items: stretch !important;
  display: flex !important;
}

/* Eingang: nach Reflow wird .fzk-step-in gesetzt */
.fzk-step.fzk-step-in {
  opacity: 1;
  transform: translateY(0);
}

/* Ausgang: aktueller Step fadet schnell weg */
.fzk-step.fzk-step-out {
  opacity: 0;
  transform: translateY(-4px);
  transition:
    opacity 160ms cubic-bezier(0.4, 0, 1, 1),
    transform 160ms cubic-bezier(0.4, 0, 1, 1);
}

/* Subtiles fadeInUp für Trust-Badges, Banner etc. — minimaler Move */
@keyframes fzk-fadeInUp {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fzk-pulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.3); opacity: 0; }
}

@keyframes fzk-spin { to { transform: rotate(360deg); } }

/* Reduced-Motion: User-Wunsch respektieren — keine Bewegung mehr */
@media (prefers-reduced-motion: reduce) {
  .fzk-step,
  .fzk-step.fzk-step-in,
  .fzk-step.fzk-step-out {
    transition: opacity 200ms ease;
    transform: none !important;
  }
  .fzk-hero-cta:hover,
  .fzk-choice-btn:hover,
  .fzk-next-btn:hover:not(:disabled) {
    transform: none !important;
  }
}

/* Question Headings */
.fzk-q-badge {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--fzk-brand);
  margin-bottom: 14px;
}
.fzk-q-badge span { color: var(--fzk-muted); font-weight: 500; }

.fzk-q-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--fzk-ink);
  margin: 0 0 12px 0;
}

.fzk-q-hint {
  font-size: 14px;
  color: var(--fzk-muted);
  margin: 0 0 24px 0;
  font-weight: 400;
}

/* Mobile-Override */
@media (max-width: 640px) {
  .fzk-q-title {
    font-size: clamp(26px, 6vw, 36px);
    margin-bottom: 12px;
  }
  .fzk-q-hint {
    font-size: 15px;
    margin-bottom: 32px;
  }
}

/* Intro */
.fzk-intro { text-align: center; }
.fzk-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--fzk-brand-soft);
  color: var(--fzk-brand);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 22px;
}
@media (max-width: 640px) { .fzk-pill { margin-bottom: 28px; } }
.fzk-pill-dot {
  width: 6px; height: 6px;
  background: var(--fzk-brand);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--fzk-brand-ring);
}
.fzk-intro h1 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--fzk-ink);
  margin: 0 0 18px 0;
}
.fzk-intro h1 em {
  font-style: normal;
  color: var(--fzk-brand);
}
.fzk-intro-sub {
  font-size: clamp(14px, 1.4vw, 16px);
  color: var(--fzk-muted);
  max-width: 540px;
  margin: 0 auto 20px;
  line-height: 1.55;
}
.fzk-intro-sub strong {
  color: var(--fzk-ink);
  font-weight: 500;
}
.fzk-intro-meta {
  font-size: 12px;
  color: var(--fzk-muted);
  font-weight: 500;
}

/* Hero CTA-Button — der dicke "Jetzt Auto bewerten" mittig im Intro */
.fzk-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: var(--fzk-brand);
  color: white;
  border: none;
  border-radius: 12px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.28);
  margin: 4px 0 18px 0;
  transition:
    background-color 200ms cubic-bezier(0.32, 0.72, 0, 1),
    transform 200ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 200ms cubic-bezier(0.32, 0.72, 0, 1);
  animation: fzk-fadeInUp 0.6s 0.15s both;
}
.fzk-hero-cta:hover {
  background: var(--fzk-brand-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(30, 64, 175, 0.38);
}
.fzk-hero-cta:active { transform: translateY(0); }
.fzk-hero-cta:focus-visible {
  outline: 3px solid var(--fzk-brand-ring);
  outline-offset: 3px;
}
.fzk-hero-cta svg {
  transition: transform 0.2s;
}
.fzk-hero-cta:hover svg {
  transform: translateX(3px);
}

/* Mobile-Hero in voller Größe (Desktop-Werte überschreiben) */
@media (max-width: 640px) {
  .fzk-intro h1 {
    font-size: clamp(30px, 7vw, 44px);
    margin-bottom: 22px;
  }
  .fzk-intro-sub {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.6;
  }
  .fzk-intro-meta { font-size: 13px; }
  .fzk-hero-cta {
    width: 100%;
    justify-content: center;
    padding: 18px 24px;
    font-size: 17px;
  }
}

/* Text Inputs */
.fzk-text-wrap {
  display: flex;
  align-items: baseline;
  gap: 12px;
  border-bottom: 2px solid var(--fzk-border);
  padding-bottom: 14px;
  transition: border-color 0.25s;
}
.fzk-text-wrap.fzk-filled { border-color: var(--fzk-brand); }
.fzk-text-wrap input,
.fzk-text-wrap textarea {
  flex: 1;
  font-family: inherit;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 500;
  color: var(--fzk-ink);
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  letter-spacing: -0.01em;
  padding: 0;
}
.fzk-text-wrap input::placeholder,
.fzk-text-wrap textarea::placeholder {
  color: var(--fzk-ink);
  opacity: 0.22;
  font-weight: 400;
}

/* ============================================================================
   Browser-Autofill-Highlighting komplett unterdrücken
   ============================================================================
   Browser markieren autoausgefüllte Felder gelb (Chrome) oder rosa/lila (Safari).
   Das wirkt wie eine Fehlermeldung. Diese Regeln neutralisieren das auf alle
   möglichen Eingabefelder im Formular (Inputs, Combobox-Inputs, Textareas). */

.fzk-form-root input:-webkit-autofill,
.fzk-form-root input:-webkit-autofill:hover,
.fzk-form-root input:-webkit-autofill:focus,
.fzk-form-root input:-webkit-autofill:active,
.fzk-form-root textarea:-webkit-autofill,
.fzk-form-root textarea:-webkit-autofill:hover,
.fzk-form-root textarea:-webkit-autofill:focus,
.fzk-form-root .fzk-combo-input:-webkit-autofill,
.fzk-form-root .fzk-combo-input:-webkit-autofill:hover,
.fzk-form-root .fzk-combo-input:-webkit-autofill:focus,
.fzk-form-root .fzk-summary-edit-input:-webkit-autofill,
.fzk-form-root .fzk-summary-edit-input:-webkit-autofill:hover,
.fzk-form-root .fzk-summary-edit-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
          box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: var(--fzk-ink) !important;
  caret-color: var(--fzk-ink) !important;
  transition: background-color 9999s ease-in-out 0s !important;
  background-color: white !important;
  background-image: none !important;
}

/* Firefox-Autofill */
.fzk-form-root input:autofill,
.fzk-form-root textarea:autofill,
.fzk-form-root .fzk-combo-input:autofill,
.fzk-form-root .fzk-summary-edit-input:autofill {
  background-color: white !important;
  background-image: none !important;
  color: var(--fzk-ink) !important;
}

/* iOS Safari User-Suggestion-Highlighting */
.fzk-form-root input::-webkit-credentials-auto-fill-button,
.fzk-form-root input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

/* Sicherstellen, dass Choice-/Multi-/Confirm-Buttons KEINEN Autofill-Stil bekommen */
.fzk-form-root .fzk-choice-btn,
.fzk-form-root .fzk-multi-btn,
.fzk-form-root .fzk-confirm-box,
.fzk-form-root .fzk-skip-btn,
.fzk-form-root .fzk-edit-btn {
  -webkit-text-fill-color: inherit;
}
.fzk-suffix {
  font-size: 18px;
  font-weight: 500;
  color: var(--fzk-muted);
}
.fzk-text-wrap textarea {
  resize: none;
  min-height: 100px;
}

/* Honeypot — versteckt */
.fzk-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* ===========================================================================
   Combobox (Marke / Modell)
   =========================================================================== */
.fzk-combobox {
  position: relative;
  border-bottom: 2px solid var(--fzk-border);
  padding-bottom: 14px;
  transition: border-color 0.25s;
  display: flex;
  align-items: baseline;
}
.fzk-combobox.fzk-filled { border-color: var(--fzk-brand); }
.fzk-combobox.fzk-open { border-color: var(--fzk-brand); }

.fzk-combo-input {
  flex: 1;
  font-family: inherit;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 500;
  color: var(--fzk-ink);
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  letter-spacing: -0.01em;
  padding: 0 28px 0 0;
}
.fzk-combo-input::placeholder {
  color: var(--fzk-ink);
  opacity: 0.22;
  font-weight: 400;
}

.fzk-combo-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--fzk-muted);
  cursor: pointer;
  padding: 4px;
  display: flex;
  transition: transform 0.2s;
}
.fzk-combobox.fzk-open .fzk-combo-arrow {
  transform: translateY(-50%) rotate(180deg);
  color: var(--fzk-brand);
}

.fzk-combo-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid var(--fzk-border);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  margin-top: 6px;
  max-height: 280px;
  overflow-y: auto;
  z-index: 30;
  list-style: none;
  padding: 6px;
}
.fzk-combobox.fzk-open .fzk-combo-list {
  display: block;
  animation: fzk-fadeInUp 0.15s ease-out;
}

.fzk-combo-item {
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--fzk-ink);
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.1s;
}
.fzk-combo-item:hover,
.fzk-combo-item.fzk-active {
  background: var(--fzk-brand-soft);
  color: var(--fzk-brand);
}
.fzk-combo-empty {
  padding: 12px 14px;
  font-size: 13px;
  color: var(--fzk-muted);
  font-style: italic;
}

.fzk-combo-separator {
  height: 1px;
  background: var(--fzk-border);
  margin: 6px 8px;
  list-style: none;
}

.fzk-combo-item.fzk-combo-fallback {
  color: var(--fzk-muted);
  font-style: italic;
  font-weight: 500;
}
.fzk-combo-item.fzk-combo-fallback:hover,
.fzk-combo-item.fzk-combo-fallback.fzk-active {
  background: var(--fzk-surface);
  color: var(--fzk-ink-soft);
}

/* ===========================================================================
   Price-Skip-Button + Helper-Text
   =========================================================================== */
.fzk-helper-text {
  font-size: 12px;
  color: var(--fzk-muted);
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

.fzk-text-wrap.fzk-disabled {
  border-bottom-color: var(--fzk-border);
  opacity: 0.5;
}
.fzk-text-wrap.fzk-disabled input {
  cursor: not-allowed;
}

.fzk-skip-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 10px 14px;
  background: white;
  border: 1.5px solid var(--fzk-border);
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: var(--fzk-ink-soft);
  font-family: inherit;
  transition:
    border-color 200ms cubic-bezier(0.32, 0.72, 0, 1),
    background-color 200ms cubic-bezier(0.32, 0.72, 0, 1),
    color 200ms cubic-bezier(0.32, 0.72, 0, 1);
}
.fzk-skip-btn:hover { border-color: #CBD5E1; }
.fzk-skip-btn.fzk-skip-active {
  background: var(--fzk-brand-soft);
  border-color: var(--fzk-brand);
  color: var(--fzk-brand);
  font-weight: 600;
}
.fzk-skip-check {
  flex-shrink: 0;
  width: 18px; height: 18px;
  border: 1.5px solid var(--fzk-border);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 200ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 200ms cubic-bezier(0.32, 0.72, 0, 1);
}
.fzk-skip-btn.fzk-skip-active .fzk-skip-check {
  background: var(--fzk-brand);
  border-color: var(--fzk-brand);
  color: white;
}

/* ===========================================================================
   Confirm-Checkbox in Summary
   =========================================================================== */
.fzk-confirm-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: white;
  border: 2px solid var(--fzk-border);
  border-radius: 11px;
  cursor: pointer;
  margin-bottom: 14px;
  transition:
    border-color 200ms cubic-bezier(0.32, 0.72, 0, 1),
    background-color 200ms cubic-bezier(0.32, 0.72, 0, 1);
  user-select: none;
}
.fzk-confirm-box:hover { border-color: #CBD5E1; }
.fzk-confirm-box.fzk-checked {
  background: var(--fzk-brand-soft);
  border-color: var(--fzk-brand);
}
.fzk-confirm-check {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border: 1.5px solid var(--fzk-border);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  transition:
    background-color 200ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 200ms cubic-bezier(0.32, 0.72, 0, 1);
  background: white;
}
.fzk-confirm-box.fzk-checked .fzk-confirm-check {
  background: var(--fzk-brand);
  border-color: var(--fzk-brand);
}
.fzk-confirm-check svg {
  opacity: 0;
  transform: scale(0.7);
  transition:
    opacity 180ms cubic-bezier(0.32, 0.72, 0, 1),
    transform 180ms cubic-bezier(0.32, 0.72, 0, 1);
}
.fzk-confirm-box.fzk-checked .fzk-confirm-check svg {
  opacity: 1;
  transform: scale(1);
}
.fzk-confirm-text {
  flex: 1;
  font-size: 13px;
  line-height: 1.55;
  color: var(--fzk-ink-soft);
  font-weight: 500;
  transition: color 200ms cubic-bezier(0.32, 0.72, 0, 1);
}
.fzk-confirm-box.fzk-checked .fzk-confirm-text {
  color: var(--fzk-ink);
}
.fzk-confirm-text strong {
  color: var(--fzk-ink);
  font-weight: 600;
}

/* Trust Badges */
.fzk-trust-badges {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed var(--fzk-border);
  flex-wrap: wrap;
  animation: fzk-fadeInUp 0.5s 0.2s both;
}
@media (max-width: 640px) {
  .fzk-trust-badges { margin-top: 28px; padding-top: 22px; }
}
.fzk-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: var(--fzk-ink-soft);
  font-weight: 500;
  line-height: 1.3;
}
.fzk-trust-icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fzk-trust-icon-shield {
  background: #DCFCE7;
  color: var(--fzk-trust-green);
}
.fzk-trust-icon-google {
  background: white;
  border: 1px solid var(--fzk-border);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.5px;
}
.fzk-trust-icon-google span { color: #4285F4; }
.fzk-trust-label strong {
  display: block;
  color: var(--fzk-ink);
  font-weight: 600;
  font-size: 12.5px;
}
.fzk-trust-label-sub {
  font-size: 11px;
  color: var(--fzk-muted);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 3px;
}
.fzk-trust-stars {
  color: var(--fzk-trust-gold);
  font-size: 11px;
}

/* Choice Buttons */
.fzk-choices { display: flex; flex-direction: column; gap: 10px; }
.fzk-choice-btn {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  background: white;
  border: 2px solid var(--fzk-border);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition:
    border-color 200ms cubic-bezier(0.32, 0.72, 0, 1),
    background-color 200ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 200ms cubic-bezier(0.32, 0.72, 0, 1),
    transform 200ms cubic-bezier(0.32, 0.72, 0, 1);
}
.fzk-choice-btn:hover {
  border-color: var(--fzk-brand);
  background: var(--fzk-brand-soft);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.06);
}
.fzk-choice-btn.fzk-selected {
  background: var(--fzk-brand-soft);
  border-color: var(--fzk-brand);
  box-shadow: 0 0 0 3px var(--fzk-brand-ring);
}
.fzk-choice-letter {
  flex-shrink: 0;
  position: relative;
  width: 32px; height: 32px;
  border: 1.5px solid var(--fzk-border);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--fzk-muted);
  transition:
    background-color 200ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 200ms cubic-bezier(0.32, 0.72, 0, 1),
    color 200ms cubic-bezier(0.32, 0.72, 0, 1);
  background: white;
}
.fzk-choice-letter-text,
.fzk-choice-letter-check {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 180ms cubic-bezier(0.32, 0.72, 0, 1);
}
.fzk-choice-letter-check {
  opacity: 0;
}
.fzk-choice-btn.fzk-selected .fzk-choice-letter {
  background: var(--fzk-brand);
  border-color: var(--fzk-brand);
  color: white;
}
.fzk-choice-btn.fzk-selected .fzk-choice-letter-text { opacity: 0; }
.fzk-choice-btn.fzk-selected .fzk-choice-letter-check { opacity: 1; }

.fzk-choice-content { flex: 1; min-width: 0; }
.fzk-choice-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--fzk-ink);
  line-height: 1.4;
  transition: color 200ms cubic-bezier(0.32, 0.72, 0, 1);
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.fzk-choice-btn.fzk-selected .fzk-choice-label { color: var(--fzk-brand); font-weight: 600; }
.fzk-choice-desc {
  font-size: 13px;
  color: var(--fzk-muted);
  margin-top: 3px;
  font-weight: 400;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* Mobile: kompakteres Padding + Letter-Box, damit lange Description-Texte
   wie 'Sichtbare Gebrauchsspuren, kleinere Mängel' auf 1 Zeile mehr Platz haben */
@media (max-width: 640px) {
  .fzk-choice-btn {
    padding: 14px 14px;
    gap: 12px;
  }
  .fzk-choice-letter {
    width: 28px;
    height: 28px;
  }
  .fzk-choice-label {
    font-size: 14.5px;
  }
  .fzk-choice-desc {
    font-size: 12.5px;
  }
}

/* Multi Select */
.fzk-multi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (max-width: 640px) {
  /* Multi-Step Container: macht den Step zum flex-column damit die Liste den 
     übrigen Platz bekommt und scrollen kann ohne den Container zu sprengen.
     !important + hohe Spezifität gegen Theme-CSS-Overrides.
     Klasse .fzk-step--multi für Browser ohne :has()-Support. */
  .fzk-form-root .fzk-step.fzk-step--multi,
  .fzk-form-root .fzk-step:has(.fzk-multi-grid) {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
    align-self: stretch !important;
    max-width: 600px;
  }
  .fzk-form-root .fzk-main.fzk-main--multi,
  .fzk-form-root .fzk-main:has(.fzk-multi-grid) {
    align-items: stretch !important;
    display: flex !important;
  }
  .fzk-form-root .fzk-multi-grid {
    grid-template-columns: 1fr !important;
    /* Liste füllt den verbleibenden Platz, scrollt in sich */
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    /* Fade-Hint unten dass mehr da ist */
    -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 24px), transparent);
            mask-image: linear-gradient(to bottom, black calc(100% - 24px), transparent);
    padding-bottom: 16px;
    /* Scrollbar dezent */
    scrollbar-width: thin;
  }
  .fzk-form-root .fzk-multi-grid::-webkit-scrollbar {
    width: 4px;
  }
  .fzk-form-root .fzk-multi-grid::-webkit-scrollbar-thumb {
    background: var(--fzk-border);
    border-radius: 2px;
  }
  /* Multi-Btn: nicht zerquetschen lassen wenn lange Liste */
  .fzk-form-root .fzk-multi-btn {
    flex-shrink: 0;
  }
}
.fzk-multi-btn {
  text-align: left;
  padding: 11px 14px;
  background: white;
  border: 2px solid var(--fzk-border);
  border-radius: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition:
    border-color 200ms cubic-bezier(0.32, 0.72, 0, 1),
    background-color 200ms cubic-bezier(0.32, 0.72, 0, 1);
}
.fzk-multi-btn:hover {
  border-color: var(--fzk-brand);
  background: var(--fzk-brand-soft);
}
.fzk-multi-btn.fzk-selected {
  background: var(--fzk-brand-soft);
  border-color: var(--fzk-brand);
}
.fzk-multi-check {
  flex-shrink: 0;
  width: 20px; height: 20px;
  border: 1.5px solid var(--fzk-border);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 200ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 200ms cubic-bezier(0.32, 0.72, 0, 1);
  background: white;
}
.fzk-multi-btn.fzk-selected .fzk-multi-check {
  background: var(--fzk-brand);
  border-color: var(--fzk-brand);
}
.fzk-multi-check svg {
  display: block;
  opacity: 0;
  transform: scale(0.7);
  transition:
    opacity 180ms cubic-bezier(0.32, 0.72, 0, 1),
    transform 180ms cubic-bezier(0.32, 0.72, 0, 1);
}
.fzk-multi-btn.fzk-selected .fzk-multi-check svg {
  opacity: 1;
  transform: scale(1);
}
.fzk-multi-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--fzk-ink);
  transition: color 200ms cubic-bezier(0.32, 0.72, 0, 1);
}
.fzk-multi-btn.fzk-selected .fzk-multi-label { color: var(--fzk-brand); font-weight: 600; }

/* Summary */
/* Wrapper: vertikales Flex-Layout — Liste oben scrollbar, Bottom fix. */
.fzk-summary-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  width: 100%;
  /* Maximum die Container-Höhe minus Header (Title + Badge) und Footer */
  max-height: calc(100vh - 200px);
  overflow: hidden;
}
@supports (height: 100dvh) {
  .fzk-summary-wrap {
    max-height: calc(100dvh - 200px);
  }
}
.fzk-summary-scroll {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  /* Stärkerer Fade am unteren Rand, damit klar erkennbar: da geht's noch weiter */
  -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 32px), rgba(0,0,0,0.3) calc(100% - 12px), transparent);
          mask-image: linear-gradient(to bottom, black calc(100% - 32px), rgba(0,0,0,0.3) calc(100% - 12px), transparent);
  /* etwas mehr Padding rechts, damit Scrollbar nicht direkt am Inhalt klebt */
  padding-right: 4px;
}
/* Sichtbare, dezente Scrollbar — auf Mac/iOS sind sie sonst unsichtbar */
.fzk-summary-scroll::-webkit-scrollbar {
  width: 6px;
}
.fzk-summary-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.fzk-summary-scroll::-webkit-scrollbar-thumb {
  background: #CBD5E1;
  border-radius: 3px;
}
.fzk-summary-scroll::-webkit-scrollbar-thumb:hover {
  background: #94A3B8;
}
/* Firefox */
.fzk-summary-scroll {
  scrollbar-width: thin;
  scrollbar-color: #CBD5E1 transparent;
}
/* Bottom-Bereich: Confirm-Box + Privacy bleiben IMMER sichtbar unten — 
   flex-shrink:0 verhindert dass Theme-CSS das wegdrückt */
.fzk-summary-bottom {
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  border-top: 1px solid var(--fzk-border);
  padding-top: 12px;
  display: block !important;
  visibility: visible !important;
}

.fzk-summary-card {
  background: var(--fzk-surface);
  border: 1.5px solid var(--fzk-border);
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 0;
}
.fzk-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  padding: 5px 0;
  min-height: 26px;
}
.fzk-summary-label {
  color: var(--fzk-muted);
  font-weight: 500;
  flex-shrink: 0;
}
.fzk-summary-value-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  flex: 1;
  min-width: 0;
}
.fzk-summary-value {
  font-weight: 600;
  color: var(--fzk-ink);
  text-align: right;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.fzk-summary-divider {
  margin: 8px 0;
  border-top: 1px solid var(--fzk-border);
}

/* Edit-Button (Stift-Icon) neben Summary-Werten */
.fzk-edit-btn {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border: 1px solid var(--fzk-border);
  background: white;
  color: var(--fzk-muted);
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  padding: 0;
  transition:
    border-color 180ms cubic-bezier(0.32, 0.72, 0, 1),
    background-color 180ms cubic-bezier(0.32, 0.72, 0, 1),
    color 180ms cubic-bezier(0.32, 0.72, 0, 1);
}
.fzk-edit-btn:hover {
  border-color: var(--fzk-brand);
  color: var(--fzk-brand);
  background: var(--fzk-brand-soft);
}
.fzk-edit-btn:focus-visible {
  outline: 2px solid var(--fzk-brand);
  outline-offset: 2px;
}

/* Inline-Edit-Modus */
.fzk-summary-edit-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.fzk-summary-edit-input {
  flex: 1;
  min-width: 0;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--fzk-ink);
  background: white;
  border: 1.5px solid var(--fzk-brand);
  border-radius: 7px;
  padding: 6px 10px;
  outline: none;
  text-align: right;
}

/* Shake-Animation bei leerem/ungültigem Inline-Edit */
.fzk-summary-edit-input.fzk-shake {
  border-color: #DC2626;
  animation: fzk-shake 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@keyframes fzk-shake {
  10%, 90% { transform: translateX(-1px); }
  20%, 80% { transform: translateX(2px); }
  30%, 50%, 70% { transform: translateX(-3px); }
  40%, 60% { transform: translateX(3px); }
}
.fzk-summary-edit-suffix {
  font-size: 13px;
  color: var(--fzk-muted);
  font-weight: 500;
  flex-shrink: 0;
}
.fzk-summary-edit-save,
.fzk-summary-edit-cancel {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  padding: 0;
  border: 1.5px solid var(--fzk-border);
  background: white;
  transition:
    background-color 180ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 180ms cubic-bezier(0.32, 0.72, 0, 1),
    color 180ms cubic-bezier(0.32, 0.72, 0, 1);
}
.fzk-summary-edit-save {
  background: var(--fzk-brand);
  border-color: var(--fzk-brand);
  color: white;
}
.fzk-summary-edit-save:hover { background: var(--fzk-brand-hover); }
.fzk-summary-edit-cancel {
  color: var(--fzk-muted);
}
.fzk-summary-edit-cancel:hover {
  border-color: var(--fzk-muted);
  color: var(--fzk-ink);
}

/* Edit-Banner (wenn vom Summary zurückgesprungen) */
.fzk-edit-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--fzk-brand-soft);
  color: var(--fzk-brand);
  border: 1px solid var(--fzk-brand-ring);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
  animation: fzk-fadeInUp 0.3s ease-out;
}
.fzk-edit-banner svg { flex-shrink: 0; }
.fzk-promise {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 18px;
  font-size: 13px;
  color: #14532D;
  font-weight: 500;
  line-height: 1.5;
}
.fzk-promise svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--fzk-trust-green);
}
.fzk-privacy {
  font-size: 12px;
  line-height: 1.6;
  color: var(--fzk-muted);
  padding: 0 4px;
}
.fzk-privacy a { color: var(--fzk-ink); text-decoration: underline; text-decoration-color: var(--fzk-brand); }

/* Footer */
.fzk-footer {
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--fzk-border);
  background: white;
  flex-shrink: 0;
}
@media (max-width: 640px) { .fzk-footer { padding: 14px 20px; } }

.fzk-back-btn {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--fzk-muted);
  cursor: pointer;
  transition: color 0.2s;
  padding: 8px 4px;
}
.fzk-back-btn:hover:not(:disabled) { color: var(--fzk-ink); }
.fzk-back-btn:disabled { opacity: 0; pointer-events: none; }

.fzk-next-group { display: flex; align-items: center; gap: 14px; }
.fzk-kbd-hint {
  font-size: 11px;
  color: var(--fzk-muted);
  font-weight: 500;
}
.fzk-kbd-hint kbd {
  background: var(--fzk-surface);
  border: 1px solid var(--fzk-border);
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 10px;
  font-family: inherit;
  font-weight: 600;
}
@media (max-width: 640px) { .fzk-kbd-hint { display: none; } }

/* ============================================================================
   PHASE 14: Saisonaler Banner (Hero-Step)
   ============================================================================ */
.fzk-seasonal-banner {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
  color: #78350F;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 22px;
  border: 1px solid #FCD34D;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.fzk-seasonal-icon {
  font-size: 16px;
  flex-shrink: 0;
}

/* ============================================================================
   PHASE 14: Wunschpreis-Insights (nur noch Sofort-Schätzung-Range)
   ============================================================================ */
.fzk-price-insights {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}
.fzk-price-insights:empty {
  display: none;
}
.fzk-market-range-hint {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
  background: var(--fzk-brand-soft);
  color: var(--fzk-ink);
  border-left: 3px solid var(--fzk-brand);
  animation: fzkInsightFadeIn 240ms ease-out;
}
.fzk-market-range-hint strong {
  font-weight: 600;
}
.fzk-insight-icon {
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}
.fzk-insight-soft {
  color: var(--fzk-muted);
  font-size: 12.5px;
}
@keyframes fzkInsightFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================================
   PHASE 14: Wertverlust-Banner (auf Step nach Wunschpreis, fadet auto aus)
   ============================================================================ */
.fzk-depreciation-banner {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
  color: #78350F;
  border: 1px solid #FCD34D;
  border-radius: 12px;
  padding: 12px 36px 12px 14px;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 18px 0;
  animation: fzkDepBannerSlideIn 380ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 380ms ease, transform 380ms ease;
}
.fzk-depreciation-banner.fzk-depreciation-banner-fade-out {
  opacity: 0;
  transform: translateY(-6px);
}
.fzk-depreciation-icon {
  font-size: 18px;
  flex-shrink: 0;
  line-height: 1.2;
}
.fzk-depreciation-text strong {
  font-weight: 600;
}
.fzk-depreciation-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: none;
  background: transparent;
  color: #78350F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
  opacity: 0.6;
  transition: opacity 150ms ease, background-color 150ms ease;
}
.fzk-depreciation-close:hover {
  opacity: 1;
  background: rgba(120, 53, 15, 0.1);
}
@keyframes fzkDepBannerSlideIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================================
   PHASE 14 (revised): Inline-Anruf-CTA (nur auf Steps mit Platz)
   Statisch im Step-Content, nicht mehr Sticky. Verdeckt nichts.
   ============================================================================ */
.fzk-inline-call-cta {
  display: none;
}
@media (max-width: 640px) {
  .fzk-form-root .fzk-inline-call-cta {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 24px auto 8px auto;
    padding: 12px 18px;
    background: var(--fzk-brand-soft);
    border: 1px solid #DBEAFE;
    border-radius: 12px;
    text-decoration: none;
    color: var(--fzk-brand);
    font-size: 13px;
    font-weight: 500;
    transition: background-color 200ms ease;
    max-width: 360px;
    -webkit-tap-highlight-color: transparent;
  }
  .fzk-form-root .fzk-inline-call-cta:active {
    background: #DBEAFE;
  }
  .fzk-form-root .fzk-inline-call-cta strong {
    font-weight: 600;
    letter-spacing: -0.2px;
  }
  .fzk-form-root .fzk-inline-call-cta .fzk-inline-call-text {
    color: var(--fzk-ink-soft);
    font-weight: 400;
  }
}

/* ============================================================================
   PHASE 14 — alte Sticky-Mobile-Call-CTA wurde durch Inline-CTA ersetzt (siehe oben)
   ============================================================================ */

.fzk-next-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: var(--fzk-brand);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(30, 64, 175, 0.25);
  transition:
    background-color 180ms cubic-bezier(0.32, 0.72, 0, 1),
    transform 180ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 180ms cubic-bezier(0.32, 0.72, 0, 1);
  letter-spacing: 0.01em;
}
.fzk-next-btn:hover:not(:disabled) {
  background: var(--fzk-brand-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(30, 64, 175, 0.32);
}
.fzk-next-btn:active:not(:disabled) { transform: translateY(0); }
.fzk-next-btn:disabled { opacity: 0.35; cursor: not-allowed; box-shadow: none; }

/* ============================================================================
   Submit-Button (Summary-Step): Grün als Erfolgs-Farbe.
   !important gegen mögliche Theme-Overrides (z.B. Elementor Pro Forms,
   die Submit-Buttons aggressiv stylen).
   ============================================================================ */
.fzk-form-root .fzk-next-btn.fzk-next-btn--submit,
.fzk-form-root button.fzk-next-btn.fzk-next-btn--submit {
  background: #16A34A !important;
  background-color: #16A34A !important;
  color: white !important;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.30) !important;
  border: none !important;
}
.fzk-form-root .fzk-next-btn.fzk-next-btn--submit:hover:not(:disabled),
.fzk-form-root button.fzk-next-btn.fzk-next-btn--submit:hover:not(:disabled) {
  background: #15803D !important;
  background-color: #15803D !important;
  box-shadow: 0 6px 18px rgba(22, 163, 74, 0.40) !important;
}
.fzk-form-root .fzk-next-btn.fzk-next-btn--submit:active:not(:disabled),
.fzk-form-root button.fzk-next-btn.fzk-next-btn--submit:active:not(:disabled) {
  background: #166534 !important;
  background-color: #166534 !important;
}

.fzk-spinner {
  width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: fzk-spin 0.8s linear infinite;
}

/* Success */
.fzk-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 32px;
  text-align: center;
  flex: 1;
}
@media (max-width: 640px) { .fzk-success { padding: 40px 24px; } }

.fzk-success-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px; height: 78px;
  background: var(--fzk-brand-soft);
  border-radius: 50%;
  margin-bottom: 28px;
  animation: fzk-fadeInUp 0.6s both;
  position: relative;
}
.fzk-success-check::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--fzk-brand-ring);
  animation: fzk-pulse 2s ease-out infinite;
}
.fzk-success h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--fzk-ink);
  margin: 0 0 18px 0;
  animation: fzk-fadeInUp 0.6s 0.1s both;
  max-width: 540px;
}
.fzk-success p {
  font-size: clamp(15px, 1.7vw, 18px);
  color: var(--fzk-muted);
  line-height: 1.6;
  margin: 0;
  animation: fzk-fadeInUp 0.6s 0.2s both;
  max-width: 540px;
}
.fzk-success-meta {
  font-size: 13px;
  color: var(--fzk-muted);
  margin-top: 28px;
  animation: fzk-fadeInUp 0.6s 0.3s both;
}

/* Error message */
.fzk-error-message {
  background: #FEE2E2;
  border: 1px solid #FCA5A5;
  color: #991B1B;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 13px;
  margin-top: 16px;
  display: none;
}
.fzk-error-message.fzk-visible { display: block; }
