.csc-ws-form-wrap{max-width:900px;margin:0 auto;padding:24px;background:#fff;border-radius:20px;box-shadow:0 12px 40px rgba(0,0,0,.08)}
.csc-ws-help-bar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;background:#f6f8fb;border:1px solid #e6eaf0;border-radius:14px;padding:14px 16px;margin-bottom:22px}
.csc-ws-help-btn{display:inline-block;padding:10px 14px;border-radius:999px;background:#162b4d;color:#fff;text-decoration:none;font-weight:700}
.csc-ws-progress{height:8px;background:#e9eef5;border-radius:999px;overflow:hidden;margin-bottom:26px}.csc-ws-progress span{display:block;height:100%;background:#162b4d;transition:width .25s ease}
.csc-ws-step{display:none}.csc-ws-step.is-active{display:block}.csc-ws-step h2{margin-top:0;font-size:28px;line-height:1.2}
.csc-ws-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.csc-ws-choice-card{display:block;border:1px solid #d9e1ec;border-radius:16px;padding:18px;cursor:pointer;background:#fff;transition:.15s}.csc-ws-choice-card:hover{border-color:#162b4d;box-shadow:0 8px 22px rgba(0,0,0,.06)}.csc-ws-choice-card input{margin-right:10px}.csc-ws-choice-card:has(input:checked){border-color:#162b4d;background:#f3f7fb}
.csc-ws-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.csc-ws-form label{display:block;font-weight:700;margin-bottom:14px}.csc-ws-form input,.csc-ws-form select,.csc-ws-form textarea{width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #ccd6e2;border-radius:10px;padding:12px;font-size:16px}.csc-ws-checkbox{font-weight:400!important;display:flex!important;gap:10px;align-items:flex-start}.csc-ws-checkbox input{width:auto;margin-top:4px}
.csc-ws-actions{display:flex;justify-content:space-between;margin-top:28px;border-top:1px solid #edf0f4;padding-top:20px}.csc-ws-prev,.csc-ws-next,.csc-ws-submit{border:0;border-radius:10px;padding:14px 22px;font-weight:800;cursor:pointer}.csc-ws-prev{background:#e5e7eb;color:#111827}.csc-ws-next,.csc-ws-submit{background:#162b4d;color:#fff}.csc-ws-prev:disabled{opacity:.4;cursor:not-allowed}
@media(max-width:700px){.csc-ws-form-wrap{padding:16px;border-radius:14px}.csc-ws-card-grid,.csc-ws-fields{grid-template-columns:1fr}.csc-ws-step h2{font-size:24px}.csc-ws-actions{gap:10px}.csc-ws-prev,.csc-ws-next,.csc-ws-submit{width:100%}}
