.wrb-form-wrap{max-width:640px;margin:0 auto;font-family:inherit}
.wrb-steps{display:flex;align-items:center;margin-bottom:32px}
.wrb-step{display:flex;align-items:center;gap:8px}
.wrb-step-num{width:32px;height:32px;border-radius:50%;background:#ddd;color:#666;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}
.wrb-step.wrb-step--active .wrb-step-num{background:#c0392b;color:#fff}
.wrb-step-label{font-size:14px;color:#555}
.wrb-step.wrb-step--active .wrb-step-label{color:#c0392b;font-weight:600}
.wrb-step-line{flex:1;height:2px;background:#ddd;margin:0 12px}
.wrb-panel-title{font-size:1.3em;margin-bottom:4px}
.wrb-hint{font-size:14px;color:#555;margin-bottom:20px;border-left:3px solid #c0392b;padding-left:10px}
.wrb-hidden{display:none}
.wrb-field{margin-bottom:16px}
.wrb-field label{display:block;font-weight:600;margin-bottom:4px;font-size:14px}
.wrb-field input[type=text],.wrb-field input[type=email],.wrb-field textarea{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:4px;font-size:15px;box-sizing:border-box;transition:border-color .2s}
.wrb-field input:focus,.wrb-field textarea:focus{border-color:#c0392b;outline:none;box-shadow:0 0 0 2px rgba(192,57,43,.15)}
.wrb-field--check{display:flex;align-items:flex-start;gap:10px}
.wrb-field--check input{margin-top:3px;flex-shrink:0}
.wrb-field--check label{font-weight:400;font-size:14px}
.wrb-summary{width:100%;border-collapse:collapse;margin-bottom:20px}
.wrb-summary th{text-align:left;padding:8px 12px;background:#f7f7f7;width:42%;font-size:14px;vertical-align:top;border:1px solid #eee}
.wrb-summary td{padding:8px 12px;font-size:14px;white-space:pre-wrap;border:1px solid #eee}
.wrb-actions{margin-top:20px}
.wrb-actions--spread{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
.wrb-btn{padding:12px 24px;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;border:none;line-height:1}
.wrb-btn--primary{background:#c0392b;color:#fff}
.wrb-btn--primary:hover{background:#a93226}
.wrb-btn--secondary{background:#f0f0f0;color:#333;border:1px solid #ccc}
.wrb-btn--secondary:hover{background:#e0e0e0}
.wrb-btn:disabled{opacity:.6;cursor:not-allowed}
.wrb-error{color:#c0392b;font-size:14px;margin-top:8px;min-height:20px}
.wrb-success{text-align:center;padding:40px 20px}
.wrb-success-icon{font-size:56px;color:#27ae60;display:block;line-height:1}
.wrb-success h2{color:#27ae60}
