.savings-calculator,.savings-calculator *{box-sizing:border-box}.savings-calculator{--slider-track:#e4ecf0;--slider-track-fill:#3dcc84;--slider-thumb:#3dcc84;color:#0e1012;font-family:system-ui,-apple-system,Segoe UI,sans-serif;isolation:isolate;line-height:1.5;padding:25px 20px;width:100%}.savings-calculator__inner{margin:0 auto;max-width:1200px;width:100%}.savings-calculator__layout{display:flex;flex-direction:column;gap:25px}.savings-calculator__controls{background:#fff;border:1px solid #e4ecf0;border-radius:14px;display:flex;flex-direction:column;gap:20px;padding:20px}.savings-calculator__input-group{display:flex;flex-direction:column;gap:10px}.savings-calculator__label{color:#0e1012;font-size:16px;font-weight:600}.savings-calculator__range{-webkit-appearance:none;appearance:none;background:transparent;border-radius:8px;height:24px;outline:none;width:100%}.savings-calculator__range::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--slider-track-fill) 0,var(--slider-track-fill) var(--range-pct,0),var(--slider-track) var(--range-pct,0),var(--slider-track) 100%);border-radius:8px;height:10px}.savings-calculator__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--slider-thumb);border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px rgba(14,16,18,.2);cursor:pointer;height:24px;margin-top:-7px;width:24px}.savings-calculator__range::-moz-range-track{background:var(--slider-track);border-radius:8px;height:10px}.savings-calculator__range::-moz-range-progress{background:var(--slider-track-fill);border-radius:8px;height:10px}.savings-calculator__range::-moz-range-thumb{background:var(--slider-thumb);border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px rgba(14,16,18,.2);cursor:pointer;height:24px;width:24px}.savings-calculator__value-row{align-items:center;display:flex;justify-content:space-between;margin-top:8px}.savings-calculator__value-row span{color:#0e1012;font-size:14px;opacity:.75}.savings-calculator__value-input{background:#fff;border:1px solid #e4ecf0;border-radius:8px;color:#0e1012;font-size:16px;font-weight:600;padding:10px 12px;text-align:center;width:130px}.savings-calculator__summary{align-items:center;color:#0e1012;display:flex;flex-direction:column;gap:6px;margin-top:12px;text-align:center}.savings-calculator__summary-label{display:block;font-size:15px;font-weight:600;line-height:1.3}.savings-calculator__summary-amount{display:block;font-size:30px;font-weight:700;letter-spacing:-.02em;line-height:1.15}.savings-calculator__results{background:#fff;border:1px solid #e4ecf0;border-radius:14px;display:flex;flex-direction:column;gap:20px;padding:25px}.savings-calculator__results-title{font-weight:700;margin:0;text-align:center}.savings-calculator__subtitle{color:#0e1012;font-size:16px;font-weight:600;margin:0;opacity:.75;text-align:center}.savings-calculator__grid{display:grid;font-size:16px;gap:16px;grid-template-columns:1fr}.savings-calculator__grid-cell{background-color:#e4ecf0;border:1px solid #e4ecf0;border-radius:10px;min-width:0;padding:18px 16px}.savings-calculator__grid-heading{color:#0e1012;font-size:18px;font-weight:700;margin:0 0 12px}.savings-calculator__metric-label{color:#0e1012;font-size:14px;font-weight:400;line-height:1.5;opacity:.75}.savings-calculator__metric-row{align-items:flex-start;display:flex;flex-direction:column;gap:6px;justify-content:flex-start;margin:10px 0 0;min-width:0}.savings-calculator__metric-row:first-of-type{margin-top:0}.savings-calculator__grid-cell .savings-calculator__metric-row+.savings-calculator__metric-row{margin-top:14px}.savings-calculator__value-amount{color:#0e1012;font-size:20px;font-weight:700}.savings-calculator__value-amount--grid{font-size:18px;font-weight:700;min-width:0;text-align:left;white-space:nowrap}.savings-calculator__highlight{background-color:#e4ecf0;border:1px solid #e4ecf0;border-radius:14px;font-size:16px;margin-top:8px;padding:20px;text-align:center}.savings-calculator__highlight p{color:#0e1012;font-size:16px;line-height:1.4;margin:8px 0}.savings-calculator__highlight .savings-calculator__value-amount{color:#0e1012;font-size:20px;font-weight:700;vertical-align:baseline}.savings-calculator__highlight strong{color:#0e1012}.savings-calculator__footnote{color:#0e1012;font-size:16px;margin-top:1rem;opacity:.75;text-align:center}.savings-calculator__button-wrapper{margin-top:16px;text-align:center}.savings-calculator__disclaimer{color:#0e1012;font-size:13px;line-height:1.4;margin-top:25px;opacity:.7;text-align:center}@media (min-width:768px){.savings-calculator{padding:35px}.savings-calculator__layout{flex-direction:row}.savings-calculator__controls,.savings-calculator__results{flex:1}.savings-calculator__grid{grid-template-columns:repeat(2,1fr)}.savings-calculator__grid-cell{padding:20px 18px}}@media (min-width:992px){.savings-calculator__grid{gap:14px;grid-template-columns:repeat(3,1fr)}.savings-calculator__grid-cell{padding:20px 16px}}@media (min-width:1200px){.savings-calculator__inner{max-width:1200px}.savings-calculator__layout{gap:40px}.savings-calculator__controls,.savings-calculator__results{padding:30px}}