:root{--brand-blue: #0328aeed;--brand-blue-700: #213bb1;--brand-blue-500: #041b64;--ink: #101114;--bg: #fafafa;--border: #e8e8ee;--card: #ffffff;--shadow: 0 6px 22px rgba(10, 42, 107, .08);--footer-bg: #0b1020;--maxw: 1328px;--gutter: 18px}.services-wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--gutter)}.services-page-hero{background:linear-gradient(135deg,var(--brand-blue-700),var(--brand-blue-500));color:#fff;padding:clamp(40px,4vw,80px) 0;border-bottom:1px solid var(--border)}.services-page-hero h2{font-weight:900;font-size:clamp(32px,5vw,52px);background:linear-gradient(90deg,#fff,#e7efff);-webkit-background-clip:text;background-clip:text;color:transparent}.services-page-hero p{margin-top:8px;color:#ddebff;font-size:clamp(16px,2vw,20px)}.services-container{max-width:1100px;margin:0 auto;padding:24px}.svc-menu{display:block;width:100%;margin-top:clamp(28px,6vw,72px);margin-bottom:clamp(48px,10vw,128px)}.svc-title{margin:0 0 8px;color:var(--brand-blue)}.svc-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.svc-col-3{grid-column:span 3}.svc-box{width:100%;text-align:left;display:block;border:1px solid var(--border);border-radius:20px;background:var(--card);padding:28px 24px 24px;box-shadow:var(--shadow);transition:none;min-height:190px;cursor:pointer;position:relative;overflow:hidden;min-width:280px}.svc-box:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,var(--brand-blue-700),var(--brand-blue-500));border-top-left-radius:20px;border-bottom-left-radius:20px}.svc-box h3{margin:0 0 6px;font-size:18px}.svc-box p{margin:6px 0 0;color:#475569}@media(max-width:1024px){.svc-grid{display:flex;flex-direction:column;gap:20px}.svc-col-3{grid-column:auto;width:100%}}.svc-placeholder-card{margin:18px;padding:18px;border:1px solid var(--border);border-radius:20px;background:#fff;box-shadow:var(--shadow);color:#475569}:root{--border: #e8e8ee;--card: #ffffff;--shadow: 0 6px 22px rgba(10, 42, 107, .08);--brand-blue-700: #213bb1;--brand-blue-500: #041b64}.rm-overlay{position:fixed;inset:0;background:#0a10208c;display:flex;align-items:center;justify-content:center;padding:18px;z-index:999999}.rm-modal{width:min(1040px,100%);max-height:calc(100dvh - 36px);background:var(--card);border:1px solid var(--border);border-radius:24px;box-shadow:0 30px 80px #00000038;overflow:hidden;display:flex;flex-direction:column}.rm-header{padding:18px 18px 14px;border-bottom:1px solid var(--border);background:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.rm-title h3{margin:0;font-size:28px;font-weight:900;color:#0f172a}.rm-sub{margin-top:6px;color:#6b7280}.rm-close{border:1px solid var(--border);background:#fff;border-radius:14px;padding:10px 12px;cursor:pointer;font-weight:900}.rm-body{padding:0;overflow:auto;background:#fff}.rm-footer{padding:14px 18px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:#fff}.rm-btn{border-radius:14px;padding:10px 14px;font-weight:900;cursor:pointer;border:1px solid var(--border);background:#fff}.rm-btn-primary{background:linear-gradient(135deg,var(--brand-blue-700),var(--brand-blue-500));color:#fff;border:0}:root{--match-primary: #263b9b;--match-primary-dark: #1c2d78;--match-border: #dfe3eb;--match-border-strong: #c8ced9;--match-text: #15223a;--match-muted: #667085;--match-surface: #ffffff;--match-background: #f6f7fb;--match-error: #b42318;--match-error-bg: #fef3f2;--match-success: #067647;--match-success-bg: #ecfdf3}*{box-sizing:border-box}.matching-modal-layer{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:18px;background:#0f172a94;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.matching-modal-level-1{background:#0f172aad}.matching-modal-panel{width:100%;max-height:calc(100vh - 36px);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--match-border);border-radius:24px;background:var(--match-surface);color:var(--match-text);box-shadow:0 24px 70px #0f172a47,0 4px 12px #0f172a1f}.matching-modal-panel--xl{max-width:1320px}.matching-modal-panel--lg{max-width:980px}.matching-modal-panel--md{max-width:720px}.matching-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 28px 20px;border-bottom:1px solid var(--match-border);background:#fff}.matching-modal-title{margin:0;font-size:clamp(1.5rem,3vw,2rem);line-height:1.2;font-weight:800;letter-spacing:-.025em}.matching-modal-subtitle{max-width:800px;margin:8px 0 0;color:var(--match-muted);font-size:1rem;line-height:1.5}.matching-modal-close{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border:1px solid var(--match-border);border-radius:16px;background:#fff;color:var(--match-text);font-size:1.75rem;line-height:1;cursor:pointer}.matching-modal-close:hover{background:var(--match-background)}.matching-modal-body{flex:1;min-height:0;overflow-y:auto;padding:22px 28px;background:var(--match-background)}.matching-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 28px;border-top:1px solid var(--match-border);background:#fff}.modal-footer-left{display:flex;align-items:center;gap:12px}.match-wrap{display:flex;flex-direction:column;gap:18px}.match-card{padding:22px;border:1px solid var(--match-border);border-radius:22px;background:#fff;box-shadow:0 4px 16px #0f172a09}.form-row{display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:18px}.step2-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:20px}.form-field{min-width:0}.label{display:block;margin-bottom:8px;color:#344054;font-size:.93rem;font-weight:600}.label.big{margin-bottom:16px;color:var(--match-text);font-size:1.05rem;font-weight:800}.input{width:100%;min-height:54px;padding:12px 15px;border:1px solid var(--match-border);border-radius:14px;background:#fff;color:var(--match-text);font:inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.multi-select:focus{border-color:var(--match-primary);box-shadow:0 0 0 4px #263b9b1f}.input--error{border-color:var(--match-error)}.inline-range{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}.range-separator{color:var(--match-muted);font-size:.88rem}.pills{display:flex;flex-wrap:wrap;gap:12px}.pill{min-height:50px;display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border:1px solid var(--match-border);border-radius:999px;background:#fff;color:#344054;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease}.pill:hover,.pill--selected{border-color:#263b9b73;background:#263b9b0e}.pill input{width:20px;height:20px;accent-color:var(--match-primary)}.verification-check{display:flex;align-items:center;gap:10px;margin-top:24px;font-weight:650;cursor:pointer}.verification-check input{width:20px;height:20px;accent-color:var(--match-primary)}.help,.multi-select-help{margin-top:18px;color:var(--match-muted);font-size:.88rem;line-height:1.5}.help.error{color:var(--match-error)}.ms2-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ms-wrap{position:relative}.multi-select{width:100%;min-height:230px;padding:12px 42px 12px 12px;border:1px solid var(--match-border);border-radius:16px;background:#fff;color:var(--match-text);font:inherit;outline:none}.multi-select option{padding:6px 8px}.ms-clear{position:absolute;top:10px;right:10px;width:30px;height:30px;display:grid;place-items:center;border:none;border-radius:50%;background:#f2f4f7;color:#667085;font-size:1.25rem;cursor:pointer}.ms-clear:disabled{opacity:.35;cursor:not-allowed}.payload-details{margin-top:18px;border-top:1px solid var(--match-border);padding-top:14px}.payload-details summary{color:var(--match-muted);font-size:.88rem;font-weight:650;cursor:pointer}.payload{max-height:260px;overflow:auto;margin:12px 0 0;padding:16px;border:1px solid var(--match-border);border-radius:14px;background:#f8fafc;color:#344054;font-size:.82rem;line-height:1.55}.field-error{margin-top:7px;color:var(--match-error);font-size:.82rem;font-weight:600}.match-alert{padding:13px 16px;border:1px solid;border-radius:14px;font-weight:600;line-height:1.5}.match-alert--error{border-color:#fecdca;background:var(--match-error-bg);color:var(--match-error)}.match-alert--success{margin-bottom:18px;border-color:#abefc6;background:var(--match-success-bg);color:var(--match-success)}.match-button{min-height:46px;padding:10px 18px;border:1px solid transparent;border-radius:14px;font:inherit;font-weight:750;cursor:pointer;transition:transform .12s ease,opacity .12s ease,background .12s ease}.match-button:hover:not(:disabled){transform:translateY(-1px)}.match-button:disabled{opacity:.55;cursor:not-allowed}.match-button--primary{background:var(--match-primary);color:#fff}.match-button--primary:hover:not(:disabled){background:var(--match-primary-dark)}.match-button--secondary{border-color:var(--match-border);background:#fff;color:var(--match-text)}.match-button--history{border-color:#263b9b40;background:#263b9b0f;color:var(--match-primary)}.result-preference-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}.result-preference-summary>div{padding:16px;border:1px solid var(--match-border);border-radius:16px;background:#fff}.summary-label{display:block;margin-bottom:6px;color:var(--match-muted);font-size:.8rem}.match-results-list{display:flex;flex-direction:column;gap:18px}.match-result-card{padding:22px;border:1px solid var(--match-border);border-radius:20px;background:#fff}.match-result-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.company-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.company-name-row h3{margin:0;font-size:1.25rem}.opportunity-title{margin:6px 0 0;color:var(--match-muted)}.verified-badge{padding:5px 9px;border-radius:999px;background:var(--match-success-bg);color:var(--match-success);font-size:.72rem;font-weight:800}.match-band{flex:0 0 auto;padding:7px 11px;border-radius:999px;background:#eef2ff;color:var(--match-primary);font-size:.78rem;font-weight:800}.match-band--excellent-match{background:#ecfdf3;color:#067647}.match-band--strong-match{background:#eef4ff;color:#3538cd}.match-band--moderate-match{background:#fffaeb;color:#b54708}.match-band--limited-match{background:#f2f4f7;color:#475467}.opportunity-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.opportunity-facts>div{padding:13px;border-radius:13px;background:var(--match-background)}.opportunity-facts span,.history-facts span{display:block;margin-bottom:5px;color:var(--match-muted);font-size:.76rem}.opportunity-description{margin:18px 0 0;color:#475467;line-height:1.65}.result-tags{display:grid;gap:8px;margin-top:18px;color:#475467;font-size:.9rem}.tag-heading{display:inline-block;min-width:90px;color:var(--match-text);font-weight:750}.match-reasons{margin-top:18px;padding:16px;border-radius:15px;background:#f8fafc}.match-reasons h4{margin:0 0 9px}.match-reasons ul{margin:0;padding-left:20px}.match-reasons li+li{margin-top:6px}.history-list{display:flex;flex-direction:column;gap:15px}.history-card{padding:20px;border:1px solid var(--match-border);border-radius:18px;background:#fff}.history-card-top{display:flex;justify-content:space-between;gap:16px}.history-card h3{margin:0}.history-card-top p{margin:5px 0 0;color:var(--match-muted);font-size:.84rem}.history-match-count{height:-moz-fit-content;height:fit-content;padding:7px 10px;border-radius:999px;background:#eef2ff;color:var(--match-primary);font-size:.78rem;font-weight:800}.history-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.history-facts>div{padding:12px;border-radius:12px;background:var(--match-background)}.history-selection{margin-top:14px;color:#475467;font-size:.88rem}.history-selection p{margin:6px 0}.history-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:17px}.history-pagination{display:flex;align-items:center;gap:12px}.history-pagination span{color:var(--match-muted);font-size:.85rem}.modal-loading{padding:30px;text-align:center;color:var(--match-muted)}.empty-results{padding:60px 20px;text-align:center;color:var(--match-muted)}.empty-results h3{margin:10px 0;color:var(--match-text)}.empty-results p{max-width:600px;margin:0 auto;line-height:1.6}.empty-results-icon{font-size:3rem;line-height:1}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:900px){.form-row,.step2-grid,.result-preference-summary,.opportunity-facts,.ms2-col{grid-template-columns:1fr}.multi-select{min-height:180px}}@media(max-width:640px){.matching-modal-layer{padding:0}.matching-modal-panel{height:100vh;max-height:100vh;border-radius:0}.matching-modal-header,.matching-modal-body,.matching-modal-footer{padding-left:16px;padding-right:16px}.matching-modal-footer{align-items:stretch;flex-direction:column}.modal-footer-left{display:grid;grid-template-columns:1fr 1fr}.match-button{width:100%}.inline-range{grid-template-columns:1fr}.range-separator{text-align:center}.match-result-top,.history-card-top{flex-direction:column}.history-facts{grid-template-columns:1fr}.history-actions{flex-direction:column}.history-pagination{justify-content:space-between}}:root{--border: #e8e8ee;--shadow: 0 6px 22px rgba(10, 42, 107, .08);--brand-blue: #0328aeed;--card: #fff}.pp-wrap{padding:18px}.pp-container{max-width:980px;margin:0 auto}.pp-title{margin:0;color:var(--brand-blue)}.pp-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.pp-actions{display:flex;gap:10px;flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;margin-top:16px}.col-4{grid-column:span 4}@media(max-width:920px){.col-4{grid-column:span 12}}.card{background:var(--card);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);padding:18px;transition:none!important}.card:hover,.card:focus,.card:active,.card:focus-within{background:var(--card)!important;transform:none!important;box-shadow:var(--shadow)!important;border-color:var(--border)!important}.card.click{cursor:pointer}.card h3{margin:0 0 6px;font-size:18px;color:var(--brand-blue)}.meta{color:#6b7280;font-size:14px;margin:0}.filterbar{display:flex;gap:12px;align-items:center;margin:12px 0 14px;flex-wrap:wrap}.filterbar select,.filterbar input{border:1px solid var(--border);border-radius:12px;padding:8px 12px;font-size:15px}.filterbar input{flex:1;min-width:200px}.reset{border:1px solid var(--border);border-radius:12px;padding:8px 14px;font-weight:700;cursor:pointer;background:#fff}.btn{border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}.btn.primary{border:0;color:#fff;background:linear-gradient(135deg,#213bb1,#041b64)}.btn.secondary{background:#fff}label{display:block;font-weight:800;font-size:13px;color:#24324a;margin-bottom:10px}label input,label select{width:100%;margin-top:6px;border:1px solid var(--border);border-radius:12px;padding:10px}label.ghost{color:#6b7280;font-weight:700;padding:10px 0}:root{--vr-border: #e8e8ee;--vr-shadow: 0 6px 22px rgba(10, 42, 107, .08);--vr-brand-blue: #0328ae;--vr-brand-dark: #0a2a6b;--vr-primary: #2d4a9a;--vr-card: #ffffff;--vr-muted: #475569;--vr-light-blue: #ecf3ff}.vr-container{width:100%;max-width:1180px;margin:0 auto;padding:18px;box-sizing:border-box}.vr-hero{border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:28px;box-shadow:var(--vr-shadow);margin-top:12px;color:#fff;min-height:180px;display:flex;flex-direction:column;justify-content:center}.vr-gradient{background:linear-gradient(135deg,#2b62d1,#2f52ba,#21a2c9)}.vr-heroContent{display:flex;align-items:center;gap:14px}.vr-heroIcon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:16px;background:#ffffff26;border:1px solid rgba(255,255,255,.25)}.vr-hero h2{margin:0 0 10px;font-size:32px;line-height:1.15;font-weight:900;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.3)}.vr-hero p{margin:0;color:#f9fafb;opacity:.95}.vr-crumbs{font-size:14px;color:#eaf2ff;margin-top:14px}.vr-step{font-weight:800;color:#fff}.vr-progress{height:8px;background:#dbeafe8c;border-radius:999px;overflow:hidden;margin-top:14px}.vr-progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#fff,#dbeafe);transition:width .35s ease}.vr-backLink{width:-moz-fit-content;width:fit-content;margin-top:14px;padding:0;border:none;background:transparent;color:#fff;font-size:14px;font-weight:800;cursor:pointer}.vr-backLink:hover{text-decoration:underline}.vr-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:22px;margin-top:18px}.vr-leftColumn{min-width:0}.vr-formGrid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.6fr);gap:18px;margin-top:18px}.vr-stepwrap{width:100%}.vr-card{background:var(--vr-card);border:1px solid var(--vr-border);border-radius:22px;padding:18px;box-shadow:var(--vr-shadow);box-sizing:border-box;transition:none!important}.vr-card:hover,.vr-card:focus,.vr-card:focus-within{background:var(--vr-card)!important;transform:none!important;box-shadow:var(--vr-shadow)!important;border-color:var(--vr-border)!important}.vr-spacingTop{margin-top:18px}.vr-innerCard{margin-top:20px;padding:20px;border:1px solid var(--vr-border);border-radius:18px;background:#fbfcff}.vr-card h3,.vr-innerCard h3{margin:0;font-size:18px;font-weight:900;color:var(--vr-brand-dark)}.vr-sectionHeading{display:flex;align-items:center;gap:10px;margin-bottom:12px}.vr-smallIcon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:11px;background:var(--vr-light-blue);color:var(--vr-brand-dark);border:1px solid #dce7fa}.vr-container .muted{color:var(--vr-muted);line-height:1.6}.vr-container .small{font-size:12px;color:#6b7280;line-height:1.6}.vr-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:18px;margin-top:22px;text-align:center}.vr-flowItem{display:flex;flex-direction:column;align-items:center;min-width:0}.vr-icon{width:64px;height:64px;border-radius:16px;background:var(--vr-light-blue);border:1px solid var(--vr-border);display:flex;align-items:center;justify-content:center;color:var(--vr-brand-dark);margin:0 auto;box-shadow:0 4px 12px #0a2a6b0f}.vr-icon svg{display:block;width:30px;height:30px;stroke:currentColor;stroke-width:2}.vr-flowTitle{margin:9px 0 3px;color:#24324a;font-size:14px;font-weight:900}.vr-arrow{color:var(--vr-brand-dark);flex-shrink:0}.vr-featureList{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.vr-featureList li{display:flex;align-items:center;gap:9px;color:var(--vr-muted);font-size:14px}.vr-featureList li svg{color:#2563eb;flex-shrink:0}.vr-summaryCard{align-self:start}.vr-highlightItem{display:flex;align-items:center;gap:12px;padding:11px 0}.vr-highlightItem>svg{color:var(--vr-brand-dark);flex-shrink:0}.vr-highlightItem div{display:flex;flex-direction:column;gap:2px}.vr-highlightItem span{color:#64748b;font-size:12px}.vr-highlightItem strong{color:#24324a;font-size:14px}.vr-infoBlock{margin-top:12px}.vr-infoBlock strong{color:var(--vr-brand-dark)}.vr-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;margin-top:18px}.vr-field{min-width:0}.vr-container label{display:block;margin-bottom:7px;font-weight:800;font-size:14px;color:#24324a}.vr-container input:not([type=checkbox]),.vr-container select{width:100%;min-height:46px;padding:11px 12px;border:1px solid var(--vr-border);border-radius:12px;background:#fff;color:#0f172a;font-size:14px;outline:none;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.vr-container input:not([type=checkbox]):focus,.vr-container select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.vr-inputIcon{position:relative;display:flex;align-items:center}.vr-inputIcon>svg{position:absolute;left:13px;color:#64748b;pointer-events:none}.vr-inputIcon input{padding-left:42px!important}.vr-upload{display:flex!important;align-items:center;gap:12px;margin-top:12px!important;padding:16px;border:1px dashed #a8b7d0;border-radius:14px;background:#fff;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.vr-upload:hover{border-color:#2563eb;background:#f7faff}.vr-upload>svg{color:var(--vr-brand-dark);flex-shrink:0}.vr-uploadText{display:flex;flex-direction:column;gap:2px}.vr-uploadText strong{font-size:14px;color:#24324a}.vr-uploadText span{color:#64748b;font-size:12px}.vr-upload input{display:none}.vr-consent{display:flex;align-items:flex-start;gap:9px;margin:20px 0}.vr-consent input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--vr-primary);flex-shrink:0}.vr-consent label{display:inline!important;margin:0!important;font-weight:600;line-height:1.5}.vr-btnrow{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.vr-requestButton{margin-top:30px}.vr-btn{min-width:160px;min-height:46px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:var(--vr-primary);color:#fff;font-size:14px;font-weight:900;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.vr-btn:hover{background:#203e8d;box-shadow:0 6px 16px #2d4a9a33}.vr-btnGhost{background:#fff;color:#0f172a;border:1px solid var(--vr-border)}.vr-btnGhost:hover{background:#f8fafc}.vr-hr{border:none;border-top:1px solid var(--vr-border);margin:18px 0}.vr-sticky{position:sticky;top:84px;align-self:start}.vr-infoList{margin:8px 0 0;padding-left:20px;color:var(--vr-muted);font-size:.92rem;line-height:1.7}.vr-infoList li+li{margin-top:8px}.vr-reviewNote{margin-top:14px}.vr-centerCard{max-width:720px;margin:18px auto 0;padding:40px 28px;text-align:center;border:1px solid var(--vr-border);border-radius:22px;background:#fff;box-shadow:var(--vr-shadow)}.vr-checkwrap{width:108px;height:108px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:50%;background:var(--vr-light-blue);color:var(--vr-brand-dark)}.vr-checkwrap svg{width:58px;height:58px}.vr-successTitle{margin:0 0 8px;color:var(--vr-brand-dark);font-size:28px;font-weight:900}.vr-successText{max-width:520px;margin:0 auto 20px;color:var(--vr-muted);line-height:1.6}.vr-centerButtons{justify-content:center}.vr-reference{margin-top:14px;margin-bottom:0;color:#6b7280;font-size:12px}@media(max-width:980px){.vr-grid,.vr-formGrid{grid-template-columns:1fr}.vr-sticky{position:static}}@media(max-width:720px){.vr-container{padding:12px}.vr-hero{padding:22px;border-radius:18px}.vr-hero h2{font-size:26px}.vr-row{grid-template-columns:1fr}.vr-flow{grid-template-columns:1fr;gap:14px}.vr-arrow{transform:rotate(90deg);margin:0 auto}.vr-card{border-radius:18px}}@media(max-width:520px){.vr-heroContent{align-items:flex-start}.vr-heroIcon{width:46px;height:46px}.vr-hero h2{font-size:23px}.vr-btnrow{flex-direction:column;align-items:stretch}.vr-btn{width:100%}.vr-centerCard{padding:32px 18px}}.vr-sectionHeading>div{min-width:0}.vr-sectionDescription{margin:4px 0 0;color:#64748b;font-size:12px;line-height:1.5;font-weight:500}.vr-container textarea{width:100%;min-height:110px;padding:11px 12px;border:1px solid var(--vr-border);border-radius:12px;background:#fff;color:#0f172a;font:inherit;font-size:14px;line-height:1.55;resize:vertical;outline:none;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.vr-fieldHelp{display:block;margin-top:6px;color:#64748b;font-size:12px;line-height:1.45}.vr-fileRemove{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;border:1px solid #fecaca;border-radius:9px;background:#fff;color:#b91c1c;cursor:pointer}@media(max-width:720px){.vr-checkGrid{grid-template-columns:1fr}}.vr-stepSection{margin-top:0}.vr-container textarea{width:100%;min-height:110px;padding:11px 12px;border:1px solid var(--vr-border);border-radius:12px;background:#fff;color:#0f172a;font-family:inherit;font-size:14px;line-height:1.5;resize:vertical;outline:none;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.vr-container textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.vr-stepNavigation{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px}.vr-navigationRight{justify-content:flex-end}.vr-stepNavigation .vr-btn,.vr-navigationRight .vr-btn{gap:8px}.vr-reviewChecklist{align-self:start}.vr-checkGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;margin-top:18px}.vr-checkGrid label{display:flex!important;align-items:flex-start;gap:8px;margin:0!important;padding:10px 12px;border:1px solid var(--vr-border);border-radius:12px;background:#fff;color:#334155;font-size:13px;font-weight:700;line-height:1.45}.vr-checkGrid input[type=checkbox]{width:17px;height:17px;margin:1px 0 0;accent-color:var(--vr-primary);flex-shrink:0}.vr-uploadRule{margin:8px 0 0;color:#64748b;font-size:12px;font-weight:700}.vr-error{margin:10px 0 0;padding:10px 12px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:13px;font-weight:700;line-height:1.45}.vr-fileList{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.vr-fileList li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--vr-border);border-radius:12px;background:#f8fafc}.vr-fileMeta{min-width:0;display:flex;flex-direction:column;gap:3px}.vr-fileMeta strong{overflow:hidden;color:#1e293b;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.vr-fileMeta span{color:#64748b;font-size:12px}.vr-fileRemove{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;border:1px solid #fecaca;border-radius:9px;background:#fff;color:#b91c1c;font-size:20px;cursor:pointer}.vr-fileRemove:hover{background:#fef2f2}.vr-finalSummary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:22px}.vr-finalSummary>div{display:flex;flex-direction:column;gap:4px;padding:13px;border:1px solid var(--vr-border);border-radius:12px;background:#f8fafc}.vr-finalSummary span{color:#64748b;font-size:12px}.vr-finalSummary strong{overflow-wrap:anywhere;color:#1e293b;font-size:14px}.vr-submittedState{padding:38px 20px;text-align:center}@media(max-width:720px){.vr-checkGrid,.vr-finalSummary{grid-template-columns:1fr}}@media(max-width:520px){.vr-stepNavigation{flex-direction:column-reverse;align-items:stretch}.vr-stepNavigation .vr-btn{width:100%}}.vr-assistant{margin-top:18px;overflow:hidden;border:1px solid rgba(91,91,214,.18);border-radius:18px;background:radial-gradient(circle at 100% 0%,rgba(101,93,255,.16),transparent 42%),linear-gradient(145deg,#fff,#f7f8ff);box-shadow:0 18px 45px #272c631f}.vr-assistantHeader{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;width:100%;padding:13px 14px;border:0;color:#20233d;text-align:left;background:transparent;cursor:pointer}.vr-assistantHeader>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.vr-assistantHeader small{margin-top:2px;color:#71758d;font-size:.72rem}.vr-assistantAvatar{display:grid;width:38px;height:38px;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(135deg,#655dff,#8f4ce8);box-shadow:0 8px 18px #655dff4d}.vr-assistantStatus{display:inline-flex;gap:5px;align-items:center;color:#247a52;font-size:.7rem;font-weight:700}.vr-assistantStatus:before{width:7px;height:7px;border-radius:50%;background:#2fc47c;box-shadow:0 0 0 4px #2fc47c21;content:""}.vr-assistantBody{padding:0 12px 12px;border-top:1px solid rgba(91,91,214,.1)}.vr-assistantMessages{display:flex;flex-direction:column;gap:8px;max-height:260px;padding:12px 2px;overflow-y:auto;scrollbar-width:thin}.vr-chatMessage{max-width:90%;padding:10px 12px;border-radius:14px 14px 14px 4px;color:#343750;font-size:.82rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere;background:#eef0ff}.vr-chatMessage.is-user{align-self:flex-end;border-radius:14px 14px 4px;color:#fff;background:linear-gradient(135deg,#655dff,#7b54db)}.vr-chatMessage.is-error{color:#8a2532;background:#fff0f2;box-shadow:inset 3px 0 #e65364}.vr-chatMessage.is-warning{color:#79551b;background:#fff7df;box-shadow:inset 3px 0 #e8aa34}.vr-assistantComposer{position:relative}.vr-assistantComposer textarea{width:100%;min-height:64px;padding:11px 48px 11px 12px;resize:vertical;border:1px solid #d9dcf0;border-radius:14px;outline:none;color:#292c43;font:inherit;font-size:.82rem;background:#ffffffeb;transition:border-color .16s ease,box-shadow .16s ease}.vr-assistantComposer textarea:focus{border-color:#756cff;box-shadow:0 0 0 4px #655dff1f}.vr-assistantComposer button{position:absolute;right:9px;bottom:9px;z-index:2;display:grid;width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:11px;color:#fff;background:linear-gradient(135deg,#655dff,#8f4ce8);box-shadow:0 7px 15px #655dff47;cursor:pointer;pointer-events:auto;touch-action:manipulation}.vr-assistantComposer button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.vr-assistantThinking{margin:8px 2px 0;color:#71758d;font-size:.75rem}.vr-assistantSrOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:680px){.vr-assistantHeader{grid-template-columns:auto 1fr}.vr-assistantStatus{display:none}}.vr-labelWithHelp{position:relative;display:flex;align-items:center;gap:.4rem;width:-moz-fit-content;width:fit-content;max-width:100%}.vr-requiredHelp{position:relative;display:inline-flex;flex:0 0 auto;z-index:4}.vr-requiredHelpInfo,.vr-requiredHelpAsk{display:inline-grid;place-items:center;padding:0;border:1px solid currentColor;border-radius:999px;background:transparent;color:#2563eb;font:700 .72rem/1 system-ui,sans-serif;cursor:pointer}.vr-requiredHelpInfo{width:1.15rem;height:1.15rem}.vr-requiredHelpInfo:hover,.vr-requiredHelpInfo:focus-visible,.vr-requiredHelpAsk:hover,.vr-requiredHelpAsk:focus-visible{background:#2563eb;color:#fff;outline:none}.vr-requiredHelpInfo:focus-visible,.vr-requiredHelpAsk:focus-visible{box-shadow:0 0 0 3px #2563eb38}.vr-requiredHelpPopover{position:absolute;left:50%;bottom:calc(100% + .65rem);display:none;width:min(19rem,calc(100vw - 2rem));padding:.85rem .9rem 2.4rem;border:1px solid rgb(148 163 184 / 45%);border-radius:.75rem;background:#fff;box-shadow:0 14px 35px #0f172a2e;color:#334155;font:400 .82rem/1.45 system-ui,sans-serif;text-align:left;transform:translate(-50%);white-space:normal;z-index:50}.vr-requiredHelpPopover:after{position:absolute;top:100%;left:50%;width:.7rem;height:.7rem;border-right:1px solid rgb(148 163 184 / 45%);border-bottom:1px solid rgb(148 163 184 / 45%);background:#fff;content:"";transform:translate(-50%,-50%) rotate(45deg)}.vr-requiredHelpPopover strong,.vr-requiredHelpPopover>span{display:block}.vr-requiredHelpPopover strong{margin-bottom:.3rem;color:#0f172a;font-size:.88rem}.vr-requiredHelp:hover .vr-requiredHelpPopover,.vr-requiredHelp:focus-within .vr-requiredHelpPopover,.vr-labelWithHelp:hover .vr-requiredHelpPopover,.vr-consentLabelWithHelp:hover .vr-requiredHelpPopover{display:block}.vr-requiredHelpAsk{position:absolute;right:.75rem;bottom:.65rem;width:1.35rem;height:1.35rem}.vr-consentLabelWithHelp{position:relative;display:flex;align-items:flex-start;gap:.45rem}@media(max-width:640px){.vr-requiredHelpPopover{left:auto;right:-.5rem;transform:none}.vr-requiredHelpPopover:after{left:auto;right:.7rem}}@media(prefers-color-scheme:dark){.vr-requiredHelpPopover,.vr-requiredHelpPopover:after{border-color:#94a3b859;background:#0f172a;color:#cbd5e1}.vr-requiredHelpPopover strong{color:#f8fafc}}.vr-signatureBackdrop{position:fixed;inset:0;display:grid;place-items:center;padding:1rem;background:#0f172aad;z-index:1000}.vr-signatureDialog{width:min(42rem,100%);max-height:calc(100vh - 2rem);overflow:auto;padding:1.25rem;border-radius:1rem;background:#fff;box-shadow:0 24px 70px #0f172a59;color:#0f172a}.vr-signatureHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.vr-signatureHeader h2,.vr-signatureHeader p{margin:0}.vr-signatureHeader p{margin-top:.35rem;color:#64748b;font-size:.9rem;line-height:1.45}.vr-signatureHeader>button{display:grid;place-items:center;flex:0 0 auto;width:2rem;height:2rem;padding:0;border:0;border-radius:999px;background:#f1f5f9;color:#334155;font-size:1.35rem;cursor:pointer}.vr-signatureName{display:grid;gap:.4rem;margin-bottom:1rem;font-weight:650}.vr-signatureName input{width:100%;min-height:2.75rem;padding:.65rem .75rem;border:1px solid #cbd5e1;border-radius:.55rem;font:inherit}.vr-signatureCanvasHeader{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.vr-signatureCanvasHeader span{font-weight:650}.vr-signatureCanvasHeader small{color:#64748b}.vr-signatureCanvas{display:block;width:100%;height:15rem;border:1px solid #94a3b8;border-radius:.65rem;background-color:#fff;background-image:linear-gradient(to bottom,transparent calc(75% - 1px),#cbd5e1 calc(75% - 1px),#cbd5e1 75%,transparent 75%);cursor:crosshair;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vr-signatureActions{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:.65rem;margin-top:1rem}@media(max-width:600px){.vr-signatureDialog{padding:1rem}.vr-signatureCanvas{height:12rem}.vr-signatureCanvasHeader,.vr-signatureActions{align-items:stretch}.vr-signatureCanvasHeader{flex-direction:column;gap:.15rem}.vr-signatureActions{grid-template-columns:1fr 1fr}.vr-signatureActions>span{display:none}.vr-signatureActions .vr-btn:first-child{grid-column:1 / -1}}.vr-confirmOverlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a75;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:vr-confirm-overlay-in .16s ease-out}.vr-confirmDialog{position:relative;width:min(100%,460px);padding:28px;border:1px solid rgba(226,232,240,.95);border-radius:22px;background:#fff;box-shadow:0 24px 70px #0f172a38,0 8px 24px #0f172a1a;animation:vr-confirm-dialog-in .18s cubic-bezier(.2,.8,.2,1)}.vr-confirmClose{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;border-radius:10px;background:transparent;color:#64748b;cursor:pointer;transition:background .15s ease,color .15s ease}.vr-confirmClose:hover{background:#f1f5f9;color:#0f172a}.vr-confirmIcon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;margin-bottom:18px;border-radius:16px;background:#fff1f2;color:#dc2626}.vr-confirmContent h3{margin:0 40px 10px 0;color:#0f172a;font-size:21px;line-height:1.25;font-weight:750}.vr-confirmContent p{margin:0;color:#64748b;font-size:14px;line-height:1.65}.vr-confirmActions{display:flex;justify-content:flex-end;gap:10px;margin-top:26px}.vr-confirmButton{min-width:96px;min-height:42px;padding:10px 16px;border-radius:11px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.vr-confirmButton:active{transform:translateY(1px)}.vr-confirmButton:focus-visible,.vr-confirmClose:focus-visible{outline:3px solid rgba(59,130,246,.25);outline-offset:2px}.vr-confirmButton--secondary{border:1px solid #dbe2ea;background:#fff;color:#334155}.vr-confirmButton--secondary:hover{background:#f8fafc}.vr-confirmButton--danger{border:1px solid #dc2626;background:#dc2626;color:#fff;box-shadow:0 8px 18px #dc26262e}.vr-confirmButton--danger:hover{background:#b91c1c}.vr-confirmButton--warning{border:1px solid #d97706;background:#d97706;color:#fff}.vr-confirmButton--primary{border:1px solid #1d4ed8;background:#1d4ed8;color:#fff}@keyframes vr-confirm-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes vr-confirm-dialog-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:560px){.vr-confirmOverlay{padding:16px}.vr-confirmDialog{padding:24px 20px 20px;border-radius:18px}.vr-confirmActions{flex-direction:column-reverse}.vr-confirmButton{width:100%}}
