.Input-module__Tl1jgW__wrapper{flex-direction:column;gap:6px;display:flex}.Input-module__Tl1jgW__fullWidth{width:100%}.Input-module__Tl1jgW__label{color:var(--text);font-size:.875rem;font-weight:500}.Input-module__Tl1jgW__input{font-family:var(--font-sans);border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-surface);color:var(--text);width:100%;padding:10px 12px;font-size:1rem;transition:border-color .15s,outline .15s}.Input-module__Tl1jgW__input:focus{outline:2px solid color-mix(in srgb,var(--focus)35%,transparent);outline-offset:2px;border-color:var(--focus)}.Input-module__Tl1jgW__input::placeholder{color:var(--text-muted)}.Input-module__Tl1jgW__input:disabled{opacity:.5;cursor:not-allowed;background:var(--bg-page)}.Input-module__Tl1jgW__error{border-color:#dc2626}.Input-module__Tl1jgW__error:focus{border-color:#dc2626;outline-color:#dc262659}.Input-module__Tl1jgW__errorText{color:#dc2626;font-size:.75rem}.Input-module__Tl1jgW__helperText{color:var(--text-muted);font-size:.75rem}
.Select-module__BWx2JW__wrapper{flex-direction:column;gap:6px;display:flex}.Select-module__BWx2JW__fullWidth{width:100%}.Select-module__BWx2JW__label{color:var(--text);font-size:.875rem;font-weight:500}.Select-module__BWx2JW__selectWrapper{align-items:center;display:flex;position:relative}.Select-module__BWx2JW__select{font-family:var(--font-sans);border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-surface);color:var(--text);appearance:none;cursor:pointer;width:100%;padding:10px 36px 10px 12px;font-size:1rem;transition:border-color .15s,outline .15s}.Select-module__BWx2JW__select:focus{outline:2px solid color-mix(in srgb,var(--focus)35%,transparent);outline-offset:2px;border-color:var(--focus)}.Select-module__BWx2JW__select:disabled{opacity:.5;cursor:not-allowed;background:var(--bg-page)}.Select-module__BWx2JW__chevron{pointer-events:none;color:var(--text-muted);position:absolute;right:12px}.Select-module__BWx2JW__error{border-color:#dc2626}.Select-module__BWx2JW__error:focus{border-color:#dc2626;outline-color:#dc262659}.Select-module__BWx2JW__errorText{color:#dc2626;font-size:.75rem}.Select-module__BWx2JW__helperText{color:var(--text-muted);font-size:.75rem}
.Slider-module__hlt1JG__wrapper{flex-direction:column;gap:8px;display:flex}.Slider-module__hlt1JG__header{justify-content:space-between;align-items:center;display:flex}.Slider-module__hlt1JG__label{color:var(--color-foreground);font-size:.9375rem;font-weight:500}.Slider-module__hlt1JG__valueLabel{color:var(--color-primary);border-radius:var(--radius-full);background:#2872fa1a;padding:4px 12px;font-size:.875rem;font-weight:600}.Slider-module__hlt1JG__sliderContainer{padding:8px 0}.Slider-module__hlt1JG__slider{appearance:none;background:linear-gradient(to right,var(--color-primary)0%,var(--color-primary)var(--slider-progress,0%),var(--color-border)var(--slider-progress,0%),var(--color-border)100%);cursor:pointer;border-radius:5px;outline:none;width:100%;height:10px;transition:background .15s}.Slider-module__hlt1JG__slider::-webkit-slider-thumb{appearance:none;background:var(--color-surface);border:3px solid var(--color-primary);cursor:pointer;border-radius:50%;width:24px;height:24px;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 6px #00000026}.Slider-module__hlt1JG__slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 0 0 6px #2872fa26,0 2px 6px #00000026}.Slider-module__hlt1JG__slider::-moz-range-thumb{background:var(--color-surface);border:3px solid var(--color-primary);cursor:pointer;border-radius:50%;width:24px;height:24px;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 6px #00000026}.Slider-module__hlt1JG__slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 0 0 6px #2872fa26,0 2px 6px #00000026}.Slider-module__hlt1JG__slider:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 6px #2872fa40,0 2px 6px #00000026}.Slider-module__hlt1JG__slider:focus-visible::-moz-range-thumb{box-shadow:0 0 0 6px #2872fa40,0 2px 6px #00000026}.Slider-module__hlt1JG__stepLabels{justify-content:space-between;margin-top:8px;padding:0 4px;display:flex}.Slider-module__hlt1JG__stepLabel{color:var(--color-muted);text-align:center;flex:1;font-size:.75rem;transition:color .15s,font-weight .15s}.Slider-module__hlt1JG__stepLabel:first-child{text-align:left}.Slider-module__hlt1JG__stepLabel:last-child{text-align:right}.Slider-module__hlt1JG__activeStep{color:var(--color-primary);font-weight:600}.Slider-module__hlt1JG__helperText{color:var(--color-muted);font-size:.75rem}
.ProgressBar-module__D7suoa__wrapper{flex-direction:column;gap:6px;display:flex}.ProgressBar-module__D7suoa__header{justify-content:space-between;align-items:center;display:flex}.ProgressBar-module__D7suoa__label{color:var(--text);font-size:.875rem;font-weight:500}.ProgressBar-module__D7suoa__percentage{color:var(--link-hover);font-size:.875rem;font-weight:600}.ProgressBar-module__D7suoa__track{background:var(--border);border-radius:999px;width:100%;overflow:hidden}.ProgressBar-module__D7suoa__small{height:4px}.ProgressBar-module__D7suoa__default{height:8px}.ProgressBar-module__D7suoa__large{height:12px}.ProgressBar-module__D7suoa__fill{background:var(--link-hover);border-radius:999px;height:100%;transition:width .3s}
.page-module___8aEwW__page{min-height:100vh}.page-module___8aEwW__main{padding:80px 0}.page-module___8aEwW__hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;margin-bottom:60px;display:grid}.page-module___8aEwW__heroCopy{text-align:left;padding-left:12px}.page-module___8aEwW__heroLogo{width:96px;height:96px;margin-bottom:16px;display:block}.page-module___8aEwW__title{color:var(--text);margin:0 0 16px;font-size:2.5rem;font-weight:700;line-height:1.2}.page-module___8aEwW__subtitle{color:var(--text-muted);max-width:560px;margin:0 0 32px;font-size:1.125rem;line-height:1.6}.page-module___8aEwW__cta{flex-wrap:wrap;justify-content:flex-start;gap:12px;display:flex}.page-module___8aEwW__heroMedia{min-height:320px}.page-module___8aEwW__heroImageFrame{border:1px solid var(--border,#e5e7eb);border-radius:18px;width:100%;height:380px;position:relative;overflow:hidden;box-shadow:0 10px 30px #11182714}.page-module___8aEwW__heroImage{object-fit:cover}.page-module___8aEwW__heroImageOverlay{pointer-events:none;background:radial-gradient(80% 80% at 20% 20%,#2a6a8438,#0000);position:absolute;inset:0}.page-module___8aEwW__features{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.page-module___8aEwW__featureHeader{align-items:center;gap:10px;margin-bottom:8px;display:flex}.page-module___8aEwW__featureIcon{width:34px;height:34px;color:var(--link,#2a6a84);background:#2a6a8414;border:1px solid #2a6a8429;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.page-module___8aEwW__featureIcon svg{width:18px;height:18px}.page-module___8aEwW__featureTitle{color:var(--text);margin:0;font-size:1.125rem;font-weight:600}.page-module___8aEwW__featureText{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.5}@media (max-width:768px){.page-module___8aEwW__title{font-size:2rem}.page-module___8aEwW__hero{grid-template-columns:1fr;gap:24px}.page-module___8aEwW__heroCopy{text-align:center;padding-left:0}.page-module___8aEwW__heroLogo,.page-module___8aEwW__subtitle{margin-left:auto;margin-right:auto}.page-module___8aEwW__cta{justify-content:center}.page-module___8aEwW__heroImageFrame{height:280px}.page-module___8aEwW__features{grid-template-columns:1fr}}
.Header-module__85i50G__header{box-shadow:none;box-sizing:border-box;background:#fff;height:64px;min-height:64px}.Header-module__85i50G__container{max-width:var(--container-max);padding:0 var(--page-padding);box-sizing:border-box;justify-content:space-between;align-items:center;height:64px;min-height:64px;margin:0 auto;display:flex}.Header-module__85i50G__start{align-items:center;display:flex}.Header-module__85i50G__logo{align-items:center;line-height:0;display:flex}.Header-module__85i50G__logoBox{flex:none;width:107.167px;height:26px;display:block;position:relative}.Header-module__85i50G__logoImg{object-fit:contain;display:block;width:100%!important;height:100%!important}.Header-module__85i50G__end{align-items:center;gap:24px;display:flex}.Header-module__85i50G__nav{align-items:center;display:flex}.Header-module__85i50G__navList{align-items:center;gap:24px;margin:0;padding:0;list-style:none;display:flex}.Header-module__85i50G__navLink{letter-spacing:.02em;text-transform:uppercase;color:#2a6a84;background:0 0;padding:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1.3;text-decoration:none;transition:color .15s}.Header-module__85i50G__navLink:hover{color:#2872fa;background:0 0}.Header-module__85i50G__iconBtn{cursor:pointer;color:#2a6a84;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;padding:6px;transition:color .15s;display:flex}.Header-module__85i50G__iconBtn:hover{color:#2872fa}.Header-module__85i50G__icon{width:18px;height:18px}.Header-module__85i50G__actions{align-items:center;gap:8px;display:flex}@media (max-width:768px){.Header-module__85i50G__nav{display:none}}
.Container-module__2XBdka__container{width:100%;padding-left:var(--page-padding-x);padding-right:var(--page-padding-x);margin-left:auto;margin-right:auto}.Container-module__2XBdka__default{max-width:var(--container-max)}.Container-module__2XBdka__narrow{max-width:720px}.Container-module__2XBdka__wide{max-width:1400px}.Container-module__2XBdka__full{max-width:none}.Container-module__2XBdka__noPadding{padding-left:0;padding-right:0}@media (max-width:768px){.Container-module__2XBdka__container{padding-left:16px;padding-right:16px}.Container-module__2XBdka__noPadding{padding-left:0;padding-right:0}}
.Sidebar-module__umq6aG__sidebar{flex-direction:column;gap:24px;display:flex}.Sidebar-module__umq6aG__section{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px}.Sidebar-module__umq6aG__sectionTitle{color:var(--text);text-transform:uppercase;letter-spacing:.02em;margin-bottom:16px;font-size:.875rem;font-weight:600}.Sidebar-module__umq6aG__sectionContent{flex-direction:column;gap:12px;display:flex}
.Footer-module__hP-FLq__footerWrapper{border-top:1px solid var(--color-border);background:var(--color-surface);margin-top:auto}.Footer-module__hP-FLq__footerCont{max-width:var(--container-max);padding-left:var(--page-padding);padding-right:var(--page-padding);margin-left:auto;margin-right:auto;padding-top:1rem;padding-bottom:1rem}.Footer-module__hP-FLq__copyRight{color:var(--color-muted);text-align:center;font-size:.875rem}
.step-module__HApH_a__stepContent{flex-direction:column;gap:32px;max-width:800px;margin:0 auto;display:flex}.step-module__HApH_a__header{text-align:center}.step-module__HApH_a__title{color:var(--color-foreground);margin:0 0 12px;font-size:1.5rem;font-weight:600}.step-module__HApH_a__description{color:var(--color-muted);margin:0;font-size:1rem;line-height:1.6}.step-module__HApH_a__form{flex-direction:column;gap:24px;display:flex}.step-module__HApH_a__formRow{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.step-module__HApH_a__inputGroup{flex-direction:column;gap:8px;display:flex}.step-module__HApH_a__inputLabel{color:var(--color-foreground);font-size:.9375rem;font-weight:500}.step-module__HApH_a__inputLabel span{color:var(--color-muted);font-weight:400}.step-module__HApH_a__inputHint{color:var(--color-muted);font-size:.8125rem}.step-module__HApH_a__inputWrapper{position:relative}.step-module__HApH_a__inputIcon{width:20px;height:20px;color:var(--color-muted);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.step-module__HApH_a__inputWithIcon{padding-left:44px!important}.step-module__HApH_a__optionGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.step-module__HApH_a__optionButton{border:2px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);cursor:pointer;text-align:left;align-items:flex-start;gap:16px;padding:20px;transition:all .2s;display:flex}.step-module__HApH_a__optionButton:hover{border-color:var(--color-link);background:#2a6a840a;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.step-module__HApH_a__optionButton.step-module__HApH_a__selected{border-color:var(--color-primary);background:#2872fa0f;box-shadow:0 0 0 3px #2872fa26}.step-module__HApH_a__optionButton .step-module__HApH_a__icon{border-radius:var(--radius-md);background:var(--color-background);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.step-module__HApH_a__optionButton.step-module__HApH_a__selected .step-module__HApH_a__icon{background:var(--color-primary);color:#fff}.step-module__HApH_a__optionButton .step-module__HApH_a__icon svg{width:22px;height:22px;color:var(--color-muted)}.step-module__HApH_a__optionButton.step-module__HApH_a__selected .step-module__HApH_a__icon svg{color:#fff}.step-module__HApH_a__optionContent{flex-direction:column;flex:1;gap:4px;display:flex}.step-module__HApH_a__optionButton .step-module__HApH_a__label{color:var(--color-foreground);font-size:1rem;font-weight:600}.step-module__HApH_a__optionButton .step-module__HApH_a__sublabel{color:var(--color-muted);font-size:.875rem;line-height:1.4}.step-module__HApH_a__optionCheckbox{border:2px solid var(--color-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.step-module__HApH_a__optionButton.step-module__HApH_a__selected .step-module__HApH_a__optionCheckbox{border-color:var(--color-primary);background:var(--color-primary)}.step-module__HApH_a__optionButton.step-module__HApH_a__selected .step-module__HApH_a__optionCheckbox:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px}.step-module__HApH_a__maturitySection{flex-direction:column;gap:20px;display:flex}.step-module__HApH_a__maturityCard{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);transition:all .2s;overflow:hidden}.step-module__HApH_a__maturityCard:hover{box-shadow:0 4px 12px #0000000f}.step-module__HApH_a__maturityCardHeader{border-bottom:1px solid var(--color-border);align-items:center;gap:16px;padding:20px 24px;display:flex}.step-module__HApH_a__maturityCardIcon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.step-module__HApH_a__maturityCardIcon svg{color:#fff;width:24px;height:24px}.step-module__HApH_a__maturityCardIcon.step-module__HApH_a__viability{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.step-module__HApH_a__maturityCardIcon.step-module__HApH_a__marketability{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.step-module__HApH_a__maturityCardIcon.step-module__HApH_a__profitability{background:linear-gradient(135deg,#a855f7 0%,#7c3aed 100%)}.step-module__HApH_a__maturityCardIcon.step-module__HApH_a__sustainability{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%)}.step-module__HApH_a__maturityCardInfo{flex:1}.step-module__HApH_a__maturityCardTitle{color:var(--color-foreground);margin:0 0 4px;font-size:1.0625rem;font-weight:600}.step-module__HApH_a__maturityCardDescription{color:var(--color-muted);margin:0;font-size:.875rem;line-height:1.4}.step-module__HApH_a__maturityBadge{border-radius:var(--radius-full);padding:6px 14px;font-size:.8125rem;font-weight:600}.step-module__HApH_a__maturityBadge.step-module__HApH_a__viability{color:#2563eb;background:#3b82f61a}.step-module__HApH_a__maturityBadge.step-module__HApH_a__marketability{color:#16a34a;background:#22c55e1a}.step-module__HApH_a__maturityBadge.step-module__HApH_a__profitability{color:#7c3aed;background:#a855f71a}.step-module__HApH_a__maturityBadge.step-module__HApH_a__sustainability{color:#ea580c;background:#f973161a}.step-module__HApH_a__maturityCardBody{padding:24px}.step-module__HApH_a__goalsInfo{gap:16px;margin-bottom:16px;display:flex}.step-module__HApH_a__goalsInfoItem{border-radius:var(--radius-md);align-items:center;gap:8px;padding:10px 16px;font-size:.875rem;display:flex}.step-module__HApH_a__goalsInfoItem.step-module__HApH_a__current{background:var(--color-background);color:var(--color-muted)}.step-module__HApH_a__goalsInfoItem.step-module__HApH_a__target{color:var(--color-primary);background:#2872fa14}.step-module__HApH_a__growthBadge{border-radius:var(--radius-full);color:#16a34a;background:#22c55e1a;padding:4px 10px;font-size:.75rem;font-weight:600}.step-module__HApH_a__maturityItem{flex-direction:column;gap:12px;display:flex}.step-module__HApH_a__maturityHeader{flex-direction:column;gap:4px;display:flex}.step-module__HApH_a__maturityLabel{color:var(--color-foreground);font-size:1rem;font-weight:600}.step-module__HApH_a__maturityDescription{color:var(--color-muted);font-size:.875rem}.step-module__HApH_a__actions{border-top:1px solid var(--color-border);gap:16px;margin-top:8px;padding-top:24px;display:flex}.step-module__HApH_a__actions.step-module__HApH_a__centered{justify-content:center}.step-module__HApH_a__actions.step-module__HApH_a__spaceBetween{justify-content:space-between}.step-module__HApH_a__error{border-radius:var(--radius-md);color:#dc2626;background:#fef2f2;border:1px solid #fecaca;align-items:center;gap:10px;padding:14px 18px;font-size:.875rem;display:flex}.step-module__HApH_a__error:before{content:"";background:#dc2626;border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (max-width:640px){.step-module__HApH_a__optionGrid,.step-module__HApH_a__formRow{grid-template-columns:1fr}.step-module__HApH_a__goalsInfo{flex-direction:column;gap:8px}}
