/* Calculator composed in the current v3 design system. */
.calculator-page .mlc-step:has(#truck-types:not([hidden])){padding-bottom:0}
.mlc-truck-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}
.mlc-truck-option{display:grid;grid-template-columns:64px minmax(0,1fr) 24px;align-items:center;gap:16px;min-height:160px;padding:24px;border:1px solid var(--line);border-radius:var(--r);background:#fff;color:var(--ink);font:inherit;text-align:left;cursor:pointer;transition:background .15s,border-color .15s}
.mlc-truck-option>svg{width:64px;height:64px}
.mlc-truck-copy{display:flex;flex-direction:column;gap:8px}
.mlc-truck-copy strong{font-size:19px;font-weight:600;line-height:1.3}
.mlc-truck-copy>span{font-size:14px;line-height:1.5;color:var(--muted)}
.mlc-choice-arrow{font-size:25px;color:var(--ink)}
.mlc-truck-option:hover{background:var(--brand-wash);border-color:#ad8900}
.mlc-truck-option:focus-visible{outline:2px solid var(--ink);outline-offset:3px}
@media(max-width:760px){.mlc-truck-options{grid-template-columns:1fr;gap:12px;margin-top:18px}.mlc-truck-option{grid-template-columns:48px minmax(0,1fr) 20px;min-height:110px;padding:18px;gap:14px}.mlc-truck-option>svg{width:48px;height:48px}.mlc-truck-copy strong{font-size:17px}.mlc-truck-copy>span{font-size:13px}.mlc-truck-copy{gap:5px}}
@media(max-width:360px){.mlc-truck-option{grid-template-columns:40px minmax(0,1fr) 16px;padding:14px;gap:10px}.mlc-truck-option>svg{width:40px;height:40px}.mlc-truck-copy strong{font-size:16px}}
.mlc-price-presets{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:12px}
.mlc-price-presets button{min-width:0;min-height:44px;padding:10px 8px;border:1px solid var(--line);border-radius:var(--r);background:#fff;color:var(--ink);font:inherit;font-size:14px;font-weight:500;line-height:1.3;white-space:nowrap;cursor:pointer;transition:background .15s,border-color .15s}
.mlc-price-presets button:hover{border-color:var(--ink);background:var(--surface)}
.mlc-price-presets button[aria-pressed=true]{background:var(--brand-wash);border-color:#ad8900}
.mlc-price-presets button:focus-visible{outline:2px solid var(--ink);outline-offset:3px}
@media(max-width:760px){.mlc-price-presets{grid-template-columns:repeat(3,minmax(0,1fr))}.mlc-price-presets button{font-size:13px}}
@media(max-width:360px){.mlc-price-presets{grid-template-columns:repeat(2,minmax(0,1fr))}}
.calculator-page{background:var(--surface)}
.calculator-page .mlc-content{background:var(--surface);font-family:var(--sans);color:var(--ink-87)}
.calculator-page .mlc-wrap{width:auto;max-width:1240px;margin-inline:auto;padding-inline:28px}
.calculator-page .mlc-content h1,.calculator-page .mlc-content h2,.calculator-page .mlc-content h3{font-family:var(--sans);font-weight:600;font-stretch:108%;letter-spacing:-.025em}
.calculator-page .mlc-content h1{font-size:clamp(36px,4.3vw,56px);line-height:1.06}.mlc-hero h1 span:after{display:none}
.calculator-page .mlc-hero{padding-block:35px 30px;max-width:1090px}.mlc-hero .mlc-eyebrow{font-size:12px;letter-spacing:.05em;color:var(--muted);margin-bottom:12px}.mlc-eyebrow>span{display:none}.mlc-hero p{font-size:16px;line-height:1.6}.mlc-hero h1{margin-bottom:14px}.mlc-hero-note{padding-top:18px;gap:11px}.mlc-note-icon{border-color:var(--line-2);color:var(--ink);border-radius:var(--r)}.mlc-hero-note strong{font-size:16px}.mlc-hero-note div>span{font-size:12px}
.calculator-page .mlc-calculator{grid-template-columns:minmax(0,1fr);padding:0;max-width:1034px;width:calc(100% - 56px);border:1px solid var(--line);border-radius:var(--r3);box-shadow:none;scroll-margin-top:95px}
.calculator-page .mlc-calculator.is-contact{grid-template-columns:minmax(0,1fr) 325px;max-width:1184px}
.mlc-workspace{padding:0 34px 28px}.mlc-steps{padding-block:20px;gap:14px}.mlc-steps button{font-size:14px;gap:10px;min-height:34px}.mlc-steps button span{font-size:12px;width:29px;height:29px}.mlc-steps .is-done{color:var(--ink)}.mlc-steps .is-done span{background:var(--surface);border-color:var(--line-2)}
.mlc-step{min-height:0;padding-top:25px}.mlc-step h2{font-size:28px;line-height:1.2}.mlc-mini-time{font-size:13px}.mlc-category-grid{gap:12px}.mlc-tile{min-height:151px;padding:10px 14px 14px;border-radius:var(--r);border:1px solid var(--line);overflow:hidden}.mlc-tile strong{font-size:15px;font-weight:500;line-height:1.3}.mlc-tile .mlc-equipment{height:90px;width:150px;object-fit:contain;margin:-3px 0 4px}.mlc-tile svg{height:75px;width:75px;margin:7px 0 9px;color:var(--ink-87)}.mlc-badge{font-size:11px;letter-spacing:0;border-radius:2px;color:var(--brand-ink);background:var(--brand-wash);padding:2px 7px}.mlc-radio-mark{width:16px;height:16px;border-color:var(--line-2)}.mlc-category input:checked+.mlc-tile{padding:9.5px 13.5px 13.5px;background:#fff9e1;border-color:#ad8900}.mlc-category:hover .mlc-tile{border-color:var(--ink)}
.mlc-helper{font-size:14px;line-height:1.6}.mlc-special-note{font-size:12px;margin-top:15px!important}.mlc-actions{margin-top:22px;padding-top:20px}.mlc-action-note{font-size:13px;color:var(--muted)}.mlc-button{font-size:15px;min-height:48px;border-radius:var(--r);gap:22px;background:var(--brand);font-weight:600}.mlc-button:hover{background:var(--brand-hi)}.mlc-back{font-size:14px;color:var(--ink)!important}.mlc-error{font-size:14px}.mlc-info,.mlc-rules-detail,.mlc-privacy{font-size:14px;line-height:1.6}.mlc-info{background:#f7f6f3;border-color:var(--line);border-radius:var(--r);color:var(--ink-87)}.mlc-info>span{color:var(--ink)}.mlc-input-block label,.mlc-step legend,.mlc-control-head label,.mlc-form-grid label{font-size:15px!important;font-weight:500}.mlc-segmented span{font-size:15px}.mlc-step input:not([type=radio]):not([type=range]):not([type=checkbox]),.mlc-step select{border-radius:var(--r);font-size:16px}.mlc-unit-input{border-radius:var(--r)}.mlc-unit-input>span{font-size:14px}.mlc-money-caption{font-size:14px}.mlc-range-labels{font-size:13px}.mlc-periods strong{font-size:15px}.mlc-periods small{font-size:12px}.mlc-periods span{border-radius:var(--r);padding-block:13px}.mlc-contact-intro{font-size:17px}.mlc-consent>span{font-size:13px;line-height:1.6}.mlc-consent input{accent-color:var(--ink)}.mlc-form-grid label>span{font-size:12px}.mlc-summary{background:var(--dark);padding:28px 24px}.mlc-summary h2{color:#fff;font-size:28px}.mlc-summary .mlc-kicker{font-size:12px;color:#ccc}.mlc-summary-price>span{font-size:13px;color:#bbb}.mlc-summary-price strong{font-size:35px;letter-spacing:-.025em}.mlc-summary dt{font-size:13px}.mlc-summary dd{font-size:15px}.mlc-summary p{font-size:13px}.mlc-summary .mlc-summary-caption,.mlc-summary .mlc-summary-fine{font-size:12px;color:#bbb}.mlc-summary-offer strong{font-size:15px}.mlc-summary-offer p{font-size:13px;color:#ccc}.mlc-summary-call{font-size:13px}.mlc-summary-call strong{font-size:17px}.mlc-summary dl{gap:16px}.mlc-summary-price{margin-block:27px}.mlc-summary .mlc-summary-fine{line-height:1.7}.mlc-summary-offer{border-color:#454541}.mlc-trust-strip{font-size:13px;padding-block:24px;color:var(--muted)}
.mlc-mobile-review{background:var(--surface);border-color:var(--line);font-size:14px}.mlc-mobile-review summary{color:var(--ink);font-size:14px}.mlc-mobile-review dt{font-size:13px;color:var(--muted)}.mlc-mobile-review dd{font-size:14px}
.mlc-section{padding-block:64px}.mlc-section-title h2,.mlc-knowledge h2{font-size:clamp(30px,3.5vw,44px);line-height:1.08}.mlc-kicker{font-size:12px;letter-spacing:.04em}.mlc-section-title>p{font-size:16px}.mlc-process-grid h3{font-size:22px}.mlc-process-grid p{font-size:16px;line-height:1.6}.mlc-process-grid article>span{border-radius:var(--r);font-size:14px}.mlc-knowledge-section{background:#fff;padding-block:72px}.mlc-knowledge>div>p{font-size:16px;line-height:1.6}.mlc-faq summary{font-size:17px;font-weight:500;line-height:1.5}.mlc-faq p{font-size:15px;line-height:1.7}.mlc-bottom-contact{padding-block:64px}.mlc-bottom-contact h2{font-size:clamp(30px,3.5vw,44px);line-height:1.1}.mlc-bottom-contact>div>p{font-size:16px}.mlc-contact-links>p{font-size:14px}.mlc-contact-links>a:first-child{font-size:36px}
.calc-proof{padding:64px 0;background:#fff}.calc-proof-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.calc-proof-head h2{font-size:clamp(30px,3.5vw,44px);line-height:1.08}.calc-proof-head .label{margin-bottom:14px}.calc-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}#mlc-delivery-note{display:flex;flex-direction:column;align-items:flex-start;gap:15px;margin-top:20px}.calculator-page .callbar{display:none}
@media(max-width:860px){.calculator-page .mlc-calculator.is-contact{grid-template-columns:1fr}.calculator-page .mlc-summary{display:none}.calculator-page .mlc-hero{align-items:flex-start}.mlc-hero-note{max-width:250px}.mlc-workspace{padding-inline:24px}.mlc-mini-time{display:none}.mlc-tile .mlc-equipment{width:135px}.mlc-knowledge{gap:30px}.calc-case-grid{grid-template-columns:repeat(2,1fr)}.calc-case-grid>*:last-child{display:none}}
@media(max-width:600px){.calculator-page .mlc-wrap{padding-inline:20px}.calculator-page .mlc-hero{padding-block:27px 24px;display:block}.mlc-hero h1{font-size:38px}.mlc-hero p{font-size:15px}.mlc-hero-note{display:none}.calculator-page .mlc-calculator{width:calc(100% - 32px);padding:0}.mlc-workspace{padding:0 16px 20px}.mlc-steps{padding-block:14px;gap:7px}.mlc-steps button{font-size:12px;gap:5px;flex-direction:column;min-height:50px}.mlc-steps button span{font-size:11px;width:25px;height:25px}.mlc-step{padding-top:22px}.mlc-step h2{font-size:24px}.mlc-step-heading{margin-bottom:18px}.mlc-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.mlc-tile{padding:9px 7px 12px;min-height:141px}.mlc-tile .mlc-equipment{height:77px;width:130px;margin:0 0 5px}.mlc-tile strong{font-size:13px;line-height:1.3}.mlc-tile svg{width:62px;height:62px;margin:8px 0 12px}.mlc-badge{font-size:10px;padding:2px 4px}.mlc-tile-top{gap:3px}.mlc-radio-mark{width:14px;height:14px}.mlc-category input:checked+.mlc-tile{padding:8.5px 6.5px 11.5px}.mlc-category:last-child .mlc-equipment{width:51px;height:40px;margin:0;order:1}.mlc-category:last-child .mlc-tile{padding:8px 14px;min-height:60px}.mlc-category:last-child input:checked+.mlc-tile{padding:7.5px 13.5px}.mlc-category:last-child strong{font-size:14px}.mlc-helper{font-size:13px}.mlc-special-note{font-size:12px;line-height:1.55}.mlc-actions{gap:12px}.mlc-action-note{font-size:12px;max-width:160px}.mlc-button{font-size:14px;min-height:49px;padding:12px 18px}.mlc-back{font-size:14px}.mlc-info,.mlc-privacy,.mlc-rules-detail{font-size:13px}.mlc-year-row>div{max-width:none}.mlc-periods strong{font-size:14px}.mlc-periods small{font-size:12px}.mlc-contact-intro{font-size:16px}.mlc-consent>span{font-size:13px}.mlc-form-grid label{font-size:14px!important}.mlc-form-grid label>span{font-size:12px}.mlc-trust-strip{font-size:12px;padding-block:22px;gap:10px 15px}.mlc-section{padding-block:40px}.mlc-process-grid h3{font-size:21px}.mlc-process-grid p{font-size:15px}.mlc-knowledge-section{padding-block:48px}.mlc-knowledge>div>p{font-size:15px}.mlc-faq summary{font-size:16px}.mlc-faq p{font-size:15px}.mlc-bottom-contact{padding-block:44px}.mlc-contact-links>a:first-child{font-size:32px}.calc-proof{padding-block:44px}.calc-proof-head{display:block}.calc-proof-head .btn{margin-top:20px}.calc-case-grid{grid-template-columns:1fr}.calc-case-grid>*:last-child{display:block}.mlc-section-title>p{font-size:15px}.calculator-page .mlc-calculator{scroll-margin-top:85px}}
@media(max-width:360px){.mlc-badge{font-size:9px}.mlc-tile-top{gap:2px}.mlc-tile .mlc-equipment{width:110px}.mlc-tile strong{font-size:12px}.mlc-workspace{padding-inline:12px}.mlc-step h2{font-size:22px}.mlc-actions{gap:8px}.mlc-action-note{max-width:140px}}

#split-capital{background:#aaa9a3}#split-buyout{background:#e2e0d7}.mlc-privacy summary,.mlc-rules-detail summary{color:var(--ink)}
.mlc-segmented input:checked+span,.mlc-periods input:checked+span{background:var(--brand-wash);border-color:#ad8900;color:var(--ink)}
.mlc-step input[type=range]{height:32px;background:linear-gradient(to right,var(--ink) var(--fill,20%),var(--line) var(--fill,20%)) center/100% 6px no-repeat;margin:8px 0;border-radius:0}
.mlc-step input[type=range]::-webkit-slider-thumb{width:27px;height:27px;border:5px solid var(--brand);background:var(--ink);box-shadow:0 0 0 1px #c8b873}
.mlc-step input[type=range]::-moz-range-thumb{width:18px;height:18px;border:5px solid var(--brand);background:var(--ink);box-shadow:0 0 0 1px #c8b873}
.mlc-content input:focus-visible,.mlc-content select:focus-visible,.mlc-content button:focus-visible,.mlc-content a:focus-visible,.mlc-content summary:focus-visible,.mlc-category input:focus-visible+.mlc-tile{outline-color:var(--ink)}
