:root{color:#201b19;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--page:#faf8f6;--white:#fff;--surface:#f5f1ee;--ink:#201b19;--muted:#665d58;--muted-light:#716762;--placeholder:#766d68;--line:#e6ded9;--line-strong:#cfc4bd;--accent:#b84a2d;--accent-hover:#9e3c24;--accent-soft:#fae5de;--accent-shadow:#94311833;--accent-disabled:#c98e7d;--focus:#ef9d82;--success:#24714a;--success-soft:#e3f3e9;--error:#a22d2d;--error-soft:#fff1f0;--error-line:#e7b6b2;--error-ring:#a22d2d24;--disabled:#f1eeeb;--ease-out:cubic-bezier(.16, 1, .3, 1);background:#faf8f6;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--page);scroll-behavior:smooth;scrollbar-color:var(--line-strong) var(--page);min-width:320px}body{background:var(--page);min-width:320px;min-height:100vh;margin:0}button,input,textarea{accent-color:var(--accent);caret-color:var(--accent)}::selection{background:var(--accent-soft);color:var(--ink)}@supports (min-height:100svh){body{min-height:100svh}}.app-shell{flex-direction:column;width:min(1180px,100% - 48px);min-height:100svh;margin:0 auto;display:flex}.site-header{justify-content:space-between;align-items:center;min-height:92px;display:flex}.brand{color:var(--ink);letter-spacing:-.025em;align-items:center;gap:11px;font-size:1.08rem;font-weight:760;text-decoration:none;display:inline-flex}.brand-mark{background:var(--accent);border-radius:9px;justify-content:center;align-items:flex-end;gap:3px;width:32px;height:32px;padding:8px 7px;display:flex}.brand-mark span{background:var(--white);border-radius:3px;width:4px}.brand-mark span:first-child{opacity:.72;height:8px}.brand-mark span:nth-child(2){opacity:.88;height:13px}.brand-mark span:nth-child(3){height:18px}.header-note{color:var(--muted);align-items:center;gap:8px;margin:0;font-size:.82rem;font-weight:650;display:flex}.header-note span{background:var(--accent);width:7px;height:7px;box-shadow:0 0 0 4px var(--accent-soft);border-radius:50%}.main-layout{flex:1;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);align-items:center;gap:clamp(48px,7vw,104px);padding:54px 0 72px;display:grid}.intro{max-width:540px}.intro h1{max-width:9ch;color:var(--ink);letter-spacing:-.04em;text-wrap:balance;margin:0;font-size:4rem;line-height:1.02}.intro h1 em{color:var(--accent);font-style:normal}.intro-copy{max-width:55ch;color:var(--muted);margin:26px 0 0;font-size:1.05rem;line-height:1.7}.process{gap:23px;margin-top:46px;display:grid;position:relative}.process-line{background:var(--line);width:1px;position:absolute;top:18px;bottom:18px;left:17px}.process-item{grid-template-columns:36px 1fr;align-items:start;gap:16px;display:grid;position:relative}.process-number{z-index:1;border:1px solid var(--line-strong);background:var(--page);width:36px;height:36px;color:var(--accent);font-variant-numeric:tabular-nums;transition:color .18s var(--ease-out), background-color .18s var(--ease-out), border-color .18s var(--ease-out);border-radius:50%;place-items:center;font-size:.78rem;font-weight:780;display:grid;position:relative}.process-number svg,.progress-check svg,.starter-symbol svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.process-item.is-current .process-number{border-color:var(--accent);background:var(--accent-soft)}.process-item.is-complete .process-number{border-color:var(--success);background:var(--success-soft);color:var(--success)}.process-item strong{color:var(--ink);padding-top:1px;font-size:.91rem;line-height:1.4;display:block}.process-item p{color:var(--muted);margin:3px 0 0;font-size:.84rem;line-height:1.5}.form-panel{border:1px solid var(--line);background:var(--white);border-radius:16px;min-height:610px;padding:clamp(30px,4vw,48px)}.form-heading{margin-bottom:25px}.form-heading h2,.success-state h2{color:var(--ink);letter-spacing:-.03em;margin:0;font-size:1.62rem;line-height:1.2}.form-heading p{color:var(--muted);margin:9px 0 0;font-size:.8rem}.form-progress{margin-top:24px}.form-heading .progress-caption{font-variant-numeric:tabular-nums;transition:color .18s var(--ease-out);justify-content:space-between;gap:12px;margin:0 0 6px;font-size:.75rem;display:flex}.form-heading .progress-caption.is-ready{color:var(--success)}.progress-steps{gap:12px;display:flex}.progress-step{min-width:0;min-height:44px;color:var(--muted);font:inherit;text-align:left;cursor:pointer;transition:color .15s var(--ease-out);background:0 0;border:0;border-radius:3px;flex:1;padding:6px 0 0;font-size:.74rem}.progress-track{background:var(--line);border-radius:3px;height:3px;display:block;overflow:hidden}.progress-track>span{background:var(--accent);transform-origin:0;height:100%;transition:transform .28s var(--ease-out);display:block;transform:scaleX(0)}.progress-step.is-complete .progress-track>span{transform:scaleX(1)}.progress-step.is-current,.progress-step:hover:not(:disabled){color:var(--accent)}.progress-step.is-current .progress-track{background:var(--accent-soft)}.progress-step:disabled{cursor:wait}.progress-step-label{justify-content:space-between;align-items:center;gap:4px;margin-top:8px;display:flex}.progress-check{color:var(--accent);opacity:0;transition:opacity .15s var(--ease-out), transform .18s var(--ease-out);display:inline-flex;transform:scale(.8)}.progress-step.is-complete .progress-check{opacity:1;transform:scale(1)}form{gap:21px;display:grid}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.field-group{gap:8px;display:grid}label{color:var(--ink);transition:color .15s var(--ease-out);font-size:.82rem;font-weight:690}.field-group:focus-within>label,label>span:not(.optional){color:var(--accent)}.optional{color:var(--muted-light);margin-left:5px;font-size:.74rem;font-weight:520}input,textarea{border:1px solid var(--line-strong);background:var(--white);width:100%;color:var(--ink);font:inherit;transition:border-color .18s var(--ease-out), box-shadow .18s var(--ease-out), background .18s var(--ease-out);border-radius:10px;outline:none;font-size:.92rem;line-height:1.45}input{min-height:48px;padding:0 14px}textarea{resize:vertical;min-height:126px;padding:13px 14px}input::placeholder,textarea::placeholder{color:var(--placeholder);opacity:1}input:hover:not(:disabled),textarea:hover:not(:disabled){border-color:var(--muted-light)}input:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}input[aria-invalid=true],textarea[aria-invalid=true]{border-color:var(--error);background:var(--error-soft)}input[aria-invalid=true]:focus,textarea[aria-invalid=true]:focus{box-shadow:0 0 0 3px var(--error-ring)}input:disabled,textarea:disabled{cursor:not-allowed;background:var(--disabled);color:var(--muted-light)}.field-error{color:var(--error);animation:feedback-in .18s var(--ease-out);font-size:.76rem;font-weight:580}.message-starters{flex-wrap:wrap;gap:7px;margin:0 0 3px;display:flex}.starter-button{border:1px solid var(--line);background:var(--white);min-height:44px;color:var(--muted);font:inherit;cursor:pointer;transition:color .15s var(--ease-out), background-color .15s var(--ease-out), border-color .15s var(--ease-out);border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:6px 10px;font-size:.76rem;display:inline-flex}.starter-symbol{display:inline-flex}.starter-button[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-hover)}.starter-button:hover:not(:disabled){border-color:var(--accent);color:var(--accent-hover)}.starter-button:disabled{cursor:wait;opacity:.65}.message-meta{color:var(--muted-light);flex-wrap:wrap;justify-content:space-between;gap:4px 12px;font-size:.7rem;line-height:1.5;display:flex}.character-count{font-variant-numeric:tabular-nums;margin-left:auto}.submit-error{border:1px solid var(--error-line);background:var(--error-soft);color:var(--error);animation:feedback-in .18s var(--ease-out);border-radius:10px;padding:11px 13px;font-size:.8rem;line-height:1.45}.submit-button,.secondary-button{min-height:50px;font:inherit;cursor:pointer;transition:background .18s var(--ease-out), color .18s var(--ease-out), transform .18s var(--ease-out), box-shadow .18s var(--ease-out);border:0;border-radius:10px;font-size:.89rem;font-weight:720}.submit-button{background:var(--accent);width:100%;color:var(--white);justify-content:center;align-items:center;gap:10px;margin-top:3px;display:flex}.submit-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.button-arrow{transition:transform .18s var(--ease-out);display:inline-flex}.submit-button:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 7px 18px var(--accent-shadow);transform:translateY(-1px)}.submit-button:hover:not(:disabled) .button-arrow,.submit-button:focus-visible:not(:disabled) .button-arrow{transform:translate(3px)}.submit-button:active:not(:disabled){box-shadow:none;transform:translateY(0)}.submit-button:focus-visible,.secondary-button:focus-visible,.progress-step:focus-visible,.starter-button:focus-visible,.brand:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.submit-button:disabled{cursor:wait;background:var(--accent-disabled)}.spinner{border:2px solid #ffffff61;border-top-color:var(--white);border-radius:50%;width:17px;height:17px;animation:.65s linear infinite spin}.form-assurance{color:var(--muted-light);text-align:center;margin:-7px 0 0;font-size:.73rem;line-height:1.5}.success-state{min-height:510px;animation:feedback-in .25s var(--ease-out);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.success-state h2:focus{outline:none}.success-icon{background:var(--success-soft);width:52px;height:52px;color:var(--success);animation:confirm .38s var(--ease-out);border-radius:50%;place-items:center;margin-bottom:24px;display:grid}.success-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.success-icon path{stroke-dasharray:1;stroke-dashoffset:0;animation:check-draw .42s .12s var(--ease-out) backwards}.success-state p{max-width:40ch;color:var(--muted);margin:13px 0 28px;font-size:.94rem;line-height:1.65}.secondary-button{border:1px solid var(--line-strong);background:var(--white);color:var(--ink);padding:0 18px}.secondary-button:hover{border-color:var(--ink);background:var(--surface)}footer{border-top:1px solid var(--line);min-height:70px;color:var(--muted-light);justify-content:space-between;align-items:center;font-size:.74rem;display:flex}footer p{margin:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes confirm{0%{transform:scale(.9)}to{transform:scale(1)}}@keyframes check-draw{0%{stroke-dashoffset:1px}to{stroke-dashoffset:0}}@keyframes feedback-in{0%{opacity:.35}to{opacity:1}}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (width<=900px){.main-layout{grid-template-columns:1fr;align-items:start;gap:48px;padding-top:34px}.intro{max-width:680px}.intro h1{max-width:11ch;font-size:3.5rem}.process{grid-template-columns:repeat(3,1fr);gap:18px}.process-line{width:auto;height:1px;inset:17px 17% auto}.process-item{grid-template-columns:1fr;gap:10px}.process-number{background:var(--page)}.form-panel{min-height:auto}}@media (width<=600px){.app-shell{width:min(100% - 32px,520px)}.site-header{min-height:76px}.header-note{display:none}.main-layout{gap:38px;padding:32px 0 48px}.intro h1{max-width:9ch;font-size:2.8rem;line-height:1.04}.intro-copy{margin-top:20px;font-size:.96rem;line-height:1.65}.process{grid-template-columns:1fr;gap:20px;margin-top:34px}.process-line{width:1px;height:auto;inset:17px auto 18px 17px}.process-item{grid-template-columns:36px 1fr;gap:14px}.process-item p{font-size:.8rem}.form-panel{border-radius:14px;padding:27px 20px}.form-heading{margin-bottom:27px}.form-heading h2,.success-state h2{font-size:1.46rem}.form-row{grid-template-columns:1fr;gap:21px}input,textarea{font-size:1rem}.success-state{min-height:430px}footer{flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;min-height:92px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.success-icon,.success-icon path,.spinner{animation:none}.progress-track>span,.progress-check,.button-arrow{transition:none}.submit-button{transition:background-color .15s,color .15s}.submit-button:hover:not(:disabled),.submit-button:active:not(:disabled),.submit-button:hover:not(:disabled) .button-arrow,.submit-button:focus-visible:not(:disabled) .button-arrow,.progress-check{transform:none}.success-state,.field-error,.submit-error{animation-duration:.1s}}@media (forced-colors:active){.progress-track{background:canvas;border:1px solid canvastext}.progress-track>span{forced-color-adjust:none;background:highlight}.starter-button[aria-pressed=true]{border:2px solid highlight}.process-item.is-complete .process-number{border-color:highlight}}@media (hover:none){.submit-button:hover:not(:disabled){box-shadow:none;transform:none}}
