:root {
  --evc-ink: var(--ev-ink, #102027);
  --evc-muted: var(--ev-ink-soft, #58666c);
  --evc-green: var(--ev-green, #0a8064);
  --evc-green-dark: var(--ev-green-dark, #075743);
  --evc-deep: var(--ev-green-deep, #062d25);
  --evc-lime: var(--ev-lime, #c8f36b);
  --evc-line: var(--ev-line, #dce6e2);
  --evc-wash: var(--ev-wash, #e7f3ee);
  --evc-canvas: var(--ev-canvas, #f3f7f5);
  --evc-radius: var(--ev-radius, 18px);
  --evc-shadow: var(--ev-shadow, 0 18px 54px rgba(18,49,41,.09));
}

.evc-browser *,
.evc-compare *,
.evc-detail *,
.evc-saved-page *,
.evc-popular-grid *,
.evc-compare-dock * { box-sizing: border-box; }
.evc-browser :focus-visible,
.evc-compare :focus-visible,
.evc-detail :focus-visible,
.evc-saved-page :focus-visible,
.evc-compare-dock :focus-visible { outline: 3px solid var(--evc-lime); outline-offset: 3px; }
.evc-browser { display: grid; position: relative; grid-template-columns: 290px minmax(0, 1fr); gap: 34px; align-items: start; }
.evc-filter-panel { position: sticky; top: 110px; padding: 24px; border: 1px solid var(--evc-line); border-radius: 16px; background: #fff; }
.admin-bar .evc-filter-panel { top: 142px; }
.evc-filter-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 23px; }
.evc-filter-head strong { font-size: 1.03rem; }
.evc-filter-head button { display: none; border: 0; background: none; color: var(--evc-muted); font-size: 2rem; line-height: 1; }
.evc-filter-panel > label,
.evc-filter-panel > fieldset { display: block; margin: 0 0 20px; padding: 0; border: 0; }
.evc-filter-panel > label > span:first-child,
.evc-filter-panel legend { display: block; margin-bottom: 7px; color: var(--evc-muted); font-size: .69rem; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; }
.evc-filter-panel select,
.evc-filter-panel input[type="search"] { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid var(--evc-line); border-radius: 8px; outline: 0; background: #fff; color: var(--evc-ink); font-size: .84rem; }
.evc-filter-panel select:focus,
.evc-filter-panel input:focus { border-color: var(--evc-green); box-shadow: 0 0 0 3px rgba(10,128,100,.1); }
.evc-search-field > div { display: grid; grid-template-columns: auto 1fr; align-items: center; border: 1px solid var(--evc-line); border-radius: 8px; }
.evc-search-field > div:focus-within { border-color: var(--evc-green); box-shadow: 0 0 0 3px rgba(10,128,100,.1); }
.evc-search-field svg { width: 17px; margin-left: 12px; fill: none; stroke: var(--evc-muted); stroke-width: 1.8; }
.evc-search-field input { border: 0 !important; box-shadow: none !important; }
.evc-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.evc-choice-grid label { position: relative; }
.evc-choice-grid input { position: absolute; opacity: 0; }
.evc-choice-grid span { display: grid; min-height: 38px; place-items: center; border: 1px solid var(--evc-line); border-radius: 7px; color: var(--evc-muted); font-size: .71rem; font-weight: 650; }
.evc-choice-grid input:checked + span { border-color: var(--evc-green); background: var(--evc-wash); color: var(--evc-green-dark); }
.evc-filter-panel .evc-check { display: flex; align-items: center; gap: 9px; }
.evc-filter-panel .evc-check input { width: 17px; height: 17px; accent-color: var(--evc-green); }
.evc-filter-panel .evc-check span { margin: 0 !important; color: var(--evc-ink); font-size: .78rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.evc-filter-actions { display: grid; gap: 8px; padding-top: 4px; }
.evc-filter-actions button,
.evc-filter-actions a { display: grid; min-height: 45px; place-items: center; border: 1px solid var(--evc-green); border-radius: 8px; font-size: .77rem; font-weight: 750; text-decoration: none; }
.evc-filter-actions button { background: var(--evc-green); color: #fff; }
.evc-filter-actions a { background: #fff; color: var(--evc-green-dark); }
.evc-filter-mobile { display: none; }
.evc-filter-backdrop { display: none; }
.evc-results { min-width: 0; }
.evc-results-bar { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.evc-results-bar > div:first-child strong,
.evc-results-bar > div:first-child span { display: block; }
.evc-results-bar > div:first-child strong { font-size: .94rem; }
.evc-results-bar > div:first-child span { color: var(--evc-muted); font-size: .67rem; }
.evc-results-actions { display: flex; align-items: center; gap: 9px; }
.evc-results-actions > button,
.evc-results-actions select { min-height: 42px; padding: 0 12px; border: 1px solid var(--evc-line); border-radius: 8px; background: #fff; color: var(--evc-ink); font-size: .76rem; font-weight: 650; }
.evc-results-actions > button b { display: inline-grid; min-width: 20px; height: 20px; place-items: center; margin-left: 4px; border-radius: 10px; background: var(--evc-wash); color: var(--evc-green); }
.evc-results-actions > button.is-active { border-color: var(--evc-green); background: var(--evc-green); color: #fff; }
.evc-results-actions > button.is-active b { background: #fff; }
.evc-vehicle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.evc-vehicle-card { position: relative; overflow: hidden; border: 1px solid var(--evc-line); border-radius: 15px; background: #fff; transition: transform .22s, box-shadow .22s, border-color .22s; }
.evc-vehicle-card:hover { transform: translateY(-4px); border-color: #bdd4cb; box-shadow: var(--evc-shadow); }
.evc-card-image { display: grid; overflow: hidden; aspect-ratio: 1.55; place-items: center; background: linear-gradient(145deg,#f2f6f4,#e8efec); }
.evc-card-image img { width: 100%; height: 100%; padding: 12px; object-fit: contain; transition: transform .35s; }
.evc-vehicle-card:hover .evc-card-image img { transform: scale(1.035); }
.evc-card-image > span { color: #adc2ba; font-size: 1.8rem; font-weight: 800; }
.evc-save { display: grid; position: absolute; z-index: 3; top: 11px; right: 11px; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(10,128,100,.18); border-radius: 50%; background: rgba(255,255,255,.93); color: var(--evc-green); box-shadow: 0 4px 14px rgba(6,45,37,.08); font-size: 1.25rem; }
.evc-save.is-saved { background: var(--evc-green); color: #fff; }
.evc-card-status { position: absolute; z-index: 2; top: 13px; left: 12px; padding: 4px 7px; border-radius: 5px; background: rgba(6,45,37,.86); color: #fff; font-size: .56rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.evc-card-content { padding: 18px; }
.evc-card-content > p { display:flex; min-height:22px; align-items:center; gap:7px; margin: 0 0 6px; color: var(--evc-green); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.evc-card-make-logo { width:34px; height:18px; object-fit:contain; }
.evc-card-content h2 { min-height: 2.45em; margin: 0 0 17px; font-size: .98rem; line-height: 1.2; }
.evc-card-content h2 a:hover { color: var(--evc-green); }
.evc-card-content dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-block: 1px solid var(--evc-line); }
.evc-card-content dl > div { padding: 11px 0; }
.evc-card-content dl > div:last-child { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; border-top: 1px solid var(--evc-line); }
.evc-card-content dt { color: var(--evc-muted); font-size: .6rem; }
.evc-card-content dd { margin: 1px 0 0; font-size: .79rem; font-weight: 750; }
.evc-card-content dl > div:last-child dd { font-size: .95rem; }
.evc-card-buttons { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7px; padding-top: 14px; }
.evc-card-buttons a,
.evc-card-buttons button { display: flex; min-height: 40px; align-items: center; justify-content: center; gap: 4px; border: 1px solid var(--evc-line); border-radius: 7px; background: #fff; color: var(--evc-ink); font-size: .7rem; font-weight: 750; }
.evc-card-buttons button { border-color: var(--evc-green); color: var(--evc-green-dark); }
.evc-card-buttons button:hover,
.evc-card-buttons button.is-added { background: var(--evc-green); color: #fff; }
.evc-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 38px; }
.evc-pagination .page-numbers { display: grid; min-width: 40px; height: 40px; place-items: center; border: 1px solid var(--evc-line); border-radius: 7px; background: #fff; }
.evc-pagination .current { border-color: var(--evc-green); background: var(--evc-green); color: #fff; }
.evc-empty-state { display: grid; min-height: 430px; place-items: center; align-content: center; padding: 30px; border: 1px solid var(--evc-line); border-radius: 16px; background: #fff; text-align: center; }
.evc-empty-state > span { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: var(--evc-wash); color: var(--evc-green); font-size: 1.8rem; }
.evc-empty-state h2 { margin: 18px 0 8px; font-size: 1.6rem; }
.evc-empty-state p { max-width: 480px; margin: 0 0 18px; color: var(--evc-muted); }
.evc-empty-state a { padding: 10px 17px; border-radius: 8px; background: var(--evc-green); color: #fff; font-weight: 700; }
.evc-saved-empty { margin-top: 20px; padding: 35px; border: 1px dashed #b6cbc3; border-radius: 14px; background: #fff; text-align: center; }

/* Comparison */
.evc-compare-heading { max-width: 980px; margin-bottom: 36px; }
.evc-compare-heading > p,
.evc-kicker { margin: 0 0 12px; color: var(--evc-green); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.evc-compare-heading h1 { margin: 0 0 17px; font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: -.055em; line-height: 1.02; }
.evc-compare-heading h1.evc-versus-title { display: flex; max-width: 1100px; flex-wrap: wrap; align-items: baseline; gap: .18em .34em; font-size: clamp(1.75rem, 3vw, 3.2rem); letter-spacing: -.04em; line-height: 1.12; }
.evc-versus-car { display: inline-block; }
.evc-versus-word { color: var(--evc-green); font-size: .52em; font-weight: 850; letter-spacing: .03em; text-transform: uppercase; }
.evc-compare-heading > span { display: block; max-width: 760px; color: var(--evc-muted); font-size: 1.05rem; }
.evc-compare-picker { margin-bottom: 24px; padding: 24px; border: 1px solid var(--evc-line); border-radius: 17px; background: #fff; box-shadow: 0 6px 24px rgba(18,49,41,.04); }
.evc-picker-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.evc-picker-head strong,
.evc-picker-head span { display: block; }
.evc-picker-head strong { font-size: .95rem; }
.evc-picker-head span { color: var(--evc-muted); font-size: .68rem; }
.evc-picker-head > button { border: 0; background: none; color: var(--evc-green-dark); font-size: .73rem; font-weight: 700; }
.evc-picker-slots { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 9px; }
.evc-picker-slot { position: relative; }
.evc-picker-slot > span { display: block; margin-bottom: 5px; color: var(--evc-muted); font-size: .6rem; font-weight: 700; text-transform: uppercase; }
.evc-picker-slot select { width: 100%; height: 48px; padding: 0 34px 0 10px; border: 1px solid var(--evc-line); border-radius: 8px; background: #fff; color: var(--evc-ink); font-size: .72rem; }
.evc-picker-slot > button { position: absolute; top: 27px; right: 7px; width: 29px; height: 29px; border: 0; background: transparent; color: #8a9893; font-size: 1.3rem; }
.evc-update-compare { display: flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; margin-top: 15px; padding: 0 19px; border: 0; border-radius: 8px; background: var(--evc-green); color: #fff; font-weight: 750; }
.evc-compare-tools { display: flex; min-height: 54px; align-items: center; justify-content: flex-end; gap: 18px; }
.evc-compare-tools label { display: flex; align-items: center; gap: 8px; color: var(--evc-muted); font-size: .73rem; }
.evc-compare-tools input { accent-color: var(--evc-green); }
.evc-compare-tools button { border: 0; background: none; color: var(--evc-green-dark); font-size: .73rem; font-weight: 700; }
.evc-table-wrap { overflow: auto; border: 1px solid var(--evc-line); border-radius: 16px; background: #fff; box-shadow: var(--evc-shadow); }
.evc-compare-table { width: 100%; min-width: 900px; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.evc-compare-table th,
.evc-compare-table td { padding: 15px 16px; border-right: 1px solid var(--evc-line); border-bottom: 1px solid var(--evc-line); vertical-align: middle; }
.evc-compare-table tr > *:last-child { border-right: 0; }
.evc-compare-table tbody tr:last-child > * { border-bottom: 0; }
.evc-compare-table thead th { position: sticky; z-index: 4; top: 0; padding: 16px; background: #fff; }
.evc-compare-table thead th:first-child { width: 190px; color: var(--evc-muted); font-size: .68rem; text-align: left; text-transform: uppercase; }
.evc-table-car { display: flex; min-height: 210px; flex-direction: column; align-items: center; justify-content: flex-end; text-align: center; }
.evc-table-car-media { display: grid; width: 100%; height: 138px; margin-bottom: 11px; place-items: center; overflow: hidden; border: 1px solid #e4ece8; border-radius: 12px; background: linear-gradient(145deg,#fbfcfc,#f0f5f2); }
.evc-table-car-media > img,
.evc-table-placeholder { display: grid; width: 100%; height: 100%; place-items: center; object-fit: contain; }
.evc-table-car-media > img { padding: 9px; }
.evc-table-placeholder { color: #a3bbb2; }
.evc-table-make-logo-wrap { display: flex; min-height: 29px; align-items: center; justify-content: center; margin-bottom: 5px; }
.evc-table-make-logo { width: 70px; height: 27px; object-fit: contain; }
.evc-table-car strong { display: block; font-size: .76rem; line-height: 1.25; }
.evc-table-group th { position: sticky; z-index: 2; left: 0; padding: 12px 16px; background: var(--evc-deep); color: #fff; font-size: .71rem; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.evc-compare-table tbody tr:not(.evc-table-group) th { position: sticky; z-index: 2; left: 0; background: #f9fbfa; color: var(--evc-muted); font-size: .67rem; text-align: left; }
.evc-compare-table td { position: relative; min-height: 58px; text-align: center; }
.evc-compare-table td strong { font-size: .76rem; font-weight: 650; }
.evc-compare-table td.is-best { background: #f4fadf; color: var(--evc-deep); }
.evc-best-label { display: inline-block; margin-right: 6px; padding: 2px 5px; border-radius: 4px; background: var(--evc-lime); color: var(--evc-deep); font-size: .5rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.evc-table-note { margin: 14px 5px 0; color: var(--evc-muted); font-size: .63rem; }
.evc-compare-welcome { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 25px 0 55px; }
.evc-compare-welcome > div { padding: 25px; border: 1px solid var(--evc-line); border-radius: 13px; background: #fff; }
.evc-compare-welcome > div > span { display: grid; width: 35px; height: 35px; margin-bottom: 20px; place-items: center; border-radius: 50%; background: var(--evc-lime); color: var(--evc-deep); font-weight: 850; }
.evc-compare-welcome strong { display: block; margin-bottom: 7px; }
.evc-compare-welcome p { margin: 0; color: var(--evc-muted); font-size: .78rem; }
.evc-compare-popular > h2 { font-size: 2rem; }
.evc-popular-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.evc-popular-card { display: block; overflow: hidden; padding: 15px 15px 18px; border: 1px solid var(--evc-line); border-radius: 14px; background: #fff; transition: transform .2s, box-shadow .2s; }
.evc-popular-card:hover { transform: translateY(-3px); box-shadow: var(--evc-shadow); }
.evc-popular-images { display: grid; position: relative; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin: 0 0 15px; }
.evc-popular-image { display: grid; aspect-ratio: 1.45; place-items: center; overflow: hidden; padding: 7px; border: 1px solid #e4ece8; border-radius: 11px; background: linear-gradient(145deg,#fbfcfc,#f0f5f2); }
.evc-popular-image img { width: 100%; height: 100%; object-fit: contain; }
.evc-popular-image i { color: #9bb2aa; font-size: .8rem; font-style: normal; font-weight: 850; }
.evc-popular-vs { display: grid; position: absolute; z-index: 2; top: 50%; left: 50%; width: 34px; height: 34px; place-items: center; border: 3px solid #fff; border-radius: 50%; background: var(--evc-green); color: #fff; font-size: .58rem; letter-spacing: .04em; text-transform: uppercase; transform: translate(-50%,-50%); }
.evc-popular-more { position: absolute; right: 7px; bottom: 7px; padding: 3px 6px; border-radius: 6px; background: var(--evc-deep); color: #fff; font-size: .58rem; font-style: normal; font-weight: 750; }
.evc-popular-card strong { display: block; min-height: 2.6em; font-size: .82rem; line-height: 1.3; }
.evc-popular-card small { display: block; margin-top: 10px; color: var(--evc-green-dark); font-weight: 700; }
.evc-muted { color: var(--evc-muted); }

/* Vehicle detail */
.evc-detail-shell { width: min(1400px, calc(100% - 64px)); margin-inline: auto; }
.evc-detail-hero { padding: 35px 0 0; background: linear-gradient(135deg,#f5f9f7,#eaf3ef); }
.evc-breadcrumb { display: flex; overflow: hidden; align-items: center; gap: 8px; margin-bottom: 27px; color: var(--evc-muted); font-size: .68rem; white-space: nowrap; }
.evc-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
.evc-detail-grid { display: grid; overflow: hidden; grid-template-columns: .76fr 1.24fr; min-height: 500px; border: 1px solid var(--evc-line); border-radius: 22px 22px 0 0; background: #fff; }
.evc-detail-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px,5vw,75px); }
.evc-detail-copy h1 { margin: 0 0 25px; font-size: clamp(2.3rem,3.8vw,4.15rem); letter-spacing: -.05em; line-height: 1.02; }
.evc-detail-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 32px; }
.evc-detail-tags span { padding: 5px 8px; border: 1px solid var(--evc-line); border-radius: 5px; color: var(--evc-muted); font-size: .62rem; font-weight: 650; }
.evc-detail-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.evc-detail-actions button,
.evc-detail-compare-cta button { min-height: 48px; padding: 0 18px; border: 1px solid var(--evc-green); border-radius: 8px; background: var(--evc-green); color: #fff; font-size: .76rem; font-weight: 750; }
.evc-detail-actions button + button { background: #fff; color: var(--evc-green-dark); }
.evc-detail-actions button.is-saved { background: var(--evc-wash); }
.evc-detail-gallery { display: grid; min-width: 0; min-height: 480px; grid-template-rows: minmax(0,1fr) auto; background: #fff; }
.evc-detail-image { display: grid; min-width:0; min-height: 400px; place-items: center; background: #fff; }
.evc-detail-image img { width: 100%; height: 100%; max-height:620px; padding:clamp(20px,4vw,64px); object-fit: contain; }
.evc-detail-image > span { color: #afc1ba; font-size: 3rem; font-weight: 850; }
.evc-detail-thumbnails { display: flex; overflow-x: auto; gap: 9px; padding: 12px 14px 14px; border-top: 1px solid var(--evc-line); background: #f7faf8; scrollbar-width: thin; }
.evc-detail-thumbnails button { display: grid; width: 92px; min-width: 92px; height: 66px; place-items: center; overflow: hidden; padding: 4px; border: 1px solid var(--evc-line); border-radius: 10px; background: #fff; cursor: pointer; transition: border-color .2s, box-shadow .2s, transform .2s; }
.evc-detail-thumbnails button:hover { border-color: var(--evc-green); transform: translateY(-1px); }
.evc-detail-thumbnails button.is-active { border: 2px solid var(--evc-green); box-shadow: 0 0 0 3px rgba(10,128,100,.13); }
.evc-detail-thumbnails img { width: 100%; height: 100%; object-fit: contain; }
.evc-detail-copy > .evc-kicker { display:flex; align-items:center; gap:10px; }
.evc-detail-make-logo { width:54px; height:25px; object-fit:contain; }
.evc-hero-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 12px 0 18px; }
.evc-hero-metrics > div { position: relative; overflow: hidden; padding: 23px 25px; border: 1px solid #d8e6e0; border-radius: 14px; background: linear-gradient(145deg,#fff 0%,#f4faf7 100%); box-shadow: 0 8px 24px rgba(6,45,37,.055); }
.evc-hero-metrics > div::before { position: absolute; top: 0; left: 24px; width: 44px; height: 4px; border-radius: 0 0 4px 4px; background: var(--evc-lime); content: ""; }
.evc-hero-metrics small,
.evc-hero-metrics strong { display: block; }
.evc-hero-metrics small { margin-bottom: 7px; color: var(--evc-muted); font-size: .7rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.evc-hero-metrics strong { color: var(--evc-deep); font-size: clamp(1.25rem,1.8vw,1.58rem); line-height: 1.18; }
.evc-detail-nav { position: sticky; z-index: 20; top: 84px; border-block: 1px solid var(--evc-line); background: rgba(255,255,255,.95); backdrop-filter: blur(15px); }
.admin-bar .evc-detail-nav { top: 116px; }
.evc-detail-nav .evc-detail-shell { display: flex; overflow: auto; justify-content: center; gap: clamp(25px,5vw,70px); }
.evc-detail-nav a { padding: 18px 0; color: var(--evc-muted); font-size: .72rem; font-weight: 650; white-space: nowrap; }
.evc-detail-nav a:hover { color: var(--evc-green); }
.evc-detail-content { padding: 90px 0 100px; }
.evc-detail-section { padding: 75px 0; border-bottom: 1px solid var(--evc-line); scroll-margin-top: 150px; }
.evc-detail-section:first-child { padding-top: 0; }
.evc-detail-section > header { margin-bottom: 30px; }
.evc-detail-section h2 { margin: 0; font-size: clamp(2rem,3vw,3.2rem); }
.evc-overview-section { display:block; }
.evc-overview-section::after { display:block; clear:both; content:""; }
.evc-overview-section h2 { margin-bottom:24px; }
.evc-rich-text { max-width:none; color:#334248; font-size:1rem; }
.evc-rich-text > *:last-child { margin-bottom: 0; }
.evc-rich-text h4 { font-size: 1.2rem; }
.evc-overview-section aside { float:right; width:310px; margin:0 0 28px 58px; padding:27px; border:1px solid var(--evc-line); border-radius:14px; background:linear-gradient(145deg,var(--evc-canvas),#fff); }
.evc-overview-section aside > * { display: block; }
.evc-overview-section aside > strong { margin-bottom: 7px; font-size:1rem; }
.evc-overview-section aside > span,
.evc-overview-section aside > small { color: var(--evc-muted); font-size: .77rem; line-height:1.5; }
.evc-overview-section aside > small { margin-top: 14px; }
.evc-overview-section aside > a { margin-top: 15px; color: var(--evc-green-dark); font-size: .78rem; font-weight: 750; }
.evc-completeness { overflow: hidden; height: 8px; margin: 14px 0 7px; border-radius: 5px; background: #dce7e3; }
.evc-completeness i { display: block; height: 100%; background: var(--evc-green); }
.evc-spec-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; }
.evc-spec-card { display: grid; position: relative; overflow: hidden; min-height: 168px; grid-template-columns: 58px 1fr; align-content: center; gap: 0 5px; padding: 27px; border: 1px solid #d9e7e1; border-radius: 17px; background: linear-gradient(145deg,#fff 0%,#f5faf8 100%); box-shadow: 0 10px 27px rgba(18,49,41,.055); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.evc-spec-card::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg,var(--evc-green),var(--evc-lime)); content: ""; }
.evc-spec-card:hover { border-color: #bed7cd; box-shadow: 0 15px 34px rgba(18,49,41,.09); transform: translateY(-3px); }
.evc-spec-card > span { display: grid; width: 48px; height: 48px; grid-row: 1 / 3; place-items: center; border: 1px solid #cce2da; border-radius: 50%; background: #e9f6f1; color: var(--evc-green); font-size: 1.16rem; font-weight: 850; box-shadow: inset 0 0 0 5px rgba(255,255,255,.55); }
.evc-spec-card small { align-self: end; color: var(--evc-muted); font-size: .73rem; font-weight: 700; letter-spacing: .025em; line-height: 1.35; }
.evc-spec-card strong { align-self: start; margin-top: 5px; color: var(--evc-deep); font-size: clamp(1.2rem,1.55vw,1.42rem); font-weight: 850; letter-spacing: -.025em; line-height: 1.22; }
.evc-running-cost { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin: 0; padding: 42px; border-radius: 18px; background: var(--evc-deep); color: #fff; }
.evc-running-cost .evc-kicker { color: var(--evc-lime); }
.evc-running-cost h2 { margin: 0 0 10px; font-size: clamp(1.7rem,3vw,3rem); }
.evc-running-cost h2 strong { color: var(--evc-lime); }
.evc-running-cost p:not(.evc-kicker) { max-width: 750px; margin: 0; color: #bad1c8; font-size: .8rem; }
.evc-running-cost a { padding: 12px 17px; border-radius: 8px; background: var(--evc-lime); color: var(--evc-deep); font-size: .73rem; font-weight: 750; white-space: nowrap; }
.evc-detail-compare-cta { padding: 75px 0; background: var(--evc-green); color: #fff; }
.evc-detail-compare-cta .evc-detail-shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.evc-detail-compare-cta .evc-kicker { color: var(--evc-lime); }
.evc-detail-compare-cta h2 { max-width: 900px; margin: 0; font-size: clamp(1.8rem,3vw,3.1rem); }
.evc-detail-compare-cta button { border-color: #fff; background: #fff; color: var(--evc-deep); white-space: nowrap; }
.evc-similar { padding: 90px 0; background: var(--evc-canvas); }
.evc-similar header { margin-bottom: 30px; }
.evc-similar h2 { margin: 0; font-size: 2.5rem; }

/* Dock, toast and saved page */
.evc-compare-dock { position: fixed; z-index: 70; right: 22px; bottom: 20px; left: 22px; filter: drop-shadow(0 18px 30px rgba(6,45,37,.2)); }
.evc-dock-inner { display: grid; width: min(1120px,100%); min-height: 82px; grid-template-columns: 135px 1fr auto; align-items: center; gap: 16px; margin-inline: auto; padding: 12px 14px 12px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: var(--evc-deep); color: #fff; }
.evc-dock-title strong,
.evc-dock-title span { display: block; }
.evc-dock-title strong { font-size: .77rem; }
.evc-dock-title span { color: #9bb7ad; font-size: .6rem; }
.evc-dock-cars { display: flex; min-width: 0; gap: 7px; }
.evc-dock-car { display: grid; position: relative; min-width: 0; flex: 1; grid-template-columns: 36px 1fr auto; align-items: center; gap: 7px; padding: 6px 7px; border-radius: 9px; background: rgba(255,255,255,.08); }
.evc-dock-car img,
.evc-dock-car i { display: grid; width: 36px; height: 32px; place-items: center; padding:2px; border-radius: 6px; background: #fff; color: var(--evc-green); object-fit: contain; font-size: .6rem; font-style: normal; font-weight: 800; }
.evc-dock-car span { overflow: hidden; font-size: .6rem; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.evc-dock-car button { border: 0; background: none; color: #b9cec6; font-size: 1rem; }
.evc-dock-actions { display: flex; align-items: center; gap: 7px; }
.evc-dock-actions button,
.evc-dock-actions a { display: flex; min-height: 42px; align-items: center; padding: 0 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: transparent; color: #fff; font-size: .67rem; font-weight: 750; }
.evc-dock-actions a { border-color: var(--evc-lime); background: var(--evc-lime); color: var(--evc-deep); }
.evc-dock-actions a.is-disabled { opacity: .45; }
.evc-toast { position: fixed; z-index: 100; top: 24px; left: 50%; padding: 11px 16px; border-radius: 8px; background: var(--evc-deep); box-shadow: var(--evc-shadow); color: #fff; font-size: .75rem; font-weight: 700; opacity: 0; transform: translate(-50%,-15px); transition: opacity .2s, transform .2s; }
.admin-bar .evc-toast { top: 56px; }
.evc-toast.is-visible { opacity: 1; transform: translate(-50%,0); }
.evc-saved-page { padding: 70px 0 100px; }
.evc-saved-loading { padding: 30px; border: 1px solid var(--evc-line); border-radius: 12px; background: #fff; color: var(--evc-muted); }
.evc-inline-search { display: grid; grid-template-columns: 1fr auto; padding: 7px; border: 1px solid var(--evc-line); border-radius: 11px; background: #fff; }
.evc-inline-search input { min-width: 0; padding: 10px 13px; border: 0; outline: 0; }
.evc-inline-search button { padding: 0 17px; border: 0; border-radius: 7px; background: var(--evc-green); color: #fff; font-weight: 700; }

@media (max-width: 1250px) {
  .evc-browser { grid-template-columns: 260px minmax(0,1fr); gap: 22px; }
  .evc-vehicle-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .evc-picker-slots { grid-template-columns: repeat(3,1fr); }
  .evc-popular-grid { grid-template-columns: repeat(2,1fr); }
  .evc-detail-shell { width: calc(100% - 40px); }
}

@media (max-width: 900px) {
  body.evc-filters-open { overflow: hidden; }
  .evc-browser { display: block; }
  .evc-filter-mobile { display: flex; min-height: 43px; align-items: center; gap: 7px; margin-bottom: 14px; padding: 0 14px; border: 1px solid var(--evc-green); border-radius: 8px; background: #fff; color: var(--evc-green-dark); font-weight: 750; }
  .evc-filter-mobile b { display: grid; min-width: 20px; height: 20px; place-items: center; border-radius: 10px; background: var(--evc-green); color: #fff; font-size: .65rem; }
  .evc-filter-panel { visibility: hidden; position: fixed; z-index: 92; top: 0; right: 0; bottom: 0; left: auto; width: min(390px,90vw); overflow: auto; border: 0; border-radius: 0; opacity: 0; transform: translateX(100%); transition: transform .25s,opacity .25s,visibility .25s; }
  .admin-bar .evc-filter-panel { top: 0; }
  .evc-filter-panel.is-open { visibility: visible; opacity: 1; transform: translateX(0); }
  .evc-filter-head button { display: block; }
  .evc-filter-backdrop { position: fixed; z-index: -1; inset: 0 100% 0 auto; width: 100vw; background: rgba(6,45,37,.55); }
  .evc-filter-panel.is-open .evc-filter-backdrop { display: block; }
  .evc-picker-slots { grid-template-columns: repeat(2,1fr); }
  .evc-detail-grid { grid-template-columns: 1fr; }
  .evc-detail-gallery { min-height: 400px; grid-row: 1; }
  .evc-detail-image { min-height: 330px; }
  .evc-detail-copy { grid-row: 2; }
  .evc-overview-section aside { float:none; width:auto; margin:0 0 28px; }
  .evc-spec-card-grid { grid-template-columns: repeat(2,1fr); }
  .evc-detail-nav { top: 72px; }
  .evc-dock-inner { grid-template-columns: 110px 1fr auto; }
  .evc-dock-car:nth-child(n+4) { display: none; }
}

@media (max-width: 680px) {
  .evc-results-bar { align-items: flex-start; flex-direction: column; }
  .evc-results-actions { width: 100%; }
  .evc-results-actions > button,
  .evc-results-actions form { flex: 1; }
  .evc-results-actions select { width: 100%; }
  .evc-vehicle-grid { grid-template-columns: 1fr; }
  .evc-card-content h2 { min-height: 0; }
  .evc-compare-heading h1 { font-size: clamp(2.4rem,13vw,3.7rem); }
  .evc-compare-picker { padding: 16px; }
  .evc-picker-slots { grid-template-columns: 1fr; }
  .evc-picker-head span { display: none; }
  .evc-update-compare { width: 100%; }
  .evc-compare-tools { align-items: flex-start; flex-direction: column; gap: 8px; padding: 12px 0; }
  .evc-table-wrap { margin-right: -14px; border-radius: 12px 0 0 12px; }
  .evc-compare-table { min-width: 780px; }
  .evc-compare-table thead th:first-child { width: 135px; }
  .evc-compare-table th,
  .evc-compare-table td { padding: 12px 9px; }
  .evc-table-car { min-height: 170px; }
  .evc-table-car-media { height: 100px; }
  .evc-table-make-logo { width: 58px; height: 23px; }
  .evc-compare-welcome,
  .evc-popular-grid { grid-template-columns: 1fr; }
  .evc-detail-shell { width: calc(100% - 28px); }
  .evc-detail-hero { padding-top: 22px; }
  .evc-detail-grid { border-radius: 16px 16px 0 0; }
  .evc-detail-gallery { min-height: 260px; }
  .evc-detail-image { min-height: 250px; }
  .evc-detail-copy { padding: 30px 22px 35px; }
  .evc-detail-copy h1 { font-size: clamp(2.1rem,10vw,3rem); }
  .evc-hero-metrics { grid-template-columns: 1fr 1fr; }
  .evc-hero-metrics > div { padding: 20px 17px; }
  .evc-hero-metrics small { font-size: .62rem; }
  .evc-hero-metrics strong { font-size: 1.2rem; }
  .evc-detail-thumbnails button { width: 78px; min-width: 78px; height: 58px; }
  .evc-detail-nav .evc-detail-shell { justify-content: flex-start; }
  .evc-detail-content { padding: 60px 0 70px; }
  .evc-detail-section { padding: 55px 0; }
  .evc-spec-card-grid { grid-template-columns: 1fr; }
  .evc-running-cost,
  .evc-detail-compare-cta .evc-detail-shell { align-items: flex-start; flex-direction: column; }
  .evc-running-cost { padding: 28px; }
  .evc-compare-dock { right: 8px; bottom: 8px; left: 8px; }
  .evc-dock-inner { min-height: 68px; grid-template-columns: 1fr auto; padding: 9px 10px; }
  .evc-dock-title { display: none; }
  .evc-dock-cars { overflow: hidden; }
  .evc-dock-car { display: none !important; }
  .evc-dock-car:first-child { display: grid !important; }
  .evc-dock-actions button { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .evc-vehicle-card,.evc-filter-panel,.evc-toast { transition-duration:.01ms!important; }
}
