@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--co-ink:#07111f;--co-text:#0f172a;--co-paper:#f4f7fb;--co-surface:#fff;--co-accent:#82efb0;--co-teal:#22bfd1;--co-blue:#2563eb;--co-lav:#e8f0ff;--co-line:#dbe5ee;--co-muted:#526174;--co-success:#16875c}.co1x-landing,.co1x-apply,.co1x-auth-page,.co1x-dashboard,.co1x-loading,.co1x-success{color:var(--co-text);font-family:Inter,system-ui,sans-serif}.co1x-brand{align-items:center;gap:11px;display:inline-flex}.co1x-header{justify-content:space-between;align-items:center;max-width:1320px;margin:auto;padding:24px 32px;display:flex}.co1x-header nav{align-items:center;gap:22px;display:flex}.co1x-header a{color:inherit;text-decoration:none}.co1x-button{cursor:pointer;touch-action:manipulation;border:1px solid #0000;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 22px;font:700 13px/1 Inter,sans-serif;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.co1x-button:hover:not(:disabled){transform:translateY(-1px)}.co1x-button--small{min-height:44px;padding:0 16px}.co1x-button--wide{width:100%}.co1x-button--dark{background:var(--co-ink);color:#fff;box-shadow:0 9px 24px #07111f24}.co1x-button--accent{background:linear-gradient(135deg,var(--co-accent),var(--co-teal));color:#041216;box-shadow:0 9px 22px #22bfd126}.co1x-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.co1x-hero{grid-template-columns:.95fr 1.05fr;align-items:center;gap:72px;max-width:1320px;margin:auto;padding:74px 32px 104px;display:grid}.co1x-hero h1{letter-spacing:-.06em;max-width:670px;margin:0 0 26px;font-size:clamp(52px,6vw,86px);line-height:.98}.co1x-hero>div:first-child>p{max-width:610px;color:var(--co-muted);font-size:19px;line-height:1.65}.co1x-actions{align-items:center;gap:24px;margin-top:34px;display:flex}.co1x-text-link{border-bottom:1px solid #9cafbe;font-weight:700;text-decoration:none}.co1x-trust{color:var(--co-muted);gap:22px;margin-top:34px;font-size:13px;display:flex}.co1x-trust span{align-items:center;gap:8px;display:flex}.co1x-preview{background:linear-gradient(145deg,#eafbf4,#e9f5fb 58%,#edf1ff);border:1px solid #d8e6ee;border-radius:42px;place-items:center;min-height:560px;padding:52px 26px;display:grid}.co1x-preview__card{background:#fff;border:1px solid #dbe5ee;border-radius:22px;width:min(100%,540px);padding:31px;box-shadow:0 28px 70px #142a441f}.co1x-preview__card>div{color:var(--co-muted);justify-content:space-between;font-size:12px;display:flex}.co1x-preview__card>div strong{color:var(--co-text)}.co1x-preview__card i,.co1x-apply header i{background:#e5edf3;border-radius:10px;height:4px;margin:16px 0 30px;display:block;overflow:hidden}.co1x-preview__card i b,.co1x-apply header i b{background:linear-gradient(90deg,var(--co-accent),var(--co-teal));width:25%;height:100%;display:block}.co1x-preview h2{letter-spacing:-.04em;font-size:31px;line-height:1.08}.co1x-preview p{color:var(--co-muted)}.co1x-preview label{border:1px solid var(--co-line);color:var(--co-muted);border-radius:13px;grid-template-columns:1fr auto;gap:5px;margin-top:27px;padding:14px 15px;font-size:11px;display:grid}.co1x-preview label strong{color:var(--co-text);overflow-wrap:anywhere;font-size:12px}.co1x-preview label svg{grid-area:1/2/3}.co1x-preview button{background:var(--co-ink);color:#fff;border:0;border-radius:12px;width:100%;min-height:48px;margin-top:13px;font:700 13px Inter,sans-serif}.co1x-process{background:var(--co-ink);color:#fff;padding:94px max(32px,50vw - 628px)}.co1x-process h2{letter-spacing:-.05em;max-width:780px;font-size:clamp(40px,5vw,66px);line-height:1}.co1x-process article{border-top:1px solid #1d3246;grid-template-columns:90px .8fr 1.2fr;align-items:center;min-height:122px;display:grid}.co1x-process article>span{color:var(--co-accent)}.co1x-process h3{font-size:23px}.co1x-process p{color:#9cb0c0;max-width:540px;line-height:1.6}.co1x-auth-page{background:radial-gradient(circle at 82% 18%,#22bfd121,transparent 28%),var(--co-paper);place-items:center;min-height:100dvh;padding:32px;display:grid}.co1x-auth-page>a{color:inherit;text-decoration:none;position:absolute;top:28px;left:32px}.co1x-auth-card{border:1px solid var(--co-line);background:#fff;border-radius:22px;width:min(500px,100%);padding:42px;box-shadow:0 25px 65px #142a4417}.co1x-auth-card h1{letter-spacing:-.045em;margin:0 0 10px;font-size:40px}.co1x-auth-card>p{color:var(--co-muted);margin-bottom:27px;line-height:1.55}.co1x-auth-card>small{text-align:center;color:var(--co-muted);margin-top:22px;display:block}.co1x-auth-card>small a{color:#167164}.co1x-field{gap:8px;margin-bottom:19px;display:grid;position:relative}.co1x-field>span{color:#27384a;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;display:flex}.co1x-field em{color:#c83e4d;font-style:normal}.co1x-field small{color:#718398;font-size:11px;line-height:1.45}.co1x-field input,.co1x-field textarea,.co1x-field select{width:100%;min-height:50px;color:var(--co-text);background:#fff;border:1px solid #cfdce6;border-radius:12px;padding:0 14px;font:500 15px Inter,sans-serif;transition:border-color .16s,box-shadow .16s}.co1x-field textarea{resize:vertical;padding-top:13px;line-height:1.55}.co1x-field input+input{margin-top:8px}.co1x-field input:focus,.co1x-field textarea:focus,.co1x-field select:focus{border-color:#6f9fea;outline:none;box-shadow:0 0 0 3px #2563eb1f}.co1x-error{color:#a82f3d;background:#fff5f6;border:1px solid #f0c7ce;border-radius:11px;padding:11px 13px;font-size:12px;line-height:1.45}.co1x-demo{color:var(--co-muted);font-size:11px}.co1x-password-toggle{width:38px;height:38px;color:var(--co-muted);cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;display:grid;position:absolute;bottom:7px;right:8px}.co1x-add-name{color:#325267;cursor:pointer;background:#f8fbfd;border:1px dashed #9eb4c4;border-radius:11px;align-items:center;gap:7px;min-height:42px;padding:0 12px;font-weight:700;display:inline-flex}.co1x-apply{background:var(--co-paper);grid-template-columns:280px minmax(0,1fr);min-height:100dvh;display:grid}.co1x-apply>aside{color:#fff;background:var(--co-ink);flex-direction:column;height:100dvh;padding:30px 26px;display:flex;position:sticky;top:0;overflow:hidden}.co1x-apply>aside:after{content:"";border:1px solid #17374b;border-radius:50%;width:220px;height:220px;position:absolute;inset:auto -85px 90px auto;box-shadow:0 0 0 38px #17374b4d,0 0 0 76px #17374b29}.co1x-apply>aside>div{z-index:1;margin:auto 0}.co1x-apply>aside>div span{color:var(--co-accent);font-size:12px;font-weight:700}.co1x-apply>aside h2{letter-spacing:-.045em;max-width:210px;font-size:31px;line-height:1.07}.co1x-apply>aside p,.co1x-apply>aside small{color:#9cb0c0;line-height:1.6}.co1x-apply>aside p{font-size:13px}.co1x-apply>aside small{z-index:1;align-items:center;gap:8px;font-size:11px;display:flex}.co1x-apply>main{min-width:0}.co1x-apply>main>header{border-bottom:1px solid var(--co-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f4f7fbf0;padding:25px clamp(24px,4vw,52px) 18px}.co1x-apply header>div{color:var(--co-muted);justify-content:space-between;font-size:11px;display:flex}.co1x-apply header strong{color:#263a4e}.co1x-apply header i{margin:10px 0 0}.co1x-form-card{border:1px solid var(--co-line);background:#fff;border-radius:20px;width:min(820px,100% - 48px);margin:42px auto 76px;padding:40px 42px;box-shadow:0 18px 50px #142a4411}.co1x-heading{margin-bottom:27px}.co1x-heading h1{letter-spacing:-.05em;margin:0 0 11px;font-size:clamp(34px,4vw,45px);line-height:1.05}.co1x-heading p{max-width:650px;color:var(--co-muted);line-height:1.55}.co1x-heading-row{justify-content:space-between;gap:20px;display:flex}.co1x-heading-row>span{min-height:28px;color:var(--co-success);flex:none;align-items:center;gap:6px;font-size:11px;font-weight:650;display:inline-flex}.co1x-grid{grid-template-columns:1fr 1fr;gap:17px;display:grid}.co1x-back{min-height:44px;color:var(--co-muted);cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:7px;margin:0 0 22px;padding:0 10px;font-weight:600;display:inline-flex}.co1x-back:hover{background:#f2f6f9}.co1x-review{border-top:1px solid var(--co-line)}.co1x-review>div{border-bottom:1px solid var(--co-line);grid-template-columns:145px 1fr;align-items:center;gap:24px;min-height:66px;padding:13px 0;display:grid}.co1x-review span{color:var(--co-muted);font-size:12px}.co1x-review strong{font-size:13px}.co1x-confirm{min-height:48px;color:var(--co-muted);cursor:pointer;align-items:center;gap:11px;margin:22px 0;font-size:13px;display:flex}.co1x-confirm input{width:19px;height:19px;accent-color:var(--co-success)}.co1x-success,.co1x-loading{text-align:center;background:radial-gradient(circle at 50% 38%,#22bfd129,transparent 27%),var(--co-paper);place-items:center;min-height:100dvh;padding:25px;display:grid}.co1x-success{align-content:center}.co1x-success svg{background:linear-gradient(135deg,var(--co-accent),var(--co-teal));border-radius:20px;width:70px;height:70px;padding:17px}.co1x-complete-title{letter-spacing:-.05em;margin:24px 0 5px;font-size:44px}.co1x-dashboard{background:var(--co-paper);grid-template-columns:260px minmax(0,1fr);min-height:100dvh;display:grid}.co1x-dashboard>aside{color:#fff;background:var(--co-ink);flex-direction:column;height:100dvh;padding:28px 22px;display:flex;position:sticky;top:0}.co1x-dashboard>aside nav{color:#d8e5ef;background:#0d2031;border:1px solid #1b3448;border-radius:12px;gap:10px;margin-top:62px;padding:13px;display:flex}.co1x-dashboard>aside button{color:#9cb0c0;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;min-height:44px;margin-top:auto;padding:0 11px;display:flex}.co1x-dashboard>main{min-width:0;padding:42px clamp(24px,4vw,54px)}.co1x-dashboard main>header{justify-content:space-between;align-items:flex-end;margin-bottom:34px;display:flex}.co1x-dashboard main>header span{color:var(--co-muted);font-size:12px}.co1x-dashboard main>header h1{letter-spacing:-.055em;margin:7px 0 0;font-size:clamp(36px,4vw,50px)}.co1x-advisor{background:linear-gradient(120deg,#eafbf4,#eaf5fb);border:1px solid #cee3e8;border-radius:18px;grid-template-columns:1fr 1fr;align-items:center;gap:32px;padding:26px 30px;display:grid}.co1x-advisor div{gap:4px;display:grid}.co1x-advisor span,.co1x-advisor small{color:#526f78}.co1x-advisor strong{font-size:20px}.co1x-advisor p{color:#526f78;line-height:1.55}.co1x-applications{margin-top:35px}.co1x-applications h2{font-size:22px}.co1x-applications h2 span{background:#e3ebf2;border-radius:7px;padding:4px 8px;font-size:11px}.co1x-applications article{border:1px solid var(--co-line);background:#fff;border-bottom:0;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;min-height:82px;padding:16px 18px;display:grid}.co1x-applications article:first-of-type{border-radius:16px 16px 0 0}.co1x-applications article:last-of-type{border-bottom:1px solid var(--co-line);border-radius:0 0 16px 16px}.co1x-applications article:only-of-type{border-bottom:1px solid var(--co-line);border-radius:16px}.co1x-applications article i{color:#167164;background:#e9f9f3;border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.co1x-applications article div{gap:4px;display:grid}.co1x-applications article small{color:var(--co-muted)}.co1x-status{color:#8c4c12;background:#fff3e4;border-radius:8px;padding:6px 9px;font-size:10px;font-weight:700}.co1x-empty{border:1px solid var(--co-line);background:#fff;border-radius:18px;justify-items:center;gap:14px;padding:65px;display:grid}@media (width<=900px){.co1x-hero{grid-template-columns:1fr}.co1x-process article{grid-template-columns:55px 1fr}.co1x-process article p{grid-column:2}.co1x-apply{grid-template-columns:1fr}.co1x-apply>aside{height:auto;min-height:112px;position:static}.co1x-apply>aside>div,.co1x-apply>aside>small,.co1x-apply>aside:after{display:none}.co1x-dashboard{grid-template-columns:1fr}.co1x-dashboard>aside{flex-direction:row;align-items:center;height:auto;position:static}.co1x-dashboard>aside nav{display:none}.co1x-dashboard>aside button{margin:0 0 0 auto}}@media (width<=650px){.co1x-header{padding:18px}.co1x-header nav>a:first-child{display:none}.co1x-hero{padding:42px 19px 68px}.co1x-hero h1{font-size:50px}.co1x-actions{flex-direction:column;align-items:flex-start}.co1x-trust{flex-direction:column}.co1x-preview{border-radius:28px;min-height:420px;padding:18px 11px}.co1x-process{padding:66px 19px}.co1x-process article{padding:24px 0}.co1x-auth-page{padding:22px 14px}.co1x-auth-page>a{top:20px;left:18px}.co1x-auth-card{border-radius:18px;padding:31px 21px}.co1x-apply>aside{padding:26px 22px}.co1x-apply>main>header{padding:19px 18px 14px}.co1x-form-card{border-radius:17px;width:calc(100% - 20px);margin:18px auto 48px;padding:27px 20px}.co1x-grid{grid-template-columns:1fr;gap:0}.co1x-heading-row{display:block}.co1x-heading-row>span{margin:-12px 0 18px}.co1x-review>div{grid-template-columns:1fr;gap:5px}.co1x-dashboard>main{padding:30px 16px}.co1x-dashboard main>header{flex-direction:column;align-items:flex-start;gap:18px}.co1x-advisor{grid-template-columns:1fr;padding:23px}.co1x-applications article{grid-template-columns:40px 1fr}.co1x-status{grid-column:2}.co1x-complete-title{font-size:38px}}@media (prefers-reduced-motion:reduce){.co1x-button{transition:none}}.co1x-auth-icon{color:#09211a;background:linear-gradient(135deg,#d9fae8,#bceef2);border-radius:14px;place-items:center;width:46px;height:46px;margin-bottom:22px;display:grid}.co1x-auth-links{justify-content:flex-end;margin:-9px 0 17px;display:flex}.co1x-auth-links a,.co1x-form-footer a{color:#176b61;font-size:12px;font-weight:700}.co1x-form-footer{text-align:center;color:var(--co-muted);font-size:12px}.co1x-password-wrap{position:relative}.co1x-password-wrap .co1x-password-toggle{bottom:6px}.co1x-field select:disabled{color:#34485a;cursor:not-allowed;opacity:1;background:#eef3f6}.co1x-notice{color:#126b49;background:#f0faf6;border:1px solid #b8dfd1;border-radius:11px;padding:12px 14px;font-size:12px;line-height:1.5}.co1x-stepper{z-index:20;border-bottom:1px solid var(--co-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f4f7fbf5;padding:18px clamp(24px,4vw,52px);position:sticky;top:0}.co1x-stepper ol{grid-template-columns:repeat(5,1fr);max-width:920px;margin:0 auto;padding:0;list-style:none;display:grid}.co1x-stepper li{color:#71818f;text-align:center;justify-items:center;gap:7px;font-size:11px;font-weight:700;display:grid;position:relative}.co1x-stepper li:not(:last-child):after{content:"";background:#d7e1e8;height:2px;position:absolute;top:15px;left:calc(50% + 22px);right:calc(22px - 50%)}.co1x-stepper li>span{z-index:1;color:#607484;background:#f4f7fb;border:2px solid #cbd8e2;border-radius:50%;place-items:center;width:32px;height:32px;font-size:11px;display:grid}.co1x-stepper li.is-done:not(:last-child):after{background:#65b99a}.co1x-stepper li.is-active>span{color:#07111f;background:#c9f5e5;border-color:#22bfd1;box-shadow:0 0 0 4px #22bfd11a}.co1x-save-state{white-space:nowrap}.co1x-restoring{min-height:220px;color:var(--co-muted);justify-content:center;align-items:center;gap:10px;font-size:13px;display:flex}.co1x-restoring svg{animation:1s linear infinite co1xSpin}.co1x-form-actions{justify-content:space-between;align-items:center;gap:18px;margin-top:8px;display:flex}.co1x-form-actions .co1x-back{margin:0}.co1x-file-input{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.co1x-upload-checklist{background:#f8fbfd;border:1px solid #d9e4ec;border-radius:16px;gap:14px;margin:18px 0 14px;padding:18px;display:grid}.co1x-upload-checklist>div>strong{color:#07111f;font-size:14px}.co1x-upload-checklist>div>p{color:#526174;margin:6px 0 0;font-size:12px;line-height:1.55}.co1x-upload-checklist ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.co1x-upload-checklist li{background:#fff;border:1px solid #dbe7ef;border-radius:13px;align-items:flex-start;gap:10px;min-width:0;padding:13px;display:flex}.co1x-upload-checklist li>span{color:#041216;background:linear-gradient(135deg,#7ff0c5,#20c6d7);border-radius:999px;flex:none;place-items:center;width:28px;height:28px;font-size:11px;font-weight:850;display:grid}.co1x-upload-checklist li strong{color:#07111f;font-size:13px;display:block}.co1x-upload-checklist li small{color:#607484;margin-top:4px;font-size:11px;line-height:1.45;display:block}.co1x-upload-progress{color:#16875c;margin:0;font-size:12px;font-weight:750}.co1x-combined-document{align-items:flex-start;margin:14px 0!important}.co1x-combined-document span{gap:4px;line-height:1.45;display:grid}.co1x-combined-document small{color:var(--co-muted);font-size:11px;font-weight:500}.co1x-dropzone{color:#294d63;cursor:pointer;background:#f8fbfd;border:2px dashed #8eaaba;border-radius:18px;align-content:center;place-items:center;gap:11px;width:100%;min-height:220px;padding:30px;transition:border-color .18s,background .18s,box-shadow .18s;display:grid}.co1x-dropzone:hover,.co1x-dropzone.is-dragging{background:#eefbf7;border-color:#22bfd1;box-shadow:0 0 0 4px #22bfd11a}.co1x-dropzone:disabled{opacity:.55;cursor:not-allowed}.co1x-dropzone strong{font-size:15px}.co1x-dropzone span{color:var(--co-muted);font-size:12px}.co1x-uploaded-file{background:#f4fcf8;border:1px solid #b8dfd1;border-radius:16px;grid-template-columns:48px minmax(0,1fr) auto auto;align-items:center;gap:13px;padding:18px;display:grid}.co1x-uploaded-file>span{color:#126b49;background:#dff5ea;border-radius:13px;place-items:center;width:46px;height:46px;display:grid}.co1x-uploaded-file div{gap:5px;min-width:0;display:grid}.co1x-uploaded-file strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.co1x-uploaded-file small{color:var(--co-muted);font-size:11px}.co1x-uploaded-file button{color:#315268;cursor:pointer;background:#fff;border:1px solid #c9d8e2;border-radius:10px;align-items:center;gap:7px;min-height:44px;padding:0 12px;font-weight:700;display:inline-flex}.co1x-compliance-note{color:#405466;background:#f8fafc;border:1px solid #d9e4ec;border-radius:14px;gap:12px;margin:18px 0;padding:15px 16px;display:flex}.co1x-compliance-note svg{color:#16875c;flex:none}.co1x-compliance-note strong{font-size:12px}.co1x-compliance-note p{margin:5px 0 0;font-size:11px;line-height:1.55}.co1x-button:focus-visible,.co1x-back:focus-visible,.co1x-dropzone:focus-visible,.co1x-uploaded-file button:focus-visible,.co1x-add-name:focus-visible,.co1x-password-toggle:focus-visible{outline-offset:2px;outline:3px solid #2563eb47}.co1x-product-hub{background:linear-gradient(120deg,#f7fcff,#eefbf6);border:1px solid #cfe6ec;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;margin:28px 0 8px;padding:28px 30px;display:grid}.co1x-product-hub span{color:#16875c;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.co1x-product-hub h2{letter-spacing:-.04em;margin:8px 0;font-size:26px}.co1x-product-hub p{max-width:680px;color:var(--co-muted);margin:0;line-height:1.55}.co1x-product-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.co1x-product-actions .co1x-button:not(.co1x-button--accent){color:#587082;background:#fff;border-color:#d7e2ea}.co1x-product-actions .co1x-button:disabled{opacity:.62}@keyframes co1xSpin{to{transform:rotate(360deg)}}@media (width<=650px){.co1x-auth-page{padding:92px 14px 22px}.co1x-stepper{padding:13px 16px}.co1x-stepper__summary{color:var(--co-muted);justify-content:space-between;gap:16px;margin-bottom:11px;font-size:11px;display:flex}.co1x-stepper__summary strong{color:#263a4e}.co1x-stepper ol{gap:6px}.co1x-stepper li small{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.co1x-stepper li:not(:last-child):after{left:calc(50% + 18px);right:calc(18px - 50%)}.co1x-stepper li>span{width:30px;height:30px}.co1x-form-actions{flex-direction:column-reverse;align-items:stretch}.co1x-form-actions .co1x-button{width:100%}.co1x-uploaded-file{grid-template-columns:44px 1fr}.co1x-upload-checklist ol{grid-template-columns:1fr}.co1x-uploaded-file button{justify-content:center}.co1x-product-hub{grid-template-columns:1fr;padding:23px}.co1x-product-actions{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){.co1x-dropzone{transition:none}.co1x-restoring svg{animation:none}}.co1x-field>label{color:#27384a;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;display:flex}.co1x-marketing{background:#07111f}.co1x-marketing .co1x-header{z-index:2;color:#e9f4fb;border-bottom:1px solid #183149;position:relative}.co1x-marketing .co1x-header nav{color:#dbe8f0;font-size:13px;font-weight:700}.co1x-marketing .co1x-header nav a:hover{color:#8af2b1}.co1x-cta-note{color:#a8bbca;font-size:13px;font-weight:700}.co1x-hero--v2{color:#fff;padding-top:82px}.co1x-hero--v2 h1{color:#fff;font-size:clamp(62px,7vw,104px)}.co1x-hero--v2>div:first-child>p{color:#c4d3df}.co1x-hero--v2 .co1x-preview{background:radial-gradient(circle at 20% 12%,#82efb02e,#0000 36%),linear-gradient(145deg,#0c2033,#07111f);border-color:#204059}.co1x-hero--v2 .co1x-preview__card{color:#fff;background:#081826e0;border-color:#24465c;box-shadow:0 28px 80px #00000052}.co1x-hero--v2 .co1x-preview__card>div,.co1x-hero--v2 .co1x-preview p,.co1x-hero--v2 .co1x-preview label{color:#a8bbca}.co1x-hero--v2 .co1x-preview__card>div strong,.co1x-hero--v2 .co1x-preview h2,.co1x-hero--v2 .co1x-preview label strong{color:#fff}.co1x-hero--v2 .co1x-preview label{background:#0d2031;border-color:#26475c}.co1x-hero--v2 .co1x-preview button{background:linear-gradient(135deg,var(--co-accent),var(--co-teal));color:#041216}.co1x-story-section{background:#fff;grid-template-columns:.9fr 1.1fr;gap:74px;padding:105px max(28px,50vw - 620px);display:grid}.co1x-story-section h2,.co1x-tension-band h2,.co1x-partner-section h2,.co1x-closing-band h2{letter-spacing:-.055em;margin:0 0 24px;font-size:clamp(40px,5vw,72px);line-height:1}.co1x-story-section p,.co1x-partner-section p,.co1x-tension-band p,.co1x-closing-band p{color:#526174;font-size:16px;line-height:1.7}.co1x-proof-list{grid-template-columns:1fr 1fr;gap:16px;display:grid}.co1x-proof-list article{background:#f8fbfd;border:1px solid #dbe5ee;border-radius:20px;padding:24px}.co1x-proof-list svg{color:#16875c}.co1x-proof-list strong{margin:14px 0 8px;font-size:16px;display:block}.co1x-proof-list p{margin:0;font-size:13px}.co1x-tension-band{text-align:center;color:#fff;background:radial-gradient(circle at 50% 15%,#22bfd12e,#0000 35%),#07111f;padding:105px max(28px,50vw - 490px)}.co1x-tension-band p{color:#a8bbca;max-width:760px;margin:0 auto 18px}.co1x-tension-band .co1x-button{margin-top:18px}.co1x-partner-section{background:#f4f7fb;grid-template-columns:1fr 470px;gap:72px;padding:105px max(28px,50vw - 620px);display:grid}.co1x-partner-section ul{gap:12px;margin:28px 0 0;padding:0;list-style:none;display:grid}.co1x-partner-section li{color:#405466;background:#fff;border:1px solid #dbe5ee;border-radius:16px;padding:16px 18px;line-height:1.55}.co1x-partner-form{background:#fff;border:1px solid #dbe5ee;border-radius:24px;padding:32px;box-shadow:0 26px 70px #142a4414}.co1x-partner-form h3{letter-spacing:-.045em;margin:0 0 8px;font-size:30px}.co1x-partner-form>p{margin:0 0 22px;font-size:13px}.co1x-closing-band{text-align:center;color:#fff;background:linear-gradient(135deg,#0a1928,#07111f);padding:92px 28px}.co1x-closing-band p{color:#a8bbca;max-width:620px;margin:0 auto 28px}.co1x-footer{color:#fff;background:#07111f;border-top:1px solid #173247;justify-content:space-between;align-items:center;gap:22px;padding:28px max(28px,50vw - 620px);display:flex}.co1x-footer nav{flex-wrap:wrap;gap:18px;display:flex}.co1x-footer a{color:#a8bbca;font-size:12px;font-weight:700;text-decoration:none}.co1x-footer a:hover{color:#fff}.co1x-save-row{color:#526174;background:#f8fbfd;border:1px solid #dbe5ee;border-radius:13px;justify-content:space-between;align-items:center;gap:16px;margin:-16px 0 28px;padding:12px 14px;font-size:12px;display:flex}.co1x-text-button{color:#167164;cursor:pointer;background:0 0;border:0;font-weight:800}.co1x-save-gate{text-align:center;background:linear-gradient(135deg,#f7fcff,#eefbf6);border:1px solid #cfe6ec;border-radius:20px;justify-items:center;margin:18px 0;padding:32px;display:grid}.co1x-save-gate h3{letter-spacing:-.035em;margin:13px 0 8px;font-size:24px}.co1x-save-gate p{color:#526174;max-width:520px;margin:0 0 18px;line-height:1.6}.co1x-modal-backdrop{z-index:3000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#07111fa8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.co1x-modal-card{background:#fff;border:1px solid #dbe5ee;border-radius:24px;width:min(500px,100%);max-height:92dvh;padding:36px;position:relative;overflow:auto;box-shadow:0 40px 100px #0000004d}.co1x-modal-card--wide{width:min(720px,100%)}.co1x-modal-card h2{letter-spacing:-.045em;margin:0 0 12px;font-size:34px;line-height:1.05}.co1x-modal-card p{color:#526174;line-height:1.6}.co1x-modal-close{color:#526174;cursor:pointer;background:#fff;border:1px solid #dbe5ee;border-radius:11px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:16px;right:16px}.co1x-disclosure-copy{background:#f8fbfd;border:1px solid #dbe5ee;border-radius:18px;padding:18px 20px}.co1x-disclosure-copy p{margin:0 0 14px}.co1x-disclosure-copy p:last-child{margin-bottom:0}.co1x-confirm--box{background:#fff;border:1px solid #dbe5ee;border-radius:15px;align-items:flex-start;padding:15px}.co1x-modal-actions{justify-content:flex-end;gap:12px;margin-top:18px;display:flex}.co1x-legal-page{min-height:100dvh;color:var(--co-text);background:#f4f7fb;font-family:Inter,system-ui,sans-serif}.co1x-legal-card{background:#fff;border:1px solid #dbe5ee;border-radius:24px;width:min(920px,100% - 36px);margin:38px auto 80px;padding:46px;box-shadow:0 22px 70px #142a4412}.co1x-legal-card h1{letter-spacing:-.055em;margin:0 0 22px;font-size:clamp(42px,5vw,68px);line-height:1}.co1x-legal-card h2{letter-spacing:-.035em;margin:34px 0 10px;font-size:22px}.co1x-legal-card p{color:#405466;line-height:1.7}.co1x-legal-summary{background:#f1fbf8;border:1px solid #cfe6ec;border-radius:18px;padding:20px}.co1x-legal-card mark{color:#6c4b00;background:#fff0bf;border-radius:5px;padding:2px 5px}.co1x-stepper ol{grid-template-columns:repeat(4,1fr);max-width:820px}@media (width<=900px){.co1x-story-section,.co1x-partner-section,.co1x-proof-list{grid-template-columns:1fr}.co1x-footer{flex-direction:column;align-items:flex-start}.co1x-marketing .co1x-header{flex-direction:column;align-items:flex-start;gap:18px}.co1x-marketing .co1x-header nav{flex-wrap:wrap;gap:12px}.co1x-save-row{flex-direction:column;align-items:flex-start}}@media (width<=650px){.co1x-story-section,.co1x-tension-band,.co1x-partner-section,.co1x-closing-band{padding:64px 19px}.co1x-modal-card{padding:30px 20px}.co1x-modal-actions{flex-direction:column-reverse;align-items:stretch}.co1x-modal-actions .co1x-button{width:100%}.co1x-legal-card{padding:30px 20px}}.co1x-marketing{color:#f7fbff;background:radial-gradient(circle at 24% 20%,#22bfd11f,#0000 30%),radial-gradient(circle at 86% 12%,#82efb01a,#0000 25%),linear-gradient(#061221 0%,#081d33 52%,#07111f 100%);min-height:100dvh}.co1x-marketing .co1x-brand{gap:12px}.co1x-marketing .co1x-header{background:#040d1947;border-bottom:1px solid #a0bed22e;max-width:none;padding:20px clamp(28px,4.4vw,58px)}.co1x-marketing .co1x-header .co1x-button{color:#041216;min-width:210px;font-size:15px}.co1x-concept-hero{grid-template-columns:.92fr 1.08fr;align-items:center;gap:66px;width:min(1350px,100% - 88px);margin:0 auto;padding:24px 0 18px;display:grid}.co1x-concept-copy h1{letter-spacing:-.058em;color:#fff;white-space:nowrap;margin:0 0 24px;font-size:clamp(54px,4.4vw,66px);line-height:1.05}.co1x-concept-copy h1 span{color:#7ff0c5}.co1x-concept-copy p{color:#c9d5e2;max-width:600px;margin:0 0 18px;font-size:20px;line-height:1.52}.co1x-concept-copy .co1x-button{border-radius:6px;min-width:295px;min-height:52px;font-size:17px}.co1x-cta-note{color:#c1cfdd;align-items:center;gap:10px;margin-top:20px;font-size:14px;font-weight:500;display:flex}.co1x-application-preview{background:radial-gradient(circle at 75% 25%,#22bfd121,#0000 28%),linear-gradient(145deg,#091e32fa,#05111ff5);border:1px solid #8caec961;border-radius:10px;padding:20px 22px 18px;box-shadow:0 30px 90px #00000038}.co1x-application-preview__head{justify-content:space-between;gap:20px;margin-bottom:22px;display:flex}.co1x-application-preview__head h2{letter-spacing:-.035em;margin:0 0 4px;font-size:20px}.co1x-application-preview__head p{color:#c3d0dc;margin:0;font-size:12px}.co1x-application-preview__head span{color:#7ff0c5;margin-top:13px;font-size:11px}.co1x-preview-stepper{border-bottom:1px solid #8caec933;grid-template-columns:repeat(4,1fr);gap:0;margin:0 -4px 20px;padding:0 0 14px;list-style:none;display:grid}.co1x-preview-stepper li{color:#c7d4df;text-align:center;justify-items:center;gap:8px;display:grid;position:relative}.co1x-preview-stepper li:not(:last-child):after{content:"";background:#a9c3d65c;height:1px;position:absolute;top:13px;left:calc(50% + 19px);right:calc(19px - 50%)}.co1x-preview-stepper span{z-index:1;color:#fff;background:#07182a;border:1px solid #9fb3c6;border-radius:50%;place-items:center;width:26px;height:26px;font-size:12px;display:grid;position:relative}.co1x-preview-stepper .is-active span{color:#04201c;background:#7ff0c5;border-color:#7ff0c5}.co1x-preview-stepper small{font-size:10px;font-weight:700}.co1x-preview-form-row{grid-template-columns:minmax(0,1fr) 252px;align-items:start;gap:31px;display:grid}.co1x-preview-fields h3{margin:0 0 6px;font-size:15px}.co1x-preview-fields p{color:#c0cbd7;margin:0 0 12px;font-size:12px}.co1x-preview-fields label{color:#f4f8fc;gap:6px;margin-bottom:9px;font-size:10px;font-weight:700;display:grid}.co1x-preview-fields input,.co1x-preview-fields select{color:#c6d3df;opacity:1;background:#081a2d;border:1px solid #9ab8cf40;border-radius:5px;min-height:36px;padding:0 12px;font:500 12px Inter,system-ui,sans-serif}.co1x-preview-security{background:linear-gradient(145deg,#ffffff12,#ffffff05);border:1px solid #9ab8cf47;border-radius:7px;min-height:162px;padding:24px 25px 18px}.co1x-preview-security svg{color:#7ff0c5}.co1x-preview-security strong{color:#d8e5ee;margin:-31px 0 19px 49px;font-size:13px;line-height:1.36;display:block}.co1x-preview-security ul{color:#d7e4ec;gap:11px;margin:0;padding:0;font-size:12px;list-style:none;display:grid}.co1x-preview-security li{align-items:center;gap:10px;display:flex}.co1x-preview-security li svg{flex:none}.co1x-preview-action-row{justify-content:flex-end;margin-top:9px;display:flex}.co1x-preview-action-row .co1x-button{border-radius:6px;min-height:38px;font-size:12px}.co1x-language-toggle{background:#081a2db8;border:1px solid #9ab8cf47;border-radius:999px;align-items:center;min-height:36px;padding:3px;display:inline-flex}.co1x-language-toggle button{color:#cbd8e3;cursor:pointer;background:0 0;border:0;border-radius:999px;min-height:28px;padding:0 12px;font:800 11px Inter,system-ui,sans-serif}.co1x-language-toggle button.is-active{color:#041216;background:linear-gradient(135deg,#7ff0c5,#27c6d3)}.co1x-auth-top{justify-content:space-between;align-items:center;gap:18px;display:flex;position:absolute;top:28px;left:32px;right:32px}.co1x-auth-top>a{color:inherit;text-decoration:none}.co1x-business-type-locked{color:#f7fbff;background:#7ff0c514;border:1px solid #7ff0c561;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:0 14px;font-weight:800;display:flex}.co1x-business-type-locked svg{color:#7ff0c5;flex:none}.co1x-business-type-picker{gap:12px;display:grid}.co1x-business-type-picker button{text-align:left;color:#07111f;cursor:pointer;background:#fff;border:1px solid #cfdbe6;border-radius:10px;gap:6px;width:100%;padding:16px 18px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.co1x-business-type-picker button:hover{border-color:#7fcddd;transform:translateY(-1px)}.co1x-business-type-picker button.is-active{background:#f5fcff;border-color:#20c6d7;box-shadow:0 0 0 3px #20c6d71f}.co1x-business-type-picker strong{color:#07111f;font-size:13px}.co1x-business-type-picker span{color:#60748a;font-size:12px;line-height:1.5}.co1x-business-type-picker small{color:#405d72;margin-top:3px;font-size:11px;font-weight:600;line-height:1.5;display:block}.co1x-business-type-guide{background:#effaff;border-left:3px solid #20c6d7;border-radius:0 10px 10px 0;margin:0 0 12px;padding:13px 14px}.co1x-business-type-guide strong{color:#17354a;font-size:12px;display:block}.co1x-business-type-guide p{color:#526f82;margin:5px 0 0;font-size:12px;font-weight:500;line-height:1.55}.co1x-inline-disclaimer{color:#60748a;margin-top:10px;font-size:12px;line-height:1.5;display:block}.co1x-llc-ack-copy{background:#f8fbfd;border:1px solid #dbe5ee;border-radius:18px;gap:10px;margin:18px 0 20px;padding:18px 20px;display:grid}.co1x-llc-ack-copy p{color:#34485a;margin:0;line-height:1.55}.co1x-price-lines{gap:10px;margin:18px 0;display:grid}.co1x-price-lines div{background:#fff;border:1px solid #dbe5ee;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:14px 16px;display:flex}.co1x-price-lines span{color:#60748a;font-size:13px;line-height:1.4}.co1x-price-lines strong{color:#07111f;flex:none;font-size:18px}.co1x-refund-copy{background:#f8fbfd;border:1px solid #dbe5ee;border-radius:10px;gap:10px;margin:18px 0 20px;padding:18px 20px;display:grid}.co1x-refund-copy p{color:#34485a;margin:0;font-size:13px;line-height:1.55}.co1x-concept-proof{border-top:1px solid #a0bed233;border-bottom:1px solid #a0bed233;grid-template-columns:repeat(3,1fr);width:min(1350px,100% - 88px);margin:0 auto;padding:24px 0 28px;display:grid}.co1x-concept-proof article{grid-template-columns:74px minmax(0,1fr);align-items:center;gap:22px;min-height:115px;padding:0 42px;display:grid}.co1x-concept-proof article>span{color:#7ff0c5;background:#ffffff08;border:1px solid #d1e6f4cc;border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.co1x-concept-proof h2{color:#fff;letter-spacing:-.035em;max-width:320px;margin:0 0 8px;font-size:22px;line-height:1.08}.co1x-concept-proof p{color:#c5d1dd;margin:0;font-size:14px;line-height:1.45}.co1x-heart-section{border-bottom:1px solid #a0bed22e;grid-template-columns:1.05fr .95fr;align-items:start;gap:72px;width:min(1100px,100% - 88px);margin:0 auto 10px;padding:54px 0 52px;display:grid}.co1x-heart-section h2{color:#f7fbff;letter-spacing:-.045em;margin:0;font-size:clamp(34px,3.8vw,54px);line-height:1.08}.co1x-heart-section p{color:#cbd8e3;margin:4px 0 0;font-size:17px;line-height:1.7}.co1x-section-heading{grid-template-columns:72px minmax(0,1fr);align-items:start;gap:22px;display:grid}.co1x-section-heading>span{color:#7ff0c5;letter-spacing:.22em;text-transform:uppercase;font-size:12px;font-weight:800}.co1x-section-heading h2{color:#fff;letter-spacing:-.05em;margin:0 0 10px;font-size:clamp(2rem,3vw,3rem);line-height:1.02}.co1x-section-heading p{color:#afc0cf;margin:0;font-size:15px;line-height:1.65}.co1x-flow-section{width:min(1260px,100% - clamp(44px,9vw,156px));margin:0 auto;padding:0 0 clamp(108px,11vw,148px)}.co1x-flow-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:34px;display:grid}.co1x-flow-grid article{background:#0a1a2deb;border:1px solid #cdd9e51a;border-radius:24px;min-height:220px;padding:28px 24px;box-shadow:0 28px 64px #0000002e}.co1x-flow-grid strong{color:#041216;background:#7ff0c5;border-radius:999px;justify-content:center;align-items:center;min-width:40px;min-height:40px;font-size:13px;display:inline-flex}.co1x-flow-grid h3{color:#fff;letter-spacing:-.04em;margin:20px 0 10px;font-size:24px;line-height:1.05}.co1x-flow-grid p{color:#c7d4df;margin:0;font-size:14px;line-height:1.6}.co1x-company-section{width:min(1260px,100% - clamp(44px,9vw,156px));margin:0 auto;padding:0 0 40px}.co1x-company-section strong{color:#7ff0c5;margin:24px 0 0 94px;font-size:15px;line-height:1.6;display:block}.co1x-security-section{width:min(1260px,100% - clamp(44px,9vw,156px));margin:0 auto;padding:10px 0 42px}.co1x-security-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:32px;display:grid}.co1x-security-card{background:#0a1a2de0;border:1px solid #cdd9e51a;border-radius:24px;min-height:180px;padding:26px;box-shadow:0 24px 58px #00000029}.co1x-security-card h3{color:#fff;letter-spacing:-.04em;margin:0 0 12px;font-size:22px;line-height:1.08}.co1x-security-card p{color:#c7d4df;margin:0;font-size:14px;line-height:1.65}.co1x-cohort-band{background:radial-gradient(circle at 18% 18%,#7ff0c51f,#0000 28%),linear-gradient(135deg,#0a2338f5,#07111ff5);border:1px solid #7ff0c538;border-radius:28px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;width:min(1260px,100% - clamp(44px,9vw,156px));margin:0 auto 18px;padding:34px;display:grid;box-shadow:0 30px 80px #0003}.co1x-cohort-band h2{color:#fff;letter-spacing:-.05em;margin:0 0 10px;font-size:clamp(2rem,3vw,2.6rem);line-height:1.02}.co1x-cohort-band p{color:#c7d4df;max-width:700px;margin:0;font-size:15px;line-height:1.65}.co1x-concept-partner{background:#071829c7;border:1px solid #5b8eb57a;border-radius:10px;grid-template-columns:390px minmax(0,1fr);align-items:start;gap:34px;width:min(1350px,100% - 88px);margin:6px auto 10px;padding:22px 22px 20px 26px;display:grid}.co1x-concept-partner__intro{border-right:1px solid #a0bed233;min-height:130px;padding-right:30px}.co1x-concept-partner h2{letter-spacing:-.04em;margin:0 0 12px;font-size:28px}.co1x-concept-partner p{color:#c7d4df;margin:0 0 15px;font-size:13px;line-height:1.55}.co1x-concept-partner strong{color:#7ff0c5;font-size:13px}.co1x-partner-form--inline{box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:repeat(4,minmax(130px,1fr)) 132px;align-items:end;gap:14px 18px;padding:0;display:grid}.co1x-partner-form--inline .co1x-field{gap:7px;margin:0}.co1x-partner-form--inline .co1x-field>label,.co1x-partner-form--inline .co1x-field>span{color:#fff;font-size:11px}.co1x-partner-form--inline input,.co1x-partner-form--inline select,.co1x-partner-form--inline textarea{color:#f7fbff;background:#081a2d;border-color:#9ab8cf52;border-radius:5px;min-height:40px;font-size:13px}.co1x-partner-form--inline input::placeholder{color:#9eb0c1}.co1x-partner-form--inline textarea{resize:vertical;min-height:86px;padding:12px 14px}.co1x-partner-form--inline .co1x-partner-form__note{grid-column:1/-1}.co1x-partner-form--inline .co1x-button{border-radius:5px;min-height:40px;font-size:13px}.co1x-partner-privacy{color:#c7d4df;grid-column:1/-1;align-items:center;gap:9px;margin:2px 0 0;font-size:12px;display:flex}.co1x-partner-form--inline .co1x-error,.co1x-partner-form--inline .co1x-notice{grid-column:1/-1;margin:0}.co1x-concept-closing{background:radial-gradient(circle at 27% 35%,#82efb038,#0000 28%),linear-gradient(100deg,#113b5b,#0a223a 45%,#092033);border:1px solid #37a9da94;border-radius:10px;grid-template-columns:92px 1fr auto 262px;align-items:center;gap:28px;width:min(1350px,100% - 88px);min-height:104px;margin:10px auto 0;padding:20px 34px 20px 22px;display:grid}.co1x-concept-closing>span{color:#7ff0c5;background:#06122138;border:1px solid #7ff0c5;border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.co1x-concept-closing h2{color:#fff;letter-spacing:-.035em;margin:0 0 7px;font-size:25px}.co1x-concept-closing p{color:#d9e6ef;margin:0;font-size:13px}.co1x-concept-closing .co1x-button{border-radius:6px;min-height:48px;font-size:15px}.co1x-footer{color:#d8e5ef;background:#07111f;border-top:1px solid #a0bed21f;margin-top:0;padding:22px clamp(28px,4.4vw,58px)}.co1x-footer__brand-row{align-items:center;gap:48px;display:flex}.co1x-footer__meta{gap:4px;display:grid}.co1x-footer__meta strong{color:#f7fbff;font-size:13px}.co1x-footer__brand-row>span{color:#9eafbf;font-size:12px}.co1x-footer nav{gap:34px}.co1x-footer a{font-size:12px;font-weight:500}.co1x-faq-section{width:min(1260px,100% - clamp(44px,9vw,156px));margin:0 auto;padding:18px 0 96px}.co1x-faq-list{gap:14px;margin-top:32px;display:grid}.co1x-faq-item{background:#0a1a2de0;border:1px solid #cdd9e51a;border-radius:22px;overflow:hidden;box-shadow:0 20px 52px #00000029}.co1x-faq-item button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:18px;width:100%;padding:22px 24px;display:flex}.co1x-faq-item strong{color:#fff;font-size:18px;line-height:1.4}.co1x-faq-item button span{color:#7ff0c5;flex:none;font-size:26px;line-height:1}.co1x-faq-item p{color:#c7d4df;margin:0;padding:0 24px 24px;font-size:14px;line-height:1.7}@media (width<=1100px){.co1x-concept-hero{grid-template-columns:1fr;gap:36px}.co1x-flow-grid,.co1x-security-grid{grid-template-columns:1fr 1fr}.co1x-concept-proof{grid-template-columns:1fr}.co1x-concept-proof article{padding:24px 0;border-right:0!important}.co1x-concept-proof article:not(:last-child){border-bottom:1px solid #a0bed233}.co1x-concept-partner{grid-template-columns:1fr}.co1x-concept-partner__intro{border-bottom:1px solid #a0bed233;border-right:0;min-height:auto;padding:0 0 22px}.co1x-partner-form--inline{grid-template-columns:repeat(2,minmax(180px,1fr))}.co1x-concept-closing{grid-template-columns:70px 1fr;gap:18px}.co1x-concept-closing>.co1x-button{grid-column:2}}@media (width<=720px){.co1x-marketing .co1x-header{flex-direction:column;align-items:flex-start;gap:18px;padding:18px}.co1x-marketing .co1x-header nav{flex-wrap:wrap;gap:14px}.co1x-marketing .co1x-header .co1x-button{min-width:0}.co1x-concept-hero,.co1x-concept-proof,.co1x-flow-section,.co1x-heart-section,.co1x-company-section,.co1x-security-section,.co1x-cohort-band,.co1x-concept-partner,.co1x-faq-section,.co1x-concept-closing{width:calc(100% - 36px)}.co1x-concept-copy h1{white-space:normal;font-size:50px}.co1x-concept-copy p{font-size:17px}.co1x-section-heading{grid-template-columns:1fr;gap:10px}.co1x-flow-grid,.co1x-security-grid{grid-template-columns:1fr}.co1x-company-section strong{margin-left:0}.co1x-cohort-band{grid-template-columns:1fr;padding:28px 24px}.co1x-preview-stepper{grid-template-columns:repeat(4,32px);justify-content:space-between}.co1x-preview-stepper small{display:none}.co1x-preview-form-row,.co1x-partner-form--inline,.co1x-concept-closing{grid-template-columns:1fr}.co1x-concept-closing>.co1x-button{grid-column:auto}.co1x-footer{flex-direction:column;align-items:flex-start}.co1x-footer__brand-row{flex-direction:column;align-items:flex-start;gap:18px}.co1x-heart-section{grid-template-columns:1fr;gap:18px;width:calc(100% - 36px);padding:42px 0}.co1x-auth-top{top:18px;left:18px;right:18px}}.co1x-auth-page,.co1x-apply,.co1x-dashboard,.co1x-legal-page,.co1x-success,.co1x-loading{color:#f7fbff;background:radial-gradient(circle at 24% 14%,#22bfd124,#0000 32%),radial-gradient(circle at 86% 4%,#7ff0c51c,#0000 28%),linear-gradient(#061221 0%,#081d33 52%,#07111f 100%)!important}.co1x-auth-card,.co1x-form-card,.co1x-legal-card,.co1x-modal-card{color:#f7fbff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#081a2deb!important;border-color:#91b1ca47!important;box-shadow:0 30px 90px #00000047!important}.co1x-heading h1,.co1x-modal-card h2,.co1x-legal-card h1,.co1x-legal-card h2,.co1x-dashboard h1,.co1x-dashboard h2,.co1x-dashboard h3,.co1x-dashboard strong,.co1x-complete-title{color:#f7fbff}.co1x-auth-card>p,.co1x-heading p,.co1x-modal-card p,.co1x-legal-card p,.co1x-dashboard p,.co1x-dashboard small,.co1x-dashboard span,.co1x-review span,.co1x-compliance-note p{color:#a9bbc9}.co1x-auth-icon{color:#041216;background:linear-gradient(135deg,#8af2b1,#22bfd1)!important}.co1x-field>label,.co1x-field>span,.co1x-save-state{color:#dce8f1!important}.co1x-field input,.co1x-field textarea,.co1x-field select{color:#f7fbff!important;box-shadow:none!important;background:#081a2d!important;border-color:#9ab8cf52!important}.co1x-field input::placeholder,.co1x-field textarea::placeholder{color:#8fa3b4!important}.co1x-field input:focus,.co1x-field textarea:focus,.co1x-field select:focus{border-color:#7ff0c5!important;box-shadow:0 0 0 3px #7ff0c51f!important}.co1x-button--dark{color:#041216!important;background:linear-gradient(135deg,#7ff0c5,#27c6d3)!important;box-shadow:0 14px 34px #27c6d32e!important}.co1x-button:not(.co1x-button--dark):not(.co1x-button--accent){color:#f7fbff!important;background:#081a2dd1!important;border-color:#9ab8cf47!important}.co1x-apply>aside,.co1x-dashboard>aside{border-right:1px solid #9ab8cf33;background:linear-gradient(#061221,#07111f)!important}.co1x-apply>main>header,.co1x-stepper{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#07111fc2!important;border-color:#9ab8cf38!important}.co1x-stepper li{color:#91a6b8}.co1x-stepper li:after{background:#9ab8cf38!important}.co1x-stepper li>span{color:#cfe0ec;background:#081a2d;border-color:#9ab8cf61}.co1x-stepper li.is-active{color:#f7fbff}.co1x-stepper li.is-active>span{color:#041216;background:#7ff0c5;border-color:#7ff0c5}.co1x-stepper li.is-done>span{color:#041216;background:#64e6b2;border-color:#64e6b2}.co1x-save-row,.co1x-save-gate,.co1x-compliance-note,.co1x-disclosure-copy,.co1x-confirm--box,.co1x-legal-summary,.co1x-product-hub,.co1x-advisor,.co1x-empty{color:#f7fbff;background:#0c2238c7!important;border-color:#9ab8cf42!important}.co1x-save-gate svg,.co1x-compliance-note svg,.co1x-empty svg{color:#7ff0c5}.co1x-dropzone{color:#dce8f1;background:#081a2db8!important;border-color:#7ff0c56b!important}.co1x-dropzone:hover,.co1x-dropzone.is-dragging{background:#7ff0c514!important;box-shadow:0 0 0 4px #7ff0c51a!important}.co1x-dropzone span,.co1x-uploaded-file small{color:#a9bbc9}.co1x-uploaded-file{color:#f7fbff;background:#7ff0c514!important;border-color:#7ff0c56b!important}.co1x-uploaded-file>span,.co1x-applications article i{color:#041216;background:linear-gradient(135deg,#7ff0c5,#27c6d3)!important}.co1x-uploaded-file button{color:#f7fbff!important;background:#081a2dd1!important;border-color:#9ab8cf47!important}.co1x-uploaded-file button.is-danger{color:#ff8e9a!important;border-color:#ff6b7a61!important}.co1x-review{border-color:#9ab8cf38!important}.co1x-review>div{border-color:#9ab8cf2e!important}.co1x-confirm{color:#cbd8e3}.co1x-confirm input{accent-color:#7ff0c5}.co1x-modal-backdrop{background:#020911c7!important}.co1x-modal-close{color:#dce8f1!important;background:#081a2d!important;border-color:#9ab8cf47!important}.co1x-error{color:#ffd6dc!important;background:#ff6b7a1a!important;border-color:#ff6b7a61!important}.co1x-notice{color:#d8fff1!important;background:#7ff0c517!important;border-color:#7ff0c561!important}.co1x-dashboard>aside nav,.co1x-dashboard>aside button,.co1x-applications article{color:#f7fbff;background:#081a2dd6!important;border-color:#9ab8cf42!important}.co1x-dashboard>main{color:#f7fbff}.co1x-dashboard-header-actions{align-items:center;gap:14px;display:flex}.co1x-dashboard main>header span,.co1x-advisor span,.co1x-advisor small,.co1x-advisor p,.co1x-product-hub p{color:#a9bbc9}.co1x-product-hub span{color:#7ff0c5}.co1x-product-actions .co1x-button:not(.co1x-button--accent){color:#cbd8e3!important;background:#081a2dad!important}.co1x-applications article{box-shadow:0 14px 38px #00000029}.co1x-status{color:#f2bd72!important;background:#f2bd721a!important}.co1x-status--approved{color:#7ff0c5!important;background:#7ff0c51a!important}.co1x-status--rejected{color:#ff8e9a!important;background:#ff6b7a1a!important}.co1x-status--in-review,.co1x-status--processing{color:#9bd9ff!important;background:#27c6d31a!important}.co1x-legal-page .co1x-header{color:#f7fbff;background:#040d1947;border-bottom:1px solid #9ab8cf2e;max-width:none}.co1x-legal-page .co1x-header a{color:#dce8f1}.co1x-legal-card mark{color:#041216;background:#7ff0c5}.co1x-success svg{color:#041216;background:linear-gradient(135deg,#7ff0c5,#27c6d3)!important}.co1x-apply{color:#07111f!important;background:#f7fafc!important;grid-template-columns:272px minmax(0,1fr)!important}.co1x-apply>aside{height:100dvh;padding:36px 30px 28px;position:sticky;top:0;color:#dce8f1!important;background:radial-gradient(circle at 74% 56%,#22bfd129,#0000 24%),linear-gradient(#06182a 0%,#061221 100%)!important;border-right:1px solid #dbe5ee!important}.co1x-apply>aside:before{content:"";opacity:.34;background:linear-gradient(35deg,#0000 44%,#22bfd147 45%,#0000 46%),linear-gradient(145deg,#0000 50%,#7ff0c52e 51%,#0000 52%);height:260px;position:absolute;inset:auto -70px 150px 18px}.co1x-apply>aside:after{display:none!important}.co1x-apply>aside .co1x-language-toggle{justify-self:start;margin:28px 0 34px}.co1x-apply-rail-steps{z-index:1;gap:16px;margin:0;padding:0;list-style:none;display:grid;position:relative}.co1x-apply-rail-steps li{color:#7f93a6;border-left:4px solid #0000;align-items:center;gap:13px;min-height:48px;margin:0 -30px;padding:0 28px;font-size:13px;display:flex}.co1x-apply-rail-steps li>span{color:#7f93a6;border:2px solid #33516a;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.co1x-apply-rail-steps li strong{font-size:13px;color:inherit!important}.co1x-apply-rail-steps li.is-done>span,.co1x-apply-rail-steps li.is-active>span{color:#041216;background:linear-gradient(135deg,#7ff0c5,#21c8d5);border-color:#21c8d5}.co1x-apply-rail-steps li.is-active{color:#fff;background:#21c8d51f;border-left-color:#21c8d5}.co1x-apply-rail-security{z-index:1;border-top:1px solid #9ab8cf42;padding-top:32px;position:relative;margin-top:auto!important}.co1x-apply-rail-security svg{color:#64e6b2}.co1x-apply-rail-security strong{margin:16px 0 10px;display:block;color:#64e6b2!important}.co1x-apply-rail-security p{margin:0;font-size:13px;line-height:1.62;color:#a9bbc9!important}.co1x-apply-rail-security a{color:#7ff0c5;width:max-content;margin-top:15px;font-size:12px;font-weight:750;text-decoration:none;display:inline-flex}.co1x-apply-rail-security a:hover{text-decoration:underline}.co1x-apply>aside small{z-index:1;margin-top:34px;position:relative;color:#6d8294!important}.co1x-apply>main{color:#07111f;background:#fbfdff;min-width:0}.co1x-apply-topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #dbe5ee;grid-template-columns:minmax(420px,1fr) auto;align-items:center;gap:34px;min-height:126px;padding:22px clamp(24px,4vw,54px) 18px;display:grid}.co1x-apply-topbar .co1x-stepper{-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;position:static;background:0 0!important;border:0!important}.co1x-apply-topbar .co1x-stepper ol{max-width:620px}.co1x-apply-topbar .co1x-stepper li{color:#42546a}.co1x-apply-topbar .co1x-stepper li:after{background:#cfdbe5!important}.co1x-apply-topbar .co1x-stepper li>span{color:#42546a;background:#fff;border-color:#c6d3df}.co1x-apply-topbar .co1x-stepper li.is-done>span,.co1x-apply-topbar .co1x-stepper li.is-active>span{color:#041216;background:linear-gradient(135deg,#7ff0c5,#20c6d7);border-color:#20c6d7;box-shadow:0 8px 20px #20c6d72e}.co1x-apply-topmeta{grid-template-columns:repeat(2,minmax(160px,1fr));align-items:center;gap:24px;display:grid}.co1x-apply-topmeta>span{color:#07111f;border-left:1px solid #dbe5ee;grid-template-columns:32px 1fr;align-items:center;column-gap:9px;min-height:56px;padding-left:24px;display:grid}.co1x-apply-topmeta svg{color:#20bfae;grid-row:1/3}.co1x-apply-topmeta strong{font-size:12px;color:#07111f!important}.co1x-apply-topmeta small{font-size:11px;color:#60748a!important}.co1x-form-card{color:#07111f!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;border:1px solid #dbe5ee!important;border-radius:8px!important;width:min(1240px,100% - 60px)!important;margin:34px auto 68px!important;padding:32px!important;box-shadow:0 24px 70px #1e375212!important}.co1x-form-card .co1x-heading h1,.co1x-form-card h1,.co1x-form-card h2,.co1x-form-card h3,.co1x-form-card strong{color:#07111f!important}.co1x-form-card .co1x-heading p,.co1x-form-card p,.co1x-form-card small,.co1x-review span{color:#60748a!important}.co1x-heading-row{align-items:flex-start}.co1x-form-card .co1x-grid{gap:22px 30px}.co1x-form-card .co1x-field{gap:8px;margin-bottom:20px}.co1x-form-card .co1x-field>label,.co1x-form-card .co1x-field>span,.co1x-form-card .co1x-save-state{font-size:12px;color:#172033!important}.co1x-form-card .co1x-field input,.co1x-form-card .co1x-field textarea,.co1x-form-card .co1x-field select{min-height:44px;color:#07111f!important;box-shadow:none!important;background:#fff!important;border-color:#cfdbe6!important;border-radius:5px!important}.co1x-form-card .co1x-field textarea{min-height:72px}.co1x-form-card .co1x-field input:focus,.co1x-form-card .co1x-field textarea:focus,.co1x-form-card .co1x-field select:focus{border-color:#20c6d7!important;box-shadow:0 0 0 3px #20c6d71f!important}.co1x-form-card .co1x-business-type-locked,.co1x-form-card .co1x-save-row,.co1x-form-card .co1x-save-gate,.co1x-form-card .co1x-compliance-note,.co1x-form-card .co1x-review,.co1x-form-card .co1x-dropzone,.co1x-form-card .co1x-uploaded-file{color:#07111f!important;box-shadow:none!important;background:#f8fbfd!important;border-color:#dbe5ee!important}.co1x-form-card .co1x-business-type-locked span,.co1x-form-card .co1x-save-row span{color:#07111f!important}.co1x-form-card .co1x-business-type-locked svg,.co1x-form-card .co1x-compliance-note svg,.co1x-form-card .co1x-save-gate svg{color:#20bfae}.co1x-form-card .co1x-button--dark,.co1x-form-card .co1x-button--accent{border-radius:4px;min-height:46px;color:#fff!important;background:linear-gradient(135deg,#10c7b5,#22aeea)!important;box-shadow:0 13px 30px #18b2cf33!important}.co1x-form-card .co1x-button:not(.co1x-button--dark):not(.co1x-button--accent){color:#1f4f8d!important;background:#fff!important;border-color:#dbe5ee!important}.co1x-form-card .co1x-back{color:#60748a}.co1x-form-card .co1x-back:hover{background:#f1f6f9}.co1x-form-card .co1x-add-name{color:#1f5fd1;background:#fff;border-color:#cfdbe6;border-radius:4px;justify-content:center;width:100%}.co1x-form-card .co1x-review>div{border-color:#e6edf3!important}.co1x-modal-card{color:#07111f!important;background:#fff!important;border-color:#dbe5ee!important}.co1x-modal-card h2,.co1x-modal-card strong{color:#07111f!important}.co1x-modal-card p{color:#60748a!important}@media (width<=1050px){.co1x-apply{grid-template-columns:1fr!important}.co1x-apply>aside{height:auto;min-height:auto;padding:22px 22px 18px;position:relative}.co1x-apply>aside .co1x-brand{display:flex}.co1x-apply>aside>.co1x-language-toggle{margin:0;position:absolute;top:22px;right:22px;display:inline-flex!important}.co1x-apply-rail-steps,.co1x-apply-rail-security,.co1x-apply>aside>small{display:none}.co1x-apply-topbar{grid-template-columns:1fr;padding:18px}.co1x-apply-topmeta{grid-template-columns:1fr}}@media (width<=650px){.co1x-form-card{width:calc(100% - 20px)!important;margin:18px auto 48px!important;padding:22px!important}.co1x-apply-topbar .co1x-stepper ol{max-width:none}.co1x-apply-topmeta{display:none}}.co1x-landing,.co1x-apply,.co1x-auth-page,.co1x-dashboard,.co1x-loading,.co1x-success,.co1x-legal-page{font-family:Outfit,system-ui,sans-serif}.co1x-marketing{--co-editorial-navy:#06111f;--co-editorial-surface:#0a1a2d;--co-editorial-surface-2:#0d2237;--co-editorial-text:#f6fbff;--co-editorial-muted:#9fb2c5;--co-editorial-soft:#cdd9e5;--co-editorial-accent:#75e7cf;min-height:100dvh;color:var(--co-editorial-text);background:linear-gradient(180deg,#ffffff08,transparent 260px), var(--co-editorial-navy);position:relative;overflow-x:hidden}.co1x-marketing:before{content:"";pointer-events:none;opacity:.18;background:linear-gradient(115deg,#0000 0 42%,#75e7cf21 46%,#0000 51%),radial-gradient(circle at 72% 16%,#6f97be33,#0000 34%);position:absolute;inset:0}.co1x-marketing-main{z-index:1;width:100%;max-width:100%;position:relative;overflow-x:hidden}.co1x-marketing .co1x-header{z-index:5;background:0 0;border-bottom:0;max-width:1520px;padding:28px clamp(30px,5vw,86px);position:relative}.co1x-marketing .co1x-header nav{color:#f6fbffd1;gap:34px;font-size:14px;font-weight:500}.co1x-marketing .co1x-header nav a:not(.co1x-button){opacity:.86;transition:opacity .18s,color .18s}.co1x-marketing .co1x-header nav a:not(.co1x-button):hover{color:#fff;opacity:1}.co1x-marketing .co1x-button--accent{color:#041216;background:var(--co-editorial-accent);border:0;box-shadow:0 18px 42px #00000038,inset 0 1px #fff3}.co1x-marketing .co1x-button--accent:hover{background:#88efd9;box-shadow:0 22px 48px #00000040,inset 0 1px #ffffff38}.co1x-marketing .co1x-header .co1x-button{border-radius:999px;min-width:190px;min-height:46px;font-size:14px}.co1x-concept-hero{text-align:center;grid-template-columns:1fr;place-items:center;width:min(1400px,100% - clamp(48px,10vw,176px));min-height:calc(100svh - 102px);margin:0 auto;padding:clamp(96px,12vw,148px) 0 clamp(112px,14vw,168px);display:grid;position:relative}.co1x-concept-hero:after{content:"";opacity:.16;filter:grayscale()contrast(1.2);mix-blend-mode:luminosity;background:url(https://picsum.photos/seed/co1x-editorial-banking/1920/1080) 50%/cover;border-radius:999px;width:min(390px,36vw);height:min(390px,36vw);position:absolute;bottom:14%;right:2%;-webkit-mask-image:radial-gradient(circle,#000 28%,#0000 70%);mask-image:radial-gradient(circle,#000 28%,#0000 70%)}.co1x-concept-copy{z-index:1;justify-items:center;width:100%;display:grid;position:relative}.co1x-concept-copy h1{color:#fff;white-space:normal;letter-spacing:-.07em;max-width:min(1120px,92vw);margin:0 auto 32px;font-size:clamp(3.4rem,6vw,6.9rem);font-weight:800;line-height:.98}.co1x-inline-image{vertical-align:.08em;opacity:.74;filter:grayscale()contrast(1.35);background:url(https://picsum.photos/seed/cross-border-liquidity/640/240) 50%/cover;border-radius:999px;width:clamp(80px,9vw,142px);height:clamp(30px,3.8vw,52px);margin-left:clamp(12px,1.8vw,22px);display:inline-block;box-shadow:inset 0 16px 44px #00000047,0 1px #ffffff2e}.co1x-concept-copy p{max-width:760px;color:var(--co-editorial-soft);letter-spacing:-.01em;margin:0 auto;font-size:clamp(1.16rem,1.7vw,1.55rem);font-weight:400;line-height:1.62}.co1x-concept-copy .co1x-actions{margin-top:44px}.co1x-concept-copy .co1x-button{border-radius:999px;min-width:280px;min-height:58px;font-size:16px;font-weight:700}.co1x-cta-note{color:#cdd9e5b3;margin-top:24px;font-size:14px;font-weight:400}.co1x-cta-note svg{color:#cdd9e594}.co1x-application-preview{display:none}.co1x-editorial-marquee{opacity:.24;width:100%;padding:0 0 clamp(86px,9vw,132px);overflow:hidden}.co1x-editorial-marquee div{gap:44px;width:max-content;animation:34s linear infinite co1xMarquee;display:flex}.co1x-editorial-marquee span{color:#dce8f1;letter-spacing:-.07em;white-space:nowrap;font-size:clamp(2.2rem,4.8vw,5rem);font-weight:700;line-height:1}.co1x-concept-proof{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:minmax(240px,auto);grid-auto-flow:dense;border:0;gap:0;width:min(1260px,100% - clamp(44px,9vw,156px));margin:0 auto;padding:0 0 clamp(126px,13vw,190px);display:grid}.co1x-concept-proof article{background:var(--co-editorial-surface);border:0;flex-direction:column;grid-area:span 2/span 4;justify-content:space-between;align-items:flex-start;gap:42px;min-height:240px;padding:34px;display:flex;box-shadow:0 38px 90px #0000002e,inset 0 1px #ffffff0d}.co1x-concept-proof article:first-child{background:linear-gradient(#10273d,#0a1a2d);border-radius:30px 0 0 30px}.co1x-concept-proof article:last-child{border-radius:0 30px 30px 0}.co1x-concept-proof article:not(:last-child){border-right:1px solid #cdd9e514}.co1x-concept-proof article>span{color:#cdd9e5ad;width:62px;height:62px;box-shadow:none;background:#ffffff09;border:1px solid #cdd9e524}.co1x-concept-proof article:first-child>span{color:var(--co-editorial-accent)}.co1x-concept-proof h2{color:#fff;letter-spacing:-.045em;max-width:290px;margin:0 0 16px;font-size:clamp(1.45rem,2.2vw,2.15rem);font-weight:700;line-height:1.05}.co1x-concept-proof p{color:#cdd9e5b3;max-width:330px;font-size:15px;font-weight:400;line-height:1.66}.co1x-heart-section{border:0;grid-template-columns:minmax(0,1fr) minmax(320px,480px);align-items:center;gap:clamp(60px,8vw,122px);width:min(1260px,100% - clamp(44px,9vw,156px));min-height:720px;margin:0 auto;padding:clamp(118px,12vw,170px) 0;display:grid}.co1x-heart-section h2{color:#fff;letter-spacing:-.068em;max-width:830px;font-size:clamp(2.9rem,5.1vw,6rem);font-weight:800;line-height:.98}.co1x-heart-section p{color:#cdd9e5b8;max-width:650px;margin-top:34px;font-size:clamp(1.08rem,1.5vw,1.35rem);font-weight:400;line-height:1.72}.co1x-editorial-visual{opacity:.72;filter:grayscale()contrast(1.22);mix-blend-mode:luminosity;background:linear-gradient(#06111f1a,#06111fc2),url(https://picsum.photos/seed/institutional-cross-border/1920/1080) 50%/cover;border-radius:34px;min-height:560px;box-shadow:0 44px 110px #00000052,inset 0 1px #ffffff14}.co1x-concept-partner{background:var(--co-editorial-surface-2);border:0;border-radius:34px;grid-template-columns:minmax(280px,420px) minmax(0,1fr);align-items:start;gap:clamp(42px,6vw,88px);width:min(1260px,100% - clamp(44px,9vw,156px));margin:0 auto clamp(116px,12vw,168px);padding:clamp(44px,6vw,74px);display:grid;box-shadow:0 44px 110px #0000003d,inset 0 1px #ffffff0f}.co1x-concept-partner__intro{border:0;min-height:0;padding:0}.co1x-concept-partner h2{color:#fff;letter-spacing:-.06em;max-width:420px;margin:0 0 24px;font-size:clamp(2.15rem,3.4vw,4rem);font-weight:800;line-height:1}.co1x-concept-partner p{color:#cdd9e5b8;max-width:410px;margin:0 0 26px;font-size:16px;line-height:1.7}.co1x-concept-partner strong{color:var(--co-editorial-accent);font-size:14px;font-weight:700}.co1x-partner-form--inline{grid-template-columns:repeat(2,minmax(190px,1fr)) 158px;gap:22px}.co1x-partner-form--inline .co1x-field:nth-child(3),.co1x-partner-form--inline .co1x-field:nth-child(4){grid-column:span 1}.co1x-partner-form--inline .co1x-button{border-radius:999px;min-height:50px}.co1x-partner-form--inline input,.co1x-partner-form--inline select,.co1x-partner-form--inline textarea{color:#fff;background:#081827;border:1px solid #cdd9e51f;border-radius:999px;min-height:50px;font-family:Outfit,system-ui,sans-serif}.co1x-footer{background:#06111f;border-top:1px solid #cdd9e514;padding:34px clamp(30px,5vw,86px) 44px}@keyframes co1xMarquee{to{transform:translate(-50%)}}@media (width<=1100px){.co1x-concept-proof{grid-template-columns:1fr;grid-auto-rows:auto}.co1x-concept-proof article,.co1x-concept-proof article:first-child,.co1x-concept-proof article:last-child{border-radius:28px;grid-area:auto/1;min-height:220px}.co1x-concept-proof article:not(:last-child){border-bottom:1px solid #cdd9e514;border-right:0}.co1x-heart-section,.co1x-concept-partner{grid-template-columns:1fr}.co1x-editorial-visual{min-height:420px}.co1x-partner-form--inline{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width<=720px){.co1x-marketing .co1x-header{padding:22px 20px}.co1x-marketing .co1x-header nav{gap:12px}.co1x-concept-hero,.co1x-concept-proof,.co1x-heart-section,.co1x-concept-partner{width:calc(100% - 36px)}.co1x-concept-hero{text-align:left;place-items:start;min-height:auto;padding:78px 0 104px}.co1x-concept-hero:after,.co1x-inline-image{display:none}.co1x-concept-copy{justify-items:start}.co1x-concept-copy h1{max-width:100%;font-size:clamp(3.1rem,16vw,5.4rem);line-height:.96}.co1x-concept-copy p{font-size:1.15rem}.co1x-concept-copy .co1x-button{width:100%;min-width:0}.co1x-editorial-marquee{padding-bottom:78px}.co1x-concept-proof,.co1x-heart-section{padding-bottom:90px}.co1x-heart-section{min-height:auto;padding-top:70px}.co1x-editorial-visual{border-radius:24px;min-height:300px}.co1x-concept-partner{border-radius:26px;margin-bottom:76px;padding:28px}.co1x-partner-form--inline{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.co1x-editorial-marquee div{animation:none}}.co1x-marketing--ny{--co-editorial-navy:#08213a;--co-editorial-surface:#fff;--co-editorial-surface-2:#ecf5f4;--co-editorial-text:#071426;--co-editorial-muted:#657489;--co-editorial-soft:#47576c;--co-editorial-accent:#5ee3cc;color:var(--co-editorial-text);background:radial-gradient(circle at 86% 4%,#5ee3cc3d,#0000 28%),linear-gradient(#f8f3ea 0%,#eef6f5 48%,#f8f3ea 100%)}.co1x-marketing--ny:before{opacity:.62;background:linear-gradient(115deg,#0000 0 38%,#ffffffb8 44%,#0000 52%),radial-gradient(circle at 14% 18%,#ffffffdb,#0000 34%),radial-gradient(circle at 78% 12%,#5ee3cc29,#0000 28%)}.co1x-marketing--ny .co1x-header{color:#071426}.co1x-marketing--ny .co1x-header nav{color:#26384d}.co1x-marketing--ny .co1x-header nav a:not(.co1x-button):hover,.co1x-marketing--ny .co1x-brand strong{color:#071426}.co1x-marketing--ny .co1x-brand small,.co1x-marketing--ny .co1x-brand small:first-of-type{color:#56687b}.co1x-marketing--ny .co1x-language-toggle{background:#ffffffad;border-color:#08213a1f;box-shadow:0 10px 30px #0d2b4914}.co1x-marketing--ny .co1x-language-toggle button{color:#506074}.co1x-marketing--ny .co1x-language-toggle button.is-active{color:#041216;background:#5ee3cc}.co1x-marketing--ny .co1x-concept-hero{text-align:left;grid-template-columns:minmax(0,.82fr) minmax(420px,1fr);place-items:center stretch;gap:clamp(42px,6vw,88px);width:min(1460px,100% - clamp(40px,8vw,136px));min-height:calc(100svh - 96px);padding:clamp(72px,8vw,118px) 0 clamp(92px,10vw,146px)}.co1x-marketing--ny .co1x-concept-hero:after{display:none}.co1x-marketing--ny .co1x-concept-copy{justify-items:start}.co1x-marketing--ny .co1x-concept-copy h1{color:#071426;letter-spacing:-.075em;max-width:760px;margin:0 0 30px;font-size:clamp(3.6rem,5.9vw,7.2rem);line-height:.96}.co1x-marketing--ny .co1x-concept-copy p{color:#3e4f64;max-width:660px;margin:0;font-size:clamp(1.18rem,1.6vw,1.48rem)}.co1x-marketing--ny .co1x-button--accent{color:#041216;background:#5ee3cc;box-shadow:0 20px 40px #1167702e,inset 0 1px #fff9}.co1x-marketing--ny .co1x-button--accent:hover{background:#75ecd8;box-shadow:0 24px 48px #11677038,inset 0 1px #ffffffad}.co1x-marketing--ny .co1x-cta-note{color:#657489}.co1x-marketing--ny .co1x-cta-note svg{color:#1c7d84}.co1x-ny-hero-visual{min-height:650px;position:relative}.co1x-hero-photo{background:linear-gradient(90deg,#08213a6b,#08213a0a 42%,#fff4dc2e), var(--co-nyc-skyline) center/cover;border-radius:42px;position:absolute;inset:0;overflow:hidden;box-shadow:0 46px 100px #1435523b,inset 0 1px #ffffff94}.co1x-hero-photo:after{content:"";opacity:.42;background:linear-gradient(120deg,#0000 0 44%,#ffffff61 50%,#0000 58%);animation:7.4s ease-in-out infinite co1xPhotoSheen;position:absolute;inset:0;transform:translate(-115%)}.co1x-photo-card{z-index:2;color:#08213a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc7;border:1px solid #ffffff85;border-radius:999px;align-items:center;gap:12px;min-width:190px;min-height:70px;padding:15px 18px;font-size:13px;font-weight:800;display:flex;position:absolute;box-shadow:0 20px 54px #14355229}.co1x-photo-card svg{color:#128c8b}.co1x-photo-card--secure{bottom:86px;left:-28px}.co1x-photo-card--ny{top:36px;right:28px}.co1x-marketing--ny .co1x-editorial-marquee{opacity:.58;margin-top:-44px;padding-bottom:clamp(76px,8vw,116px)}.co1x-marketing--ny .co1x-editorial-marquee span{color:#08213a29;text-shadow:0 1px #ffffffc7}.co1x-marketing--ny .co1x-concept-proof{padding-bottom:clamp(100px,10vw,150px)}.co1x-marketing--ny .co1x-concept-proof article{color:#071426;background:#ffffffc7;box-shadow:0 34px 84px #1637541f,inset 0 1px #ffffffb8}.co1x-marketing--ny .co1x-concept-proof article:first-child{background:linear-gradient(#fff,#eef8f6)}.co1x-marketing--ny .co1x-concept-proof article:not(:last-child){border-right:1px solid #08213a14}.co1x-marketing--ny .co1x-concept-proof article>span{color:#128c8b;background:#eef8f6;border-color:#08213a1a}.co1x-marketing--ny .co1x-concept-proof h2{color:#071426}.co1x-marketing--ny .co1x-concept-proof p{color:#536478}.co1x-marketing--ny .co1x-heart-section{width:min(1360px,100% - clamp(40px,8vw,136px));min-height:680px;padding:clamp(84px,9vw,132px) 0}.co1x-marketing--ny .co1x-heart-section h2{color:#071426}.co1x-marketing--ny .co1x-heart-section p{color:#46586d}.co1x-marketing--ny .co1x-editorial-visual{opacity:1;background:linear-gradient(180deg,#ffffff0a,#08213a4d), var(--co-wall-street) center/cover;filter:none;mix-blend-mode:normal;border-radius:38px;min-height:620px;box-shadow:0 44px 100px #1435522e,inset 0 1px #ffffffb8}.co1x-marketing--ny .co1x-concept-partner{color:#f8fbff;background:linear-gradient(120deg,#08213af0,#09344ce0), var(--co-wall-street) center/cover;box-shadow:0 42px 100px #08213a38}.co1x-marketing--ny .co1x-concept-partner h2,.co1x-marketing--ny .co1x-concept-partner p{color:#fff}.co1x-marketing--ny .co1x-concept-partner p{opacity:.82}.co1x-marketing--ny .co1x-concept-partner strong{color:#75ecd8}.co1x-marketing--ny .co1x-partner-form--inline input,.co1x-marketing--ny .co1x-partner-form--inline select{background:#0514247a;border-color:#ffffff3d}.co1x-marketing--ny .co1x-footer{color:#dce8f1;background:#08213a}@keyframes co1xPhotoSheen{0%,56%{transform:translate(-115%)}76%,to{transform:translate(115%)}}@media (width<=1100px){.co1x-marketing--ny .co1x-concept-hero{grid-template-columns:1fr}.co1x-ny-hero-visual{min-height:520px}.co1x-photo-card--secure{left:20px}}@media (width<=720px){.co1x-marketing--ny .co1x-concept-hero{width:calc(100% - 36px);padding:58px 0 82px}.co1x-marketing--ny .co1x-concept-copy h1{font-size:clamp(3.15rem,14vw,5.2rem)}.co1x-ny-hero-visual{width:100%;min-height:360px}.co1x-hero-photo{border-radius:28px}.co1x-photo-card{min-width:0;min-height:52px;padding:12px 14px;font-size:12px}.co1x-photo-card--secure{bottom:20px;left:12px}.co1x-photo-card--ny{top:14px;right:12px}.co1x-marketing--ny .co1x-editorial-marquee{margin-top:0}.co1x-marketing--ny .co1x-editorial-visual{min-height:320px}}@media (prefers-reduced-motion:reduce){.co1x-hero-photo:after{animation:none}}.co1x-marketing--ny .co1x-proof-graphic{background:linear-gradient(135deg,#5ee3cc24,#08213a0e),radial-gradient(circle at 72% 24%,#5ee3cc38,#0000 34%);border-radius:24px;width:100%;min-height:132px;margin:-4px 0 2px;position:relative;overflow:hidden}.co1x-proof-graphic i,.co1x-proof-graphic b,.co1x-proof-graphic em{font-style:normal;display:block;position:absolute}.co1x-proof-graphic--trust i{background:radial-gradient(circle,#5ee3cc33 0 11%,#0000 12%),conic-gradient(from 28deg,#128c8b1f,#128c8b05,#128c8b29,#128c8b0a);border:1px solid #128c8b3d;border-radius:50%;width:94px;height:94px;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 42px #128c8b14}.co1x-proof-graphic--trust b{border:1px dashed #128c8b33;border-radius:50%;width:132px;height:132px;animation:18s linear infinite co1xProofRotate;top:50%;left:50%;transform:translate(-50%,-50%)}.co1x-proof-graphic--trust em{background:#ffffff59;border:2px solid #128c8b8a;border-radius:22px 22px 18px 18px;width:48px;height:60px;top:calc(50% - 30px);left:calc(50% - 24px)}.co1x-proof-graphic--trust em:before{content:"";border:2px solid #128c8b8a;border-bottom:0;border-radius:18px 18px 0 0;width:20px;height:24px;position:absolute;top:-18px;left:12px}.co1x-proof-graphic--bridge i{background:linear-gradient(90deg,#0000,#128c8b6b,#0000);border-radius:99px;height:3px;bottom:32px;left:8%;right:8%}.co1x-proof-graphic--bridge b{clip-path:polygon(0 100%,8% 46%,17% 100%,31% 28%,45% 100%,61% 18%,76% 100%,88% 42%,100% 100%);background:linear-gradient(0deg,#08213a17 0 38%,#0000 39%),linear-gradient(90deg,#0000 0 8%,#128c8b2e 8% 10%,#0000 10% 26%,#128c8b2e 26% 28%,#0000 28% 48%,#128c8b2e 48% 50%,#0000 50% 72%,#128c8b2e 72% 74%,#0000 74%);border-bottom:1px solid #128c8b38;width:76%;height:62px;bottom:34px;left:12%}.co1x-proof-graphic--bridge em{background:linear-gradient(0deg,#08213a29 0 100%) 0 28px/14% 26px no-repeat,linear-gradient(0deg,#128c8b29 0 100%) 24% 12px/17% 42px no-repeat,linear-gradient(0deg,#08213a1f 0 100%) 54% 0/14% 54px no-repeat,linear-gradient(0deg,#128c8b24 0 100%) 80% 20px/16% 34px no-repeat;width:66%;height:54px;top:22px;left:17%}.co1x-proof-graphic--flow i{background:linear-gradient(90deg,#128c8b2e,#128c8b7a,#128c8b2e);border-radius:99px;height:3px;top:54%;left:14%;right:14%}.co1x-proof-graphic--flow b{background:#5ee3cc;border-radius:50%;width:24px;height:24px;animation:2.8s ease-in-out infinite co1xProofPulse;top:calc(54% - 12px);left:15%;box-shadow:88px 0 #5ee3ccb3,176px 0 #5ee3cc6b}.co1x-proof-graphic--flow em{background:linear-gradient(135deg,#ffffff85,#5ee3cc1a);border:1px solid #128c8b33;border-radius:24px;width:78px;height:78px;top:27px;right:12%;transform:rotate(8deg)}.co1x-proof-graphic--flow em:after{content:"";border-bottom:3px solid #128c8b;border-left:3px solid #128c8b;width:32px;height:18px;position:absolute;top:27px;left:22px;transform:rotate(-45deg)}@keyframes co1xProofRotate{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes co1xProofPulse{0%,to{opacity:.72;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@media (width<=1100px){.co1x-marketing--ny .co1x-proof-graphic{min-height:118px}}@media (width<=720px){.co1x-marketing--ny .co1x-proof-graphic{min-height:108px}}@media (prefers-reduced-motion:reduce){.co1x-proof-graphic--trust b,.co1x-proof-graphic--flow b{animation:none}}.co1x-brand{flex:none;align-items:center;gap:0;line-height:0;display:inline-flex}.co1x-brand img{width:clamp(220px,21vw,320px);height:auto;display:block}.co1x-footer .co1x-brand img{width:220px}.co1x-apply>aside .co1x-brand{justify-items:initial;gap:0;display:inline-flex}.co1x-apply>aside .co1x-brand img,.co1x-auth-top .co1x-brand img{width:238px}@media (width<=650px){.co1x-brand img{width:170px}.co1x-auth-top .co1x-brand img{width:178px}}.co1x-marketing--sharecorp{--co-sc-navy:#08213a;--co-sc-navy-2:#253f6c;--co-sc-fog:#eef5f4;--co-sc-paper:#f7faf5;--co-sc-lime:#bcde1d;--co-sc-teal:#25c9ae;--co-sc-line:#08213a21;--co-sc-muted:#66778a;color:#071426;background:radial-gradient(circle at 86% 4%,#25c9ae2b,#0000 30%),radial-gradient(circle at 10% 18%,#ffffffd1,#0000 34%),linear-gradient(#f7faf5 0%,#edf5f4 48%,#f7f2ea 100%);min-height:100vh}.co1x-marketing--sharecorp:before{content:"";z-index:0;pointer-events:none;opacity:.56;background:linear-gradient(90deg,#0000 calc(100% - 1px),#08213a12 0) 0 0/calc(16.6667vw - 21.3333px) 100%,linear-gradient(115deg,#0000 0 40%,#ffffff8f 45%,#0000 53%);position:fixed;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 7% 93%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 7% 93%,#0000 100%)}.co1x-marketing--sharecorp .co1x-intro{z-index:999;color:#fff;cursor:pointer;background:radial-gradient(circle at 55% 42%,#25c9ae26,#0000 28%),linear-gradient(135deg,#061a2f 0%,#08213a 56%,#051426 100%);border:0;place-items:center;width:100%;min-height:100svh;padding:32px;display:grid;position:fixed;inset:0}.co1x-marketing--sharecorp .co1x-intro__inner{font:inherit;text-align:center;justify-items:center;gap:20px;display:grid}.co1x-marketing--sharecorp .co1x-intro__inner img{width:clamp(88px,10vw,148px);height:auto}.co1x-marketing--sharecorp .co1x-intro__inner span{color:var(--co-sc-lime);letter-spacing:.16em;text-transform:uppercase;font-size:clamp(.9rem,1.2vw,1.1rem);font-weight:700}.co1x-marketing--sharecorp .co1x-intro__inner strong{color:#fff;letter-spacing:0;font-size:clamp(2.2rem,5.2vw,6.2rem);font-weight:800;line-height:1.14}.co1x-marketing--sharecorp .co1x-header{z-index:30;max-width:none;color:var(--co-sc-navy);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7faf5d1;border:0;grid-template-columns:270px 1fr;align-items:center;gap:32px;padding:24px clamp(28px,4.8vw,72px);display:grid;position:fixed;inset:0 0 auto;box-shadow:0 1px #08213a12}.co1x-marketing--sharecorp .co1x-header .co1x-brand img{width:220px}.co1x-marketing--sharecorp .co1x-header nav{color:#26384d;justify-content:flex-end;align-items:center;gap:clamp(18px,2.2vw,34px);font-size:13px;font-weight:800;line-height:1.2;display:flex}.co1x-marketing--sharecorp .co1x-header nav a:not(.co1x-button){color:inherit;opacity:.88}.co1x-marketing--sharecorp .co1x-header nav a:not(.co1x-button):hover{color:#071426;opacity:1}.co1x-marketing--sharecorp .co1x-language-toggle{background:#ffffffb8;border-color:#08213a1f;box-shadow:0 10px 30px #0d2b4914}.co1x-marketing--sharecorp .co1x-language-toggle button{color:#506074}.co1x-marketing--sharecorp .co1x-language-toggle button.is-active{color:#041216;background:var(--co-sc-teal)}.co1x-marketing--sharecorp .co1x-header .co1x-button{color:#041216;background:var(--co-sc-lime);border-radius:999px;min-width:190px;min-height:46px;box-shadow:0 18px 38px #08213a1f,inset 0 1px #ffffffad}.co1x-marketing--sharecorp .co1x-marketing-main{z-index:1;position:relative}.co1x-marketing--sharecorp .co1x-concept-hero{text-align:left;background:var(--co-sc-navy);border-radius:0 0 clamp(58px,7vw,108px);grid-template-columns:1fr;align-items:end;width:calc(100% - clamp(32px,4.4vw,64px));max-width:none;min-height:100svh;margin:0 auto;padding:clamp(150px,14vw,210px) clamp(32px,5.6vw,96px) clamp(72px,8vw,120px);display:grid;position:relative;overflow:hidden;box-shadow:0 48px 110px #08213a2e}.co1x-marketing--sharecorp .co1x-concept-hero:before{content:"";background:linear-gradient(90deg,#08213aeb,#08213a8a 43%,#08213a1a 74%), linear-gradient(0deg,#08213a9e,transparent 50%), var(--co-nyc-skyline) center/cover;position:absolute;inset:0;transform:scale(1.01)}.co1x-marketing--sharecorp .co1x-concept-hero:after{content:"";opacity:.42;background:linear-gradient(115deg,#0000 0 43%,#ffffff6b 50%,#0000 59%);animation:8s ease-in-out infinite co1xPhotoSheen;display:block;position:absolute;inset:0;transform:translate(-115%)}.co1x-marketing--sharecorp .co1x-concept-copy{z-index:2;justify-items:start;max-width:min(980px,86vw);padding:clamp(18px,3.4vw,46px);display:grid;position:relative}.co1x-marketing--sharecorp .co1x-concept-copy:before{content:"";z-index:-1;background:linear-gradient(90deg,#061a2fc2,#061a2f75 58%,#0000);border-radius:36px 0;position:absolute;inset:clamp(-18px,-2vw,-8px) clamp(-70px,-5vw,-20px) clamp(-24px,-2vw,-10px) clamp(-26px,-3vw,-12px)}.co1x-marketing--sharecorp .co1x-concept-copy h1{color:#fff;letter-spacing:0;text-wrap:balance;max-width:980px;margin:0 0 32px;font-size:clamp(3.8rem,6.2vw,7.4rem);font-weight:800;line-height:1.16}.co1x-marketing--sharecorp .co1x-hero-headline span{color:#fff;letter-spacing:.01em;white-space:nowrap;display:block}.co1x-marketing--sharecorp .co1x-concept-copy p{color:#ffffffdb;max-width:650px;margin:0;font-size:clamp(1.12rem,1.45vw,1.42rem);font-weight:400;line-height:1.72}.co1x-marketing--sharecorp .co1x-concept-copy .co1x-actions{margin-top:36px}.co1x-marketing--sharecorp .co1x-button--accent{color:#041216;background:var(--co-sc-lime);border:0;box-shadow:0 20px 42px #08213a38,inset 0 1px #ffffffb3}.co1x-marketing--sharecorp .co1x-button--accent:hover{background:#d1ef30}.co1x-marketing--sharecorp .co1x-cta-note{color:#ffffffc2;margin-top:20px;font-size:14px;font-weight:500}.co1x-marketing--sharecorp .co1x-cta-note svg{color:var(--co-sc-lime)}.co1x-marketing--sharecorp .co1x-ny-hero-visual{display:none}.co1x-marketing--sharecorp .co1x-editorial-marquee{opacity:1;border-bottom:1px solid var(--co-sc-line);background:#fff;margin-top:0;padding:28px 0 clamp(88px,9vw,132px);overflow:hidden}.co1x-marketing--sharecorp .co1x-editorial-marquee div{gap:42px;width:max-content;animation:40s linear infinite co1xMarquee;display:flex}.co1x-marketing--sharecorp .co1x-editorial-marquee span{color:#08213a24;letter-spacing:-.075em;white-space:nowrap;font-size:clamp(2rem,4.8vw,5.2rem);font-weight:800;line-height:1}.co1x-marketing--sharecorp .co1x-concept-proof{background:var(--co-sc-line);border-radius:clamp(34px,4vw,58px) 0;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;width:min(1320px,100% - clamp(40px,8vw,136px));margin:0 auto;padding:0 0 clamp(104px,10vw,156px);display:grid;overflow:hidden;box-shadow:0 34px 90px #08213a21}.co1x-marketing--sharecorp .co1x-concept-proof article{color:#fff;background:var(--co-sc-navy);min-height:560px;box-shadow:none;grid-area:auto;grid-template-columns:1fr;align-content:end;justify-items:start;padding:42px;display:grid;position:relative}.co1x-marketing--sharecorp .co1x-concept-proof article:before{content:"";opacity:.92;background:linear-gradient(90deg,#08213ae6,#08213a80 46%,#08213a1f 76%), linear-gradient(0deg,#08213adb,#08213a14 64%), var(--co-wall-street) center/cover;transition:transform .7s;position:absolute;inset:0}.co1x-marketing--sharecorp .co1x-concept-proof article:nth-child(2):before{background:linear-gradient(90deg,#08213aeb,#08213a7a 48%,#08213a1f 78%), linear-gradient(0deg,#08213acc,#08213a14 64%), var(--co-private-banking) center/cover}.co1x-marketing--sharecorp .co1x-concept-proof article:nth-child(3):before{background:linear-gradient(90deg,#08213ae6,#08213a75 46%,#08213a1a 78%), linear-gradient(0deg,#08213ad6,#08213a0a 66%), var(--co-progress-workspace) center/cover}.co1x-marketing--sharecorp .co1x-concept-proof article:hover:before{transform:scale(1.045)}.co1x-marketing--sharecorp .co1x-concept-proof article>span{z-index:2;width:64px;height:64px;color:var(--co-sc-lime);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff1f;border:1px solid #ffffff47;position:absolute;top:40px;left:40px}.co1x-marketing--sharecorp .co1x-proof-graphic{display:none}.co1x-marketing--sharecorp .co1x-concept-proof article>div:last-child{z-index:2;box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#061a2fdb,#061a2fb8);border-radius:30px;flex-direction:column;justify-content:flex-start;justify-self:center;width:100%;min-width:0;max-width:none;min-height:172px;padding:28px 30px;display:flex;position:relative;box-shadow:0 22px 54px #020c183d}.co1x-marketing--sharecorp .co1x-concept-proof h2{color:#fff;letter-spacing:0;max-width:100%;margin:0 0 14px;font-size:clamp(1.7rem,2.5vw,3rem);font-weight:800;line-height:1.12}.co1x-marketing--sharecorp .co1x-concept-proof p{color:#ffffffd1;max-width:360px;font-size:15px;line-height:1.7}.co1x-marketing--sharecorp .co1x-heart-section{grid-template-columns:minmax(0,1fr) minmax(340px,500px);align-items:center;gap:clamp(56px,8vw,120px);width:min(1320px,100% - clamp(40px,8vw,136px));min-height:720px;margin:0 auto;padding:clamp(88px,9vw,142px) 0;display:grid}.co1x-marketing--sharecorp .co1x-heart-section h2{color:#071426;letter-spacing:-.075em;max-width:900px;margin:0;font-size:clamp(3rem,5.3vw,6.3rem);font-weight:800;line-height:.96}.co1x-marketing--sharecorp .co1x-heart-section p{color:#46586d;max-width:680px;margin-top:34px;font-size:clamp(1.05rem,1.35vw,1.28rem);line-height:1.86}.co1x-marketing--sharecorp .co1x-editorial-visual{background:linear-gradient(180deg,#ffffff05,#08213a38), var(--co-wall-street) center/cover;opacity:1;filter:none;mix-blend-mode:normal;border-radius:0 clamp(42px,4.5vw,70px) 0 0;min-height:620px;box-shadow:0 44px 100px #1435522e,inset 0 1px #ffffffb8}.co1x-marketing--sharecorp .co1x-flow-section .co1x-section-heading>span,.co1x-marketing--sharecorp .co1x-faq-section .co1x-section-heading>span{color:#0d8d7d}.co1x-marketing--sharecorp .co1x-flow-section .co1x-section-heading h2,.co1x-marketing--sharecorp .co1x-faq-section .co1x-section-heading h2{color:#071426}.co1x-marketing--sharecorp .co1x-flow-section .co1x-section-heading p{color:#40546a}.co1x-marketing--sharecorp h1,.co1x-marketing--sharecorp h2,.co1x-marketing--sharecorp h3,.co1x-marketing--sharecorp .co1x-faq-item strong{text-wrap:balance}.co1x-marketing--sharecorp p,.co1x-marketing--sharecorp .co1x-faq-item p{text-wrap:pretty}.co1x-marketing--sharecorp .co1x-company-section,.co1x-marketing--sharecorp .co1x-security-section{width:min(1320px,100% - clamp(40px,8vw,136px));margin:0 auto clamp(46px,5vw,78px)}.co1x-marketing--sharecorp .co1x-company-section{background:linear-gradient(135deg,#fff,#f5f9f5 58%,#edf6f2);border:1px solid #08213a14;border-radius:clamp(32px,4vw,58px) 0;padding:clamp(46px,6vw,82px);box-shadow:0 34px 88px #08213a1a}.co1x-marketing--sharecorp .co1x-company-section .co1x-section-heading,.co1x-marketing--sharecorp .co1x-security-section .co1x-section-heading{grid-template-columns:72px minmax(0,760px)}.co1x-marketing--sharecorp .co1x-company-section .co1x-section-heading>span,.co1x-marketing--sharecorp .co1x-security-section .co1x-section-heading>span{color:#0d8d7d}.co1x-marketing--sharecorp .co1x-company-section .co1x-section-heading h2,.co1x-marketing--sharecorp .co1x-security-section .co1x-section-heading h2{color:#071426;letter-spacing:-.045em}.co1x-marketing--sharecorp .co1x-company-section .co1x-section-heading p{color:#40546a;max-width:760px;font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.78}.co1x-marketing--sharecorp .co1x-company-section strong{color:#0a7669;max-width:760px;margin:28px 0 0 94px;font-size:clamp(.98rem,1.05vw,1.1rem);line-height:1.62}.co1x-marketing--sharecorp .co1x-security-section{padding:clamp(14px,2vw,26px) 0 clamp(42px,5vw,72px)}.co1x-marketing--sharecorp .co1x-security-grid{gap:18px}.co1x-marketing--sharecorp .co1x-security-card{background:linear-gradient(#fff,#f7fbf8);border:1px solid #08213a14;min-height:210px;padding:clamp(26px,3.4vw,42px);box-shadow:0 26px 70px #08213a17}.co1x-marketing--sharecorp .co1x-security-card h3{color:#071426;letter-spacing:-.035em;max-width:420px}.co1x-marketing--sharecorp .co1x-security-card p{color:#40546a;max-width:520px;font-size:15px;line-height:1.74}.co1x-marketing--sharecorp .co1x-concept-partner{color:#fff;background:linear-gradient(120deg,#08213af2,#0a3b50e0), var(--co-wall-street) center/cover;border:0;border-radius:clamp(36px,4vw,62px) 0;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:clamp(42px,6vw,90px);width:min(1320px,100% - clamp(40px,8vw,136px));margin:0 auto clamp(92px,10vw,140px);padding:clamp(42px,6vw,78px);display:grid;overflow:hidden;box-shadow:0 42px 100px #08213a3d}.co1x-marketing--sharecorp .co1x-concept-partner h2{color:#fff;letter-spacing:-.068em;margin:0 0 22px;font-size:clamp(2.35rem,3.7vw,4.3rem);font-weight:800;line-height:.98}.co1x-marketing--sharecorp .co1x-concept-partner p{color:#ffffffc7}.co1x-marketing--sharecorp .co1x-concept-partner strong{color:var(--co-sc-lime)}.co1x-marketing--sharecorp .co1x-partner-form--inline{box-shadow:none;background:0 0;border:0;grid-template-columns:repeat(2,minmax(190px,1fr)) 160px;gap:20px;padding:0;display:grid}.co1x-marketing--sharecorp .co1x-partner-form-label{width:max-content;min-height:32px;color:var(--co-sc-lime);letter-spacing:.02em;background:#05142457;border:1px solid #ffffff3d;border-radius:999px;grid-column:1/-1;align-items:center;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.co1x-marketing--sharecorp .co1x-partner-form--inline .co1x-field:nth-child(3),.co1x-marketing--sharecorp .co1x-partner-form--inline .co1x-field:nth-child(4){grid-column:span 1}.co1x-marketing--sharecorp .co1x-partner-form--inline .co1x-field>label,.co1x-marketing--sharecorp .co1x-partner-form--inline .co1x-field>span{color:#ffffffd1}.co1x-marketing--sharecorp .co1x-partner-form--inline input,.co1x-marketing--sharecorp .co1x-partner-form--inline select{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0514247a;border:1px solid #ffffff3d;border-radius:999px;min-height:52px}.co1x-marketing--sharecorp .co1x-partner-form--inline .co1x-button{border-radius:999px;align-self:end;min-height:52px}.co1x-marketing--sharecorp .co1x-footer{z-index:1;color:#ffffffb3;background:var(--co-sc-navy);border:0;padding:38px clamp(28px,5vw,88px);position:relative}.co1x-marketing--sharecorp .co1x-footer .co1x-brand img{width:220px}@media (width<=1120px){.co1x-marketing--sharecorp .co1x-header{grid-template-columns:1fr;gap:18px}.co1x-marketing--sharecorp .co1x-header nav{flex-wrap:wrap;justify-content:flex-start}.co1x-marketing--sharecorp .co1x-concept-proof,.co1x-marketing--sharecorp .co1x-heart-section,.co1x-marketing--sharecorp .co1x-company-section,.co1x-marketing--sharecorp .co1x-security-section,.co1x-marketing--sharecorp .co1x-concept-partner{grid-template-columns:1fr}.co1x-marketing--sharecorp .co1x-company-section .co1x-section-heading,.co1x-marketing--sharecorp .co1x-security-section .co1x-section-heading,.co1x-marketing--sharecorp .co1x-flow-section .co1x-section-heading,.co1x-marketing--sharecorp .co1x-faq-section .co1x-section-heading{grid-template-columns:1fr;gap:12px}.co1x-marketing--sharecorp .co1x-company-section strong{margin-left:0}.co1x-marketing--sharecorp .co1x-concept-proof article{min-height:430px}.co1x-marketing--sharecorp .co1x-partner-form--inline{grid-template-columns:repeat(2,minmax(190px,1fr))}}@media (width<=720px){.co1x-marketing--sharecorp .co1x-header{background:#f7faf5f0;padding:20px;position:relative}.co1x-marketing--sharecorp .co1x-header .co1x-brand img{width:172px}.co1x-marketing--sharecorp .co1x-header nav a:first-child,.co1x-marketing--sharecorp .co1x-header nav a:nth-child(2){display:none}.co1x-marketing--sharecorp .co1x-header nav{gap:10px}.co1x-marketing--sharecorp .co1x-header nav a:nth-child(3),.co1x-marketing--sharecorp .co1x-header nav a:nth-child(4){background:#ffffffb8;border:1px solid #08213a1f;border-radius:999px;align-items:center;min-height:38px;padding:0 12px;font-size:12px;display:inline-flex}.co1x-marketing--sharecorp .co1x-header .co1x-button{min-width:0}.co1x-marketing--sharecorp .co1x-concept-hero{border-radius:0 0 46px;width:calc(100% - 28px);min-height:calc(100svh - 170px);padding:92px 22px 44px}.co1x-marketing--sharecorp .co1x-concept-copy{max-width:100%}.co1x-marketing--sharecorp .co1x-concept-copy h1{letter-spacing:0;max-width:100%;font-size:clamp(2.25rem,11.2vw,3.35rem);line-height:1.16}.co1x-marketing--sharecorp .co1x-hero-headline span{white-space:normal}.co1x-marketing--sharecorp .co1x-concept-copy .co1x-button{width:100%;min-width:0}.co1x-marketing--sharecorp .co1x-concept-proof,.co1x-marketing--sharecorp .co1x-heart-section,.co1x-marketing--sharecorp .co1x-company-section,.co1x-marketing--sharecorp .co1x-security-section,.co1x-marketing--sharecorp .co1x-concept-partner{width:calc(100% - 36px)}.co1x-marketing--sharecorp .co1x-company-section{padding:30px 24px}.co1x-marketing--sharecorp .co1x-concept-proof article{min-height:360px;padding:28px}.co1x-marketing--sharecorp .co1x-concept-proof article>div:last-child{box-sizing:border-box;justify-self:stretch;width:100%;min-width:0;min-height:168px;padding:24px}.co1x-marketing--sharecorp .co1x-heart-section{min-height:auto;padding:72px 0}.co1x-marketing--sharecorp .co1x-editorial-visual{border-radius:0 34px 0 0;min-height:330px}.co1x-marketing--sharecorp .co1x-concept-partner{padding:28px}.co1x-marketing--sharecorp .co1x-partner-form--inline{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.co1x-marketing--sharecorp .co1x-intro{display:none}}.co1x-verification-card{background:#f8fbfd;border:1.5px solid #dbe5ee;border-radius:18px;align-items:center;gap:16px;margin:18px 0;padding:18px;display:flex}.co1x-verification-card>span{color:#0e7490;background:#e6fffb;border-radius:16px;flex:none;place-items:center;width:46px;height:46px;display:grid}.co1x-verification-card strong{color:#07111f;display:block}.co1x-verification-card small{color:#526174;margin-top:4px;display:block}.co1x-verification-card.is-passed{background:#f0fdf4;border-color:#86efac}.co1x-verification-card.is-passed>span{color:#15803d;background:#dcfce7}.co1x-verification-card.is-failed{background:#fff1f2;border-color:#fecaca}.co1x-verification-card.is-failed>span{color:#be123c;background:#ffe4e6}.co1x-copy-slots{display:none}.co1x-route-picker{grid-template-columns:1fr;gap:0;margin:22px 0;display:grid}.co1x-route-picker button{color:#f7fbff;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #9ab8cf3d;border-radius:0;justify-content:flex-start;align-items:center;gap:13px;min-height:92px;padding:18px 20px;font-weight:800;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.co1x-route-picker button:first-child{border-radius:16px 16px 0 0}.co1x-route-picker button:last-child{border-bottom:0;border-radius:0 0 16px 16px}.co1x-route-picker button svg{color:#7ff0c5;flex:none}.co1x-route-picker button strong{font-size:17px}.co1x-route-picker button small{color:#a9bbc9;text-align:right;max-width:360px;margin-left:auto;font-weight:500;line-height:1.45}.co1x-route-picker button:hover,.co1x-route-picker button.is-active{color:#061221;background:linear-gradient(90deg,#7ff0c5,#7bdde1);border-color:#0000;transform:none;box-shadow:0 14px 32px #27c6d324}.co1x-route-picker button.is-active svg{color:#061221}.co1x-route-picker button.is-active small{color:#173c49}.co1x-route-picker--compact button{min-height:54px}.co1x-route-panel{background:#0c2238c7;border:1px solid #9ab8cf42;border-radius:22px;margin-top:18px;padding:20px}.co1x-route-panel h3{color:#07111f;margin:0;font-size:18px}.co1x-route-note{color:#a9bbc9;margin:2px 0 18px;font-size:13px;line-height:1.55}.co1x-route-message{color:#70440b;background:#fff8e9;border:1px solid #f2c783;border-radius:12px;margin:14px 0 0;padding:13px 15px;font-size:13px;line-height:1.55}.co1x-business-pricing-choice{background:#f8fbfd;border:1px solid #d7e6ed;border-radius:16px;margin:4px 0 20px;padding:20px}.co1x-business-pricing-choice>.co1x-text-button{margin-top:8px;padding:0}.co1x-llc-ack{line-height:1.55;color:#70440b!important;background:#fff8e9!important;border-color:#f2c783!important;margin:14px 0 0!important}.co1x-uploaded-files{gap:10px;margin-bottom:12px;display:grid}.co1x-next-action{background:linear-gradient(120deg,#7ff0c524,#27c6d314);border:1px solid #7ff0c561;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin:0 0 28px;padding:27px 30px;display:flex;box-shadow:0 20px 45px #00000024}.co1x-next-action span{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800;color:#7ff0c5!important}.co1x-next-action h2{letter-spacing:-.04em;margin:7px 0;font-size:28px}.co1x-next-action p{max-width:680px;margin:0;line-height:1.55;color:#a9bbc9!important}.co1x-dashboard-utility{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:28px 0;display:grid}.co1x-dashboard-utility article{background:#0c2238c7;border:1px solid #9ab8cf42;border-radius:18px;min-height:196px;padding:23px}.co1x-dashboard-utility span{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800;color:#7ff0c5!important}.co1x-dashboard-utility h2{letter-spacing:-.035em;margin:10px 0;font-size:21px}.co1x-dashboard-utility p,.co1x-dashboard-utility li{color:#a9bbc9;line-height:1.55}.co1x-dashboard-utility ul{margin:12px 0 0;padding-left:18px}.co1x-dashboard-utility a{color:#7ff0c5;margin-top:6px;font-weight:800;text-decoration:none;display:inline-block}.co1x-dashboard-utility a:hover{text-decoration:underline}@media (width<=650px){html,body,#root,.co1x-apply{max-width:100%;overflow-x:hidden}.co1x-route-picker{grid-template-columns:1fr}.co1x-route-picker button{align-items:flex-start;min-height:0}.co1x-route-picker button small{text-align:left;margin:4px 0 0}.co1x-next-action{flex-direction:column;align-items:flex-start;padding:23px}.co1x-next-action .co1x-button{justify-content:center;width:100%}.co1x-dashboard-utility{grid-template-columns:1fr}.co1x-dashboard-utility article{min-height:0}}.co1x-pricing-page main{background:#f4f7fb;padding:0 0 88px}.co1x-pricing-hero{color:#f7fbff;background:radial-gradient(circle at 82% 15%,#22bfd13d,#0000 31%),#07111f;padding:96px clamp(24px,7vw,120px) 72px}.co1x-pricing-hero>div{max-width:760px}.co1x-pricing-hero h1{letter-spacing:-.065em;margin:0;font-size:clamp(46px,6vw,78px);line-height:.98}.co1x-pricing-hero p{color:#b5c8d5;max-width:650px;margin:24px 0 30px;font-size:18px;line-height:1.6}.co1x-pricing-grid{grid-template-columns:repeat(3,1fr);gap:18px;width:min(1180px,100% - 48px);margin:-38px auto 0;display:grid}.co1x-pricing-grid article{background:#fff;border:1px solid #d8e4ec;border-radius:22px;flex-direction:column;min-height:560px;padding:31px;display:flex;box-shadow:0 20px 55px #142a4414}.co1x-pricing-grid article>span{color:#16875c;letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:850}.co1x-pricing-grid h2{color:#07111f;letter-spacing:-.05em;margin:16px 0 10px;font-size:31px}.co1x-pricing-grid>article>strong{color:#07111f;letter-spacing:-.055em;font-size:38px}.co1x-pricing-grid>article>p{color:#526174;min-height:76px;margin:16px 0 26px;line-height:1.55}.co1x-pricing-grid article>div{border-top:1px solid #e1e9ef;padding-top:20px}.co1x-pricing-grid article b{color:#263a4e;font-size:12px}.co1x-pricing-grid ul{gap:12px;margin:17px 0 28px;padding:0;list-style:none;display:grid}.co1x-pricing-grid li{color:#405466;align-items:flex-start;gap:9px;font-size:13px;line-height:1.5;display:flex}.co1x-pricing-grid li svg{color:#16875c;flex:none;margin-top:2px}.co1x-pricing-grid .co1x-button{justify-content:center;margin-top:auto}.co1x-pricing-note{background:linear-gradient(120deg,#f7fcff,#eefbf6);border:1px solid #cfe6ec;border-radius:22px;width:min(860px,100% - 48px);margin:72px auto 0;padding:38px 44px}.co1x-pricing-note h2{color:#07111f;letter-spacing:-.045em;margin:0;font-size:30px}.co1x-pricing-note p{color:#526174;max-width:690px;margin:12px 0 0;line-height:1.65}.co1x-agent-form{background:#fff;border:1px solid #d8e4ec;border-radius:22px;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:42px;width:min(860px,100% - 48px);margin:24px auto 0;padding:38px 44px;display:grid;box-shadow:0 20px 55px #142a4414}.co1x-agent-form h2{color:#07111f;letter-spacing:-.045em;margin:0;font-size:30px}.co1x-agent-form>div>p{color:#526174;margin:12px 0 0;line-height:1.65}.co1x-agent-form form{grid-template-columns:1fr 1fr;gap:14px;display:grid}.co1x-agent-form label{color:#263a4e;gap:6px;font-size:12px;font-weight:750;display:grid}.co1x-agent-form input,.co1x-agent-form textarea{color:#07111f;width:100%;font:inherit;background:#fff;border:1px solid #cbd9e2;border-radius:10px;padding:11px 12px;font-size:14px}.co1x-agent-form textarea{resize:vertical}.co1x-agent-form__question{grid-column:1/-1}.co1x-agent-form button{justify-self:start;margin-top:4px}.co1x-agent-form__success,.co1x-agent-form__error{grid-column:1/-1;margin:0;font-size:13px;line-height:1.5}.co1x-agent-form__success{color:#16875c}.co1x-agent-form__error{color:#b42318}.co1x-stepper__summary{display:none!important}.co1x-stepper ol{overscroll-behavior-x:contain;scrollbar-width:thin;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:16px;max-width:1100px;overflow-x:auto;display:grid!important}.co1x-stepper li{white-space:nowrap;text-align:center;align-items:center;gap:10px;min-width:0;justify-content:center!important;display:flex!important}.co1x-stepper li small{font-size:11px}.co1x-stepper li:not(:last-child):after{display:none!important}.co1x-stepper li>span{flex:none}.co1x-apply-topbar .co1x-stepper ol{width:100%;max-width:none}@media (width<=900px){.co1x-pricing-grid{grid-template-columns:1fr}.co1x-pricing-grid article,.co1x-pricing-grid>article>p{min-height:0}.co1x-stepper{padding-inline:18px!important}.co1x-stepper ol{grid-template-columns:repeat(5,max-content);justify-content:start}.co1x-stepper li{min-width:max-content}.co1x-stepper li small{clip:auto!important;width:auto!important;height:auto!important;position:static!important;overflow:visible!important}}@media (width<=650px){.co1x-pricing-hero{padding:66px 20px 78px}.co1x-pricing-grid{width:calc(100% - 28px);margin-top:-28px}.co1x-pricing-grid article{padding:25px}.co1x-pricing-note,.co1x-agent-form{width:calc(100% - 28px);padding:28px 24px}.co1x-agent-form{grid-template-columns:1fr;gap:24px}.co1x-agent-form form{grid-template-columns:1fr}.co1x-stepper li small{font-size:10px}.co1x-stepper li:not(:last-child):after{min-width:12px;margin:0 6px}}:root{color:#eaf4fb;font-synthesis:none;text-rendering:optimizelegibility;--ix-ink:#07111f;--ix-text:#f7fbff;--ix-muted:#a9bbc9;--ix-canvas:#07111f;--ix-surface:#081a2deb;--ix-surface-soft:#0c2238d1;--ix-border:#91b1ca47;--ix-accent:#7ff0c5;--ix-accent-2:#27c6d3;--ix-blue:#2563eb;--ix-success:#64e6b2;--ix-warning:#f2bd72;--ix-danger:#ff6b7a;--ix-shadow:0 24px 70px #0000003d;background:#07111f;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--ix-canvas);min-width:320px}body{background:radial-gradient(circle at 24% 14%,#27c6d324,#0000 32%),radial-gradient(circle at 84% 4%,#7ff0c51c,#0000 26%),linear-gradient(#061221 0%,#081d33 48%,#07111f 100%);min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}#main-content,#main-content button,#main-content input,#main-content select,#main-content textarea{font-family:Inter,system-ui,sans-serif!important}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{touch-action:manipulation}:focus-visible{outline-offset:2px;outline:3px solid #2563eb59}.ix-app-shell{background:radial-gradient(circle at 27% 14%,#27c6d321,#0000 30%),radial-gradient(circle at 88% 7%,#7ff0c517,#0000 28%),linear-gradient(#061221 0%,#081d33 52%,#07111f 100%);min-height:100vh;display:flex}.ix-main{min-width:0;color:var(--ix-text);flex:1;margin-left:260px;padding:40px clamp(24px,3.4vw,52px) 72px}.ix-topbar{z-index:90;align-items:center;gap:8px;display:flex;position:fixed;top:18px;right:clamp(18px,3vw,42px)}.ix-icon-button{border:1px solid var(--ix-border);width:44px;height:44px;color:var(--ix-text);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#081a2de0;border-radius:13px;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 12px 34px #0000003d}.ix-notification{position:relative}.ix-profile-chip{border:1px solid var(--ix-border);max-width:min(390px,100vw - 32px);min-height:46px;color:var(--ix-text);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#081a2de0;border-radius:999px;align-items:center;gap:10px;padding:5px 6px 5px 7px;display:inline-flex;box-shadow:0 12px 34px #0000003d}.ix-profile-avatar{color:#07111f;letter-spacing:.02em;background:linear-gradient(135deg,#8df2c0,#27c6d3);border-radius:50%;flex:none;place-items:center;width:36px;height:36px;font-size:11px;font-weight:850;display:grid;overflow:hidden}.ix-profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.ix-profile-copy{gap:2px;min-width:0;display:grid}.ix-profile-copy strong,.ix-profile-copy small{text-overflow:ellipsis;white-space:nowrap;max-width:170px;display:block;overflow:hidden}.ix-profile-copy strong{color:inherit;font-size:12px;font-weight:800}.ix-profile-copy small{color:var(--ix-muted);font-size:10px}.ix-profile-role{color:#7ff0c5;letter-spacing:.05em;text-transform:capitalize;background:#7ff0c514;border:1px solid #7ff0c552;border-radius:999px;flex:none;padding:5px 9px;font-size:10px;font-weight:850}.ix-profile-signout{width:32px;height:32px;color:var(--ix-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.ix-mobile-menu{display:none}.ix-page{animation:.24s ease-out ix-page-in}.ix-page-head{justify-content:space-between;align-items:flex-end;gap:24px;margin:0 0 28px;padding-right:148px;display:flex}.ix-page-head h1{color:var(--ix-text);letter-spacing:-.045em;margin:0;font-size:clamp(30px,3vw,42px);line-height:1.08}.ix-page-head p{color:var(--ix-muted);margin:8px 0 0;font-size:14px;line-height:1.5}.ix-kicker{color:#7ff0c5;letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:800;display:block}.ix-card{border:1px solid var(--ix-border);background:var(--ix-surface);box-shadow:var(--ix-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:18px;padding:24px}.ix-button{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-size:13px;font-weight:700;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s;display:inline-flex}.ix-button:hover:not(:disabled){transform:translateY(-1px)}.ix-button:disabled{cursor:not-allowed;opacity:.48}.ix-button--primary{color:#041216;background:linear-gradient(135deg,#83efb0,#27c6d3);box-shadow:0 8px 20px #26c9b42b}.ix-button--secondary{color:var(--ix-text);border-color:var(--ix-border);background:#081a2dc7}.ix-button--small{min-height:38px;padding:0 14px;font-size:12px}.ix-status{white-space:nowrap;border:1px solid;border-radius:8px;align-items:center;min-height:28px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.ix-responsive-row{align-items:center;gap:12px;display:flex}.ix-filter-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;display:flex}.ix-filter-row input,.ix-filter-row select{min-height:44px;border:1px solid var(--ix-border)!important;color:var(--ix-text)!important;background:#071829d1!important;border-radius:12px!important}.ix-data-list{gap:10px;display:grid}.ix-client-row{border:1px solid var(--ix-border);width:100%;min-width:0;color:var(--ix-text);text-align:left;cursor:pointer;background:#081a2dd6;border-radius:16px;align-items:center;gap:16px;padding:18px 20px;transition:border-color .18s,transform .18s,box-shadow .18s;display:flex;box-shadow:0 14px 38px #00000029}.ix-client-row:hover{border-color:#7ff0c58c;transform:translateY(-1px);box-shadow:0 18px 44px #0000003d}.ix-client-row__meta{flex:1;min-width:0}.ix-client-row__actions{flex:none;align-items:center;gap:10px;display:flex}.ix-dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.ix-dashboard-grid{grid-template-columns:minmax(0,1.45fr) minmax(310px,.85fr);gap:18px;margin-bottom:18px;display:grid}.ix-metric-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.ix-admin-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.ix-admin-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.ix-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}@keyframes ix-page-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=1024px){.ix-main{margin-left:0;padding-top:82px}.ix-mobile-menu{display:inline-flex}.ix-page-head{padding-right:0}}@media (width<=760px){.ix-main{padding:80px 16px 56px;overflow-x:hidden}.ix-topbar{top:14px;right:14px}.ix-page-head{flex-direction:column;align-items:flex-start;margin-bottom:22px}.ix-page-head h1{max-width:calc(100vw - 150px);font-size:30px}.ix-page-head>:last-child:not(:first-child){width:100%}.ix-card{border-radius:16px;padding:19px}.ix-dashboard-stats,.ix-dashboard-grid,.ix-admin-grid-3,.ix-admin-grid-4{grid-template-columns:1fr!important}.ix-metric-row{grid-template-columns:1fr}.ix-responsive-row{flex-direction:column;align-items:stretch}.ix-filter-row{flex-wrap:nowrap;padding:2px 1px 8px;overflow-x:auto}.ix-filter-row input{flex:none!important;min-width:230px!important}.ix-filter-row select{flex:none;min-width:180px}.ix-client-row{flex-wrap:wrap;align-items:flex-start;padding:16px}.ix-client-row__actions{justify-content:flex-start;width:100%;padding-left:56px}.ix-table-scroll{margin-inline:-4px;padding-bottom:8px}}.ix-main h1,.ix-main h2,.ix-main h3,.ix-main strong{color:#f7fbff}.ix-main p,.ix-main small,.ix-main time{color:#a9bbc9}.ix-main a{color:#7ff0c5}.ix-main input,.ix-main select,.ix-main textarea,.ix-login-card input,.ix-login-card select,.ix-login-card textarea{color:#f7fbff!important;box-shadow:none!important;background:#081a2d!important;border-color:#9ab8cf52!important}.ix-main input:focus,.ix-main select:focus,.ix-main textarea:focus,.ix-login-card input:focus{border-color:#7ff0c5!important;outline:none!important;box-shadow:0 0 0 3px #7ff0c51f!important}.ix-main table{border-collapse:separate;border-spacing:0;color:#dce8f1;width:100%}.ix-table-scroll{border:1px solid var(--ix-border);box-shadow:var(--ix-shadow);background:#081a2dc7;border-radius:18px}.ix-main .ix-table-scroll table{background:0 0!important}.ix-status{background:#7ff0c514!important;border-color:#7ff0c53d!important}.ix-dashboard-stats .ix-card{position:relative;overflow:hidden}.ix-dashboard-stats .ix-card:before{content:"";background:linear-gradient(#7ff0c5,#27c6d3);width:3px;position:absolute;inset:0 auto 0 0}.ix-login{background:radial-gradient(circle at 24% 14%,#27c6d324,#0000 32%),radial-gradient(circle at 86% 4%,#7ff0c51c,#0000 28%),linear-gradient(#061221 0%,#081d33 52%,#07111f 100%)!important}.ix-login-story{background:linear-gradient(145deg,#091e32fa,#05111ff5)!important;border-color:#91b1ca47!important}.ix-login-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#f7fbff!important;background:#081a2deb!important;border-color:#91b1ca47!important;box-shadow:0 30px 90px #00000047!important}.ix-login-card h2{color:#f7fbff!important}.ix-login-card>p,.ix-login-field label{color:#a9bbc9!important}.ix-login-brand{gap:12px!important}.ix-login-brand img{width:220px;height:auto;display:block}.ix-login-notice{color:#cbd8e3!important;background:#7ff0c50f!important;border-color:#9ab8cf47!important}.ix-login-eye,.ix-login-recovery{color:#7ff0c5!important}.ix-login-error{color:#ffd6dc!important;background:#ff6b7a1a!important;border-color:#ff6b7a61!important}.ix-notification>div[style*=background]{color:#f7fbff!important;background:#081a2df5!important;border-color:#9ab8cf47!important}.ix-main [style*="background: white"],.ix-main [style*="background:#fff"],.ix-main [style*="background: #fff"],.ix-main [style*="background: rgb(255, 255, 255)"]{color:#f7fbff!important;background:#081a2dd6!important;border-color:#9ab8cf42!important}.ix-main [style*="background: #f8fbfd"],.ix-main [style*="background:#f8fbfd"],.ix-main [style*="background: #f9f7f4"],.ix-main [style*="background:#f9f7f4"],.ix-main [style*="background: #faf9f7"],.ix-main [style*="background:#faf9f7"]{color:#dce8f1!important;background:#0c2238c7!important;border-color:#9ab8cf3d!important}.ix-main button[style*="background: white"],.ix-main button[style*="background:#fff"]{color:#f7fbff!important;background:#081a2dd6!important;border-color:#9ab8cf47!important}.ix-main button[style*="background: rgb(7, 17, 31)"],.ix-main button[style*="background: #07111f"],.ix-main button[style*="background:#07111f"]{color:#041216!important;background:linear-gradient(135deg,#7ff0c5,#27c6d3)!important}:root{--ix-text:#07111f;--ix-muted:#526174;--ix-canvas:#f7fafc;--ix-surface:#fff;--ix-surface-soft:#f8fbfd;--ix-border:#dbe5ee;--ix-shadow:0 16px 44px #1f375212}html,body{background:#f7fafc!important}body{background:radial-gradient(circle at 72% 8%,#27c6d314,#0000 24%),linear-gradient(#fbfdff 0%,#f6f9fc 100%)!important}.ix-app-shell{background:#f7fafc!important}.ix-main{min-height:100vh;color:#07111f!important;background:#f7fafc!important}.ix-topbar{gap:10px;top:16px;right:26px}.ix-icon-button,.ix-profile-chip{color:#07111f!important;background:#fff!important;border-color:#dbe5ee!important;box-shadow:0 10px 28px #1f375214!important}.ix-profile-copy strong{color:#07111f!important}.ix-profile-copy small{color:#526174!important}.ix-profile-role{color:#0e8f7c!important;background:#eefbf6!important;border-color:#cdeee6!important}.ix-profile-signout{color:#60748a!important}.ix-profile-signout:hover{color:#07111f!important;background:#eef6f8!important}.ix-page-head{margin-top:34px;margin-bottom:24px}.ix-page-head h1,.ix-main h1,.ix-main h2,.ix-main h3,.ix-main strong{color:#07111f!important}.ix-page-head p,.ix-main p,.ix-main small,.ix-main time{color:#526174!important}.ix-kicker{color:#089ba8!important}.ix-card{color:#07111f!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;border:1px solid #dbe5ee!important;border-radius:8px!important;box-shadow:0 14px 36px #1f37520f!important}.ix-dashboard-stats{gap:22px;margin-bottom:24px}.ix-dashboard-stats .ix-card{align-content:center;min-height:160px;display:grid;border-left:3px solid #20c6d7!important;border-radius:8px!important;padding:24px 20px!important}.ix-dashboard-stats .ix-card:before{display:none!important}.ix-dashboard-grid{gap:24px;margin-bottom:24px}.ix-metric-row{background:#fff;border:1px solid #dbe5ee;border-radius:8px;overflow:hidden}.ix-metric-row>div{box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important}.ix-metric-row>div+div{border-left:1px solid #dbe5ee!important}.ix-main input,.ix-main select,.ix-main textarea,.ix-login-card input,.ix-login-card select,.ix-login-card textarea{color:#07111f!important;background:#fff!important;border-color:#cfdbe6!important}.ix-main input::placeholder,.ix-main textarea::placeholder,.ix-login-card input::placeholder{color:#8a9aac!important}.ix-main input:focus,.ix-main select:focus,.ix-main textarea:focus,.ix-login-card input:focus{border-color:#20c6d7!important;box-shadow:0 0 0 3px #20c6d71f!important}.ix-main table{color:#07111f!important;background:#fff!important}.ix-main th{color:#526174!important;background:#f8fbfd!important;border-bottom:1px solid #dbe5ee!important}.ix-main td{color:#07111f!important;border-bottom:1px solid #edf2f6!important}.ix-main tr:hover td{background:#f8fbfd!important}.ix-table-scroll{background:#fff!important;border:1px solid #dbe5ee!important;border-radius:8px!important;box-shadow:0 14px 36px #1f37520f!important}.ix-main .ix-table-scroll thead{background:#f8fbfd!important}.ix-main .ix-table-scroll th:first-child{border-top-left-radius:8px}.ix-main .ix-table-scroll th:last-child{border-top-right-radius:8px}.ix-filter-row input,.ix-filter-row select{color:#07111f!important;background:#fff!important;border-color:#cfdbe6!important}.ix-client-row{color:#07111f!important;background:#fff!important;border-color:#dbe5ee!important;border-radius:8px!important;box-shadow:0 10px 28px #1f37520d!important}.ix-client-row:hover{border-color:#20c6d7!important;box-shadow:0 16px 34px #1f375214!important}.ix-status{color:#0c7480!important;background:#20c6d714!important;border-color:#20c6d73d!important}.ix-button--primary,.ix-main button[style*="background: rgb(7, 17, 31)"],.ix-main button[style*="background: #07111f"],.ix-main button[style*="background:#07111f"]{color:#fff!important;background:linear-gradient(135deg,#10c7b5,#22aeea)!important;box-shadow:0 12px 26px #18b2cf2e!important}.ix-button--secondary,.ix-main button[style*="background: white"],.ix-main button[style*="background:#fff"]{color:#1f4f8d!important;background:#fff!important;border-color:#dbe5ee!important}.ix-button--danger{color:#d33a4c!important;background:#fff6f7!important;border-color:#f1c8cf!important}.ix-main [style*="background: white"],.ix-main [style*="background:#fff"],.ix-main [style*="background: #fff"],.ix-main [style*="background: rgb(255, 255, 255)"],.ix-main [style*="background: #f8fbfd"],.ix-main [style*="background:#f8fbfd"],.ix-main [style*="background: #f9f7f4"],.ix-main [style*="background:#f9f7f4"],.ix-main [style*="background: #faf9f7"],.ix-main [style*="background:#faf9f7"],.ix-main [style*="background: #07111f"],.ix-main [style*="background:#07111f"]{box-shadow:none;color:#07111f!important;background:#fff!important;border-color:#dbe5ee!important}.ix-main [style*="color: #1a1a1a"],.ix-main [style*="color:#1a1a1a"],.ix-main [style*="color: rgb(26, 26, 26)"],.ix-main [style*="color: rgb(15, 23, 42)"]{color:#07111f!important}.ix-main [style*="color: #666"],.ix-main [style*="color:#666"],.ix-main [style*="color: #888"],.ix-main [style*="color:#888"],.ix-main [style*="color: #aaa"],.ix-main [style*="color:#aaa"]{color:#526174!important}.ix-notification>div[style*=background]{color:#07111f!important;background:#fff!important;border-color:#dbe5ee!important;box-shadow:0 10px 28px #1f375214!important}.ix-notification button[style*=background]{color:#07111f!important;background:#fff!important;border-color:#dbe5ee!important}.ix-pipeline,.ix-pipeline strong,.ix-pipeline span{color:#07111f!important}@media (width<=760px){.ix-main{background:#f7fafc!important}.ix-page-head{margin-top:0}.ix-profile-copy,.ix-profile-role{display:none}.ix-profile-chip{padding:5px}}
