.calculator-module__kEltUa__page{color:#1a1a2e;background:#f4f7f6;min-height:100vh;padding:80px 20px;font-family:Inter,sans-serif}.calculator-module__kEltUa__container{max-width:1000px;margin:0 auto}.calculator-module__kEltUa__header{text-align:center;margin-bottom:40px}.calculator-module__kEltUa__title{color:#1a1a2e;margin-bottom:10px;font-size:2.5rem;font-weight:800}.calculator-module__kEltUa__subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.1rem}.calculator-module__kEltUa__currencySwitcher{justify-content:center;gap:10px;margin-top:20px;display:flex}.calculator-module__kEltUa__currencyBtn{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:8px 16px;font-weight:600;transition:all .3s}.calculator-module__kEltUa__currencyBtn.calculator-module__kEltUa__active{color:#fff;background:#3b82f6;border-color:#3b82f6}.calculator-module__kEltUa__card{background:#fff;border-radius:24px;margin-bottom:30px;padding:40px;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000d}.calculator-module__kEltUa__progressBar{background:#3b82f6;height:6px;transition:width .5s;position:absolute;top:0;left:0}.calculator-module__kEltUa__stepCounter{color:#3b82f6;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:.9rem;font-weight:600}.calculator-module__kEltUa__questionTitle{color:#1a1a2e;margin-bottom:30px;font-size:1.8rem;font-weight:700}.calculator-module__kEltUa__optionsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.calculator-module__kEltUa__optionCard{cursor:pointer;text-align:center;background:#fff;border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:120px;padding:20px;transition:all .3s;display:flex}.calculator-module__kEltUa__optionCard:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 4px 15px #3b82f61a}.calculator-module__kEltUa__optionCard.calculator-module__kEltUa__selected{color:#1d4ed8;background:#eff6ff;border-color:#3b82f6}.calculator-module__kEltUa__optionIcon{margin-bottom:10px;font-size:2rem}.calculator-module__kEltUa__optionLabel{font-size:1.05rem;font-weight:600}.calculator-module__kEltUa__optionPrice{color:#64748b;margin-top:8px;font-size:.85rem;font-weight:500}.calculator-module__kEltUa__navButtons{border-top:1px solid #f1f5f9;justify-content:space-between;margin-top:40px;padding-top:20px;display:flex}.calculator-module__kEltUa__btn{cursor:pointer;border:none;border-radius:12px;padding:12px 28px;font-size:1rem;font-weight:600;transition:all .2s}.calculator-module__kEltUa__btnNext{color:#fff;background:#3b82f6;margin-left:auto}.calculator-module__kEltUa__btnNext:hover{background:#2563eb}.calculator-module__kEltUa__btnPrev{color:#475569;background:#f1f5f9}.calculator-module__kEltUa__btnPrev:hover{background:#e2e8f0}.calculator-module__kEltUa__summarySidebar{color:#fff;background:#1e293b;border-radius:20px;margin-top:40px;padding:30px;position:sticky;top:20px}.calculator-module__kEltUa__summaryTotal{color:#38bdf8;margin-bottom:10px;font-size:2.5rem;font-weight:800}.calculator-module__kEltUa__summaryItem{color:#cbd5e1;justify-content:space-between;margin-bottom:12px;font-size:.95rem;display:flex}.calculator-module__kEltUa__finalForm{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px;display:grid}.calculator-module__kEltUa__inputField{border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:14px;font-size:1rem;transition:border-color .2s}.calculator-module__kEltUa__inputField:focus{border-color:#3b82f6}.calculator-module__kEltUa__inputField.calculator-module__kEltUa__fullWidth{grid-column:span 2}.calculator-module__kEltUa__quoteActions{flex-wrap:wrap;gap:15px;display:flex}.calculator-module__kEltUa__quoteBtn{cursor:pointer;text-align:center;border:none;border-radius:12px;flex:1;padding:16px;font-size:1.05rem;font-weight:600;transition:all .2s}.calculator-module__kEltUa__btnPrimary{color:#fff;background:#3b82f6}.calculator-module__kEltUa__btnSecondary{color:#0f172a;background:#f1f5f9}@media (max-width:768px){.calculator-module__kEltUa__finalForm{grid-template-columns:1fr}.calculator-module__kEltUa__inputField.calculator-module__kEltUa__fullWidth{grid-column:span 1}.calculator-module__kEltUa__card{padding:20px}.calculator-module__kEltUa__title{font-size:2rem}}
