.cost-calculator-section{position:relative;width:100%;background:#fff;padding:30px 0}.cost-calculator-section .calculator-container{position:relative;width:1440px;margin:0 auto}.cost-calculator-section .calculator-container .background-image{position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;z-index:0}.cost-calculator-section .calculator-container .calculator-content{position:relative;width:1024px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:50px;z-index:1}.cost-calculator-section .calculator-container .calculator-content .title-section{display:flex;flex-direction:column;align-items:center;width:965px}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:800;font-size:64px;line-height:1.2;letter-spacing:-1.92px;color:#000;text-align:center;margin:0 0 20px;overflow:visible}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title .highlight{color:#4d4397;overflow:visible}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:22px;color:#000;text-align:center;margin:0 0 30px;text-wrap:balance;max-width:100%}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container{width:319px;margin:0}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{width:100%;height:80px;background:#fff;border-radius:10px;box-shadow:0 4px 10px 0 rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;position:relative;animation:inputBreathing 3s ease-in-out infinite}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box:focus-within{animation:none;box-shadow:0 4px 20px 0 rgba(77,67,151,.4)}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-wrapper{display:flex;align-items:center;gap:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:700;font-size:32px;line-height:20px;color:rgba(0,0,0,.5);border:none;background:transparent;outline:none;width:180px;text-align:left;-moz-appearance:textfield}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value::-webkit-inner-spin-button,.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-unit{font-family:Inter,sans-serif;font-weight:700;font-size:20px;line-height:20px;color:#000}@keyframes inputBreathing{0%,to{box-shadow:0 4px 10px 0 rgba(0,0,0,.25);transform:scale(1)}50%{box-shadow:0 6px 20px 0 rgba(77,67,151,.35);transform:scale(1.02)}}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{display:flex;flex-direction:column;gap:48px;width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{display:flex;gap:96px;align-items:flex-start}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left{display:flex;gap:6px;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend{display:flex;flex-direction:column;gap:20px;width:88px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item{display:flex;align-items:center;gap:8px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color{width:20px;height:20px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color.askitect{background:#4d4397}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color.traditional{background:#d9d9d9}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-label{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:20px;color:#000;white-space:nowrap}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container{display:flex;flex-direction:column;align-items:center;gap:20px;width:223px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#000;text-align:center;margin:0}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title .highlight-bold{font-weight:700;color:#4d4397}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder{width:150px;height:150px;display:flex;align-items:center;justify-content:center;padding-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:150px;height:150px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper{position:relative;cursor:pointer}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-shadow{position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:100px;height:20px;background:radial-gradient(ellipse,rgba(0,0,0,.15) 0,transparent 70%);border-radius:50%;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-svg{position:relative;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper.floating .chart-svg{transform:translateY(-12px) scale(1.05)}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper.floating .chart-shadow{width:120px;height:25px;bottom:-25px;background:radial-gradient(ellipse,rgba(0,0,0,.2) 0,transparent 70%)}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip{position:absolute;left:50%;transform:translateX(-50%);bottom:-75px;background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:10px 14px;min-width:140px;z-index:10;animation:tooltipFadeIn .2s ease-out}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip.askitect{border-left:3px solid #4d4397}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip.askitect .tooltip-value{color:#4d4397}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip.traditional{border-left:3px solid #888}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip.traditional .tooltip-value{color:#555}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip .tooltip-title{font-family:Inter,sans-serif;font-weight:600;font-size:12px;color:#000;margin-bottom:2px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip .tooltip-value{font-family:var(--font-inter-tight),"Inter Tight",sans-serif;font-weight:700;font-size:18px;margin-bottom:2px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder .cost-chart-wrapper .chart-tooltip .tooltip-percent{font-family:Inter,sans-serif;font-weight:400;font-size:11px;color:rgba(0,0,0,.5)}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateX(-50%) translateY(5px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes bounceIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.15)}70%{transform:scale(.95)}}@keyframes shadowBreathe{0%,to{transform:translateX(-50%) scale(1);opacity:.8}50%{transform:translateX(-50%) scale(1.15);opacity:1}}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .shadow-breathe{animation:shadowBreathe 2.5s ease-in-out infinite}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels{display:flex;flex-direction:column;gap:20px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item{display:flex;align-items:center;gap:12px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color{width:20px;height:20px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color.askitect{background:#4d4397}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color.traditional{background:#d9d9d9}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-value{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:20px;color:#000;white-space:nowrap;min-width:70px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{width:530px;min-height:169px;display:flex;align-items:flex-start;gap:27px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:-5px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon svg{width:28px;height:auto}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon svg{width:24px;height:24px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{flex:1;display:flex;flex-direction:column;gap:58px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item{display:flex;justify-content:space-between;align-items:flex-start;height:15px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-price{font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:20px;white-space:nowrap}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item.active .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item.active .item-price{color:#000}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item.strikethrough .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item.strikethrough .item-price{color:rgba(0,0,0,.5);text-decoration:line-through;text-decoration-skip-ink:none;text-underline-position:from-font}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total{display:flex;justify-content:space-between;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-label{font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:20px;color:#000;white-space:nowrap}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-value{font-family:Inter,sans-serif;font-weight:800;font-size:32px;line-height:24px;letter-spacing:-1.6px;color:#4d4397;white-space:nowrap}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .divider{width:1019px;height:1px;background:#d9d9d9;margin:0 auto}@media screen and (max-width:375px){.cost-calculator-section{padding:20px 16px}.cost-calculator-section .calculator-container{width:100%}.cost-calculator-section .calculator-container .calculator-content{width:100%;gap:30px}.cost-calculator-section .calculator-container .calculator-content .title-section{width:100%}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-size:24px;line-height:28px;letter-spacing:-.5px;margin-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-size:11px;line-height:16px;margin-bottom:30px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container{width:100%;max-width:280px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{height:60px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-wrapper{gap:12px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value{font-size:20px;width:140px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-unit{font-size:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{gap:30px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{flex-direction:column;gap:25px;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left{flex-direction:column;gap:15px;align-items:center;width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend{flex-direction:row;width:auto;gap:12px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item{gap:6px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color{width:14px;height:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-label{font-size:10px;line-height:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container{width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title{font-size:12px;line-height:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:100px;height:100px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels{gap:12px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item{gap:8px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color{width:14px;height:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-value{font-size:10px;line-height:14px;min-width:50px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{width:100%;min-height:auto;gap:15px;display:flex;align-items:flex-start}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon{width:28px;height:28px;margin-top:-5px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon svg{width:28px;height:28px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon svg{width:24px;height:24px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{flex:1;gap:20px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item{display:flex;justify-content:space-between;align-items:flex-start;height:auto}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-price{font-size:11px;line-height:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total{display:flex;justify-content:space-between;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-label{font-size:12px;line-height:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-value{font-size:18px;line-height:20px;letter-spacing:-.9px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .divider{width:100%}}@media screen and (min-width:376px)and (max-width:480px){.cost-calculator-section{padding:20px 18px}.cost-calculator-section .calculator-container{width:100%}.cost-calculator-section .calculator-container .calculator-content{width:100%;gap:35px}.cost-calculator-section .calculator-container .calculator-content .title-section{width:100%}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-size:28px;line-height:32px;letter-spacing:-.8px;margin-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-size:11px;line-height:16px;margin-bottom:30px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container{width:100%;max-width:290px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{height:65px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-wrapper{gap:14px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value{font-size:22px;width:150px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-unit{font-size:15px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{gap:35px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{flex-direction:column;gap:28px;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left{flex-direction:column;gap:16px;align-items:center;width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend{flex-direction:row;width:auto;gap:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item{gap:7px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color{width:16px;height:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-label{font-size:11px;line-height:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container{width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title{font-size:13px;line-height:17px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:110px;height:110px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels{gap:14px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item{gap:9px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color{width:16px;height:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-value{font-size:11px;line-height:16px;min-width:55px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{width:100%;min-height:auto;gap:18px;display:flex;align-items:flex-start}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon{width:30px;height:30px;margin-top:-5px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon svg{width:30px;height:30px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon svg{width:26px;height:26px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{flex:1;gap:24px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item{display:flex;justify-content:space-between;align-items:flex-start;height:auto}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-price{font-size:12px;line-height:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total{display:flex;justify-content:space-between;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-label{font-size:13px;line-height:17px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-value{font-size:20px;line-height:22px;letter-spacing:-1px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .divider{width:100%}}@media screen and (min-width:481px)and (max-width:768px){.cost-calculator-section{padding:20px}.cost-calculator-section .calculator-container{width:100%}.cost-calculator-section .calculator-container .calculator-content{width:100%;gap:40px}.cost-calculator-section .calculator-container .calculator-content .title-section{width:100%}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-size:36px;line-height:42px;letter-spacing:-1px;margin-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-size:11px;line-height:16px;margin-bottom:30px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container{width:100%;max-width:300px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{height:70px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-wrapper{gap:16px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value{font-size:26px;width:160px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-unit{font-size:17px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{gap:40px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{flex-direction:column;gap:32px;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left{flex-direction:column;gap:18px;align-items:center;width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend{flex-direction:row;width:auto;gap:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item{gap:8px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color{width:18px;height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-label{font-size:11px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container{width:100%}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title{font-size:14px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:130px;height:130px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels{gap:16px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item{gap:10px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color{width:18px;height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-value{font-size:11px;line-height:18px;min-width:60px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{width:100%;min-height:auto;gap:20px;display:flex;align-items:flex-start}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon{width:34px;height:34px;margin-top:-5px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon svg{width:34px;height:34px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon.chart-icon svg{width:30px;height:30px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{flex:1;gap:35px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item{display:flex;justify-content:space-between;align-items:flex-start;height:auto}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-price{font-size:15px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total{display:flex;justify-content:space-between;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-label{font-size:15px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-value{font-size:24px;line-height:22px;letter-spacing:-1.2px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .divider{width:100%}}@media screen and (min-width:769px)and (max-width:1024px){.cost-calculator-section{padding:20px 30px}.cost-calculator-section .calculator-container{width:100%}.cost-calculator-section .calculator-container .calculator-content{width:100%;max-width:900px;gap:45px}.cost-calculator-section .calculator-container .calculator-content .title-section{width:100%;max-width:800px}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-size:48px;line-height:54px;letter-spacing:-1.4px;margin-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-size:14px;line-height:21px;margin-bottom:30px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container{width:310px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{height:75px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-wrapper{gap:18px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value{font-size:28px;width:170px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-unit{font-size:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{gap:45px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{flex-direction:column;gap:35px;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left{flex-direction:row;gap:15px;align-items:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend{flex-direction:column;width:88px;gap:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item{gap:8px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color{width:18px;height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-label{font-size:11px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container{width:200px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title{font-size:14px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:135px;height:135px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels{gap:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item{gap:10px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color{width:18px;height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-value{font-size:11px;line-height:18px;min-width:65px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{width:100%;max-width:700px;min-height:auto;gap:24px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon{width:36px;height:36px;margin-top:-8px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon svg{width:36px;height:36px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{gap:45px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-price,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-label{font-size:17px;line-height:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-value{font-size:28px;line-height:22px;letter-spacing:-1.4px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .divider{width:100%}}@media screen and (min-width:1025px)and (max-width:1440px){.cost-calculator-section{padding:30px 40px}.cost-calculator-section .calculator-container{width:100%}.cost-calculator-section .calculator-container .calculator-content{width:100%;max-width:1000px;gap:48px}.cost-calculator-section .calculator-container .calculator-content .title-section{width:100%;max-width:900px}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-size:56px;line-height:64px;letter-spacing:-1.68px;margin-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-size:14px;line-height:21px;margin-bottom:30px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container{width:315px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{height:78px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-wrapper{gap:19px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-value{font-size:30px;width:175px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box .input-unit{font-size:19px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{gap:48px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{flex-direction:row;gap:80px;align-items:flex-start;justify-content:center}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left{gap:6px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend{width:88px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-color{width:19px;height:19px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .legend .legend-item .legend-label{font-size:11px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container{width:210px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-title{font-size:15px;line-height:19px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:140px;height:140px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-color{width:19px;height:19px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .price-labels .price-item .price-value{font-size:11px;min-width:68px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{width:480px;min-height:160px;gap:25px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon{width:38px;height:38px;margin-top:-9px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-icon svg{width:38px;height:38px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{gap:52px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-name,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-item .item-price,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-label{font-size:18px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content .breakdown-total .total-value{font-size:30px;line-height:23px;letter-spacing:-1.5px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .divider{width:100%}}@media screen and (max-height:600px)and (orientation:landscape){.cost-calculator-section{padding:50px 20px}.cost-calculator-section .calculator-container .calculator-content{gap:35px}.cost-calculator-section .calculator-container .calculator-content .title-section .main-title{font-size:32px;line-height:38px;margin-bottom:20px}.cost-calculator-section .calculator-container .calculator-content .title-section .subtitle{font-size:11px;line-height:16px;margin-bottom:30px}.cost-calculator-section .calculator-container .calculator-content .title-section .input-container .input-box{height:60px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections{gap:30px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row{gap:25px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder,.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .comparison-left .chart-container .chart-placeholder svg{width:110px;height:110px}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container{min-height:auto}.cost-calculator-section .calculator-container .calculator-content .comparison-sections .comparison-row .breakdown-container .breakdown-content{gap:25px}}@media(hover:none)and (pointer:coarse){.cost-calculator-section .input-box{-webkit-tap-highlight-color:rgba(77,67,151,.1)}}@media(prefers-reduced-motion:reduce){.cost-calculator-section *{animation:none!important;transition:none!important}}