.calculator-module__kEltUa__container{min-height:100vh;font-family:var(--font-inter), sans-serif;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);flex-direction:column;align-items:center;padding:3rem 1.5rem;display:flex}.calculator-module__kEltUa__welcomeWrap{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:680px;padding:4rem 3rem;animation:.5s cubic-bezier(.16,1,.3,1) calculator-module__kEltUa__slideUp;box-shadow:0 20px 40px #0000000a,0 1px 3px #00000005}.calculator-module__kEltUa__welcomeBadge{background:var(--blue-light);color:var(--blue);text-transform:uppercase;letter-spacing:1.5px;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.calculator-module__kEltUa__welcomeTitle{font-family:var(--font-heading), sans-serif;color:var(--gray-900);letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1}.calculator-module__kEltUa__welcomeSub{color:var(--gray-500);max-width:500px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.6}.calculator-module__kEltUa__mairoCallout{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:2.5rem;padding:2rem;position:relative}.calculator-module__kEltUa__mairoCalloutQuote{color:var(--gray-700);margin-bottom:1rem;font-size:.95rem;font-style:italic;line-height:1.6}.calculator-module__kEltUa__mairoCalloutAuthor{align-items:center;gap:.8rem;display:flex}.calculator-module__kEltUa__mairoAvatar{background:var(--orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.calculator-module__kEltUa__mairoName{color:var(--gray-900);font-size:.9rem;font-weight:700}.calculator-module__kEltUa__mairoTitle{color:var(--gray-500);font-size:.75rem}.calculator-module__kEltUa__trustBadges{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.calculator-module__kEltUa__trustBadge{color:var(--gray-600);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.calculator-module__kEltUa__disclaimerBox{color:var(--orange);text-align:left;background:#f378210d;border:1px solid #f3782126;border-radius:12px;margin-bottom:2.5rem;padding:1.2rem;font-size:.85rem;line-height:1.5}.calculator-module__kEltUa__startBtn{background:var(--orange);color:#fff;width:100%;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:12px;margin-bottom:1rem;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #f378214d}.calculator-module__kEltUa__startBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f3782166}.calculator-module__kEltUa__secondaryLink{color:var(--gray-500);font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}.calculator-module__kEltUa__secondaryLink:hover{color:var(--blue)}.calculator-module__kEltUa__engineWrap{width:100%;max-width:760px}.calculator-module__kEltUa__chapterHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.calculator-module__kEltUa__chapterTitle{color:var(--gray-500);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:700}.calculator-module__kEltUa__exitEngine{color:var(--gray-400);font-size:.85rem;font-weight:600;text-decoration:none}.calculator-module__kEltUa__exitEngine:hover{color:var(--gray-700)}.calculator-module__kEltUa__progressBar{gap:.5rem;margin-bottom:2.5rem;display:flex}.calculator-module__kEltUa__progressDot{background:var(--gray-200);border-radius:6px;flex:1;height:6px;transition:background .3s}.calculator-module__kEltUa__progressDotActive{background:var(--orange)}.calculator-module__kEltUa__progressDotCompleted{background:var(--orange-light)}.calculator-module__kEltUa__questionCard{background:#fff;border-radius:24px;padding:3.5rem 3rem;animation:.3s cubic-bezier(.16,1,.3,1) calculator-module__kEltUa__fadeScale;box-shadow:0 20px 40px #00000008}.calculator-module__kEltUa__questionTitle{font-family:var(--font-heading);color:var(--gray-900);letter-spacing:-.5px;margin-bottom:.5rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.calculator-module__kEltUa__questionSub{color:var(--gray-500);margin-bottom:2.5rem;font-size:1.05rem}.calculator-module__kEltUa__cardsGrid{grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:2rem;display:grid}.calculator-module__kEltUa__cardsGrid>:nth-child(3):last-child{grid-column:1/-1;justify-self:center;max-width:50%}.calculator-module__kEltUa__optionCard{border:2px solid var(--gray-200);cursor:pointer;text-align:left;background:#fff;border-radius:16px;flex-direction:column;padding:1.5rem;transition:all .2s;display:flex}.calculator-module__kEltUa__optionCard:hover{border-color:var(--gray-300);transform:translateY(-2px);box-shadow:0 8px 20px #0000000a}.calculator-module__kEltUa__optionCardActive{border-color:var(--orange)!important;background:var(--orange-light)!important;box-shadow:0 4px 15px #f378211a!important}.calculator-module__kEltUa__optionIcon{margin-bottom:1rem;font-size:2rem}.calculator-module__kEltUa__optionHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.calculator-module__kEltUa__optionLabel{font-family:var(--font-heading);color:var(--gray-900);font-size:1.05rem;font-weight:700}.calculator-module__kEltUa__optionDesc{color:var(--gray-500);flex-grow:1;font-size:.85rem;line-height:1.5}.calculator-module__kEltUa__optionAddon{color:var(--orange);border:1px solid var(--orange-light);background:#fff;border-radius:6px;margin-top:1rem;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.calculator-module__kEltUa__inputWrap{margin-bottom:2rem}.calculator-module__kEltUa__numberInput{width:100%;font-family:var(--font-heading);color:var(--gray-900);text-align:center;background:0 0;border:none;outline:none;padding:1rem;font-size:2.5rem;font-weight:800}.calculator-module__kEltUa__sliderContainer{margin:2rem 0;padding:0 1rem}.calculator-module__kEltUa__rangeSlider{width:100%;accent-color:var(--orange);background:var(--gray-200);appearance:none;border-radius:6px;height:6px}.calculator-module__kEltUa__rangeSlider::-webkit-slider-thumb{appearance:none;border:3px solid var(--orange);cursor:pointer;background:#fff;border-radius:50%;width:24px;height:24px;box-shadow:0 2px 6px #00000026}.calculator-module__kEltUa__smartReference{text-align:center;background:var(--blue-light);color:var(--blue);border-radius:12px;padding:1rem;font-size:.9rem;font-weight:600}.calculator-module__kEltUa__mairoNoteBox{background:0 0;border:none;align-items:flex-start;gap:.6rem;margin-top:1.5rem;padding:.8rem 0;display:flex}.calculator-module__kEltUa__mairoNoteText{color:var(--gray-500);font-size:.85rem;font-style:italic;line-height:1.6}.calculator-module__kEltUa__whyWeAsk{border:1px solid var(--gray-200);color:var(--gray-600);cursor:pointer;border-radius:8px;margin-top:1rem;padding:1rem;font-size:.85rem}.calculator-module__kEltUa__whyWeAsk summary{color:var(--gray-800);-webkit-user-select:none;user-select:none;outline:none;font-weight:600}.calculator-module__kEltUa__whyWeAsk p{margin-top:.8rem;line-height:1.5}.calculator-module__kEltUa__actions{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-top:3rem;padding-top:2rem;display:flex}.calculator-module__kEltUa__btnBack{color:var(--gray-400);cursor:pointer;background:0 0;border:none;font-size:.95rem;font-weight:600;transition:color .2s}.calculator-module__kEltUa__btnBack:hover{color:var(--gray-700)}.calculator-module__kEltUa__btnNext{background:var(--gray-900);color:#fff;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:12px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .2s}.calculator-module__kEltUa__btnNext:disabled{background:var(--gray-200);color:var(--gray-400);cursor:not-allowed}.calculator-module__kEltUa__btnNext:hover:not(:disabled){background:var(--black);transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.calculator-module__kEltUa__btnPrimaryOrange{background:var(--orange)}.calculator-module__kEltUa__btnPrimaryOrange:hover:not(:disabled){background:#e66610;box-shadow:0 4px 15px #f378214d}.calculator-module__kEltUa__leadGateWrap{text-align:center}.calculator-module__kEltUa__leadGateTitle{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.calculator-module__kEltUa__leadGateSub{color:var(--gray-500);margin-bottom:2rem;line-height:1.6}.calculator-module__kEltUa__leadGateForm{text-align:left;max-width:400px;margin:0 auto}.calculator-module__kEltUa__formGroup{margin-bottom:1rem}.calculator-module__kEltUa__formInput{border:1px solid var(--gray-200);background:#f8fafc;border-radius:8px;width:100%;padding:1rem 1.2rem;font-size:1rem;transition:all .2s}.calculator-module__kEltUa__formInput:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-light);background:#fff;outline:none}.calculator-module__kEltUa__checkboxWrap{color:var(--gray-700);align-items:flex-start;gap:.8rem;margin:1.5rem 0;font-size:.85rem;line-height:1.5;display:flex}.calculator-module__kEltUa__privacyNote{text-align:center;color:var(--gray-400);margin-top:1.5rem;font-size:.75rem}.calculator-module__kEltUa__revealHeader{text-align:center;margin-bottom:2rem}.calculator-module__kEltUa__revealAnimatedTitle{color:var(--gray-500);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.calculator-module__kEltUa__revealNumber{font-family:var(--font-heading);color:var(--gray-900);letter-spacing:-1.5px;margin-bottom:.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1}.calculator-module__kEltUa__revealSub{color:var(--orange);font-weight:600}.calculator-module__kEltUa__comparisonTable{border:1px solid var(--gray-200);background:#f8fafc;border-radius:16px;margin-bottom:2rem;overflow:hidden}.calculator-module__kEltUa__compRow{border-bottom:1px solid var(--gray-200);display:flex}.calculator-module__kEltUa__compRow:last-child{border-bottom:none}.calculator-module__kEltUa__compCol{text-align:center;flex:1;padding:1.5rem}.calculator-module__kEltUa__compCol:first-child{border-right:1px solid var(--gray-200);background:#fff}.calculator-module__kEltUa__compColTitle{color:var(--gray-500);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.calculator-module__kEltUa__compColPrice{font-family:var(--font-heading);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.calculator-module__kEltUa__compColPrice.calculator-module__kEltUa__blue{color:var(--blue)}.calculator-module__kEltUa__compColPrice.calculator-module__kEltUa__gray{color:var(--gray-600)}.calculator-module__kEltUa__compFeature{color:var(--gray-700);justify-content:center;align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:.85rem;display:flex}.calculator-module__kEltUa__savingsCallout{background:var(--blue);color:#fff;text-align:center;border-radius:16px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 10px 30px #16537e33}.calculator-module__kEltUa__savingsAmount{font-family:var(--font-heading);color:#60a5fa;margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.calculator-module__kEltUa__breakdownToggle{border:1px solid var(--gray-200);cursor:pointer;background:#fff;border-radius:12px;width:100%;margin-bottom:2rem;padding:1rem;font-weight:600}.calculator-module__kEltUa__breakdownContent{text-align:left;background:#f8fafc;border-radius:12px;margin-bottom:2rem;padding:1.5rem;font-size:.85rem}.calculator-module__kEltUa__bdRow{color:var(--gray-600);justify-content:space-between;margin-bottom:.8rem;display:flex}.calculator-module__kEltUa__bdRow.calculator-module__kEltUa__total{border-top:1px solid var(--gray-300);color:var(--gray-900);margin-top:1rem;padding-top:1rem;font-weight:700}.calculator-module__kEltUa__revealCtas{flex-direction:column;gap:1rem;display:flex}.calculator-module__kEltUa__btnSecondaryReveal{border:1px solid var(--gray-200);color:var(--gray-700);cursor:pointer;background:#fff;border-radius:12px;padding:1.2rem;font-weight:700;transition:all .2s}.calculator-module__kEltUa__urgencyNote{color:#b45309;text-align:center;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin-top:2rem;padding:1rem;font-size:.85rem}@keyframes calculator-module__kEltUa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes calculator-module__kEltUa__fadeScale{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.calculator-module__kEltUa__chipsWrap{flex-wrap:wrap;justify-content:flex-start;gap:.8rem;margin-top:1rem;display:flex}.calculator-module__kEltUa__chip{border:1px solid var(--gray-200);color:var(--gray-600);cursor:pointer;background:#fff;border-radius:50px;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.calculator-module__kEltUa__chip:hover{border-color:var(--gray-400)}.calculator-module__kEltUa__chipActive{background:var(--orange-light);border-color:var(--orange);color:var(--orange)}.calculator-module__kEltUa__loadingScreen{text-align:center;padding:4rem 2rem}.calculator-module__kEltUa__spinner{border:4px solid var(--gray-200);border-top-color:var(--orange);border-radius:50%;width:60px;height:60px;margin:0 auto 2rem;animation:1s linear infinite calculator-module__kEltUa__spin}@keyframes calculator-module__kEltUa__spin{to{transform:rotate(360deg)}}.calculator-module__kEltUa__loadingTitle{font-family:var(--font-heading);margin-bottom:2rem;font-size:1.5rem;font-weight:800}.calculator-module__kEltUa__loadingStatusWrap{text-align:left;background:#f8fafc;border-radius:12px;max-width:400px;margin:0 auto;padding:1.5rem}.calculator-module__kEltUa__loadingStatusItem{color:var(--gray-500);align-items:center;gap:.8rem;margin-bottom:.8rem;font-size:.95rem;display:flex}.calculator-module__kEltUa__loadingStatusItem.calculator-module__kEltUa__active{color:var(--orange);font-weight:600}.calculator-module__kEltUa__loadingStatusItem.calculator-module__kEltUa__done{color:var(--success)}.calculator-module__kEltUa__loadingWaitMsg{color:var(--gray-500);margin-top:2rem;font-size:.85rem}.calculator-module__kEltUa__btnSecondaryReveal{border:1px solid var(--gray-200);color:var(--gray-700);cursor:pointer;text-align:left;background:#fff;border-radius:12px;flex-direction:column;padding:1.2rem;font-weight:700;transition:all .2s;display:flex}.calculator-module__kEltUa__btnSecondaryReveal:hover{border-color:var(--gray-300);background:#f8fafc}.calculator-module__kEltUa__tertiaryLink{color:var(--blue);text-align:center;margin-top:1.5rem;font-size:.95rem;font-weight:600;text-decoration:underline;display:block}.calculator-module__kEltUa__revealFaqSection{border-top:1px solid var(--gray-200);text-align:left;margin-top:3rem;padding-top:3rem}.calculator-module__kEltUa__revealFaqTitle{font-family:var(--font-heading);margin-bottom:1.5rem;font-size:1.4rem;font-weight:800}@media (max-width:600px){.calculator-module__kEltUa__container{padding:1.5rem 1rem}.calculator-module__kEltUa__welcomeWrap,.calculator-module__kEltUa__questionCard{border-radius:16px;padding:2rem 1.5rem}.calculator-module__kEltUa__welcomeTitle{font-size:2.2rem}.calculator-module__kEltUa__cardsGrid{grid-template-columns:1fr;gap:1rem}.calculator-module__kEltUa__cardsGrid>:nth-child(3):last-child{max-width:100%}.calculator-module__kEltUa__compRow{flex-direction:column}.calculator-module__kEltUa__compCol:first-child{border-right:none;border-bottom:1px solid var(--gray-200)}.calculator-module__kEltUa__btnNext,.calculator-module__kEltUa__startBtn{width:100%;padding:1.2rem}.calculator-module__kEltUa__actions{flex-direction:column-reverse;gap:1rem}.calculator-module__kEltUa__btnBack{width:100%;margin-top:.5rem;padding:1rem}}
