.calculator-module__kEltUa__calculatorPage{color:#1a202c;background-color:#fafbfc;background-image:radial-gradient(#f9841a1a 2px,#0000 0),radial-gradient(#0070f31a 2px,#0000 0);background-position:0 0,16px 16px;background-size:32px 32px;min-height:100vh;padding:140px 24px 100px;position:relative;overflow:hidden}.calculator-module__kEltUa__glowSpot1,.calculator-module__kEltUa__glowSpot2{filter:blur(140px);z-index:1;pointer-events:none;opacity:.15;border-radius:50%;position:absolute}.calculator-module__kEltUa__glowSpot1{background:radial-gradient(circle,#f9841a 0%,#f9841a00 70%);width:500px;height:500px;top:-100px;right:-100px}.calculator-module__kEltUa__glowSpot2{background:radial-gradient(circle,#0070f3 0%,#0070f300 70%);width:500px;height:500px;bottom:-100px;left:-100px}.calculator-module__kEltUa__container{z-index:2;max-width:1100px;margin:0 auto;position:relative}.calculator-module__kEltUa__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:50px;display:flex}.calculator-module__kEltUa__badge{color:#f9841a;letter-spacing:1.5px;text-transform:uppercase;background:#f9841a14;border:1px solid #f9841a33;border-radius:50px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:700}.calculator-module__kEltUa__title{color:#0b0f19;letter-spacing:-2px;margin-bottom:16px;font-size:46px;font-weight:900;line-height:1.1}.calculator-module__kEltUa__highlight{background:linear-gradient(135deg,#f9841a 0%,#ffb03a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.calculator-module__kEltUa__subtitle{color:#4a5568;max-width:700px;font-size:18px;line-height:1.6}.calculator-module__kEltUa__grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:40px;display:grid}.calculator-module__kEltUa__card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd9;border:1px solid #f9841a1f;border-radius:24px;padding:35px;box-shadow:0 15px 35px #00000005}.calculator-module__kEltUa__sectionTitle{color:#0b0f19;border-bottom:1px solid #0000000d;margin-bottom:24px;padding-bottom:12px;font-size:22px;font-weight:800}.calculator-module__kEltUa__sliderGroup{margin-bottom:30px}.calculator-module__kEltUa__sliderLabel{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.calculator-module__kEltUa__labelText{color:#4a5568;font-size:14px;font-weight:700}.calculator-module__kEltUa__labelValue{color:#f9841a;background:#f9841a14;border-radius:8px;padding:4px 12px;font-size:14px;font-weight:800}.calculator-module__kEltUa__rangeInput{-webkit-appearance:none;background:#e2e8f0;border-radius:5px;outline:none;width:100%;height:8px;transition:background .3s}.calculator-module__kEltUa__rangeInput::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#f9841a;border-radius:50%;width:22px;height:22px;transition:transform .1s,background-color .2s;box-shadow:0 0 10px #f9841a66}.calculator-module__kEltUa__rangeInput::-webkit-slider-thumb:hover{background:#e2700f;transform:scale(1.15)}.calculator-module__kEltUa__tierGroup{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px;display:grid}.calculator-module__kEltUa__tierBtn{cursor:pointer;text-align:left;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:15px;transition:all .3s cubic-bezier(.16,1,.3,1)}.calculator-module__kEltUa__tierBtnActive{background:#0070f308;border-color:#0070f3;box-shadow:0 5px 15px #0070f314}.calculator-module__kEltUa__tierName{color:#0b0f19;margin-bottom:4px;font-size:15px;font-weight:800;display:block}.calculator-module__kEltUa__tierDesc{color:#718096;font-size:12px;line-height:1.4;display:block}.calculator-module__kEltUa__resultsCard{color:#fff;background:linear-gradient(135deg,#0b0f19 0%,#1a202c 100%);border:1px solid #ffffff0d;border-radius:24px;padding:35px;box-shadow:0 20px 40px #0b0f1926}.calculator-module__kEltUa__resultRow{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.calculator-module__kEltUa__resultRow:last-of-type{border-bottom:none}.calculator-module__kEltUa__resultLabel{color:#a0aec0;font-size:14px;font-weight:500}.calculator-module__kEltUa__resultValue{color:#fff;font-size:18px;font-weight:700}.calculator-module__kEltUa__resultSavings{text-align:center;background:#f9841a1f;border:1px dashed #f9841a66;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;margin:25px 0;padding:24px;animation:4s ease-in-out infinite alternate calculator-module__kEltUa__pulseSavings;display:flex}.calculator-module__kEltUa__savingsLabel{color:#f9841a;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:13px;font-weight:800}.calculator-module__kEltUa__savingsValue{color:#f9841a;font-size:32px;font-weight:900}.calculator-module__kEltUa__actionBtn{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#f9841a 0%,#ffb03a 100%);border:none;border-radius:12px;width:100%;padding:16px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:block;box-shadow:0 10px 20px #f9841a4d}.calculator-module__kEltUa__actionBtn:hover{transform:translateY(-2px);box-shadow:0 15px 25px #f9841a73}@keyframes calculator-module__kEltUa__pulseSavings{0%{transform:scale(1)}to{transform:scale(1.02)}}@media (max-width:900px){.calculator-module__kEltUa__grid{grid-template-columns:1fr}}.calculator-module__kEltUa__tabsContainer{flex-wrap:wrap;justify-content:center;gap:16px;width:100%;margin-bottom:40px;display:flex}.calculator-module__kEltUa__tabBtn{color:#4a5568;cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:50px;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 10px #00000005}.calculator-module__kEltUa__tabBtnActive{color:#fff;background:#f9841a;border-color:#f9841a;box-shadow:0 6px 16px #f9841a40}.calculator-module__kEltUa__tabBtn:hover:not(.calculator-module__kEltUa__tabBtnActive){color:#f9841a;background:#f9841a0a;border-color:#f9841a33;transform:translateY(-1px)}.calculator-module__kEltUa__checkboxGroup{flex-direction:column;gap:16px;margin-top:10px;margin-bottom:20px;display:flex}.calculator-module__kEltUa__checkboxLabel{color:#4a5568;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;font-size:14.5px;font-weight:600;transition:color .2s;display:flex}.calculator-module__kEltUa__checkboxLabel:hover{color:#0b0f19}.calculator-module__kEltUa__checkboxInput{accent-color:#f9841a;cursor:pointer;border-radius:4px;width:20px;height:20px}.calculator-module__kEltUa__breakdownContainer{text-align:left;border-top:1px solid #ffffff1a;width:100%;margin-top:25px;padding-top:20px}.calculator-module__kEltUa__breakdownTitle{text-transform:uppercase;letter-spacing:.5px;color:#a0aec0;margin-bottom:14px;font-size:13px;font-weight:800}.calculator-module__kEltUa__breakdownList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.calculator-module__kEltUa__breakdownItem{color:#fffc;justify-content:space-between;font-size:13.5px;display:flex}.calculator-module__kEltUa__breakdownItemVal{color:#f9841a;font-weight:700}@media (max-width:576px){.calculator-module__kEltUa__tabBtn{justify-content:center;width:100%;padding:10px 20px;font-size:14px}}
