/* V31 — true site-wide search */
.vrSearchTrigger{display:flex;align-items:center;gap:7px;border:1px solid #d4dee8;background:#fff;color:#263548;border-radius:12px;padding:10px 12px;font:inherit;cursor:pointer;white-space:nowrap}.vrSearchTrigger span{font-size:18px}.vrSearchTrigger b{font-size:12px}.vrSearchTrigger:hover{border-color:#8fa4b8;background:#f8fafc}.vrSearchOpen{overflow:hidden}
.vrGlobalSearch[hidden]{display:none!important}.vrGlobalSearch{position:fixed;inset:0;z-index:1500;display:grid;place-items:start center;padding:8vh 18px 18px}.vrGlobalSearchBackdrop{position:absolute;inset:0;background:rgba(3,10,20,.67);backdrop-filter:blur(5px);opacity:0;transition:opacity .18s}.vrGlobalSearchPanel{position:relative;width:min(860px,100%);max-height:82vh;overflow:hidden;display:flex;flex-direction:column;background:#f8fafc;border:1px solid rgba(255,255,255,.55);border-radius:24px;box-shadow:0 35px 100px rgba(0,0,0,.38);transform:translateY(-16px) scale(.985);opacity:0;transition:.18s ease}.vrGlobalSearch.open .vrGlobalSearchBackdrop{opacity:1}.vrGlobalSearch.open .vrGlobalSearchPanel{transform:none;opacity:1}.vrGlobalSearchPanel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px 10px}.vrGlobalSearchPanel>header h2{font-size:29px;letter-spacing:-.04em;margin:3px 0}.vrGlobalSearchPanel>header button{width:42px;height:42px;border:1px solid #d5dfe8;border-radius:12px;background:#fff;font-size:27px;line-height:1;color:#405166;cursor:pointer}.vrGlobalSearchInput{margin:4px 24px 6px;min-height:62px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:0 15px;background:#fff;border:2px solid #93a6ba;border-radius:17px}.vrGlobalSearchInput:focus-within{border-color:#0b8a72;box-shadow:0 0 0 4px rgba(11,138,114,.11)}.vrGlobalSearchInput>span{font-size:25px;color:#516174}.vrGlobalSearchInput input{width:100%;height:56px;border:0;outline:0;background:transparent;font:inherit;font-size:17px;font-weight:750;color:#07111f}.vrGlobalSearchInput kbd{font:700 10px/1 system-ui;background:#eef2f6;border:1px solid #d5dde6;border-bottom-width:2px;border-radius:6px;padding:5px 7px;color:#6a7788}.vrGlobalSearchHint{padding:0 26px 14px;color:#728094;font-size:11px}.vrGlobalSearchResults{overflow:auto;padding:0 18px 20px}.vrSearchMiniHead{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:10px 7px}.vrSearchMiniHead b{font-size:11px;color:#64748b}.vrSearchMiniHead a{font-size:11px;color:#087c69;font-weight:850;text-decoration:none}.vrSearchMiniResults{display:grid;gap:6px}.vrSearchResult{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #e0e7ee;border-radius:13px;text-decoration:none;color:#0b1220;transition:.12s}.vrSearchResult:hover{border-color:#87aa9f;background:#f4fbf8;transform:translateY(-1px)}.vrSearchIcon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#f0f4f8;font-size:17px}.vrSearchResultCopy{display:flex;flex-direction:column;min-width:0}.vrSearchResultCopy small{font-size:8px;letter-spacing:.12em;font-weight:950;color:#0b806f}.vrSearchResultCopy b{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vrSearchResultCopy em{font-style:normal;font-size:10px;color:#6c798b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vrSearchArrow{color:#8492a5;font-weight:900}.vrSearchLoading,.vrSearchEmpty,.vrSearchLanding{padding:24px;border:1px dashed #ccd6e0;border-radius:15px;background:#fff;color:#667487;text-align:center}.vrSearchLoading span{display:inline-block;width:15px;height:15px;border:2px solid #c9d5df;border-top-color:#0b8a72;border-radius:50%;animation:vrspin .65s linear infinite;margin-right:8px;vertical-align:-3px}.vrSearchEmpty{display:grid;gap:6px}.vrSearchEmpty b,.vrSearchLanding b{color:#1e2d40}.vrSearchEmpty a{color:#087c69;font-weight:850;text-decoration:none}.vrSearchLanding button{border:0;background:#edf7f4;color:#087c69;border-radius:999px;padding:6px 9px;margin:3px;font-weight:800;cursor:pointer}@keyframes vrspin{to{transform:rotate(360deg)}}
.vrMobileGlobalResults{background:#f7f9fb;padding:0 12px 12px;border-bottom:1px solid #dce5ed}.vrMobileGlobalResults:empty{display:none}.vrMobileGlobalResults .vrSearchResult{grid-template-columns:34px minmax(0,1fr) auto;padding:9px}.vrMobileGlobalResults .vrSearchIcon{width:32px;height:32px}.vrMobileGlobalResults .vrSearchMiniHead{padding-top:8px}.vrMobileGlobalResults .vrSearchMiniResults{max-height:46vh;overflow:auto}
/* Dedicated /search page */
.vrSearchPage{max-width:1050px;margin:0 auto;padding:54px 22px 80px}.vrSearchPageHero{text-align:center;max-width:820px;margin:0 auto 28px}.vrSearchPageHero h1{font-size:clamp(42px,7vw,76px);line-height:.98;letter-spacing:-.055em;margin:12px 0 16px}.vrSearchPageHero p{color:#657286;font-size:17px}.vrSearchPageBox{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;background:#fff;border:2px solid #8ca0b5;border-radius:18px;padding:0 16px;box-shadow:0 18px 50px rgba(12,31,50,.08)}.vrSearchPageBox:focus-within{border-color:#0b8a72;box-shadow:0 0 0 4px rgba(11,138,114,.1),0 18px 50px rgba(12,31,50,.08)}.vrSearchPageBox span{font-size:27px}.vrSearchPageBox input{width:100%;height:68px;border:0;outline:0;background:transparent;font:inherit;font-size:19px;font-weight:750}.vrSearchFilters{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0 8px}.vrSearchFilters button{border:1px solid #d3dde7;background:#fff;color:#526176;border-radius:999px;padding:8px 11px;font:inherit;font-size:11px;font-weight:850;cursor:pointer}.vrSearchFilters button i{font-style:normal;background:#edf2f6;border-radius:999px;padding:2px 5px;margin-left:3px}.vrSearchFilters button.active{background:#07111f;color:#fff;border-color:#07111f}.vrSearchPageStatus{font-size:11px;color:#728094;margin:8px 3px 20px}.vrSearchPageResults{display:grid;gap:24px}.vrSearchGroup h2{display:flex;align-items:center;gap:8px;font-size:19px;margin:0 0 9px}.vrSearchGroup h2 span{font-size:10px;background:#e7edf3;color:#657286;border-radius:999px;padding:4px 7px}.vrSearchGroup>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.vrSearchGroup .vrSearchResult{min-height:76px}.vrSearchEmpty.large{grid-column:1/-1}
@media(max-width:1120px){.siteHeader .vrSearchTrigger b{display:none}.siteHeader .vrSearchTrigger{padding:9px 11px}.siteHeader .vrSearchTrigger span{font-size:20px}}
@media(max-width:1020px){.siteHeader .vrSearchTrigger{margin-left:auto}.siteHeader .navCta{margin-left:0}.siteHeader .vrSearchTrigger{order:2}.siteHeader .navCta{order:3}.siteHeader .vrMenuToggle{order:4}}
@media(max-width:760px){.siteHeader .vrSearchTrigger{display:flex!important;width:42px;height:42px;padding:0;justify-content:center}.siteHeader .vrSearchTrigger b{display:none}.vrGlobalSearch{padding:0}.vrGlobalSearchPanel{width:100%;height:100%;max-height:none;border-radius:0;border:0}.vrGlobalSearchPanel>header{padding:16px 16px 8px}.vrGlobalSearchPanel>header h2{font-size:23px}.vrGlobalSearchInput{margin:4px 14px 5px}.vrGlobalSearchInput kbd{display:none}.vrGlobalSearchHint{padding:0 17px 10px}.vrGlobalSearchResults{padding:0 10px 75px}.vrSearchResult{grid-template-columns:36px minmax(0,1fr) auto;min-height:62px}.vrSearchResultCopy b{font-size:13px}.vrSearchPage{padding:38px 14px 80px}.vrSearchPageHero{text-align:left}.vrSearchPageHero h1{font-size:46px}.vrSearchPageBox input{height:60px;font-size:16px}.vrSearchGroup>div{grid-template-columns:1fr}}
@media(max-width:430px){.siteHeader .vrSearchTrigger{width:39px;height:39px}.vrSearchResultCopy em{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.vrSearchArrow{display:none}.vrSearchResult{grid-template-columns:34px minmax(0,1fr)}}
.vehicleAnyYear{padding-top:10px;padding-bottom:18px}.vehicleAnyYearCard{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:22px;align-items:end;background:#07111f;color:#fff;border-radius:22px;padding:25px}.vehicleAnyYearCard h2{font-size:28px;margin:5px 0 8px}.vehicleAnyYearCard p{margin:0;color:#c3cfdb}.vehicleAnyYearCard form{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end}.vehicleAnyYearCard label{display:grid;gap:5px;font-size:10px;font-weight:900;letter-spacing:.08em;color:#cbd5df}.vehicleAnyYearCard input{width:100%;height:48px;border:1px solid #415266;background:#fff;color:#07111f;border-radius:11px;padding:0 12px;font:inherit;font-size:15px;font-weight:800}.vehicleAnyYearCard button{height:48px;border:0;border-radius:11px;background:#14b8a6;color:#04211e;padding:0 15px;font-weight:900;cursor:pointer;white-space:nowrap}@media(max-width:720px){.vehicleAnyYearCard{grid-template-columns:1fr}.vehicleAnyYearCard form{grid-template-columns:1fr}.vehicleAnyYearCard button{width:100%}}
