.ccu-shell{--ccu-primary:#172c57;--ccu-accent:#ef6c2f;--ccu-text:#1e293b;--ccu-muted:#667085;--ccu-line:#e7eaf0;--ccu-bg:#f6f8fb;max-width:900px;margin:36px auto;padding:0 18px;font-family:inherit;color:var(--ccu-text);box-sizing:border-box}.ccu-shell *{box-sizing:border-box}.ccu-form-card{background:#fff;border:1px solid var(--ccu-line);border-radius:22px;padding:34px;box-shadow:0 18px 55px rgba(21,35,60,.08)}.ccu-form-head{max-width:680px;margin-bottom:28px}.ccu-eyebrow{display:inline-flex;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ccu-accent);margin-bottom:8px}.ccu-form-head h1,.ccu-message h2,.ccu-success h2{font-size:30px;line-height:1.15;margin:0 0 10px;color:var(--ccu-primary)}.ccu-form-head p,.ccu-message p,.ccu-success p{margin:0;color:var(--ccu-muted);font-size:15px;line-height:1.65}.ccu-stepper{margin:0 0 34px}.ccu-stepper-row{display:flex;justify-content:space-between;position:relative;z-index:2}.ccu-step-dot{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;border:2px solid #dce1ea;background:#fff;color:#7c8798;font-weight:800;font-size:12px;transition:.2s}.ccu-step-dot.is-active{border-color:var(--ccu-accent);background:var(--ccu-accent);color:#fff;box-shadow:0 0 0 5px rgba(239,108,47,.12)}.ccu-step-dot.is-done{border-color:var(--ccu-primary);background:var(--ccu-primary);color:#fff}.ccu-progress-line{height:4px;background:#edf0f4;border-radius:99px;margin-top:-18px;margin-bottom:20px;overflow:hidden}.ccu-progress-line span{display:block;height:100%;background:var(--ccu-primary);border-radius:99px;transition:width .25s ease}.ccu-stepper small{display:block;text-align:right;color:var(--ccu-muted);font-weight:700}.ccu-step-title{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}.ccu-step-title>span{width:42px;height:42px;flex:0 0 42px;border-radius:13px;display:grid;place-items:center;background:#fff3ed;color:var(--ccu-accent);font-weight:900}.ccu-step-title h2{font-size:22px;margin:0 0 4px;color:var(--ccu-primary)}.ccu-step-title p{margin:0;color:var(--ccu-muted);font-size:14px}.ccu-grid{display:grid;gap:18px}.ccu-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ccu-field label{display:block;font-size:13px;font-weight:800;margin-bottom:7px;color:#344054}.ccu-field label em{font-style:normal;color:#d92d20}.ccu-field input[type=text],.ccu-field input[type=tel],.ccu-field input[type=email],.ccu-field input[type=date],.ccu-field select,.ccu-field textarea{width:100%;min-height:48px;border:1px solid #d9dee8;border-radius:12px;background:#fff;padding:11px 13px;font:inherit;color:var(--ccu-text);outline:0;transition:.2s}.ccu-field textarea{resize:vertical;min-height:92px}.ccu-field input:focus,.ccu-field select:focus,.ccu-field textarea:focus{border-color:var(--ccu-primary);box-shadow:0 0 0 3px rgba(23,44,87,.09)}.ccu-field select:disabled{background:#f3f4f6;color:#98a2b3}.ccu-switch-field{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--ccu-bg);border-radius:14px}.ccu-switch-field strong,.ccu-switch-field small{display:block}.ccu-switch-field small{margin-top:2px;color:var(--ccu-muted)}.ccu-switch{position:relative;display:inline-flex!important;margin:0!important}.ccu-switch input{position:absolute;opacity:0}.ccu-switch span{width:46px;height:26px;border-radius:99px;background:#cbd2dc;position:relative;transition:.2s;cursor:pointer}.ccu-switch span:after{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;left:3px;top:3px;box-shadow:0 2px 5px rgba(0,0,0,.15);transition:.2s}.ccu-switch input:checked+span{background:var(--ccu-primary)}.ccu-switch input:checked+span:after{transform:translateX(20px)}.ccu-alert{margin-top:18px;padding:16px 18px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12}.ccu-alert strong{display:block;margin-bottom:5px}.ccu-alert p{margin:0 0 10px;line-height:1.5}.ccu-alert label{display:block;margin-top:7px}.ccu-consent{display:flex;gap:12px;padding:16px;border:1px solid var(--ccu-line);border-radius:14px;cursor:pointer}.ccu-consent input{width:18px;height:18px;margin-top:3px;accent-color:var(--ccu-primary)}.ccu-consent strong,.ccu-consent small{display:block}.ccu-consent small{margin-top:4px;color:var(--ccu-muted);line-height:1.45}.ccu-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:28px;padding-top:22px;border-top:1px solid var(--ccu-line)}.ccu-btn{appearance:none;border:0;border-radius:12px;padding:12px 19px;font:inherit;font-weight:800;cursor:pointer;transition:.2s}.ccu-btn-primary{background:var(--ccu-primary);color:#fff}.ccu-btn-primary:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(23,44,87,.18)}.ccu-btn-ghost{background:#f2f4f7;color:#344054}.ccu-btn:disabled{opacity:.65;cursor:wait;transform:none}.ccu-btn.is-loading:after{content:"";display:inline-block;width:12px;height:12px;margin-left:8px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:ccu-spin .7s linear infinite}.ccu-form-error{margin-top:18px;padding:12px 14px;border-radius:10px;background:#fef3f2;color:#b42318;font-size:14px;font-weight:700}.ccu-success,.ccu-message{text-align:center;padding:46px 34px}.ccu-success-icon{width:64px;height:64px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:#ecfdf3;color:#067647;font-size:30px;font-weight:900}.ccu-message{max-width:680px;margin:0 auto}.ccu-success[hidden],.ccu-step[hidden],.ccu-alert[hidden],[data-branch-field][hidden]{display:none!important}@keyframes ccu-spin{to{transform:rotate(360deg)}}@media(max-width:700px){.ccu-shell{margin:18px auto;padding:0 12px}.ccu-form-card{padding:23px 18px;border-radius:18px}.ccu-form-head h1,.ccu-message h2,.ccu-success h2{font-size:25px}.ccu-grid-2{grid-template-columns:1fr}.ccu-form-actions{justify-content:stretch}.ccu-btn{flex:1}.ccu-step-title h2{font-size:20px}}

.ccu-identity-alert{background:#fef3f2;border-color:#fecdca;color:#912018}.ccu-identity-alert strong{color:#b42318}
