.crt-root.crt-root{--bg:#fff;--paper:#fff;--surface-2:#faf9f5;--surface-3:#f1eee4;--ink:#11131a;--ink-2:#2a2d36;--muted:#6b6e78;--muted-2:#9a9ca3;--muted-3:#bab7ad;--border:#e7e3d8;--border-2:#efebe0;--hair:#f0ede4;--primary:#6366f1;--primary-ink:#4f46e5;--primary-deep:#4338ca;--primary-soft:#ecedfe;--primary-softer:#f4f4ff;--good:#15803d;--good-ink:#166534;--good-soft:#dcebe0;--good-softer:#ecf4ee;--bad:#b91c1c;--warn:#b45309;--warn-soft:#fcefd9;--crt-serif:"Instrument Serif","Times New Roman",serif;--crt-sans:var(--font-geist-sans),"Geist",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--crt-mono:var(--font-geist-mono),"Geist Mono",ui-monospace,"SF Mono",Menlo,monospace;background:var(--bg);color:var(--ink);font-family:var(--crt-sans);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.crt-root.crt-root *,.crt-root.crt-root :after,.crt-root.crt-root :before{box-sizing:border-box}.crt-root.crt-root a{color:inherit;text-decoration:none}.crt-root.crt-root button{font:inherit;cursor:pointer}.crt-root.crt-root .wrap{max-width:1200px;margin:0 auto;padding:0 32px}.crt-root.crt-root .nav{position:sticky;top:0;z-index:50;background:#ffffffd1;backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--hair)}.crt-root.crt-root .nav-in{max-width:1200px;margin:0 auto;padding:14px 32px;display:flex;align-items:center;justify-content:space-between}.crt-root.crt-root .brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.crt-root.crt-root .brand-name{font-weight:600;font-size:15px;letter-spacing:-.02em}.crt-root.crt-root .brand-name span{color:var(--muted-2);font-weight:400}.crt-root.crt-root .nav-cta{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 16px;border-radius:10px;background:var(--primary);color:#fff;font-size:13.5px;font-weight:600;border:none;transition:background .15s;white-space:nowrap;line-height:1;flex-shrink:0}.crt-root.crt-root .nav-cta:hover{background:var(--primary-ink)}.crt-root.crt-root .nav-right{display:inline-flex;align-items:center;gap:12px}.crt-root.crt-root .lang-switch{display:inline-flex;align-items:center;gap:2px;background:var(--surface-2);border:1px solid var(--border);border-radius:9px;padding:3px;flex:none}.crt-root.crt-root .lang-switch button{height:28px;min-width:34px;padding:0 9px;border:none;background:#0000;border-radius:6px;font-family:var(--crt-mono);font-size:11.5px;font-weight:600;letter-spacing:.04em;color:var(--muted);transition:color .15s,background .15s,box-shadow .15s}.crt-root.crt-root .lang-switch button.on{background:var(--paper);color:var(--ink);box-shadow:0 1px 2px #11131a14}.crt-root.crt-root .lang-switch button:hover:not(.on){color:var(--ink-2)}.crt-root.crt-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:50px;padding:0 26px;border-radius:13px;font-size:15px;font-weight:600;border:1px solid #0000;transition:all .15s;white-space:nowrap;text-decoration:none}.crt-root.crt-root .btn svg{width:17px;height:17px;flex:none}.crt-root.crt-root .btn-primary{background:var(--primary);color:#fff}.crt-root.crt-root .btn-primary:hover{background:var(--primary-ink);transform:translateY(-1px)}.crt-root.crt-root .btn-ghost{background:var(--paper);color:var(--ink);border-color:var(--border)}.crt-root.crt-root .btn-ghost:hover{border-color:var(--ink)}.crt-root.crt-root .hero{padding:56px 0 40px}.crt-root.crt-root .hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:56px;align-items:center}.crt-root.crt-root .eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:var(--crt-mono);font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--primary-ink);background:var(--primary-softer);border:1px solid var(--primary-soft);padding:6px 13px;border-radius:999px;margin-bottom:22px}.crt-root.crt-root .eyebrow .d{width:6px;height:6px;border-radius:50%;background:var(--primary)}.crt-root.crt-root .hero h1{font-family:var(--crt-sans);font-weight:600;font-size:clamp(40px,5.2vw,64px);line-height:1.02;letter-spacing:-.035em;margin:0 0 22px;text-wrap:balance}.crt-root.crt-root .hero h1 em{font-family:var(--crt-serif);font-style:italic;font-weight:400;color:var(--primary-ink);letter-spacing:-.01em}.crt-root.crt-root .hero-sub{font-size:17px;color:var(--muted);max-width:50ch;margin:0 0 26px}.crt-root.crt-root .hero-sub b{color:var(--ink);font-weight:600}.crt-root.crt-root .hero-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.crt-root.crt-root .hero-chip{display:inline-flex;align-items:center;gap:8px;font-family:var(--crt-mono);font-size:12px;letter-spacing:.02em;color:var(--ink-2);background:var(--surface-2);border:1px solid var(--border);padding:7px 13px;border-radius:999px}.crt-root.crt-root .hero-chip svg{width:14px;height:14px;color:var(--good)}.crt-root.crt-root .hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.crt-root.crt-root .hero-note{font-family:var(--crt-mono);font-size:12px;color:var(--muted-2)}.crt-root.crt-root .preview{background:var(--paper);border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:0 40px 80px -50px #11131a4d}.crt-root.crt-root .preview-head{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;border-bottom:1px solid var(--hair);background:var(--surface-2)}.crt-root.crt-root .preview-head .doc{display:flex;align-items:center;gap:10px;font-family:var(--crt-mono);font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.crt-root.crt-root .preview-head .doc b{color:var(--ink);font-weight:500}.crt-root.crt-root .preview-head .live{display:inline-flex;align-items:center;gap:7px;font-family:var(--crt-mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--good);background:var(--good-softer);border:1px solid var(--good-soft);padding:4px 10px;border-radius:999px}.crt-root.crt-root .preview-head .live .pulse{width:6px;height:6px;border-radius:50%;background:var(--good);animation:crt-pulse 1.8s ease-in-out infinite}@keyframes crt-pulse{0%,to{opacity:1}50%{opacity:.35}}.crt-root.crt-root .preview-body{padding:24px 26px 26px}.crt-root.crt-root .prow{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:11px 0}.crt-root.crt-root .prow+.prow{border-top:1px dashed var(--border-2)}.crt-root.crt-root .prow .pl{font-size:14px;color:var(--muted)}.crt-root.crt-root .prow .pl small{display:block;font-family:var(--crt-mono);font-size:10.5px;color:var(--muted-2);letter-spacing:.02em;margin-top:1px}.crt-root.crt-root .prow .pv{font-family:var(--crt-mono);font-size:17px;font-variant-numeric:tabular-nums;color:var(--ink-2);white-space:nowrap}.crt-root.crt-root .prow.strike .pv{color:var(--muted-2);text-decoration:line-through;text-decoration-color:var(--muted-3)}.crt-root.crt-root .ahorro-card{margin-top:14px;background:var(--primary);border-radius:16px;padding:20px 22px;color:#fff;position:relative;overflow:hidden}.crt-root.crt-root .ahorro-card .ak{font-family:var(--crt-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#ffffffa8;margin-bottom:8px}.crt-root.crt-root .ahorro-card .arow{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.crt-root.crt-root .ahorro-card .av{font-weight:700;font-size:44px;line-height:.92;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.crt-root.crt-root .ahorro-card .badge{display:inline-flex;align-items:center;gap:5px;font-family:var(--crt-mono);font-size:13px;font-weight:500;background:#ffffff29;border:1px solid #ffffff3d;padding:5px 11px;border-radius:999px;margin-bottom:4px}.crt-root.crt-root .ahorro-card .at{font-family:var(--crt-mono);font-size:11.5px;color:#ffffffb3;margin-top:10px;letter-spacing:.02em}.crt-root.crt-root .ahorro-card .at b{color:#fff;font-weight:500}.crt-root.crt-root .trust{padding:22px 0 8px;border-top:1px solid var(--hair);margin-top:40px}.crt-root.crt-root .trust-in{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.crt-root.crt-root .trust-label{font-family:var(--crt-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2);white-space:nowrap}.crt-root.crt-root .trust-logos{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.crt-root.crt-root .trust-logos span{font-size:15px;font-weight:600;letter-spacing:-.02em;color:var(--muted-2);transition:color .15s}.crt-root.crt-root .trust-logos span:hover{color:var(--ink-2)}.crt-root.crt-root .section{padding:60px 0}.crt-root.crt-root .section-eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:30px;flex-wrap:wrap}.crt-root.crt-root .section-eyebrow .no{font-family:var(--crt-mono);font-size:13px;font-weight:500;color:var(--primary-ink);background:var(--primary-softer);border:1px solid var(--primary-soft);width:30px;height:30px;border-radius:8px;display:grid;place-items:center}.crt-root.crt-root .section-eyebrow .tt{font-family:var(--crt-sans);font-weight:600;font-size:17px;letter-spacing:-.015em}.crt-root.crt-root .section-eyebrow .ln{flex:1;height:1px;background:var(--hair)}.crt-root.crt-root .section-eyebrow .meta{font-family:var(--crt-mono);font-size:11.5px;color:var(--muted);white-space:nowrap}.crt-root.crt-root .section-lead{font-size:16px;color:var(--muted);max-width:62ch;margin:0 0 34px}.crt-root.crt-root .section-lead b{color:var(--ink);font-weight:500}.crt-root.crt-root .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.crt-root.crt-root .step{background:var(--paper);border:1px solid var(--border);border-radius:18px;padding:26px 24px;position:relative;transition:border-color .15s,transform .15s}.crt-root.crt-root .step:hover{border-color:var(--ink-2);transform:translateY(-2px)}.crt-root.crt-root .step .sn{font-family:var(--crt-serif);font-style:italic;font-size:40px;line-height:1;color:var(--primary);margin-bottom:16px}.crt-root.crt-root .step h3{margin:0 0 8px;font-size:18px;font-weight:600;letter-spacing:-.02em}.crt-root.crt-root .step p{margin:0;font-size:14px;color:var(--muted)}.crt-root.crt-root .calc{background:var(--surface-2);border-top:1px solid var(--hair);border-bottom:1px solid var(--hair)}.crt-root.crt-root .calc-eyebrow-wrap{padding:60px 0 0}.crt-root.crt-root .calc-eyebrow-wrap .section-eyebrow{margin-bottom:30px}.crt-root.crt-root .calc-eyebrow-wrap+.calc .wrap.section{padding-top:30px}.crt-root.crt-root .calc-grid{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}.crt-root.crt-root .form-card{background:var(--paper);border:1px solid var(--border);border-radius:20px;overflow:hidden}.crt-root.crt-root .fc-top{padding:22px 26px;border-bottom:1px solid var(--hair);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.crt-root.crt-root .fc-top .l .k{font-family:var(--crt-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:5px}.crt-root.crt-root .fc-top .l h2{margin:0;font-size:21px;font-weight:600;letter-spacing:-.025em}.crt-root.crt-root .privacy{display:inline-flex;align-items:center;gap:8px;font-family:var(--crt-mono);font-size:11px;color:var(--good);background:var(--good-softer);border:1px solid var(--good-soft);padding:6px 12px;border-radius:999px;letter-spacing:.02em;white-space:nowrap}.crt-root.crt-root .privacy svg{width:13px;height:13px}.crt-root.crt-root .seg{display:inline-flex;background:var(--surface-2);border:1px solid var(--border);border-radius:11px;padding:4px;gap:3px}.crt-root.crt-root .seg button{height:34px;padding:0 16px;border:none;background:#0000;border-radius:8px;font-family:var(--crt-mono);font-size:12px;color:var(--muted);letter-spacing:.02em}.crt-root.crt-root .seg button.active{background:var(--primary);color:#fff}.crt-root.crt-root .upload{margin:20px 26px 4px;border:1.5px dashed var(--border);border-radius:14px;padding:18px 20px;display:flex;align-items:center;gap:16px;background:var(--surface-2);transition:border-color .15s,background .15s;cursor:pointer}.crt-root.crt-root .upload:hover{border-color:var(--primary);background:var(--primary-softer)}.crt-root.crt-root .upload .ico{width:42px;height:42px;border-radius:11px;background:var(--paper);border:1px solid var(--border);display:grid;place-items:center;color:var(--primary-ink);flex:none}.crt-root.crt-root .upload .ico svg{width:20px;height:20px}.crt-root.crt-root .upload .ut{font-size:14px;font-weight:500}.crt-root.crt-root .upload .ud{font-size:12.5px;color:var(--muted);margin-top:2px}.crt-root.crt-root .upload .ub{margin-left:auto}.crt-root.crt-root .upload-remove{background:none;border:0;color:var(--muted);font-family:var(--crt-mono);font-size:11px;padding:0;text-decoration:underline;margin-left:12px}.crt-root.crt-root .upload-remove:hover{color:var(--ink)}.crt-root.crt-root .fsection{padding:22px 26px;border-top:1px solid var(--hair)}.crt-root.crt-root .fsection:first-of-type{border-top:none}.crt-root.crt-root .fs-head{display:flex;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}.crt-root.crt-root .fs-head .fn{width:22px;height:22px;border-radius:6px;background:var(--ink);color:#fff;font-family:var(--crt-mono);font-size:11px;display:grid;place-items:center;flex:none}.crt-root.crt-root .fs-head .ft{font-size:15px;font-weight:600;letter-spacing:-.01em}.crt-root.crt-root .fs-head .fhint{margin-left:auto;font-family:var(--crt-mono);font-size:10.5px;color:var(--muted-2);letter-spacing:.02em}.crt-root.crt-root .fs-head .ft-mono{font-size:13px;color:var(--muted);font-weight:500;text-transform:uppercase;letter-spacing:.06em;font-family:var(--crt-mono)}.crt-root.crt-root .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.crt-root.crt-root .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.crt-root.crt-root .field{display:flex;flex-direction:column;gap:7px;min-width:0}.crt-root.crt-root .field.span-2{grid-column:span 2}.crt-root.crt-root .field label{font-size:13px;color:var(--ink-2);font-weight:500;display:flex;align-items:center;justify-content:space-between;gap:8px}.crt-root.crt-root .field label .h{font-family:var(--crt-mono);font-size:10px;font-weight:400;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.crt-root.crt-root .inp{display:flex;align-items:center;gap:9px;border:1px solid var(--border);border-radius:10px;background:var(--paper);padding:0 13px;height:46px;transition:border-color .15s,box-shadow .15s}.crt-root.crt-root .inp:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-softer)}.crt-root.crt-root .inp .cur{font-family:var(--crt-mono);font-size:14px;color:var(--muted-2)}.crt-root.crt-root .inp input,.crt-root.crt-root .inp select{flex:1;border:none;outline:none;background:#0000;min-width:0;width:100%;font-family:var(--crt-mono);font-size:16px;font-variant-numeric:tabular-nums;color:var(--ink)}.crt-root.crt-root .inp select{font-family:var(--crt-sans);font-size:14px;cursor:pointer}.crt-root.crt-root .inp input[type=number]::-webkit-inner-spin-button,.crt-root.crt-root .inp input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.crt-root.crt-root .inp input[type=number]{-moz-appearance:textfield}.crt-root.crt-root .field.big .inp{height:54px;border-color:var(--primary-soft);background:var(--primary-softer)}.crt-root.crt-root .field.big .inp input{font-size:20px;font-weight:500}.crt-root.crt-root .field.big label{color:var(--primary-ink)}.crt-root.crt-root .toggles{display:flex;flex-wrap:wrap;gap:9px}.crt-root.crt-root .chip-toggle{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--border);background:var(--paper);border-radius:999px;padding:9px 15px 9px 12px;font-size:13px;color:var(--ink-2);transition:all .14s}.crt-root.crt-root .chip-toggle .box{width:17px;height:17px;border-radius:5px;border:1.5px solid var(--border);display:grid;place-items:center;transition:all .14s}.crt-root.crt-root .chip-toggle .box svg{width:11px;height:11px;color:#fff;opacity:0}.crt-root.crt-root .chip-toggle.active{border-color:var(--primary);background:var(--primary-softer);color:var(--primary-ink);font-weight:500}.crt-root.crt-root .chip-toggle.active .box{background:var(--primary);border-color:var(--primary)}.crt-root.crt-root .chip-toggle.active .box svg{opacity:1}.crt-root.crt-root .opt-rows{display:flex;flex-direction:column;gap:10px}.crt-root.crt-root .opt-row{display:grid;grid-template-columns:22px 1fr auto;gap:13px;align-items:center;border:1px solid var(--border);border-radius:12px;padding:14px 16px;background:var(--paper);text-align:left;transition:all .14s;cursor:pointer;width:100%;font:inherit}.crt-root.crt-root .opt-row .box{width:20px;height:20px;border-radius:6px;border:1.5px solid var(--border);display:grid;place-items:center}.crt-root.crt-root .opt-row .box svg{width:12px;height:12px;color:#fff;opacity:0}.crt-root.crt-root .opt-row.active{border-color:var(--primary);background:var(--primary-softer)}.crt-root.crt-root .opt-row.active .box{background:var(--primary);border-color:var(--primary)}.crt-root.crt-root .opt-row.active .box svg{opacity:1}.crt-root.crt-root .opt-row .ot{display:block;font-size:14px;font-weight:500;color:var(--ink)}.crt-root.crt-root .opt-row .od{display:block;font-family:var(--crt-mono);font-size:11px;color:var(--muted);margin-top:2px;letter-spacing:.01em}.crt-root.crt-root .opt-row .save{font-family:var(--crt-mono);font-size:12px;color:var(--good);font-weight:500;white-space:nowrap}.crt-root.crt-root .fs-note{margin-top:14px;font-size:12.5px;color:var(--ink-2);line-height:1.6;background:var(--surface-2);border:1px solid var(--border-2);border-radius:11px;padding:13px 15px}.crt-root.crt-root .fs-note b{color:var(--primary-ink);font-weight:600}.crt-root.crt-root .ded-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.crt-root.crt-root .ded{display:flex;flex-direction:column;gap:6px;min-width:0}.crt-root.crt-root .ded label{font-size:12.5px;color:var(--ink-2)}.crt-root.crt-root .ded .inp{height:42px}.crt-root.crt-root .ded .inp input{font-size:15px}.crt-root.crt-root .ded .tagged{font-family:var(--crt-mono);font-size:10px;color:var(--good);opacity:0;transition:opacity .2s;height:12px;letter-spacing:.02em}.crt-root.crt-root .ded.has .tagged{opacity:1}.crt-root.crt-root .form-foot{padding:22px 26px;border-top:1px solid var(--hair);display:flex;align-items:center;gap:18px;flex-wrap:wrap}.crt-root.crt-root .form-foot .disc{font-family:var(--crt-mono);font-size:11px;color:var(--muted-2);max-width:46ch;line-height:1.5}.crt-root.crt-root .rail{position:sticky;top:88px;--rc-indigo:#4f46e5;--rc-indigo-hi:#6366f1;--rc-indigo-deep:#4338ca;--rc-indigo-glow:#4f46e56b;--rc-card:#1e1b4b;--rc-card-2:#181541;--rc-line:#ffffff1a;--rc-ink:#f4f5f8;--rc-ink-2:#ffffffd1;--rc-mut:#ffffff80;--rc-mut-2:#ffffff5c;--rc-live:#46d39a;--rc-warn:#e6a455}.crt-root.crt-root .rail-card{background:linear-gradient(165deg,#2a2566,var(--rc-card) 55%,var(--rc-card-2));border:1px solid var(--rc-line);border-radius:26px;padding:26px 26px 24px;box-shadow:0 30px 60px -24px #1e1b4bb3,inset 0 2px 0 #ffffff0d;color:var(--rc-ink)}.crt-root.crt-root .rail-top{padding:0}.crt-root.crt-root .rail-k{font-family:var(--crt-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--rc-mut-2);margin-bottom:0;display:flex;align-items:center;justify-content:space-between}.crt-root.crt-root .rail-k .live2{display:inline-flex;align-items:center;gap:7px;color:var(--rc-live)}.crt-root.crt-root .rail-k .live2 .pulse{width:7px;height:7px;border-radius:50%;background:var(--rc-live);box-shadow:0 0 0 0 #46d39a8c;animation:crt-rail-pulse 2.4s ease-out infinite}@keyframes crt-rail-pulse{0%{box-shadow:0 0 0 0 #46d39a80}70%{box-shadow:0 0 0 7px #46d39a00}to{box-shadow:0 0 0 0 #46d39a00}}@media (prefers-reduced-motion:reduce){.crt-root.crt-root .rail-k .live2 .pulse{animation:none}}.crt-root.crt-root .rail-amount{display:flex;align-items:baseline;gap:6px;margin:18px 0 12px;font-weight:600;letter-spacing:-.02em;font-size:64px;line-height:1;font-variant-numeric:tabular-nums}.crt-root.crt-root .rail-amount .cur{font-size:26px;color:var(--rc-mut-2);font-weight:500}.crt-root.crt-root .rail-sub{font-family:var(--crt-sans);font-size:14.5px;line-height:1.5;color:var(--rc-mut);margin:0 0 20px;letter-spacing:0}.crt-root.crt-root .rail-sub b{color:var(--rc-ink-2);font-weight:600}.crt-root.crt-root .rail-bar{height:7px;border-radius:6px;background:#ffffff14;overflow:hidden;margin:0 0 6px;display:flex}.crt-root.crt-root .rail-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--rc-indigo-hi),var(--rc-indigo));border-radius:6px;box-shadow:0 0 16px var(--rc-indigo-glow);transition:width .5s cubic-bezier(.4,0,.2,1)}.crt-root.crt-root .rail-rows{padding:0;margin:14px 0 4px}.crt-root.crt-root .rr{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 0;font-size:14.5px;border-top:1px solid var(--rc-line)}.crt-root.crt-root .rr:first-child{border-top:none}.crt-root.crt-root .rr .rl{font-size:14.5px;color:var(--rc-mut)}.crt-root.crt-root .rr .rv{color:var(--rc-ink-2);font-variant-numeric:tabular-nums;font-weight:500;white-space:nowrap}.crt-root.crt-root .rr .rv.strike{color:var(--rc-mut-2);text-decoration:line-through;font-weight:400}.crt-root.crt-root .rr .rv.good{color:var(--rc-live)}.crt-root.crt-root .rr .rv.warn{color:var(--rc-warn)}.crt-root.crt-root .rail-foot{border-top:1px solid var(--rc-line);margin-top:6px;padding:20px 0 0}.crt-root.crt-root .rail-count{display:flex;align-items:center;gap:9px;font-family:var(--crt-mono);font-size:12px;color:var(--rc-mut);margin-bottom:16px}.crt-root.crt-root .rail-count b{color:var(--rc-ink);font-weight:600}.crt-root.crt-root .rail-count .dot{width:7px;height:7px;border-radius:50%;background:var(--rc-indigo-hi);box-shadow:0 0 10px var(--rc-indigo-glow)}.crt-root.crt-root .rail-cta{appearance:none;border:0;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;border-radius:14px;padding:16px 18px;display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;background:linear-gradient(180deg,var(--rc-indigo-hi),var(--rc-indigo));box-shadow:0 1px 0 #ffffff38 inset,0 -1px 0 #0000002e inset,0 10px 24px -8px var(--rc-indigo-glow),0 2px 6px -2px #4338ca80;transition:transform .15s ease,box-shadow .2s ease,background .2s ease;text-decoration:none}.crt-root.crt-root .rail-cta svg{width:16px;height:16px;transition:transform .2s ease}.crt-root.crt-root .rail-cta:hover{background:linear-gradient(180deg,#6f72f4,#564deb);box-shadow:0 1px 0 #ffffff42 inset,0 -1px 0 #0003 inset,0 14px 30px -8px var(--rc-indigo-glow),0 3px 8px -2px #4338ca8c;transform:translateY(-1px)}.crt-root.crt-root .rail-cta:hover svg{transform:translateX(3px)}.crt-root.crt-root .rail-cta:active{transform:translateY(0)}.crt-root.crt-root .rail-cta:disabled{opacity:.7;cursor:default;transform:none}.crt-root.crt-root .rail-cta.alt{margin-top:10px;color:var(--rc-ink-2);background:hsla(0,0%,100%,.045);border:1px solid #ffffff17;box-shadow:none}.crt-root.crt-root .rail-cta.alt:hover{background:hsla(0,0%,100%,.075);border-color:#ffffff24;transform:none}.crt-root.crt-root .rail-legal{text-align:center;font-family:var(--crt-mono);font-size:10.5px;letter-spacing:.04em;color:var(--rc-mut-2);margin:18px 0 2px}.crt-root.crt-root .rail-err{background:#f4717124;border:1px solid #f4717152;color:#fca5a5;font-family:var(--crt-mono);font-size:11px;padding:8px 10px;border-radius:8px;margin-bottom:12px}.crt-root.crt-root .mbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--ink);color:#fff;padding:12px 18px calc(12px + env(safe-area-inset-bottom));box-shadow:0 -10px 30px -12px #11131a66}.crt-root.crt-root .mbar-in{display:flex;align-items:center;gap:12px;max-width:560px;margin:0 auto}.crt-root.crt-root .mbar .ml{flex:1;min-width:0}.crt-root.crt-root .mbar .mk{font-family:var(--crt-mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:#fff9}.crt-root.crt-root .mbar .mv{font-weight:700;font-size:24px;line-height:1.05;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.crt-root.crt-root .mbar .mv small{font-size:.5em;color:#ffffff8c;font-weight:500}.crt-root.crt-root .mbar-actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0;align-items:stretch}.crt-root.crt-root .mbar .mcta{height:38px;padding:0 14px;border-radius:10px;background:var(--primary);color:#fff;font-size:12.5px;font-weight:600;border:none;white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.crt-root.crt-root .mbar .mcta:hover{background:var(--primary-ink)}.crt-root.crt-root .mbar .mcta-pdf{height:38px;padding:0 14px;border-radius:10px;background:#ffffff1a;color:#fff;font-size:12.5px;font-weight:600;border:1px solid #ffffff2e;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s;font-family:inherit}.crt-root.crt-root .mbar .mcta-pdf:hover:not(:disabled){background:#ffffff2e}.crt-root.crt-root .mbar .mcta-pdf:disabled{opacity:.6;cursor:progress}.crt-root.crt-root .mbar-err{background:#f471711f;border:1px solid #f4717152;color:#fca5a5;font-family:var(--crt-mono);font-size:11px;line-height:1.4;padding:8px 12px;border-radius:8px;margin:0 auto 10px;max-width:560px}.crt-root.crt-root .faq-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--hair)}.crt-root.crt-root .faq-item{border-bottom:1px solid var(--hair)}.crt-root.crt-root .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 4px;background:none;border:none;text-align:left;font-size:17px;font-weight:500;letter-spacing:-.015em;color:var(--ink);cursor:pointer}.crt-root.crt-root .faq-q .pm{width:24px;height:24px;border-radius:7px;border:1px solid var(--border);display:grid;place-items:center;flex:none;color:var(--muted);transition:all .18s;position:relative}.crt-root.crt-root .faq-q .pm:after,.crt-root.crt-root .faq-q .pm:before{content:"";position:absolute;background:currentColor;border-radius:2px}.crt-root.crt-root .faq-q .pm:before{width:11px;height:1.5px}.crt-root.crt-root .faq-q .pm:after{width:1.5px;height:11px;transition:transform .2s}.crt-root.crt-root .faq-item.open .faq-q .pm{background:var(--primary);border-color:var(--primary);color:#fff}.crt-root.crt-root .faq-item.open .faq-q .pm:after{transform:scaleY(0)}.crt-root.crt-root .faq-a{max-height:0;overflow:hidden;transition:max-height .28s ease}.crt-root.crt-root .faq-item.open .faq-a{max-height:400px}.crt-root.crt-root .faq-a .inner{padding:0 4px 24px;font-size:15px;color:var(--muted);max-width:76ch}.crt-root.crt-root .faq-a .inner b{color:var(--ink-2);font-weight:500}.crt-root.crt-root .cta-band{padding:64px 0}.crt-root.crt-root .cta-inner{background:var(--primary);border-radius:26px;padding:52px 56px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;position:relative;overflow:hidden}.crt-root.crt-root .cta-inner:after{content:"";position:absolute;right:-80px;top:-80px;width:320px;height:320px;border-radius:50%;background:#ffffff14}.crt-root.crt-root .cta-inner h2{margin:0 0 12px;color:#fff;font-size:clamp(28px,3.4vw,40px);font-weight:600;letter-spacing:-.03em;line-height:1.05}.crt-root.crt-root .cta-inner h2 em{font-family:var(--crt-serif);font-style:italic;font-weight:400}.crt-root.crt-root .cta-inner p{margin:0;color:#ffffffd1;font-size:16px;max-width:50ch}.crt-root.crt-root .cta-inner .ca{position:relative;z-index:1}.crt-root.crt-root .cta-band .btn-white{background:#fff;color:var(--primary-ink);height:54px;padding:0 30px;border-radius:14px;font-size:15.5px}.crt-root.crt-root .cta-band .btn-white:hover{background:#fff;transform:translateY(-1px);box-shadow:0 18px 36px -18px #0006}.crt-root.crt-root .footer{border-top:1px solid var(--hair);padding:30px 0 60px}.crt-root.crt-root .footer-in{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;font-family:var(--crt-mono);font-size:12px;color:var(--muted)}.crt-root.crt-root .footer-in a{color:var(--muted)}.crt-root.crt-root .footer-in a:hover{color:var(--ink)}.crt-root.crt-root .footer-links{display:flex;gap:18px}@media (max-width:980px){.crt-root.crt-root .hero-grid{grid-template-columns:1fr;gap:36px}.crt-root.crt-root .calc-grid{grid-template-columns:1fr}.crt-root.crt-root .rail{display:none}.crt-root.crt-root .mbar{display:block}.crt-root.crt-root .calc-pad{padding-bottom:100px}.crt-root.crt-root .footer{padding-bottom:calc(120px + env(safe-area-inset-bottom))}.crt-root.crt-root .cta-inner{grid-template-columns:1fr;gap:26px}}@media (max-width:720px){.crt-root.crt-root .wrap{padding:0 18px}.crt-root.crt-root .nav-in{padding:12px 18px}.crt-root.crt-root .hero{padding:36px 0 28px}.crt-root.crt-root .section{padding:44px 0}.crt-root.crt-root .grid-2,.crt-root.crt-root .grid-3,.crt-root.crt-root .steps{grid-template-columns:1fr}.crt-root.crt-root .ded-grid{grid-template-columns:1fr 1fr}.crt-root.crt-root .field.span-2{grid-column:auto}.crt-root.crt-root .fc-top{flex-direction:column;align-items:flex-start}.crt-root.crt-root .cta-inner{padding:36px 26px}.crt-root.crt-root .upload{margin:16px 18px 4px;flex-wrap:wrap}.crt-root.crt-root .upload .ub{margin-left:0;order:3;flex-basis:100%}.crt-root.crt-root .form-foot,.crt-root.crt-root .fsection{padding:18px}.crt-root.crt-root .preview{margin:0 -4px}.crt-root.crt-root .seclabel .r,.crt-root.crt-root .section-eyebrow .meta{display:none}.crt-root.crt-root .seclabel{flex-wrap:nowrap}.crt-root.crt-root .seclabel .ln{flex:1}.crt-root.crt-root .form-card{margin:0 -2px}}@media (max-width:420px){.crt-root.crt-root .ded-grid{grid-template-columns:1fr}}