.wizard-section{border-bottom:1px solid #f0f0f0;margin-bottom:40px;padding-bottom:32px}.wizard-section:last-of-type{border-bottom:none;padding-bottom:0}.wizard-section-header{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.wizard-section-icon{background:linear-gradient(135deg,#ff6b89 0%,#ff527a 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.wizard-section-icon i{color:#fff;font-size:18px}.wizard-section-title-wrapper{flex:1}.wizard-section-title{color:#333;margin:0 0 4px;font-size:20px;font-weight:600;line-height:1.3}.wizard-section-subtitle{color:#666;margin:0;font-size:14px;line-height:1.4}.wizard-section-collapsible{border:1px solid #e5e5e5;border-radius:12px;margin-bottom:24px;padding:0;overflow:hidden}.wizard-section-collapsible .wizard-section-header{margin-bottom:0;padding:20px}.wizard-section-header-clickable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.wizard-section-header-clickable:hover{background:#f9f9f9}.wizard-section-chevron{color:#999;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .3s;display:flex}.wizard-section-collapsible.expanded .wizard-section-chevron{transform:rotate(180deg)}.wizard-section-content{background:#fafafa;padding:0 20px 20px}.wizard-form-select{color:#333;appearance:none;cursor:pointer;background:#fff url("data:image/svg+xml;charset=UTF-8,<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 1L7 7L13 1\" stroke=\"%23999\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>") right 16px center no-repeat;border:1px solid #e0e0e0;border-radius:8px;width:100%;padding:12px 40px 12px 16px;font-size:16px;transition:all .2s}.wizard-form-select:hover{border-color:silver}.wizard-form-select:focus{border-color:#ff6b89;outline:none;box-shadow:0 0 0 3px #ff6b891a}.wizard-form-select option{padding:8px}.wizard-form-select:disabled{cursor:not-allowed;color:#999;background-color:#f5f5f5}.wizard-form-textarea{color:#333;resize:vertical;background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:100%;padding:12px 16px;font-family:Commissioner,system-ui,sans-serif;font-size:16px;line-height:1.6;transition:all .2s}.wizard-form-textarea:hover{border-color:silver}.wizard-form-textarea:focus{border-color:#ff6b89;outline:none;box-shadow:0 0 0 3px #ff6b891a}.wizard-form-textarea::placeholder{color:#999}.wizard-textarea-wrapper{position:relative}.wizard-textarea-wrapper .wizard-char-counter{color:#999;pointer-events:none;background:#fff;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:500;position:absolute;top:auto;bottom:12px;right:16px;transform:none}.wizard-checkbox-group,.wizard-radio-group{flex-wrap:wrap;gap:10px;display:flex}.wizard-radio-label{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:none;align-items:center;gap:10px;padding:10px 16px;transition:all .2s;display:inline-flex}.wizard-radio-label:hover{background:#f9f9f9;border-color:silver}.wizard-radio{aspect-ratio:1;cursor:pointer;appearance:none;border:2px solid #e0e0e0;border-radius:50%;flex-shrink:0;width:20px;min-width:20px;height:20px;min-height:20px;transition:all .2s;position:relative}.wizard-radio:checked{background:#fff;border-width:2px;border-color:#ff6b89}.wizard-radio:checked:after{content:"";background:linear-gradient(135deg,#ff6b89 0%,#ff527a 100%);border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wizard-radio:focus{outline:none;box-shadow:0 0 0 3px #ff6b891a}.wizard-radio-text{color:#333;-webkit-user-select:none;user-select:none;font-size:15px;font-weight:400}.wizard-radio-label input:checked~.wizard-radio-text{color:#ff6b89;font-weight:500}.wizard-checkbox-label{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:none;align-items:center;gap:10px;padding:10px 16px;transition:all .2s;display:inline-flex}.wizard-checkbox-label:hover{background:#f9f9f9;border-color:silver}.wizard-checkbox{aspect-ratio:1;cursor:pointer;appearance:none;border:2px solid #e0e0e0;border-radius:4px;flex-shrink:0;width:20px;min-width:20px;height:20px;min-height:20px;transition:all .2s;position:relative}.wizard-checkbox:checked{background:linear-gradient(135deg,#ff6b89 0%,#ff527a 100%);border-color:#ff6b89}.wizard-checkbox:checked:after{content:"";color:#fff;font-family:"Font Awesome 5 Free";font-size:11px;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wizard-checkbox:focus{outline:none;box-shadow:0 0 0 3px #ff6b891a}.wizard-checkbox-text{color:#333;-webkit-user-select:none;user-select:none;font-size:15px;font-weight:400}.wizard-checkbox-label input:checked~.wizard-checkbox-text{color:#ff6b89;font-weight:500}.wizard-checkbox-label-single{background:0 0;border:none;padding:8px 0}.wizard-checkbox-label-single:hover{background:0 0}.step-summary{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;flex-wrap:wrap;gap:20px;margin-bottom:32px;padding:16px 20px;display:flex}.step-summary-item{align-items:center;gap:8px;font-size:15px;line-height:1.5;display:flex}.step-summary-label{color:#555;font-weight:600}.step-summary-value{color:#333;align-items:center;gap:10px;display:flex}.step-summary-checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;transition:background .2s;display:inline-flex}.step-summary-checkbox-label:hover{background:#25d3660d}.step-summary-checkbox{aspect-ratio:1;cursor:pointer;appearance:none;border:2px solid #e0e0e0;border-radius:4px;flex-shrink:0;width:20px;min-width:20px;height:20px;min-height:20px;transition:all .2s;position:relative}.step-summary-checkbox:checked{background:linear-gradient(135deg,#25d366 0%,#20c05c 100%);border-color:#25d366}.step-summary-checkbox:checked:after{content:"";color:#fff;font-family:"Font Awesome 5 Free";font-size:11px;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.step-summary-checkbox:focus{outline:none;box-shadow:0 0 0 3px #25d36633}.step-summary-checkbox-icon{aspect-ratio:1;color:#fff;background:#999;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;min-height:28px;font-size:15px;transition:all .2s;display:flex}.step-summary-checkbox-label:hover .step-summary-checkbox-icon{transform:scale(1.05)}.step-summary-checkbox-text{color:#999;font-size:15px;font-weight:400;transition:all .2s}.step-summary-checkbox:checked~.step-summary-checkbox-icon{background:linear-gradient(135deg,#25d366 0%,#20c05c 100%)}.step-summary-checkbox:checked~.step-summary-checkbox-text{color:#25d366;font-weight:500}@keyframes slideIn{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.wizard-form-group[style*="display: block"]{animation:.4s cubic-bezier(.4,0,.2,1) slideIn}@media (width<=768px){.wizard-section{margin-bottom:32px;padding-bottom:24px}.wizard-section-header{gap:12px;margin-bottom:20px}.wizard-section-icon{width:36px;height:36px}.wizard-section-icon i{font-size:16px}.wizard-section-title{font-size:18px}.wizard-section-subtitle{font-size:13px}}@media (width<=576px){.step-summary{flex-direction:column;gap:12px;margin-bottom:24px;padding:14px 16px}.step-summary-item{flex-direction:column;align-items:flex-start;gap:4px;font-size:14px}.step-summary-value{flex-direction:column;align-items:flex-start;gap:8px}.step-summary-checkbox-label{align-items:center;min-height:40px;padding:6px 8px}.step-summary-checkbox{aspect-ratio:1;width:18px;min-width:18px;height:18px;min-height:18px}.step-summary-checkbox-icon{aspect-ratio:1;width:24px;min-width:24px;height:24px;min-height:24px;font-size:13px}.step-summary-checkbox-text{font-size:14px}.step-summary-checkbox:checked:after{font-size:10px}.wizard-section{margin-bottom:24px;padding-bottom:20px}.wizard-section-header{flex-direction:column;align-items:flex-start;gap:12px}.wizard-section-icon{width:48px;height:48px}.wizard-section-icon i{font-size:20px}.wizard-section-title{font-size:18px}.wizard-section-collapsible .wizard-section-header{flex-direction:row;align-items:center;padding:16px}.wizard-section-collapsible .wizard-section-icon{width:36px;height:36px}.wizard-section-collapsible .wizard-section-icon i{font-size:16px}.wizard-section-content{padding:0 16px 16px}.wizard-form-select,.wizard-form-textarea{font-size:16px}.wizard-form-textarea{min-height:150px}.wizard-checkbox-group{flex-wrap:wrap;gap:8px}.wizard-checkbox-label{align-items:center;min-height:44px;padding:10px 14px;display:inline-flex}.wizard-checkbox{aspect-ratio:1;flex-shrink:0;width:22px;min-width:22px;height:22px;min-height:22px}.wizard-checkbox-text{font-size:14px}.wizard-checkbox:checked:after{font-size:12px}.wizard-radio-group{flex-wrap:wrap;gap:8px}.wizard-radio-label{align-items:center;min-height:44px;padding:10px 14px;display:inline-flex}.wizard-radio{aspect-ratio:1;flex-shrink:0;width:22px;min-width:22px;height:22px;min-height:22px}.wizard-radio-text{font-size:14px}.wizard-radio:checked:after{width:11px;height:11px}}@media (width<=375px){.wizard-section-title{font-size:16px}.wizard-section-subtitle{font-size:12px}.wizard-checkbox,.wizard-radio{aspect-ratio:1;width:20px;min-width:20px;height:20px;min-height:20px}.wizard-radio:checked:after{width:10px;height:10px}.wizard-checkbox:checked:after{font-size:11px}.wizard-checkbox-label,.wizard-radio-label{min-height:40px;padding:8px 12px}.wizard-checkbox-text,.wizard-radio-text{font-size:13px}}@media (hover:none) and (pointer:coarse){.wizard-form-select,.wizard-form-textarea,.wizard-checkbox-label,.wizard-radio-label,.step-summary-checkbox-label{touch-action:manipulation;min-height:44px}.wizard-checkbox,.wizard-radio{aspect-ratio:1;width:24px;min-width:24px;height:24px;min-height:24px}.step-summary-checkbox{aspect-ratio:1;width:22px;min-width:22px;height:22px;min-height:22px}.step-summary-checkbox-icon{aspect-ratio:1;width:30px;min-width:30px;height:30px;min-height:30px}.wizard-radio:checked:after{width:12px;height:12px}.wizard-checkbox:checked:after{font-size:13px}.step-summary-checkbox:checked:after{font-size:11px}}@supports ((-webkit-appearance:none)){.wizard-radio,.wizard-checkbox,.step-summary-checkbox{-webkit-appearance:none;backface-visibility:hidden;transform:translateZ(0)}.wizard-radio:checked:after,.wizard-checkbox:checked:after,.step-summary-checkbox:checked:after{-webkit-transform:translate(-50%,-50%)}.step-summary-checkbox-icon{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0)}}@media (prefers-contrast:high){.wizard-form-select,.wizard-form-textarea,.wizard-checkbox,.wizard-radio{border-width:2px}}@media (prefers-reduced-motion:reduce){.wizard-section-chevron,.wizard-form-select,.wizard-form-textarea,.wizard-checkbox,.wizard-checkbox-label,.wizard-radio,.wizard-radio-label{transition:none}@keyframes slideIn{0%{opacity:0}to{opacity:1}}}@media print{.wizard-section-icon{-webkit-print-color-adjust:exact;print-color-adjust:exact}.wizard-section-chevron{display:none}.wizard-section-collapsible{border:1px solid #ccc}.wizard-section-content{display:block!important}}
