.pk-est{max-width:1180px;margin:0 auto;padding:56px 20px}.pk-est-head{text-align:center;max-width:640px;margin:0 auto 34px}.pk-est-title{font-family:var(--display, inherit);font-size:clamp(24px,4.4vw,34px);line-height:1.12;margin:0 0 10px}.pk-est-sub{color:var(--muted, #667);font-size:15.5px;line-height:1.5;margin:0}.pk-est-grid{display:grid;grid-template-columns:1fr;gap:22px;align-items:start}.pk-est-inputs{display:flex;flex-direction:column;gap:22px;background:var(--surface, #f6f6f8);border:1px solid var(--line, rgba(127, 127, 127, .16));border-radius:16px;padding:22px}.pk-est-field-top{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.pk-est-label{font-family:var(--body, inherit);font-size:14.5px;font-weight:700;color:var(--ink, #111)}.pk-est-val{font-family:var(--display, inherit);font-weight:700;font-size:15px;color:var(--accent-deep, var(--accent, #333));font-variant-numeric:tabular-nums}.pk-est-help{margin:4px 0 0;font-size:12.5px;color:var(--muted, #778)}.pk-est-field-top+*{margin-top:12px}.pk-est-help+*{margin-top:10px}.pk-est-select{width:100%;min-height:46px;font-family:var(--body, inherit);font-size:15px;color:var(--ink, #111);background:var(--bg, #fff);border:1.5px solid var(--line, rgba(127, 127, 127, .28));border-radius:10px;padding:0 12px}.pk-est-select:focus-visible{outline:0;border-color:var(--accent, #333)}.pk-est-chips{display:flex;flex-wrap:wrap;gap:9px}.pk-est-chip{position:relative;cursor:pointer}.pk-est-chip input{position:absolute;opacity:0;inset:0;margin:0;cursor:pointer}.pk-est-chip-face{display:flex;flex-direction:column;gap:1px;min-height:44px;justify-content:center;padding:8px 15px;border-radius:10px;background:var(--bg, #fff);border:1.5px solid var(--line, rgba(127, 127, 127, .28));font-size:14.5px;font-weight:600;color:var(--ink, #111);transition:border-color var(--ease, .25s ease),background var(--ease, .25s ease),color var(--ease, .25s ease)}.pk-est-chip-face small{font-weight:500;font-size:11.5px;color:var(--muted, #778)}.pk-est-chip input:hover+.pk-est-chip-face{border-color:var(--accent, #333)}.pk-est-chip input:checked+.pk-est-chip-face{background:var(--accent, #333);border-color:var(--accent, #333);color:var(--on-accent, #fff)}.pk-est-chip input:checked+.pk-est-chip-face small{color:var(--on-accent, #fff);opacity:.82}.pk-est-chip input:focus-visible+.pk-est-chip-face{box-shadow:0 0 0 3px var(--accent-soft, rgba(127, 127, 127, .25))}.pk-est-switch{display:inline-flex;align-items:center;gap:12px;cursor:pointer;min-height:44px}.pk-est-switch input{position:absolute;opacity:0;width:0;height:0}.pk-est-switch-track{width:48px;height:28px;border-radius:999px;flex-shrink:0;background:var(--line-2, rgba(127, 127, 127, .4));position:relative;transition:background var(--ease, .25s ease)}.pk-est-switch-track:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000004d;transition:transform var(--ease, .25s ease)}.pk-est-switch input:checked+.pk-est-switch-track{background:var(--accent, #333)}.pk-est-switch input:checked+.pk-est-switch-track:after{transform:translate(20px)}.pk-est-switch input:focus-visible+.pk-est-switch-track{box-shadow:0 0 0 3px var(--accent-soft, rgba(127, 127, 127, .25))}.pk-est-switch-text{font-size:14px;color:var(--muted, #667)}.pk-est-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:999px;background:var(--line-2, rgba(127, 127, 127, .35));outline:0}.pk-est-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:26px;height:26px;border-radius:50%;background:var(--accent, #333);border:3px solid var(--bg, #fff);box-shadow:0 2px 6px #0000004d;cursor:pointer}.pk-est-slider::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:var(--accent, #333);border:3px solid var(--bg, #fff);box-shadow:0 2px 6px #0000004d;cursor:pointer}.pk-est-slider:focus-visible{box-shadow:0 0 0 3px var(--accent-soft, rgba(127, 127, 127, .25))}.pk-est-stepper{display:inline-flex;align-items:center;gap:0}.pk-est-step{width:46px;height:46px;flex-shrink:0;font-size:22px;line-height:1;font-family:var(--body, inherit);color:var(--ink, #111);background:var(--bg, #fff);border:1.5px solid var(--line, rgba(127, 127, 127, .28));cursor:pointer;transition:border-color var(--ease, .25s ease),background var(--ease, .25s ease)}.pk-est-step:first-child{border-radius:10px 0 0 10px}.pk-est-step:last-child{border-radius:0 10px 10px 0}.pk-est-step:hover{border-color:var(--accent, #333)}.pk-est-num{width:68px;height:46px;text-align:center;font-family:var(--display, inherit);font-size:16px;font-weight:700;color:var(--ink, #111);background:var(--bg, #fff);border:1.5px solid var(--line, rgba(127, 127, 127, .28));border-left:0;border-right:0;-moz-appearance:textfield}.pk-est-num::-webkit-outer-spin-button,.pk-est-num::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pk-est-num:focus-visible,.pk-est-step:focus-visible{outline:0;border-color:var(--accent, #333);position:relative;z-index:1}.pk-est-result{position:relative}.pk-est-result-in{background:var(--ink, #14141a);color:var(--bg, #fff);border-radius:16px;padding:26px 24px}.pk-est-result-label{margin:0 0 6px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:color-mix(in srgb,var(--bg, #fff) 62%,transparent)}.pk-est-range{margin:0 0 18px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;font-family:var(--display, inherit);font-weight:800;font-size:clamp(28px,6vw,40px);line-height:1.05;color:var(--bg, #fff);font-variant-numeric:tabular-nums}.pk-est-range .pk-est-dash{color:var(--accent-light, var(--accent, #888));font-weight:600}.pk-est-lines{list-style:none;margin:0 0 20px;padding:0}.pk-est-lines li{display:flex;justify-content:space-between;gap:14px;padding:9px 0;font-size:13.5px;border-top:1px solid color-mix(in srgb,var(--bg, #fff) 12%,transparent);color:color-mix(in srgb,var(--bg, #fff) 82%,transparent)}.pk-est-lines li:first-child{border-top:0}.pk-est-lines li .pk-est-line-lab{display:flex;flex-direction:column}.pk-est-lines li .pk-est-line-lab small{font-size:11.5px;color:color-mix(in srgb,var(--bg, #fff) 54%,transparent)}.pk-est-lines li .pk-est-line-amt{font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}.pk-est-cta{display:flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:11px;background:var(--accent, #e8272a);color:var(--on-accent, #fff);font-family:var(--display, inherit);font-weight:700;font-size:15.5px;text-decoration:none;transition:transform var(--ease, .25s ease),filter var(--ease, .25s ease)}.pk-est-cta:hover{transform:translateY(-2px);filter:brightness(1.06)}.pk-est-disc{margin:14px 0 0;font-size:11.5px;line-height:1.45;color:color-mix(in srgb,var(--bg, #fff) 52%,transparent)}@media (min-width:860px){.pk-est-grid{grid-template-columns:1.15fr .85fr;gap:28px}.pk-est-inputs{padding:26px}.pk-est-result{position:sticky;top:24px}}@media (prefers-reduced-motion:reduce){.pk-est-chip-face,.pk-est-switch-track,.pk-est-switch-track:after,.pk-est-step,.pk-est-cta{transition:none!important}}