@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{background:#0d0d10;color:#e8e8ec;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}#root{display:none}.hero{max-width:580px;margin:0 auto 1.5rem;padding:2rem;background:#111116;border:1px solid #2a2a2e;border-radius:12px}.hero-heading{font-size:28px;font-weight:600;color:#fff;margin-bottom:10px;line-height:1.2}.hero-subheading{font-size:16px;color:#7b61c4;margin-bottom:12px;line-height:1.5}.hero-body{font-size:14px;color:#666;line-height:1.65}.progress-bar{display:flex;gap:5px;padding:20px 24px 0;max-width:580px;margin:0 auto}.progress-segment{flex:1;height:3px;background:#1e1e28;border-radius:2px;transition:background .35s ease}.progress-segment.active{background:#7b61c4}.container{max-width:580px;margin:0 auto;padding:2rem 24px 3rem}.step{display:none;animation:fadeUp .22s ease}.step.active{display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.step-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#7b61c4;margin-bottom:8px}.step-title{font-size:28px;font-weight:700;color:#f0f0f6;margin-bottom:36px;line-height:1.2}.field{margin-bottom:1.25rem}label{display:block;font-size:13px;font-weight:500;color:#9898a8;margin-bottom:7px}.optional{font-weight:400;color:#55556a}input[type=text],textarea,select{width:100%;background:#16161a;border:1px solid #3a3a42;border-radius:10px;padding:14px 16px;font-family:inherit;font-size:15px;color:#fff;outline:none;transition:border-color .18s;-webkit-appearance:none;appearance:none}input[type=text]:focus,textarea:focus,select:focus{border-color:#7b61c4;box-shadow:0 0 0 3px #7b61c41f}input[type=text]::placeholder,textarea::placeholder{color:#6b6b7b}textarea{min-height:130px;resize:vertical;line-height:1.6}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2355556A' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:42px;cursor:pointer}select option{background:#16161a;color:#fff}.revenue-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.checkbox-group{display:flex;flex-direction:column;gap:8px}.checkbox-label{display:flex;align-items:center;gap:11px;padding:11px 14px;background:#0f0f14;border:1px solid #252530;border-radius:10px;cursor:pointer;transition:border-color .18s,background .18s;font-size:15px;color:#e8e8ec;font-weight:400}.checkbox-label:hover{border-color:#3a3a50;background:#111118}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#7B61C4;cursor:pointer;flex-shrink:0;margin:0}.radio-group{display:flex;flex-direction:column;gap:8px}.radio-label{display:flex;align-items:center;gap:11px;padding:12px 14px;background:#0f0f14;border:1px solid #252530;border-radius:10px;cursor:pointer;transition:border-color .18s,background .18s;font-size:15px;color:#e8e8ec;font-weight:400}.radio-label:hover{border-color:#3a3a50;background:#111118}.radio-label input[type=radio]{width:16px;height:16px;accent-color:#7B61C4;cursor:pointer;flex-shrink:0;margin:0}.field.has-error input[type=text],.field.has-error textarea,.field.has-error select,.field.has-error .checkbox-label,.field.has-error .radio-label{border-color:#c05555}.error-msg{color:#c07070;font-size:12.5px;margin-top:6px;display:none}.field.has-error .error-msg{display:block}#submit-error{display:none;color:#c07070;font-size:13px;margin-top:16px}.brand-name{font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#7b61c4;margin-bottom:20px}.reassurance{font-size:12px;color:#666;text-align:center;margin-top:10px;margin-bottom:0}.nav{display:flex;align-items:center;justify-content:space-between;margin-top:44px;gap:12px}.btn-back{padding:11px 22px;background:transparent;border:1px solid #252530;border-radius:8px;color:#7a7a90;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .18s,color .18s}.btn-back:hover{border-color:#3a3a50;color:#c0c0d0}.btn-next,.btn-submit{padding:11px 28px;min-width:120px;background:#7b61c4;border:none;border-radius:8px;color:#fff;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background .18s,transform .1s;margin-left:auto}.btn-next:hover,.btn-submit:hover{background:#8d74d8}.btn-next:active,.btn-submit:active{transform:scale(.98)}.btn-submit:disabled{opacity:.55;cursor:not-allowed;transform:none}.spinner{display:inline-block;width:13px;height:13px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .65s linear infinite;vertical-align:middle;margin-right:7px}@keyframes spin{to{transform:rotate(360deg)}}.confirmation{display:none;flex-direction:column;align-items:flex-start;gap:14px;max-width:480px;padding-top:24px;animation:fadeUp .28s ease}.confirmation.active{display:flex}.confirmation-icon{width:52px;height:52px;background:#7b61c424;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.confirmation-title{font-size:30px;font-weight:700;color:#f0f0f6;line-height:1.2}.confirmation-text{font-size:16px;color:#8888a0;line-height:1.6}@media(max-width:480px){.month-inputs{flex-direction:column}}@media(max-width:480px){.revenue-row{grid-template-columns:1fr}.step-title{font-size:23px}.container{padding:28px 16px 80px}.progress-bar{padding:16px 16px 0}}
