.beherzig-form-wizard{margin:0 auto;max-width:600px;position:relative;width:100%}.beherzig-form-progress{align-items:center;background:var(--beherzig-cream,#f7f5f2);border-radius:8px;display:flex;justify-content:space-between;margin:2rem 0;overflow:hidden;padding:4px;position:relative}.beherzig-form-progress__bar{background:var(--beherzig-brown-80,#73574a);border-radius:4px;height:8px;position:relative;transition:width .3s ease-out}.beherzig-form-progress__bar:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);content:"";inset:0;position:absolute}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.beherzig-form-progress__bar-fill{background:var(--beherzig-brown-80,#73574a);border-radius:4px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.beherzig-form-progress__steps{display:flex;justify-content:space-between;margin-top:1rem;padding:0 4px}.beherzig-form-progress__step{align-items:center;color:var(--beherzig-dark-gray,#666);cursor:default;display:flex;flex:1;flex-direction:column;font-size:.875rem;font-weight:500;gap:8px;max-width:120px;position:relative;transition:color .2s ease;z-index:1}.beherzig-form-progress__step--active{color:var(--beherzig-brown-80,#73574a);font-weight:400}.beherzig-form-progress__step--completed{color:var(--beherzig-graphite,#3d3937)}.beherzig-form-progress__step-number{align-items:center;background:var(--beherzig-white,#fff);border:3px solid var(--beherzig-gray-300,#d1d5db);border-radius:50%;color:var(--beherzig-gray-500,#6b7280);display:flex;font-size:16px;font-weight:600;height:40px;justify-content:center;position:relative;transition:all .25s ease-out;width:40px}.beherzig-form-progress__step-number .number{display:block}.beherzig-form-progress__step-number .checkmark{color:var(--beherzig-white,#fff);display:none}.beherzig-form-progress__step-label{color:var(--beherzig-gray-600,#4b5563);font-size:13px;font-weight:500;line-height:1.3;opacity:.7;text-align:center;transition:opacity .25s ease-out}.beherzig-form-progress__step.active .beherzig-form-progress__step-number{background:var(--beherzig-brown-80,#73574a);border-color:var(--beherzig-brown-80,#73574a);box-shadow:0 4px 12px rgba(92,67,56,.25);color:var(--beherzig-white,#fff);transform:scale(1.1)}.beherzig-form-progress__step.active .beherzig-form-progress__step-label{color:var(--beherzig-brown-80,#73574a);font-weight:600;opacity:1}.beherzig-form-progress__step.completed .beherzig-form-progress__step-number{background:var(--beherzig-brown-80,#73574a);border-color:var(--beherzig-brown-80,#73574a);color:var(--beherzig-white,#fff)}.beherzig-form-progress__step.completed .beherzig-form-progress__step-number .number{display:none}.beherzig-form-progress__step.completed .beherzig-form-progress__step-number .checkmark{display:block}.beherzig-form-progress__step.completed .beherzig-form-progress__step-label{opacity:.8}.beherzig-form-progress__step.completed{cursor:pointer}.beherzig-form-progress__step.completed:hover .beherzig-form-progress__step-number{transform:scale(1.05)}.beherzig-form-steps-container{min-height:400px;position:relative}.beherzig-form-step{display:none;opacity:0;transform:translateX(20px);transition:opacity .3s ease-out,transform .3s ease-out}.beherzig-form-step.active{display:block;opacity:1;transform:translateX(0)}.beherzig-form__row{margin-bottom:1.5rem;width:100%}.beherzig-form__row-group{display:flex;flex-direction:column;gap:1.5rem}@media (width >= 768px){.beherzig-form__row-group--inline{display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}}.beherzig-form__label,.beherzig-form__row label{color:var(--beherzig-graphite,#3d3937);display:block;font-size:.9375rem;font-weight:600;line-height:1.4;margin-bottom:8px}.beherzig-form__label .required,.beherzig-form__row label .required{color:var(--beherzig-brown,#5c4338);margin-left:2px}.beherzig-form__label .optional,.beherzig-form__row label .optional{color:var(--beherzig-gray-500,#6b7280);font-size:13px;font-weight:400;margin-left:4px}.beherzig-form__input,.beherzig-form__row input,.beherzig-form__row select,.beherzig-form__row textarea,.beherzig-form__select,.beherzig-form__textarea{background:var(--beherzig-alpine-white,#fff);border:2px solid var(--beherzig-light-gray,#e5e5e5);border-radius:4px;color:var(--beherzig-graphite,#3d3937);font-family:Jost,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;height:56px;padding:16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.beherzig-form__row textarea,.beherzig-form__textarea{height:auto;line-height:1.6;min-height:120px;resize:vertical}.beherzig-form__input:focus,.beherzig-form__row input:focus,.beherzig-form__row select:focus,.beherzig-form__row textarea:focus,.beherzig-form__select:focus,.beherzig-form__textarea:focus{border-color:var(--beherzig-brown,#5c4338);box-shadow:0 0 0 3px rgba(115,87,74,.1);outline:none}.beherzig-form__row input::-moz-placeholder,.beherzig-form__row textarea::-moz-placeholder{color:var(--beherzig-gray-400,#9ca3af)}.beherzig-form__row input::placeholder,.beherzig-form__row textarea::placeholder{color:var(--beherzig-gray-400,#9ca3af)}.beherzig-form__input--valid,.beherzig-form__row input.beherzig-form__input--valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%2348BB78' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16.667 5 7.5 14.167 3.333 10'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border-color:#48bb78;padding-right:40px}.beherzig-form__input--error,.beherzig-form__row input.error,.beherzig-form__row select.error,.beherzig-form__row textarea.error{border-color:var(--beherzig-error,#b55a4a)}.beherzig-form__error,.beherzig-form__row .error-message{color:var(--beherzig-error,#b55a4a);display:none;font-size:.875rem;margin-top:6px;padding-left:4px}.beherzig-form__error.is-visible,.beherzig-form__row .error-message{display:block;font-weight:500}.beherzig-form__row select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%233D3937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;cursor:pointer;padding-right:44px}.beherzig-form__checkbox,.beherzig-form__radio{align-items:flex-start;display:flex;gap:12px;margin-bottom:12px}.beherzig-form__checkbox input[type=checkbox],.beherzig-form__radio input[type=radio]{cursor:pointer;flex-shrink:0;height:20px;margin-top:2px;width:20px}.beherzig-form__checkbox label,.beherzig-form__radio label{cursor:pointer;font-size:14px;font-weight:400;line-height:1.6;margin:0}.beherzig-form__row-group{display:grid;gap:clamp(16px,3vw,24px);grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.beherzig-form-navigation{border-top:1px solid var(--beherzig-gray-200,#e5e7eb);display:flex;gap:12px;margin-top:clamp(24px,4vw,32px);padding-top:clamp(20px,3vw,28px)}.beherzig-form-navigation .beherzig-btn{align-items:center;border:2px solid transparent;border-radius:10px;cursor:pointer;display:inline-flex;font-family:Jost,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;gap:8px;justify-content:center;line-height:1.4;padding:12px 24px;text-decoration:none;transition:all .18s ease-out}.beherzig-form-navigation .beherzig-btn svg{flex-shrink:0;height:18px;width:18px}.beherzig-form-navigation .beherzig-btn--primary{background:var(--beherzig-brown-80,#73574a);color:var(--beherzig-white,#fff);flex:1}.beherzig-form-navigation .beherzig-btn--primary:hover:not(:disabled){background:var(--beherzig-brown-100,#5c4338);box-shadow:0 6px 18px rgba(92,67,56,.32);transform:translateY(-1px)}.beherzig-form-navigation .beherzig-btn--primary:active:not(:disabled){transform:translateY(0)}.beherzig-form-navigation .beherzig-btn--primary:disabled{cursor:not-allowed;opacity:.6}.beherzig-form-navigation .beherzig-btn--secondary{background:transparent;border-color:var(--beherzig-gray-300,#d1d5db);color:var(--beherzig-graphite,#3d3937)}.beherzig-form-navigation .beherzig-btn--secondary:hover{background:var(--beherzig-gray-100,#f3f4f6);border-color:var(--beherzig-gray-400,#9ca3af)}.beherzig-notification{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.15);font-size:14px;font-weight:500;line-height:1.5;max-width:400px;opacity:0;padding:16px 20px;position:fixed;right:20px;top:20px;transform:translateX(400px);transition:opacity .3s ease-out,transform .3s ease-out;z-index:10000}.beherzig-notification.show{opacity:1;transform:translateX(0)}.beherzig-notification--success{background:#10b981;color:#fff}.beherzig-notification--error{background:#dc2626;color:#fff}.beherzig-notification--info{background:var(--beherzig-brown-80,#73574a);color:#fff}.beherzig-form__help{color:var(--beherzig-gray-600,#4b5563);font-size:13px;line-height:1.5;margin-top:6px}.beherzig-form__error-summary{background:var(--beherzig-error-bg,#fdf6f5);border-left:4px solid var(--beherzig-error,#b55a4a);border-radius:4px;display:none;margin-bottom:2rem;padding:1rem 1.5rem}.beherzig-form__error-summary.is-visible{display:block}.beherzig-form__error-summary-title{color:var(--beherzig-error,#b55a4a);font-size:1rem;font-weight:400;margin:0 0 .5rem}.beherzig-form__error-summary-list{color:#742a2a;margin:0;padding-left:1.5rem}@media (width <= 640px){.beherzig-form-progress{padding:0 8px}.beherzig-form-progress__step{max-width:80px}.beherzig-form-progress__step-number{font-size:14px;height:36px;width:36px}.beherzig-form-progress__step-label{font-size:11px}@media (width <= 400px){.beherzig-form-progress__step-label{display:none}}.beherzig-form__row input,.beherzig-form__row select,.beherzig-form__row textarea{font-size:16px;padding:14px}.beherzig-form-navigation{flex-direction:column-reverse}.beherzig-form-navigation .beherzig-btn{padding:14px 20px;width:100%}.beherzig-notification{inset:auto 16px 20px;max-width:none}.beherzig-modal--form{padding:0}.beherzig-modal--form .beherzig-modal__dialog{border-radius:0;height:100vh;margin:0;max-width:100%;overflow-y:auto;padding:clamp(20px,5vw,32px)}}@media (width <= 480px){.beherzig-form__row-group{grid-template-columns:1fr}}.beherzig-btn:focus-visible,.beherzig-form__row input:focus-visible,.beherzig-form__row select:focus-visible,.beherzig-form__row textarea:focus-visible{outline:3px solid var(--beherzig-brown-80,#73574a);outline-offset:2px}@media (prefers-contrast:high){.beherzig-form__row input,.beherzig-form__row select,.beherzig-form__row textarea{border-width:2px}.beherzig-form-progress__bar{height:4px}}@media (prefers-reduced-motion:reduce){.beherzig-btn,.beherzig-form-progress__bar-fill,.beherzig-form-progress__step-number,.beherzig-form-step,.beherzig-notification{transition:none}}@media print{.beherzig-form-navigation,.beherzig-form-progress{display:none}.beherzig-form-step{display:block!important;opacity:1!important;transform:none!important;page-break-inside:avoid}}@media (prefers-color-scheme:dark){.beherzig-form__input,.beherzig-form__row input,.beherzig-form__row select,.beherzig-form__row textarea,.beherzig-form__select,.beherzig-form__textarea{background:var(--beherzig-dark-bg,#1a1918);border-color:hsla(0,0%,100%,.2);color:var(--beherzig-dark-text,#e8e6e3)}.beherzig-form__input:focus,.beherzig-form__row input:focus,.beherzig-form__row select:focus,.beherzig-form__row textarea:focus,.beherzig-form__select:focus,.beherzig-form__textarea:focus{border-color:var(--beherzig-brown,#5c4338);box-shadow:0 0 0 3px rgba(115,87,74,.2)}.beherzig-form__label,.beherzig-form__row label{color:var(--beherzig-dark-text,#e8e6e3)}.beherzig-form-progress{background:var(--beherzig-dark-surface,#2a2624)}.beherzig-form__error-summary{background:rgba(229,62,62,.1);border-left-color:#fc8181}.beherzig-form__error-summary-title{color:#fc8181}.beherzig-form__error-summary-list{color:#feb2b2}}.beherzig-form-modal--redesign{background:var(--beherzig-white,#fff);border-radius:4px;box-shadow:var(--beherzig-shadow-modal,0 20px 60px rgba(61,57,55,.1));margin:0 auto;max-width:560px;overflow:hidden}.beherzig-form-modal__header{align-items:center;border-bottom:1px solid var(--beherzig-cream-dark,#ebe8e3);display:flex;justify-content:space-between;padding:var(--space-xl,32px) var(--space-2xl,48px)}.beherzig-form-modal__title{color:var(--beherzig-graphite,#3d3937);font-size:20px;font-weight:600;margin:0}.beherzig-form-modal__close{align-items:center;background:var(--beherzig-cream,#f7f5f2);border:none;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background .2s ease-out;width:36px}.beherzig-form-modal__close:hover{background:var(--beherzig-brown-20,#ece6e2)}.beherzig-form-modal__close svg{height:16px;stroke:var(--beherzig-graphite,#3d3937);stroke-width:2;width:16px}@media (width >= 768px){.beherzig-form-modal__close{height:44px;width:44px}.beherzig-form-modal__close svg{height:18px;width:18px}}.beherzig-form-progress--redesign{align-items:center;background:var(--beherzig-cream,#f7f5f2);display:flex;gap:var(--space-xs,8px);justify-content:center;padding:var(--space-lg,24px) var(--space-2xl,48px)}.beherzig-form-step--redesign{align-items:center;display:flex;gap:var(--space-md,16px)}.beherzig-form-step__number--redesign{align-items:center;background:var(--beherzig-white,#fff);border:2px solid var(--beherzig-brown-30,#d9cec8);border-radius:50%;color:var(--beherzig-brown-60,#a08b7f);display:flex;font-size:14px;font-weight:600;height:32px;justify-content:center;transition:all .2s ease-out;width:32px}.beherzig-form-step--redesign.active .beherzig-form-step__number--redesign,.beherzig-form-step--redesign.completed .beherzig-form-step__number--redesign{background:var(--beherzig-brown-100,#5c4338);border-color:var(--beherzig-brown-100,#5c4338);color:var(--beherzig-white,#fff)}.beherzig-form-step__label--redesign{color:var(--beherzig-brown-60,#a08b7f);font-size:14px;font-weight:500}.beherzig-form-step--redesign.active .beherzig-form-step__label--redesign{color:var(--beherzig-graphite,#3d3937)}.beherzig-form-step__connector{background:var(--beherzig-brown-30,#d9cec8);height:2px;margin:0 var(--space-xs,8px);width:40px}.beherzig-form-step--redesign.completed+.beherzig-form-step__connector,.beherzig-form-step__connector--active{background:var(--beherzig-brown-100,#5c4338)}@media (width <= 640px){.beherzig-form-progress--redesign{gap:var(--space-xs,8px);padding:var(--space-md,16px)}.beherzig-form-step__label--redesign{display:none}.beherzig-form-step__connector{width:24px}}.beherzig-form-input--filled,.beherzig-form-select--filled{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--beherzig-cream,#f7f5f2);border:1px solid transparent;border-radius:3px;color:var(--beherzig-graphite,#3d3937);font-family:var(--font-primary,"Jost",sans-serif);font-size:15px;padding:14px 16px;transition:background .2s ease-out,border-color .2s ease-out;width:100%}.beherzig-form-input--filled:focus,.beherzig-form-select--filled:focus{background:var(--beherzig-white,#fff);border-color:var(--beherzig-brown-60,#a08b7f);outline:none}.beherzig-form-input--filled::-moz-placeholder{color:var(--beherzig-brown-60,#a08b7f)}.beherzig-form-input--filled::placeholder{color:var(--beherzig-brown-60,#a08b7f)}.beherzig-form-select--filled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%238F7668' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:48px}.beherzig-form-input--error-inline,.beherzig-form-input--filled.beherzig-form-input--error-inline{background:var(--beherzig-error-bg,#fdf6f5);border-color:var(--beherzig-error,#b55a4a)}.beherzig-form-input--error-inline:focus{border-color:var(--beherzig-error,#b55a4a)}.beherzig-form-error--inline{align-items:center;color:var(--beherzig-error,#b55a4a);display:flex;font-size:13px;gap:6px;margin-top:6px}.beherzig-form-error--inline svg{flex-shrink:0;height:14px;stroke:var(--beherzig-error,#b55a4a);stroke-width:2;width:14px}.beherzig-form-modal__actions{align-items:center;border-top:1px solid var(--beherzig-cream-dark,#ebe8e3);display:flex;justify-content:space-between;padding:var(--space-xl,32px) var(--space-2xl,48px)}.beherzig-form-btn{align-items:center;border-radius:3px;cursor:pointer;display:inline-flex;font-family:var(--font-primary,"Jost",sans-serif);font-size:15px;font-weight:500;gap:var(--space-xs,8px);padding:14px 28px;transition:all .2s ease-out}.beherzig-form-btn--secondary{background:transparent;border:1px solid var(--beherzig-brown-30,#d9cec8);color:var(--beherzig-graphite,#3d3937)}.beherzig-form-btn--secondary:hover{background:var(--beherzig-cream,#f7f5f2);border-color:var(--beherzig-brown-60,#a08b7f)}.beherzig-form-btn--primary{background:var(--beherzig-brown-100,#5c4338);border:none;color:var(--beherzig-white,#fff)}.beherzig-form-btn--primary:hover{background:var(--beherzig-brown-80,#73574a)}.beherzig-form-btn svg{height:16px;width:16px}.beherzig-form-btn--primary:hover svg{transform:translateX(2px);transition:transform .2s ease-out}.beherzig-form-btn--secondary:hover svg{transform:translateX(-2px);transition:transform .2s ease-out}@media (width <= 640px){.beherzig-form-modal__actions{flex-direction:column-reverse;gap:var(--space-md,16px);padding:var(--space-lg,24px) var(--space-md,16px)}.beherzig-form-btn{justify-content:center;width:100%}}.beherzig-form-btn:focus-visible{outline:2px solid var(--beherzig-brown-80,#73574a);outline-offset:2px}@media (prefers-color-scheme:dark){.beherzig-form-modal--redesign{background:var(--beherzig-white)}.beherzig-form-modal__header{border-bottom-color:var(--beherzig-cream-dark)}.beherzig-form-progress--redesign{background:var(--beherzig-cream)}.beherzig-form-input--filled,.beherzig-form-select--filled{background:var(--beherzig-cream);color:var(--beherzig-graphite)}.beherzig-form-input--filled:focus,.beherzig-form-select--filled:focus{background:var(--beherzig-white)}.beherzig-form-modal__actions{border-top-color:var(--beherzig-cream-dark)}}