.HomeLoanCalculator-module__SJ-L_G__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.HomeLoanCalculator-module__SJ-L_G__breadcrumbs{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__breadcrumbs a{color:var(--text-muted);transition:color var(--transition-fast)}.HomeLoanCalculator-module__SJ-L_G__breadcrumbs a:hover{color:var(--primary)}.HomeLoanCalculator-module__SJ-L_G__breadcrumbs separator{color:var(--border)}.HomeLoanCalculator-module__SJ-L_G__pageHeader{border-bottom:1px solid var(--border);flex-direction:column;gap:.75rem;padding-bottom:1.5rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__titleRow{align-items:center;gap:.75rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__titleIcon{color:var(--primary);font-size:2rem}.HomeLoanCalculator-module__SJ-L_G__title{color:var(--foreground);font-size:2rem;font-weight:800}.HomeLoanCalculator-module__SJ-L_G__metaRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__metaLeft{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:1.25rem;font-size:.8rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__rating{align-items:center;gap:.25rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__stars{color:#fbbf24}.HomeLoanCalculator-module__SJ-L_G__badgeFree{background:var(--primary-soft);color:var(--primary);border-radius:999px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.HomeLoanCalculator-module__SJ-L_G__shareContainer{align-items:center;gap:.5rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__shareLabel{color:var(--text-muted);font-size:.8rem;font-weight:600}.HomeLoanCalculator-module__SJ-L_G__shareButtons{align-items:center;gap:.4rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__shareIconBtn{color:#fff;cursor:pointer;width:32px;height:32px;transition:transform var(--transition-fast), filter var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__shareIconBtn:hover{filter:brightness(1.05);transform:translateY(-2px)}.HomeLoanCalculator-module__SJ-L_G__whatsapp{background:#25d366}.HomeLoanCalculator-module__SJ-L_G__facebook{background:#1877f2}.HomeLoanCalculator-module__SJ-L_G__twitter{background:#1da1f2}.HomeLoanCalculator-module__SJ-L_G__linkedin{background:#0a66c2}.HomeLoanCalculator-module__SJ-L_G__copy{background:var(--surface);border:1px solid var(--border);color:var(--foreground)}.HomeLoanCalculator-module__SJ-L_G__layoutGrid{grid-template-columns:minmax(0,1fr) minmax(0,320px);align-items:start;gap:1.5rem;display:grid}.HomeLoanCalculator-module__SJ-L_G__mainColumn{flex-direction:column;gap:2rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__calculatorBlock{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);grid-template-columns:minmax(0,360px) minmax(0,1fr);gap:1.5rem;padding:1.5rem;display:grid}.HomeLoanCalculator-module__SJ-L_G__inputPanel{flex-direction:column;gap:1.25rem;padding-right:.5rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__panelTitle{color:var(--foreground);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.HomeLoanCalculator-module__SJ-L_G__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__labelRow{justify-content:space-between;align-items:center;display:flex}.HomeLoanCalculator-module__SJ-L_G__inputLabel{color:var(--foreground);font-size:.85rem;font-weight:600}.HomeLoanCalculator-module__SJ-L_G__inputFieldContainer{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--background);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);align-items:center;height:44px;display:flex;position:relative}.HomeLoanCalculator-module__SJ-L_G__inputFieldContainer:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.HomeLoanCalculator-module__SJ-L_G__inputPrefix{color:var(--text-muted);-webkit-user-select:none;user-select:none;padding-left:.75rem;font-size:.95rem;font-weight:600}.HomeLoanCalculator-module__SJ-L_G__numberInput{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;width:100%;padding:0 .75rem;font-size:1rem;font-weight:700}.HomeLoanCalculator-module__SJ-L_G__selectAddon{background:var(--surface);border:none;border-left:1.5px solid var(--border);border-top-right-radius:calc(var(--radius-sm) - 1.5px);border-bottom-right-radius:calc(var(--radius-sm) - 1.5px);cursor:pointer;height:100%;color:var(--foreground);outline:none;padding:0 .75rem;font-weight:600}.HomeLoanCalculator-module__SJ-L_G__slider{appearance:none;background:var(--border);border-radius:999px;outline:none;width:100%;height:4px;margin-top:.4rem}.HomeLoanCalculator-module__SJ-L_G__slider::-webkit-slider-thumb{appearance:none;background:var(--primary);cursor:pointer;width:18px;height:18px;transition:transform var(--transition-fast);border-radius:50%;box-shadow:0 2px 6px #5b5bf866}.HomeLoanCalculator-module__SJ-L_G__slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.HomeLoanCalculator-module__SJ-L_G__slider::-moz-range-thumb{background:var(--primary);cursor:pointer;width:18px;height:18px;transition:transform var(--transition-fast);border:none;border-radius:50%;box-shadow:0 2px 6px #5b5bf866}.HomeLoanCalculator-module__SJ-L_G__slider::-moz-range-thumb:hover{transform:scale(1.15)}.HomeLoanCalculator-module__SJ-L_G__btnGroup{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__btnAction{border-radius:var(--radius-sm);width:100%;height:46px;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:700;display:flex}.HomeLoanCalculator-module__SJ-L_G__btnCalc{background:var(--primary);color:#fff;box-shadow:var(--glow-primary)}.HomeLoanCalculator-module__SJ-L_G__btnCalc:hover{background:var(--primary-hover);box-shadow:var(--glow-primary-hover)}.HomeLoanCalculator-module__SJ-L_G__btnReset{color:var(--foreground);border:1.5px solid var(--border);background:0 0}.HomeLoanCalculator-module__SJ-L_G__btnReset:hover{background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.HomeLoanCalculator-module__SJ-L_G__resultsPanel{border-left:1px solid var(--border);flex-direction:column;gap:1.5rem;padding-left:1.5rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__resultsHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__resultsHeaderButtons{gap:.5rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__btnHeader{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);color:var(--foreground);transition:all var(--transition-fast);align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.8rem;font-weight:600;display:flex}.HomeLoanCalculator-module__SJ-L_G__btnHeader:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.HomeLoanCalculator-module__SJ-L_G__resultCards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;display:grid}.HomeLoanCalculator-module__SJ-L_G__resCard{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);transition:transform var(--transition-fast);justify-content:space-between;align-items:center;gap:.7rem;padding:.85rem 1rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__resCard:hover{transform:translateY(-2px)}.HomeLoanCalculator-module__SJ-L_G__resCardIcon{border-radius:var(--radius-xs);flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.25rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__iconInvested{color:var(--primary);background:#5b5bf81a}.HomeLoanCalculator-module__SJ-L_G__iconReturns{color:var(--success);background:#22c55e1a}.HomeLoanCalculator-module__SJ-L_G__iconMaturity{color:var(--accent);background:#06b6d41a}.HomeLoanCalculator-module__SJ-L_G__resCardInfo{flex-direction:column;flex:1;display:flex}.HomeLoanCalculator-module__SJ-L_G__resCardLabel{color:var(--text-muted);font-size:.72rem;font-weight:600}.HomeLoanCalculator-module__SJ-L_G__resCardValue{color:var(--foreground);font-size:1.15rem;font-weight:850}.HomeLoanCalculator-module__SJ-L_G__chartWrapper{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;position:relative}.HomeLoanCalculator-module__SJ-L_G__chartTitle{color:var(--foreground);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.HomeLoanCalculator-module__SJ-L_G__chartLegends{flex-wrap:wrap;gap:1.25rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:flex}.HomeLoanCalculator-module__SJ-L_G__legendItem{color:var(--text-muted);align-items:center;gap:.35rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__legendColor{border-radius:2px;width:10px;height:10px}.HomeLoanCalculator-module__SJ-L_G__chartSvgContainer{width:100%;height:220px;position:relative}.HomeLoanCalculator-module__SJ-L_G__svgRoot{width:100%;height:100%;overflow:visible}.HomeLoanCalculator-module__SJ-L_G__chartLine{fill:none;stroke-width:2.5px;stroke-linecap:round;transition:d .3s}.HomeLoanCalculator-module__SJ-L_G__chartArea{opacity:.12;transition:d .3s}.HomeLoanCalculator-module__SJ-L_G__chartGridLine{stroke:var(--border);stroke-dasharray:4 4}.HomeLoanCalculator-module__SJ-L_G__axisText{fill:var(--text-muted);font-family:inherit;font-size:10px;font-weight:550}.HomeLoanCalculator-module__SJ-L_G__activeDot{stroke:var(--surface);stroke-width:2.5px;filter:drop-shadow(0 2px 4px #00000026)}.HomeLoanCalculator-module__SJ-L_G__chartTooltip{background:var(--surface);border:1.5px solid var(--border);box-shadow:var(--shadow-md);border-radius:var(--radius-xs);pointer-events:none;z-index:10;flex-direction:column;gap:.25rem;margin-top:-10px;padding:.6rem .8rem;font-size:.75rem;transition:left .15s,top .15s;display:flex;position:absolute;transform:translate(-50%,-100%)}.HomeLoanCalculator-module__SJ-L_G__tooltipTitle{color:var(--foreground);border-bottom:1px solid var(--border);margin-bottom:.2rem;padding-bottom:.2rem;font-weight:700}.HomeLoanCalculator-module__SJ-L_G__tooltipRow{justify-content:space-between;gap:1rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__tooltipValue{color:var(--foreground);font-weight:700}.HomeLoanCalculator-module__SJ-L_G__multiplierBox{background:var(--primary-soft);border:1.5px dashed var(--primary);border-radius:var(--radius-sm);color:var(--primary);text-align:center;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.95rem;font-weight:700;display:flex}.HomeLoanCalculator-module__SJ-L_G__multiplierIcon{font-size:1.25rem}.HomeLoanCalculator-module__SJ-L_G__formulaCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__formulaTitle{color:var(--foreground);font-size:1.1rem;font-weight:700}.HomeLoanCalculator-module__SJ-L_G__formulaContainer{background:var(--background);border-radius:var(--radius-sm);border:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__formulaLatex{color:var(--primary);text-align:center;flex:1;min-width:250px;padding:.5rem;font-family:Cambria Math,Times New Roman,serif;font-size:1.2rem;font-weight:750}.HomeLoanCalculator-module__SJ-L_G__formulaLegend{color:var(--text-muted);border-left:2px solid var(--border);flex-direction:column;flex:1;gap:.4rem;min-width:250px;padding-left:1.5rem;font-size:.8rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__howToUseCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.5rem}.HomeLoanCalculator-module__SJ-L_G__stepsGrid{grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:1.25rem;display:grid}.HomeLoanCalculator-module__SJ-L_G__stepCard{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;transition:transform var(--transition-fast);flex-direction:column;align-items:center;gap:.6rem;padding:1rem .85rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__stepCard:hover{transform:translateY(-2px)}.HomeLoanCalculator-module__SJ-L_G__stepNumber{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex}.HomeLoanCalculator-module__SJ-L_G__stepText{color:var(--foreground);font-size:.78rem;font-weight:600;line-height:1.4}.HomeLoanCalculator-module__SJ-L_G__benefitsCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.5rem}.HomeLoanCalculator-module__SJ-L_G__benefitsGrid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.25rem;display:grid}.HomeLoanCalculator-module__SJ-L_G__benefitItem{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);transition:transform var(--transition-fast);flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem 1rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__benefitItem:hover{transform:translateY(-3px)}.HomeLoanCalculator-module__SJ-L_G__benefitIconWrapper{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:42px;height:42px;font-size:1.3rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__benefitTitle{color:var(--foreground);font-size:.9rem;font-weight:750}.HomeLoanCalculator-module__SJ-L_G__benefitDesc{color:var(--text-muted);font-size:.78rem;line-height:1.45}.HomeLoanCalculator-module__SJ-L_G__contentCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);color:var(--foreground);flex-direction:column;gap:1.5rem;padding:2rem;line-height:1.7;display:flex}.HomeLoanCalculator-module__SJ-L_G__contentCard h2{border-bottom:2px solid var(--primary-soft);margin-top:1rem;padding-bottom:.4rem;font-size:1.4rem;font-weight:800}.HomeLoanCalculator-module__SJ-L_G__contentCard h3{margin-top:.75rem;font-size:1.15rem;font-weight:750}.HomeLoanCalculator-module__SJ-L_G__contentCard p{color:var(--foreground);opacity:.9;font-size:.9rem}.HomeLoanCalculator-module__SJ-L_G__contentCard ul,.HomeLoanCalculator-module__SJ-L_G__contentCard ol{flex-direction:column;gap:.4rem;padding-left:1.5rem;font-size:.9rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__contentCard table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.85rem}.HomeLoanCalculator-module__SJ-L_G__contentCard th{background:var(--background);color:var(--foreground);text-align:left;border:1px solid var(--border);padding:.6rem .8rem;font-weight:700}.HomeLoanCalculator-module__SJ-L_G__contentCard td{border:1px solid var(--border);padding:.6rem .8rem}.HomeLoanCalculator-module__SJ-L_G__contentCard tr:nth-child(2n){background:var(--background)}.HomeLoanCalculator-module__SJ-L_G__illustrationBox{background:linear-gradient(135deg, var(--primary-soft), #06b6d40d);border-radius:var(--radius-sm);border:1px solid var(--border);align-items:center;gap:2rem;padding:1.5rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__illustrationText{flex:1}.HomeLoanCalculator-module__SJ-L_G__illustrationSvg{flex-shrink:0;width:160px;height:160px}.HomeLoanCalculator-module__SJ-L_G__btnReadMore{color:var(--primary);border:1.5px solid var(--primary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border-radius:999px;align-self:flex-start;padding:.45rem 1.2rem;font-size:.85rem;font-weight:700}.HomeLoanCalculator-module__SJ-L_G__btnReadMore:hover{background:var(--primary-soft)}.HomeLoanCalculator-module__SJ-L_G__faqCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.5rem}.HomeLoanCalculator-module__SJ-L_G__faqList{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__faqItem{border:1.5px solid var(--border);border-radius:var(--radius-sm);transition:border-color var(--transition-fast);overflow:hidden}.HomeLoanCalculator-module__SJ-L_G__faqItemOpen{border-color:var(--primary)}.HomeLoanCalculator-module__SJ-L_G__faqQuestion{background:var(--surface);text-align:left;width:100%;color:var(--foreground);cursor:pointer;transition:background var(--transition-fast);border:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.9rem;font-weight:700;display:flex}.HomeLoanCalculator-module__SJ-L_G__faqQuestion:hover{background:var(--background)}.HomeLoanCalculator-module__SJ-L_G__faqChevron{color:var(--text-muted);font-size:.8rem;transition:transform .25s}.HomeLoanCalculator-module__SJ-L_G__faqChevronOpen{color:var(--primary);transform:rotate(180deg)}.HomeLoanCalculator-module__SJ-L_G__faqAnswer{background:var(--surface);max-height:0;color:var(--foreground);opacity:.95;padding:0 1.25rem;font-size:.85rem;line-height:1.55;transition:max-height .25s ease-out,padding .25s;overflow:hidden}.HomeLoanCalculator-module__SJ-L_G__faqAnswerOpen{max-height:200px;padding:0 1.25rem 1rem}.HomeLoanCalculator-module__SJ-L_G__tableTabs{border-bottom:2px solid var(--border);gap:1rem;margin-bottom:1rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__tabBtn{color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.5rem 1rem;font-size:.85rem;font-weight:700}.HomeLoanCalculator-module__SJ-L_G__tabBtnActive{color:var(--primary);border-bottom-color:var(--primary)}.HomeLoanCalculator-module__SJ-L_G__tableWrapper{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--background);overflow-x:auto}.HomeLoanCalculator-module__SJ-L_G__breakdownTable{border-collapse:collapse;text-align:left;width:100%;font-size:.8rem}.HomeLoanCalculator-module__SJ-L_G__breakdownTable th{background:var(--surface);color:var(--foreground);border-bottom:1.5px solid var(--border);padding:.75rem 1rem;font-weight:700}.HomeLoanCalculator-module__SJ-L_G__breakdownTable td{border-bottom:1px solid var(--border);color:var(--foreground);padding:.7rem 1rem}.HomeLoanCalculator-module__SJ-L_G__breakdownTable tr:last-child td{border-bottom:none}.HomeLoanCalculator-module__SJ-L_G__breakdownTable tr:hover{background:var(--surface)}.HomeLoanCalculator-module__SJ-L_G__breakdownTable tr.HomeLoanCalculator-module__SJ-L_G__totalsRow{background:var(--primary-soft);font-weight:750}.HomeLoanCalculator-module__SJ-L_G__breakdownTable tr.HomeLoanCalculator-module__SJ-L_G__totalsRow td{border-top:1.5px solid var(--border)}.HomeLoanCalculator-module__SJ-L_G__relatedCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.5rem}.HomeLoanCalculator-module__SJ-L_G__relatedTitleRow{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__relatedTitle{color:var(--foreground);font-size:1.1rem;font-weight:750}.HomeLoanCalculator-module__SJ-L_G__viewAllLink{color:var(--primary);font-size:.8rem;font-weight:600}.HomeLoanCalculator-module__SJ-L_G__relatedGrid{grid-template-columns:repeat(4,1fr);gap:.85rem;display:grid}.HomeLoanCalculator-module__SJ-L_G__relatedItem{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);transition:transform var(--transition-fast), border-color var(--transition-fast);align-items:center;gap:.6rem;padding:.85rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__relatedItem:hover{border-color:var(--primary);transform:translateY(-2px)}.HomeLoanCalculator-module__SJ-L_G__relatedIcon{flex-shrink:0;font-size:1.4rem}.HomeLoanCalculator-module__SJ-L_G__relatedName{color:var(--foreground);font-size:.78rem;font-weight:700;line-height:1.35}.HomeLoanCalculator-module__SJ-L_G__sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:92px}.HomeLoanCalculator-module__SJ-L_G__sidebarCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.25rem}.HomeLoanCalculator-module__SJ-L_G__sidebarCardTitle{color:var(--foreground);border-bottom:1px solid var(--border);align-items:center;gap:.4rem;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.95rem;font-weight:800;display:flex}.HomeLoanCalculator-module__SJ-L_G__sidebarLinkList{flex-direction:column;gap:.2rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__sidebarLinkItem{border-radius:var(--radius-xs);color:var(--foreground);transition:all var(--transition-fast);justify-content:space-between;align-items:center;padding:.5rem .6rem;font-size:.8rem;font-weight:650;display:flex}.HomeLoanCalculator-module__SJ-L_G__sidebarLinkItem:hover{background:var(--primary-soft);color:var(--primary);transform:translate(4px)}.HomeLoanCalculator-module__SJ-L_G__sidebarLinkItemChevron{color:var(--text-muted);font-size:.7rem}.HomeLoanCalculator-module__SJ-L_G__btnSidebarViewAll{border:1.5px solid var(--border);width:100%;height:36px;color:var(--foreground);cursor:pointer;transition:all var(--transition-fast);background:0 0;border-radius:999px;margin-top:.75rem;font-size:.78rem;font-weight:700}.HomeLoanCalculator-module__SJ-L_G__btnSidebarViewAll:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.HomeLoanCalculator-module__SJ-L_G__saveShareWidget{border:1.5px solid var(--primary-soft);text-align:center;background:linear-gradient(135deg,#5b5bf80a,#7c3aed0a);flex-direction:column;align-items:center;gap:.6rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__saveShareText{color:var(--text-muted);margin-bottom:.4rem;font-size:.75rem;line-height:1.4}.HomeLoanCalculator-module__SJ-L_G__btnSaveResult{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;width:100%;height:40px;box-shadow:var(--glow-primary);transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;display:flex}.HomeLoanCalculator-module__SJ-L_G__btnSaveResult:hover{background:var(--primary-hover);box-shadow:var(--glow-primary-hover)}.HomeLoanCalculator-module__SJ-L_G__didYouKnowWidget{border-left:4px solid var(--primary);background:var(--background)}.HomeLoanCalculator-module__SJ-L_G__dykContent{flex-direction:column;gap:.6rem;display:flex}.HomeLoanCalculator-module__SJ-L_G__dykTitle{color:var(--foreground);font-size:.85rem;font-weight:750}.HomeLoanCalculator-module__SJ-L_G__dykText{color:var(--text-muted);font-size:.78rem;line-height:1.45}@media (max-width:1250px){.HomeLoanCalculator-module__SJ-L_G__layoutGrid{grid-template-columns:1fr}.HomeLoanCalculator-module__SJ-L_G__sidebar{display:none}}@media (max-width:820px){.HomeLoanCalculator-module__SJ-L_G__calculatorBlock{grid-template-columns:minmax(0,1fr)}.HomeLoanCalculator-module__SJ-L_G__resultsPanel{border-left:none;border-top:1px solid var(--border);min-width:0;padding-top:1.5rem;padding-left:0}.HomeLoanCalculator-module__SJ-L_G__stepsGrid{grid-template-columns:repeat(3,1fr)}.HomeLoanCalculator-module__SJ-L_G__benefitsGrid,.HomeLoanCalculator-module__SJ-L_G__relatedGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.HomeLoanCalculator-module__SJ-L_G__calculatorBlock{gap:1rem;padding:1rem .8rem}.HomeLoanCalculator-module__SJ-L_G__title{font-size:1.6rem}.HomeLoanCalculator-module__SJ-L_G__metaRow{flex-direction:column;align-items:flex-start;gap:.75rem}.HomeLoanCalculator-module__SJ-L_G__resultCards,.HomeLoanCalculator-module__SJ-L_G__stepsGrid,.HomeLoanCalculator-module__SJ-L_G__benefitsGrid,.HomeLoanCalculator-module__SJ-L_G__relatedGrid{grid-template-columns:1fr}.HomeLoanCalculator-module__SJ-L_G__formulaContainer{padding:1rem}.HomeLoanCalculator-module__SJ-L_G__formulaLegend{border-left:none;border-top:1.5px solid var(--border);margin-top:.5rem;padding-top:1rem;padding-left:0}.HomeLoanCalculator-module__SJ-L_G__illustrationBox{text-align:center;flex-direction:column;align-items:center;gap:1rem}.HomeLoanCalculator-module__SJ-L_G__illustrationSvg{width:120px;height:120px}}.HomeLoanCalculator-module__SJ-L_G__scrollReveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.HomeLoanCalculator-module__SJ-L_G__revealActive{opacity:1;transform:translateY(0)}
