.estimator-module__FGej1G__page{padding-top:var(--nav-height)}.estimator-module__FGej1G__wizardSection{min-height:calc(100vh - var(--nav-height));padding:var(--space-4xl) 0;align-items:center;display:flex}.estimator-module__FGej1G__wizardContainer{width:100%}.estimator-module__FGej1G__progress{align-items:center;gap:var(--space-md);margin-bottom:var(--space-3xl);display:flex}.estimator-module__FGej1G__progressBar{background:var(--bg-elevated);border-radius:2px;flex:1;height:3px;overflow:hidden}.estimator-module__FGej1G__progressFill{background:var(--accent-green);border-radius:2px;height:100%;transition:width .4s;box-shadow:0 0 10px #0f86}.estimator-module__FGej1G__progressLabel{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-dim);white-space:nowrap}.estimator-module__FGej1G__questionBlock{margin-bottom:var(--space-2xl);animation:.4s both estimator-module__FGej1G__fadeInUp}@keyframes estimator-module__FGej1G__fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.estimator-module__FGej1G__question{margin-bottom:var(--space-md)}.estimator-module__FGej1G__subtitle{max-width:500px}.estimator-module__FGej1G__options{gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-direction:column;display:flex}.estimator-module__FGej1G__option{align-items:center;gap:var(--space-md);padding:var(--space-lg) var(--space-xl);background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);text-align:left;width:100%;display:flex}.estimator-module__FGej1G__option:hover{background:var(--bg-card-hover);border-color:var(--border-hover);transform:translate(4px)}.estimator-module__FGej1G__optionSelected{box-shadow:var(--shadow-glow);background:var(--accent-green-subtle)!important;border-color:var(--accent-green)!important}.estimator-module__FGej1G__optionIcon{font-size:var(--text-xl);text-align:center;flex-shrink:0;width:32px}.estimator-module__FGej1G__optionLabel{font-family:var(--font-heading);font-size:var(--text-base);flex:1;font-weight:500}.estimator-module__FGej1G__optionCheck{font-size:var(--text-base);color:var(--accent-green);text-align:center;width:20px;font-weight:700}.estimator-module__FGej1G__nav{justify-content:space-between;align-items:center;display:flex}.estimator-module__FGej1G__backBtn{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text-secondary);cursor:pointer;padding:var(--space-sm) 0;transition:color var(--transition-fast);background:0 0;border:none}.estimator-module__FGej1G__backBtn:hover{color:var(--accent-green)}.estimator-module__FGej1G__nextBtn{margin-left:auto}.estimator-module__FGej1G__nextBtn:disabled{opacity:.3;cursor:not-allowed;box-shadow:none!important;transform:none!important}.estimator-module__FGej1G__resultSection{min-height:calc(100vh - var(--nav-height));padding:var(--space-4xl) 0;align-items:center;display:flex}.estimator-module__FGej1G__resultContainer{width:100%}.estimator-module__FGej1G__resultContainer .estimator-module__FGej1G__mono-label{margin-bottom:var(--space-md)}.estimator-module__FGej1G__resultCard{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-lg);margin-bottom:var(--space-2xl);overflow:hidden}.estimator-module__FGej1G__resultRow{padding:var(--space-lg) var(--space-xl);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.estimator-module__FGej1G__resultRow:last-child{border-bottom:none}.estimator-module__FGej1G__resultHighlight{background:var(--accent-green-subtle)}.estimator-module__FGej1G__resultLabel{font-family:var(--font-mono);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim)}.estimator-module__FGej1G__resultValue{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:600}.estimator-module__FGej1G__resultPrice{font-family:var(--font-mono);font-size:var(--text-2xl);color:var(--accent-green);text-shadow:0 0 20px #00ff884d;font-weight:700}.estimator-module__FGej1G__assumptions{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-lg);padding:var(--space-xl);margin-bottom:var(--space-xl)}.estimator-module__FGej1G__assumptionsTitle{font-family:var(--font-mono);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:var(--space-md)}.estimator-module__FGej1G__assumptionsList{gap:var(--space-sm);flex-direction:column;display:flex}.estimator-module__FGej1G__assumptionItem{gap:var(--space-sm);font-size:var(--text-sm);color:var(--text-secondary);line-height:1.6;display:flex}.estimator-module__FGej1G__assumptionBullet{color:var(--accent-green);font-family:var(--font-mono);flex-shrink:0}.estimator-module__FGej1G__disclaimer{padding:var(--space-lg);background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-md);margin-bottom:var(--space-2xl)}.estimator-module__FGej1G__disclaimer p{font-size:var(--text-sm);color:var(--text-dim);font-style:italic;line-height:1.7}.estimator-module__FGej1G__resultCtas{gap:var(--space-md);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}@media (max-width:600px){.estimator-module__FGej1G__resultRow{align-items:flex-start;gap:var(--space-sm);flex-direction:column}.estimator-module__FGej1G__resultPrice{font-size:var(--text-xl)}.estimator-module__FGej1G__resultCtas{flex-direction:column}.estimator-module__FGej1G__resultCtas .estimator-module__FGej1G__glow-btn{text-align:center;width:100%}}
