:root{--bg: #ffffff;--ink: #1d1d1f;--muted: #6b7480;--line: #e6e8ec;--line-strong: #d6dae0;--navy: #1b4c9b;--navy-600: #163f80;--orange: #f26522;--orange-600: #dd521a;--tint: #f4f8ff;--radius: 14px;--shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 10px 28px rgba(16, 24, 40, .06);--maxw: 600px;--font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font-family:inherit}a{color:var(--navy);text-underline-offset:2px}.app{min-height:100dvh;display:flex;flex-direction:column}.topbar{display:flex;justify-content:center;padding:18px 20px;border-bottom:1px solid var(--line)}.topbar-inner{width:100%;max-width:var(--maxw);display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar-logo{height:52px;width:auto;max-width:60%;object-fit:contain}.topbar-call{display:flex;flex-direction:column;align-items:flex-end;gap:2px;text-decoration:none;white-space:nowrap}.topbar-call-lead{color:var(--muted);font-size:13px}.topbar-call-num{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:15.5px;color:var(--navy);letter-spacing:.2px}.topbar-call-ic{width:18px;height:18px;color:var(--orange);flex:none}.topbar-call:hover .topbar-call-num{color:var(--navy-600)}@media (max-width: 560px){.topbar{padding:14px 16px}.topbar-logo{height:42px;max-width:58%}.topbar-call-lead{display:none}.topbar-call-num{font-size:15px}}.stage{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:28px 20px 72px}.sitefoot{display:flex;gap:8px;justify-content:center;align-items:center;color:var(--muted);font-size:12.5px;padding:22px;border-top:1px solid var(--line);flex-wrap:wrap;text-align:center}.sitefoot .dot{opacity:.5}.card{width:100%;max-width:var(--maxw);background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:40px 40px 28px;animation:fade .28s ease}.card--center{text-align:center;padding:52px 40px}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.wizard{width:100%;max-width:var(--maxw)}.progress{height:4px;background:var(--line);border-radius:999px;overflow:hidden;margin-bottom:9px}.progress-bar{height:100%;background:var(--orange);border-radius:999px;transition:width .35s ease}.progress-label{font-size:12.5px;color:var(--muted);margin-bottom:14px}.step-title{font-size:26px;line-height:1.2;font-weight:650;letter-spacing:-.02em;margin:0 0 8px}.step-subtitle{font-size:15px;color:var(--muted);margin:0 0 26px}.step-body{display:flex;flex-direction:column;gap:20px}.subhead{font-size:13px;font-weight:650;color:var(--ink);margin:6px 0 -6px}.wizard-footer{display:flex;justify-content:space-between;gap:12px;margin-top:30px}.wizard-footer--single{justify-content:flex-end}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:12px;padding:14px 22px;font-size:15.5px;font-weight:600;cursor:pointer;transition:transform .04s ease,background .2s ease,opacity .2s,color .2s}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:default}.btn-primary{background:var(--orange);color:#fff;min-width:180px}.btn-primary:hover:not(:disabled){background:var(--orange-600)}.btn-ghost{background:transparent;color:var(--navy);padding-left:8px;padding-right:8px}.btn-ghost:hover:not(:disabled){color:var(--navy-600)}.field{display:flex;flex-direction:column;gap:7px}.field-label{font-size:14px;font-weight:600;color:var(--ink)}.req{color:var(--orange)}.field-hint{font-size:12.5px;color:var(--muted)}.field-error{font-size:12.5px;color:#b3261e}.input{width:100%;border:1px solid var(--line-strong);border-radius:10px;padding:13px 14px;font-size:16px;color:var(--ink);background:#fff;transition:border-color .15s,box-shadow .15s}.input::placeholder{color:#9aa2ad}.input:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #1b4c9b1f}.input:disabled{background:#f5f6f8;color:#9aa2ad}.input--error{border-color:#d9534f;box-shadow:0 0 0 3px #d9534f1a}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7480' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 12px center;padding-right:38px}.addon{display:flex;align-items:center;padding:0}.addon-prefix{padding:0 2px 0 14px;color:var(--muted);font-size:16px}.addon-input{flex:1;border:0;outline:none;background:transparent;padding:13px 14px 13px 4px;font-size:16px;color:var(--ink);width:100%}.row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.address-grid{display:flex;flex-direction:column;gap:14px}.options{display:flex;flex-direction:column;gap:10px}.option{display:flex;align-items:center;gap:14px;width:100%;text-align:left;background:#fff;border:1px solid var(--line-strong);border-radius:12px;padding:16px;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.option:hover{border-color:#b9c0cb}.option--selected{border-color:var(--navy);background:var(--tint);box-shadow:inset 0 0 0 1px var(--navy)}.option--lg{padding:20px}.option-dot{flex:0 0 auto;width:20px;height:20px;border-radius:50%;border:2px solid var(--line-strong);position:relative;transition:border-color .15s}.option--selected .option-dot{border-color:var(--navy)}.option--selected .option-dot:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--navy)}.option-check{flex:0 0 auto;width:22px;height:22px;border-radius:6px;border:2px solid var(--line-strong);display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;transition:.15s}.option--selected .option-check{background:var(--navy);border-color:var(--navy)}.option-text{display:flex;flex-direction:column;gap:2px;flex:1}.option-title{font-size:15.5px;font-weight:600;color:var(--ink)}.option-desc{font-size:13px;color:var(--muted)}.option-arrow{color:var(--navy);font-size:18px}.pills{display:flex;flex-wrap:wrap;gap:10px}.pill{background:#fff;border:1px solid var(--line-strong);border-radius:999px;padding:10px 18px;font-size:14.5px;font-weight:600;color:var(--ink);cursor:pointer;transition:.15s}.pill:hover{border-color:#b9c0cb}.pill--selected{border-color:var(--navy);background:var(--tint);color:var(--navy)}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#fff}.toggle-text{display:flex;flex-direction:column;gap:3px}.toggle-label{font-size:14.5px;font-weight:600}.switch{flex:0 0 auto;width:46px;height:28px;border-radius:999px;border:0;background:#cfd4db;position:relative;cursor:pointer;transition:background .2s}.switch--on{background:var(--orange)}.switch-knob{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:left .2s}.switch--on .switch-knob{left:21px}.check-inline{display:flex;align-items:center;gap:10px;font-size:14.5px;color:var(--ink);cursor:pointer;padding:2px 0}.check-inline input{width:18px;height:18px;accent-color:var(--navy)}.consent{display:flex;gap:12px;align-items:flex-start;border:1px solid var(--line);background:#fafbfc;border-radius:12px;padding:14px 16px;cursor:pointer}.consent input{margin-top:3px;width:18px;height:18px;flex:0 0 auto;accent-color:var(--navy)}.consent-text{font-size:12.5px;color:var(--muted);line-height:1.5}.consent--error{border-color:#d9534f}.conditional{display:flex;flex-direction:column;gap:14px;padding:4px 0 0 16px;border-left:2px solid var(--line);margin-left:2px}.note{font-size:13.5px;border-radius:10px;padding:12px 14px;line-height:1.45}.note-info{background:#f3f6fb;color:#28425f;border:1px solid #dbe6f3}.note-ok{background:#eef8f0;color:#1c5b2b;border:1px solid #cde9d3}.note-warn{background:#fdf3ec;color:#8a3d12;border:1px solid #f6d8c4}.repeat{display:flex;flex-direction:column;gap:16px}.repeat-item{border:1px solid var(--line);border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:14px;background:#fff}.repeat-head{display:flex;align-items:center;justify-content:space-between}.repeat-title{font-size:14px;font-weight:650;color:var(--navy)}.repeat-remove{background:transparent;border:0;color:#b3261e;font-size:13px;font-weight:600;cursor:pointer;padding:4px}.repeat-add{align-self:flex-start;background:transparent;border:1px dashed var(--line-strong);color:var(--navy);border-radius:10px;padding:12px 18px;font-size:14.5px;font-weight:600;cursor:pointer;transition:.15s}.repeat-add:hover{border-color:var(--navy);background:var(--tint)}.success-mark{width:64px;height:64px;border-radius:50%;background:var(--orange);color:#fff;font-size:34px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.btn-ic{width:17px;height:17px;vertical-align:-3px}.btn-primary .btn-ic{margin-left:4px}.btn-ghost .btn-ic{margin-right:2px}.stepper{display:flex;align-items:flex-start;justify-content:center;gap:0;max-width:var(--maxw);margin:0 auto 18px;padding:0 4px;flex-wrap:wrap}.stepper-item{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;color:var(--muted);flex:0 0 auto;padding:0 10px}.stepper-ic{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--line-strong);background:#fff;color:#aeb4bd}.stepper-ic .ic{width:18px;height:18px}.stepper-label{font-size:12px;font-weight:600;letter-spacing:.01em}.stepper-line{display:none}.stepper-item--done{color:var(--navy)}.stepper-item--done .stepper-ic{border-color:var(--navy);color:var(--navy)}.stepper-item--active{color:var(--ink)}.stepper-item--active .stepper-ic{border-color:var(--orange);background:var(--orange);color:#fff}.stepper-current{display:none}.section-eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);margin-bottom:4px}.bare-body{display:flex;flex-direction:column;gap:14px}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:#f3f4f6;border:1px solid var(--line);border-radius:12px;padding:6px}.seg{display:flex;align-items:center;justify-content:center;gap:8px;border:0;background:transparent;border-radius:9px;padding:11px 12px;font-size:14.5px;font-weight:600;color:var(--muted);cursor:pointer;transition:.15s}.seg--active{background:var(--navy);color:#fff;box-shadow:0 2px 6px #0b1f3a33}.seg-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#00000014;font-size:12px;font-weight:700}.seg--active .seg-badge{background:#ffffff38}.entity-list{display:flex;flex-direction:column;gap:12px}.add-card{display:flex;align-items:center;gap:14px;width:100%;text-align:left;border:1.5px dashed var(--line-strong);background:#fff;border-radius:12px;padding:18px;cursor:pointer;transition:.15s}.add-card:hover{border-color:var(--navy);background:var(--tint)}.add-plus{width:36px;height:36px;border-radius:50%;background:#f0f2f5;color:var(--navy);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.add-plus .ic{width:18px;height:18px}.add-label{font-size:15.5px;font-weight:600;color:var(--ink)}.entity-card{display:flex;align-items:center;gap:14px;width:100%;text-align:left;border:1px solid var(--line-strong);background:#fff;border-radius:12px;padding:16px 18px;cursor:pointer;transition:.15s}.entity-card:hover{border-color:var(--navy);box-shadow:var(--shadow)}.entity-icon{width:34px;flex:0 0 auto;color:var(--navy)}.entity-icon .ic{width:30px;height:30px}.entity-main{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.entity-title{font-size:15.5px;font-weight:650;color:var(--ink);display:flex;align-items:center;gap:8px}.entity-sub{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entity-chev{width:20px;height:20px;color:#aeb4bd;flex:0 0 auto}.badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;letter-spacing:.01em}.badge--owner{background:#fdeccf;color:#8a5a12}.badge--new{background:#d8f3df;color:#1c6b35}.badge--muted{background:#eef0f3;color:var(--muted)}.entity-editor{display:flex;flex-direction:column}.editor-dots{display:flex;gap:6px;margin-bottom:14px}.editor-dot{width:26px;height:4px;border-radius:999px;background:var(--line)}.editor-dot--on{background:var(--orange)}.editor-rule{border:0;border-top:1px solid var(--line);margin:8px 0 22px}.entity-remove{align-self:flex-start;margin-top:18px;background:transparent;border:0;color:#b3261e;font-size:13.5px;font-weight:600;cursor:pointer;padding:4px 0}.radio-rows{display:flex;flex-direction:column;gap:2px}.radio-row{display:flex;align-items:center;gap:12px;width:100%;text-align:left;background:transparent;border:0;border-radius:8px;padding:9px 6px;cursor:pointer;transition:background .12s}.radio-row:hover{background:#f7f8fa}.radio-row .option-title{font-weight:500;font-size:15px;color:var(--ink)}.radio-row--selected .option-title{font-weight:600}.option--selected .option-dot,.radio-row--selected .option-dot{border-color:var(--orange)}.option--selected .option-dot:after,.radio-row--selected .option-dot:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--orange)}.options--2col{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.review{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-top:4px}.review-row{display:flex;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid var(--line)}.review-row:last-child{border-bottom:0}.review-text{flex:1;min-width:0}.review-label{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.review-value{font-size:14.5px;color:var(--ink);margin-top:3px;word-break:break-word}.review-edit{flex:0 0 auto;background:transparent;border:1px solid var(--line-strong);border-radius:999px;padding:6px 16px;font-size:13px;font-weight:600;color:var(--navy);cursor:pointer;transition:.15s}.review-edit:hover{border-color:var(--navy);background:var(--tint)}.info-box{background:#f4f5f7;border:1px solid var(--line);border-radius:12px;padding:16px 18px}.info-title{font-size:13.5px;font-weight:700;color:var(--ink);margin-bottom:6px}.info-box p{margin:0;font-size:13px;line-height:1.55;color:var(--muted)}.cov-list{display:flex;flex-direction:column;gap:16px}.cov-card{border:1px solid var(--line-strong);border-radius:14px;padding:20px;background:#fff;transition:box-shadow .15s,border-color .15s}.cov-card--on{border-color:#e2e6ec;box-shadow:var(--shadow)}.cov-head{display:flex;align-items:flex-start;gap:16px}.cov-headtext{flex:1}.cov-title{font-size:16px;font-weight:650;color:var(--ink)}.cov-desc{font-size:13.5px;color:var(--muted);margin-top:4px;line-height:1.45}.cov-body{margin-top:16px;padding-top:16px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:16px}.cov-units{display:flex;flex-direction:column;gap:8px}.cov-subhead{font-size:13px;font-weight:700;color:var(--ink);margin-bottom:2px}@media (max-width: 560px){.stepper{flex-wrap:nowrap;gap:0;margin-bottom:6px}.stepper-item{padding:0 7px}.stepper-ic{width:30px;height:30px}.stepper-ic .ic{width:16px;height:16px}.stepper-label{display:none}.stepper-current{display:block;text-align:center;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:16px}.card{padding:26px 20px 22px;border-radius:12px}.card--center{padding:40px 20px}.step-title{font-size:23px}.btn-primary{min-width:150px}}@media (max-width: 480px){.row-2{grid-template-columns:1fr}}
