.calculator-module__ALHHeW__root{background-color:var(--paper);background-image:radial-gradient(#7a766c12 1px,#0000 1.2px);background-size:22px 22px;flex:1;padding-bottom:64px}.calculator-module__ALHHeW__hero{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:48px 24px 32px;display:flex;position:relative}.calculator-module__ALHHeW__backLink{color:var(--ink-4);font-size:13px;text-decoration:none;position:absolute;top:52px;left:40px}.calculator-module__ALHHeW__backLink:hover{color:var(--ink-2)}.calculator-module__ALHHeW__heroTitle{font-family:var(--font-display,"Arial Narrow", sans-serif);color:var(--ink);margin:0;font-size:clamp(26px,3.5vw,40px);font-weight:700;line-height:1.1}.calculator-module__ALHHeW__heroSub{color:var(--ink-3);margin:0;font-size:15px}.calculator-module__ALHHeW__card{flex-direction:column;gap:12px;max-width:720px;margin:0 auto;padding:0 24px;display:flex}.calculator-module__ALHHeW__sliderSection{background:var(--card);border:1.5px solid var(--line-strong);border-radius:10px;flex-direction:column;gap:12px;padding:22px 24px 18px;display:flex}.calculator-module__ALHHeW__sliderRow{justify-content:space-between;align-items:center;display:flex}.calculator-module__ALHHeW__sliderLabel{color:var(--ink-3);font-size:14px}.calculator-module__ALHHeW__sliderValue{font-size:14px;font-family:var(--font-mono,monospace);color:var(--ink);font-weight:600}.calculator-module__ALHHeW__sliderWrap{padding-bottom:18px;position:relative}.calculator-module__ALHHeW__slider{cursor:pointer;appearance:none;background:0 0;outline:none;width:100%;height:34px;display:block}.calculator-module__ALHHeW__carsSlider::-webkit-slider-runnable-track{border:1px solid var(--line-strong);background:linear-gradient(to right, var(--paper-2) 4%, #f7d9c9 4% 20%, var(--accent-soft) 20%);border-radius:4px;height:8px}.calculator-module__ALHHeW__carsSlider::-moz-range-track{border:1px solid var(--line-strong);background:linear-gradient(to right, var(--paper-2) 4%, #f7d9c9 4% 20%, var(--accent-soft) 20%);border-radius:4px;height:8px}.calculator-module__ALHHeW__partsSlider::-webkit-slider-runnable-track{border:1px solid var(--line-strong);background:linear-gradient(to right, var(--paper-2) 10%, #f7d9c9 10% 30%, var(--accent-soft) 30%);border-radius:4px;height:8px}.calculator-module__ALHHeW__partsSlider::-moz-range-track{border:1px solid var(--line-strong);background:linear-gradient(to right, var(--paper-2) 10%, #f7d9c9 10% 30%, var(--accent-soft) 30%);border-radius:4px;height:8px}.calculator-module__ALHHeW__slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);border:2px solid var(--ink);cursor:grab;z-index:2;border-radius:50%;width:24px;height:24px;margin-top:-8px;transition:transform .1s;position:relative}.calculator-module__ALHHeW__slider::-moz-range-thumb{background:var(--accent);border:2px solid var(--ink);cursor:grab;border-radius:50%;width:24px;height:24px}.calculator-module__ALHHeW__slider:active::-webkit-slider-thumb{cursor:grabbing;transform:scale(1.12)}.calculator-module__ALHHeW__sliderTicks{color:var(--ink-4);pointer-events:none;justify-content:space-between;font-size:11px;display:flex;position:absolute;bottom:0;left:0;right:0}.calculator-module__ALHHeW__divider{border-top:1px dashed var(--line-strong);height:0;margin:2px 0}.calculator-module__ALHHeW__recommendation{background:var(--card);border:1.5px solid var(--line-strong);border-radius:10px;justify-content:space-between;align-items:flex-end;gap:16px;padding:22px 24px;display:flex}.calculator-module__ALHHeW__recLeft{flex-direction:column;gap:4px;display:flex}.calculator-module__ALHHeW__recLabel{color:var(--ink-4);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.calculator-module__ALHHeW__recTier{font-family:var(--font-display,"Arial Narrow", sans-serif);color:var(--ink);font-size:34px;font-weight:700;line-height:1}.calculator-module__ALHHeW__recPrice{color:var(--accent)}.calculator-module__ALHHeW__recDetails{color:var(--ink-3);margin-top:4px;font-size:13px}.calculator-module__ALHHeW__recCta{background:var(--ink);color:var(--paper);border:1.5px solid var(--ink);white-space:nowrap;border-radius:6px;padding:11px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.calculator-module__ALHHeW__recCta:hover{opacity:.8}.calculator-module__ALHHeW__recCtaFeatured{background:var(--accent);border-color:var(--accent);color:#fff}.calculator-module__ALHHeW__tierSummaries{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.calculator-module__ALHHeW__tierSummary{border:1px dashed var(--line-strong);background:var(--card);border-radius:6px;flex-direction:column;gap:3px;padding:12px 14px;text-decoration:none;transition:border-color .15s;display:flex}.calculator-module__ALHHeW__tierSummary:hover{border-color:var(--ink-3)}.calculator-module__ALHHeW__tierSummaryActive{border-style:solid;border-width:1.5px;border-color:var(--line-strong)}.calculator-module__ALHHeW__tierSummaryFeatured{background:var(--accent-soft);border-color:var(--accent)!important}.calculator-module__ALHHeW__summaryName{color:var(--ink);font-size:13px;font-weight:700}.calculator-module__ALHHeW__summaryStarIcon{color:var(--accent)}.calculator-module__ALHHeW__summaryTagline{color:var(--ink-3);font-size:12px}.calculator-module__ALHHeW__summaryDetail{color:var(--ink-4);font-size:12px}@media (max-width:640px){.calculator-module__ALHHeW__backLink{display:none}.calculator-module__ALHHeW__recommendation{flex-direction:column;align-items:flex-start}.calculator-module__ALHHeW__recCta{text-align:center;width:100%}.calculator-module__ALHHeW__tierSummaries{grid-template-columns:1fr}}
