/* ==========================================================================
   EasyWayParts
   Colour tokens are injected from the Customizer (see pv_dynamic_css()).
   ========================================================================== */

:root {
	--pv-brand: #0B5FFF;
	--pv-brand-dark: #0A3FA8;
	--pv-accent: #FF6B2C;
	--pv-ink: #0F172A;
	--pv-radius: 14px;

	--pv-muted: #64748B;
	--pv-line: #E2E8F0;
	--pv-bg: #FFFFFF;
	--pv-bg-alt: #F6F8FB;
	--pv-bg-deep: #0B1220;
	--pv-ok: #0A7C2F;
	--pv-warn: #B45309;

	--pv-shadow-sm: 0 1px 2px rgba(15, 23, 42, .06), 0 1px 3px rgba(15, 23, 42, .04);
	--pv-shadow: 0 4px 6px -1px rgba(15, 23, 42, .07), 0 10px 24px -6px rgba(15, 23, 42, .10);
	--pv-shadow-lg: 0 24px 60px -12px rgba(15, 23, 42, .22);

	--pv-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
	--pv-wrap: 1240px;
}

/* --------------------------------------------------------------- reset -- */

*, *::before, *::after { box-sizing: border-box; }

body {
	margin: 0;
	font-family: var(--pv-font);
	font-size: 16px;
	line-height: 1.6;
	color: var(--pv-ink);
	background: var(--pv-bg);
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--pv-brand); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .5em; letter-spacing: -0.02em; font-weight: 700; }
h1 { font-size: clamp(1.9rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
h3 { font-size: 1.15rem; }

p { margin: 0 0 1em; }

.pv-h2 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); margin: 2rem 0 1rem; }
.pv-h3 { font-size: 1.1rem; margin: 1.5rem 0 .6rem; }

.pv-wrap { max-width: var(--pv-wrap); margin: 0 auto; padding: 0 20px; }
.pv-lead { font-size: 1.1rem; color: var(--pv-muted); max-width: 68ch; }

.pv-skip {
	position: absolute; left: -9999px; top: 0; z-index: 999;
	background: var(--pv-ink); color: #fff; padding: 12px 20px;
}
.pv-skip:focus { left: 0; }

.pv-hp { position: absolute !important; left: -9999px !important; opacity: 0; height: 0; }

/* -------------------------------------------------------------- buttons -- */

.pv-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: calc(var(--pv-radius) - 4px);
	font-size: .95rem; font-weight: 600; line-height: 1;
	cursor: pointer;
	transition: transform .12s ease, box-shadow .18s ease, background .18s ease;
	text-decoration: none;
	white-space: nowrap;
	font-family: inherit;
}
.pv-btn:hover { text-decoration: none; transform: translateY(-1px); }
.pv-btn:active { transform: translateY(0); }
.pv-btn:focus-visible { outline: 3px solid color-mix(in srgb, var(--pv-brand) 45%, transparent); outline-offset: 2px; }

.pv-btn--brand { background: var(--pv-brand); color: #fff; }
.pv-btn--brand:hover { background: var(--pv-brand-dark); color: #fff; box-shadow: var(--pv-shadow); }

.pv-btn--accent { background: var(--pv-accent); color: #fff; }
.pv-btn--accent:hover { color: #fff; box-shadow: 0 8px 22px -6px color-mix(in srgb, var(--pv-accent) 60%, transparent); filter: brightness(1.04); }

.pv-btn--ghost { background: transparent; color: var(--pv-ink); border-color: var(--pv-line); }
.pv-btn--ghost:hover { border-color: var(--pv-brand); color: var(--pv-brand); }

.pv-btn--block { width: 100%; }
.pv-btn--lg { padding: 15px 30px; font-size: 1rem; }
.pv-btn--sm { padding: 9px 16px; font-size: .85rem; }

.pv-link-btn {
	background: none; border: 0; padding: 0; color: var(--pv-brand);
	cursor: pointer; font: inherit; font-size: .85rem; text-decoration: underline;
}

/* --------------------------------------------------------------- header -- */

.pv-topbar {
	background: var(--pv-bg-deep); color: rgba(255, 255, 255, .82);
	font-size: .82rem; padding: 8px 0;
}
.pv-topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.pv-topbar__phone { color: #fff; font-weight: 600; }

.pv-header {
	position: sticky; top: 0; z-index: 60;
	background: rgba(255, 255, 255, .92);
	backdrop-filter: saturate(1.6) blur(12px);
	border-bottom: 1px solid var(--pv-line);
}
.pv-header__inner { display: flex; align-items: center; gap: 28px; min-height: 68px; }
.pv-header__brand { flex-shrink: 0; }
.pv-header__brand img { max-height: 40px; width: auto; }

.pv-logo-text { font-size: 1.25rem; font-weight: 800; color: var(--pv-ink); letter-spacing: -0.03em; }
.pv-logo-text:hover { text-decoration: none; color: var(--pv-brand); }

.pv-nav { margin-left: auto; }
.pv-nav__list { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; }
.pv-nav__list a { color: var(--pv-ink); font-size: .92rem; font-weight: 500; }
.pv-nav__list a:hover { color: var(--pv-brand); text-decoration: none; }

.pv-header__actions { display: flex; align-items: center; gap: 10px; }

.pv-burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; cursor: pointer; }
.pv-burger span { display: block; width: 22px; height: 2px; background: var(--pv-ink); border-radius: 2px; transition: .2s; }

/* ----------------------------------------------------------------- hero -- */

.pv-hero {
	position: relative;
	padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 6vw, 72px);
	background: linear-gradient(170deg, #F3F7FF 0%, #FFFFFF 62%);
	overflow: hidden;
}
.pv-hero::after {
	content: ""; position: absolute; inset: auto -10% -60% 40%;
	height: 420px; border-radius: 50%;
	background: radial-gradient(circle, color-mix(in srgb, var(--pv-brand) 12%, transparent), transparent 68%);
	pointer-events: none;
}
.pv-hero--image {
	background-image: linear-gradient(rgba(11, 18, 32, var(--pv-hero-overlay, .72)), rgba(11, 18, 32, var(--pv-hero-overlay, .72))), var(--pv-hero-img);
	background-size: cover;
	background-position: center;
}
.pv-hero--image::after { display: none; }
.pv-hero--image .pv-hero__title,
.pv-hero--image .pv-hero__eyebrow { color: #fff; }
.pv-hero--image .pv-hero__sub { color: rgba(255, 255, 255, .88); }
.pv-hero--image .pv-hero__quick { color: rgba(255, 255, 255, .72); }
.pv-hero--image .pv-hero__quick a { color: #fff; border-color: rgba(255, 255, 255, .35); }

.pv-hero__inner { position: relative; z-index: 1; }

.pv-hero__eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
	color: var(--pv-brand); margin-bottom: 14px;
}
.pv-dot {
	width: 7px; height: 7px; border-radius: 50%; background: var(--pv-accent);
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--pv-accent) 22%, transparent);
}

.pv-hero__title { max-width: 17ch; margin-bottom: 16px; }
.pv-hero__sub { font-size: clamp(1rem, 1.4vw, 1.15rem); color: var(--pv-muted); max-width: 62ch; margin-bottom: 32px; }

.pv-hero__quick {
	margin-top: 22px; font-size: .85rem; color: var(--pv-muted);
	display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
}
.pv-hero__quick a {
	padding: 5px 12px; border: 1px solid var(--pv-line); border-radius: 999px;
	color: var(--pv-ink); background: rgba(255, 255, 255, .6);
}
.pv-hero__quick a:hover { border-color: var(--pv-brand); color: var(--pv-brand); text-decoration: none; }

/* --------------------------------------------------------------- search -- */

.pv-search {
	background: #fff;
	border: 1px solid var(--pv-line);
	border-radius: var(--pv-radius);
	box-shadow: var(--pv-shadow-lg);
	overflow: hidden;
}

.pv-search__tabs { display: flex; border-bottom: 1px solid var(--pv-line); background: var(--pv-bg-alt); }
.pv-tab {
	flex: 0 0 auto;
	display: inline-flex; align-items: center; gap: 7px;
	padding: 14px 22px; background: none; border: 0;
	border-bottom: 2px solid transparent;
	font: inherit; font-size: .9rem; font-weight: 600; color: var(--pv-muted);
	cursor: pointer;
}
.pv-tab.is-active { color: var(--pv-brand); border-bottom-color: var(--pv-brand); background: #fff; }
.pv-tab__hint {
	font-size: .65rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
	padding: 2px 7px; border-radius: 999px;
	background: color-mix(in srgb, var(--pv-ok) 12%, transparent); color: var(--pv-ok);
}
.pv-tab__hint--ai { background: color-mix(in srgb, var(--pv-accent) 15%, transparent); color: var(--pv-accent); }

.pv-search__panel { display: none; padding: 22px; }
.pv-search__panel.is-active { display: block; }

.pv-search__row { display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end; }

.pv-field { display: flex; flex-direction: column; gap: 5px; flex: 1 1 130px; min-width: 0; }
.pv-field--wide { flex: 1.6 1 190px; }
.pv-field--zip { flex: 0 0 110px; }
.pv-field--grow { flex: 1 1 100%; }

.pv-field__label { font-size: .74rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--pv-muted); }
.pv-field__hint { font-size: .78rem; color: var(--pv-muted); }

.pv-field input,
.pv-field select,
.pv-field textarea,
.pv-form input,
.pv-form select,
.pv-form textarea,
.pv-quote-form input,
.pv-quote-form textarea {
	width: 100%;
	padding: 11px 13px;
	border: 1px solid var(--pv-line);
	border-radius: 9px;
	font: inherit; font-size: .95rem;
	color: var(--pv-ink); background: #fff;
	transition: border-color .15s, box-shadow .15s;
}
.pv-field select { appearance: none; padding-right: 34px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 10px center; background-size: 16px;
}
.pv-field input:focus,
.pv-field select:focus,
.pv-form input:focus,
.pv-quote-form input:focus,
.pv-quote-form textarea:focus {
	outline: none; border-color: var(--pv-brand);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--pv-brand) 15%, transparent);
}

.pv-search__go { flex: 0 0 auto; height: 44px; }

.pv-search__meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--pv-line); }
.pv-inline { display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; color: var(--pv-muted); }
.pv-inline select { padding: 6px 28px 6px 10px; font-size: .85rem; border: 1px solid var(--pv-line); border-radius: 7px; background: #fff; }

.pv-search__hint { font-size: .85rem; color: var(--pv-muted); margin: 12px 0 0; }

/* Dropzone */
.pv-dropzone {
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
	padding: 38px 20px;
	border: 2px dashed var(--pv-line); border-radius: var(--pv-radius);
	background: var(--pv-bg-alt); color: var(--pv-muted);
	cursor: pointer; text-align: center;
	transition: border-color .15s, background .15s;
}
.pv-dropzone:hover, .pv-dropzone.is-drag { border-color: var(--pv-brand); background: color-mix(in srgb, var(--pv-brand) 5%, #fff); }
.pv-dropzone strong { color: var(--pv-ink); font-size: 1rem; }
.pv-dropzone span { font-size: .85rem; }

.pv-vin-result:not(:empty),
.pv-photo-result:not(:empty) {
	margin-top: 16px; padding: 18px;
	background: var(--pv-bg-alt); border: 1px solid var(--pv-line); border-radius: var(--pv-radius);
}
.pv-result-grid { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 0 0 14px; padding: 0; list-style: none; }
.pv-result-grid li { font-size: .88rem; }
.pv-result-grid strong { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--pv-muted); font-weight: 700; }
.pv-confidence { font-size: .8rem; color: var(--pv-muted); margin-top: 8px; }

/* ---------------------------------------------------------------- stats -- */

.pv-stats { background: var(--pv-bg-deep); color: #fff; padding: 34px 0; }
.pv-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.pv-stat { text-align: center; }
.pv-stat__value { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }
.pv-stat__label { font-size: .82rem; color: rgba(255, 255, 255, .62); margin-top: 4px; }

.pv-stat--card {
	background: #fff; border: 1px solid var(--pv-line); border-radius: var(--pv-radius);
	padding: 20px; text-align: left; box-shadow: var(--pv-shadow-sm);
}
.pv-stat--card .pv-stat__value { color: var(--pv-ink); font-size: 1.9rem; }
.pv-stat--card .pv-stat__label { color: var(--pv-muted); }

/* -------------------------------------------------------------- section -- */

.pv-section { padding: clamp(48px, 7vw, 84px) 0; }
.pv-section--alt { background: var(--pv-bg-alt); }

.pv-section__head { max-width: 62ch; margin-bottom: 36px; }
.pv-section__head p { color: var(--pv-muted); margin: 0; }
.pv-section__head--row {
	display: flex; justify-content: space-between; align-items: flex-end;
	gap: 24px; max-width: none;
}

/* ----------------------------------------------------------- categories -- */

.pv-cats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pv-cat {
	display: flex; flex-direction: column; gap: 4px;
	padding: 22px 20px;
	background: #fff; border: 1px solid var(--pv-line); border-radius: var(--pv-radius);
	color: var(--pv-ink);
	transition: border-color .15s, transform .15s, box-shadow .15s;
}
.pv-cat:hover { border-color: var(--pv-brand); transform: translateY(-2px); box-shadow: var(--pv-shadow); text-decoration: none; }
.pv-cat img { width: 56px; height: 56px; object-fit: contain; margin-bottom: 8px; }
.pv-cat__name { font-weight: 650; font-size: .98rem; }
.pv-cat__count { font-size: .8rem; color: var(--pv-muted); }

/* ---------------------------------------------------------------- cards -- */

.pv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pv-grid--results { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }

.pv-card {
	display: flex; flex-direction: column;
	background: #fff; border: 1px solid var(--pv-line); border-radius: var(--pv-radius);
	overflow: hidden;
	transition: border-color .15s, transform .15s, box-shadow .15s;
}
.pv-card:hover { border-color: color-mix(in srgb, var(--pv-brand) 45%, var(--pv-line)); transform: translateY(-2px); box-shadow: var(--pv-shadow); }

.pv-card__media { position: relative; display: block; aspect-ratio: 4 / 3; background: var(--pv-bg-alt); overflow: hidden; }
.pv-card__media img { width: 100%; height: 100%; object-fit: cover; }
.pv-card__placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: #CBD5E1; }

.pv-card__grade {
	position: absolute; top: 10px; left: 10px;
	padding: 3px 9px; border-radius: 999px;
	font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
	background: rgba(255, 255, 255, .95); color: var(--pv-ink);
	box-shadow: var(--pv-shadow-sm);
}
.pv-grade-a { color: #fff; background: var(--pv-ok); }
.pv-grade-b { color: #fff; background: var(--pv-warn); }
.pv-grade-c { color: #fff; background: #64748B; }

.pv-card__body { display: flex; flex-direction: column; gap: 10px; padding: 16px; flex: 1; }

.pv-card__title { font-size: .98rem; line-height: 1.35; margin: 0; font-weight: 650; }
.pv-card__title a { color: var(--pv-ink); }
.pv-card__title a:hover { color: var(--pv-brand); text-decoration: none; }

.pv-card__specs { display: flex; flex-wrap: wrap; gap: 4px 8px; list-style: none; margin: 0; padding: 0; }
.pv-card__specs li {
	font-size: .74rem; color: var(--pv-muted);
	padding: 2px 8px; background: var(--pv-bg-alt); border-radius: 5px;
}

.pv-card__foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; margin-top: auto; padding-top: 6px; }
.pv-card__price { font-size: 1.3rem; font-weight: 800; letter-spacing: -0.02em; }
.pv-card__loc { text-align: right; font-size: .76rem; color: var(--pv-muted); line-height: 1.4; }
.pv-card__loc strong { display: block; color: var(--pv-ink); }
.pv-card__cta { margin-top: 4px; }

.pv-verified {
	display: inline-flex; align-items: center; gap: 3px;
	color: var(--pv-ok); font-weight: 600; font-size: .74rem;
}
.pv-pending { color: var(--pv-warn); font-size: .85rem; font-weight: 600; }

/* ---------------------------------------------------------- how it works -- */

.pv-how__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pv-how__step { position: relative; padding: 28px; background: #fff; border: 1px solid var(--pv-line); border-radius: var(--pv-radius); }
.pv-how__num {
	display: flex; align-items: center; justify-content: center;
	width: 34px; height: 34px; margin-bottom: 16px;
	border-radius: 50%; background: var(--pv-brand); color: #fff;
	font-weight: 800; font-size: .95rem;
}
.pv-how__img { border-radius: 10px; margin-bottom: 16px; aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.pv-how__step h3 { font-size: 1.05rem; }
.pv-how__step p { color: var(--pv-muted); font-size: .92rem; margin: 0; }

/* ------------------------------------------------------------------- ai -- */

.pv-ai { background: var(--pv-bg-alt); }
.pv-ai__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pv-ai__card { padding: 26px 22px; background: #fff; border: 1px solid var(--pv-line); border-radius: var(--pv-radius); }
.pv-ai__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 42px; height: 42px; margin-bottom: 16px;
	border-radius: 11px;
	background: color-mix(in srgb, var(--pv-brand) 10%, transparent);
	color: var(--pv-brand);
}
.pv-ai__card h3 { font-size: 1rem; }
.pv-ai__card p { color: var(--pv-muted); font-size: .9rem; margin: 0; }

/* --------------------------------------------------------------- seller -- */

.pv-seller { background: var(--pv-bg-deep); color: #fff; }
.pv-seller__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.pv-seller h2 { color: #fff; }
.pv-seller p { color: rgba(255, 255, 255, .74); }
.pv-seller__points { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 10px; }
.pv-seller__points li { position: relative; padding-left: 26px; font-size: .92rem; color: rgba(255, 255, 255, .82); }
.pv-seller__points li::before {
	content: ""; position: absolute; left: 0; top: .5em;
	width: 14px; height: 7px; border-left: 2px solid var(--pv-accent); border-bottom: 2px solid var(--pv-accent);
	transform: rotate(-45deg);
}
.pv-seller__media img { border-radius: var(--pv-radius); box-shadow: var(--pv-shadow-lg); }

/* ------------------------------------------------------------------ faq -- */

.pv-faq__inner { max-width: 820px; }
.pv-faq__list { display: grid; gap: 10px; }
.pv-faq__item { border: 1px solid var(--pv-line); border-radius: var(--pv-radius); background: #fff; overflow: hidden; }
.pv-faq__item summary {
	padding: 18px 22px; cursor: pointer; font-weight: 650; font-size: 1rem;
	list-style: none; position: relative; padding-right: 48px;
}
.pv-faq__item summary::-webkit-details-marker { display: none; }
.pv-faq__item summary::after {
	content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
	font-size: 1.4rem; font-weight: 400; color: var(--pv-muted); line-height: 1;
}
.pv-faq__item[open] summary::after { content: "\2013"; }
.pv-faq__answer { padding: 0 22px 20px; color: var(--pv-muted); }
.pv-faq__answer p { margin: 0; }

/* ----------------------------------------------------------- AEO answer -- */

.pv-answer {
	padding: 22px 26px; margin: 0 0 28px;
	background: color-mix(in srgb, var(--pv-brand) 5%, #fff);
	border-left: 4px solid var(--pv-brand);
	border-radius: 0 var(--pv-radius) var(--pv-radius) 0;
}
.pv-answer__text, .pv-answer p { font-size: 1.05rem; margin: 0; color: var(--pv-ink); }
.pv-answer__q { font-size: 1.1rem; margin: 0 0 8px; }
.pv-answer__meta { font-size: .78rem; color: var(--pv-muted); margin: 10px 0 0 !important; }

/* --------------------------------------------------------- breadcrumbs -- */

.pv-crumbs { margin: 24px 0 20px; }
.pv-crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; font-size: .82rem; color: var(--pv-muted); }
.pv-crumbs li:not(:last-child)::after { content: "/"; margin-left: 6px; color: var(--pv-line); }
.pv-crumbs a { color: var(--pv-muted); }
.pv-crumbs a:hover { color: var(--pv-brand); }

/* --------------------------------------------------------- single part -- */

.pv-single { padding-bottom: 72px; }
.pv-single__grid { display: grid; grid-template-columns: 1fr 360px; gap: 44px; align-items: start; }
.pv-single__img { width: 100%; border-radius: var(--pv-radius); border: 1px solid var(--pv-line); aspect-ratio: 4/3; object-fit: cover; }
.pv-single__gallery .pv-card__placeholder { aspect-ratio: 4/3; background: var(--pv-bg-alt); border-radius: var(--pv-radius); }
.pv-single__title { font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 24px 0 16px; }
.pv-single__answer {
	font-size: 1.05rem; padding: 18px 22px;
	background: var(--pv-bg-alt); border-radius: var(--pv-radius);
	border-left: 4px solid var(--pv-brand);
}

.pv-spec { width: 100%; border-collapse: collapse; font-size: .92rem; }
.pv-spec th, .pv-spec td { padding: 11px 14px; text-align: left; border-bottom: 1px solid var(--pv-line); }
.pv-spec th { width: 34%; font-weight: 600; color: var(--pv-muted); background: var(--pv-bg-alt); }

.pv-notice {
	margin-top: 32px; padding: 22px 26px;
	background: color-mix(in srgb, var(--pv-warn) 6%, #fff);
	border: 1px solid color-mix(in srgb, var(--pv-warn) 22%, transparent);
	border-radius: var(--pv-radius);
}
.pv-notice ul { margin: 0; padding-left: 20px; color: var(--pv-muted); font-size: .92rem; }
.pv-notice li { margin-bottom: 6px; }

/* Buy box */
.pv-buybox {
	position: sticky; top: 92px;
	padding: 24px; background: #fff;
	border: 1px solid var(--pv-line); border-radius: var(--pv-radius);
	box-shadow: var(--pv-shadow);
}
.pv-buybox__price { font-size: 2.1rem; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 14px; }
.pv-buybox__badges { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0 0 18px; padding: 0; }
.pv-buybox__badges li {
	font-size: .76rem; padding: 4px 10px; border-radius: 999px;
	background: color-mix(in srgb, var(--pv-ok) 10%, transparent); color: var(--pv-ok); font-weight: 600;
}
.pv-buybox__seller { font-size: .88rem; color: var(--pv-muted); margin: 16px 0 0; }
.pv-buybox__note { font-size: .78rem; color: var(--pv-muted); margin: 14px 0 0; padding-top: 14px; border-top: 1px solid var(--pv-line); }

.pv-related { margin-top: 60px; }

/* --------------------------------------------------------- search page -- */

.pv-searchpage__bar { background: var(--pv-bg-alt); border-bottom: 1px solid var(--pv-line); padding: 24px 0; }
.pv-searchpage__body { padding: 32px 0 72px; }
.pv-searchpage__head { margin-bottom: 28px; }
.pv-searchpage__head h1 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 6px; }
.pv-searchpage__head p { color: var(--pv-muted); margin: 0; }

.pv-pagination { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 44px; }
.pv-pagination .page-numbers,
.pv-page {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 40px; height: 40px; padding: 0 12px;
	border: 1px solid var(--pv-line); border-radius: 9px;
	color: var(--pv-ink); font-size: .9rem; font-weight: 600;
}
.pv-pagination .page-numbers:hover, .pv-page:hover { border-color: var(--pv-brand); color: var(--pv-brand); text-decoration: none; }
.pv-pagination .page-numbers.current,
.pv-page.is-current { background: var(--pv-brand); border-color: var(--pv-brand); color: #fff; }

.pv-empty { text-align: center; padding: 56px 20px; max-width: 640px; margin: 0 auto; }
.pv-empty h1, .pv-empty h2 { margin-bottom: 10px; }
.pv-empty p { color: var(--pv-muted); }
.pv-empty__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; list-style: none; margin: 24px 0 0; padding: 0; }
.pv-empty__alert {
	margin-top: 40px; padding: 28px; text-align: left;
	background: var(--pv-bg-alt); border-radius: var(--pv-radius);
}
.pv-empty__alert h3 { margin-bottom: 4px; }

/* -------------------------------------------------------------- landing -- */

.pv-landing { padding-bottom: 72px; max-width: 980px; }
.pv-landing__head h1 { margin-bottom: 20px; }
.pv-landing__section { margin-top: 44px; }
.pv-landing__more { margin-top: 28px; text-align: center; }

.pv-pricebox {
	padding: 24px 26px; margin: 28px 0;
	background: var(--pv-bg-alt); border-radius: var(--pv-radius); border: 1px solid var(--pv-line);
}
.pv-pricebox h2 { margin-top: 0; }
.pv-pricebox__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pv-pricebox__label { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; color: var(--pv-muted); font-weight: 700; }
.pv-pricebox__grid strong { font-size: 1.35rem; font-weight: 800; letter-spacing: -0.02em; }

.pv-checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.pv-checklist li { position: relative; padding-left: 28px; color: var(--pv-muted); }
.pv-checklist li::before {
	content: ""; position: absolute; left: 4px; top: .55em;
	width: 13px; height: 7px; border-left: 2px solid var(--pv-accent); border-bottom: 2px solid var(--pv-accent);
	transform: rotate(-45deg);
}

.pv-taglist { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.pv-taglist a {
	display: inline-block; padding: 7px 14px;
	border: 1px solid var(--pv-line); border-radius: 999px;
	font-size: .85rem; color: var(--pv-ink);
}
.pv-taglist a:hover { border-color: var(--pv-brand); color: var(--pv-brand); text-decoration: none; }

.pv-prose h3 { margin-top: 1.6em; }
.pv-prose ul { color: var(--pv-muted); padding-left: 22px; }
.pv-prose li { margin-bottom: 7px; }

/* --------------------------------------------------- dashboard / panels -- */

.pv-page, .pv-dash, .pv-signup { padding: 32px 0 72px; }

.pv-panel {
	padding: 28px; margin-bottom: 24px;
	background: #fff; border: 1px solid var(--pv-line); border-radius: var(--pv-radius);
}
.pv-panel--narrow { max-width: 460px; margin: 48px auto; }
.pv-panel__foot { margin: 16px 0 0; font-size: .9rem; color: var(--pv-muted); }
.pv-panel h2 { margin-top: 0; }

.pv-dash__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 24px; }
.pv-dash__head h1 { margin-bottom: 4px; }
.pv-dash__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }

.pv-alert { padding: 14px 18px; border-radius: 10px; margin-bottom: 20px; font-size: .92rem; }
.pv-alert--success { background: color-mix(in srgb, var(--pv-ok) 10%, #fff); color: var(--pv-ok); border: 1px solid color-mix(in srgb, var(--pv-ok) 25%, transparent); }
.pv-alert--error { background: #FEF2F2; color: #B91C1C; border: 1px solid #FECACA; }

.pv-table-scroll { overflow-x: auto; }
.pv-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.pv-table th, .pv-table td { padding: 11px 12px; text-align: left; border-bottom: 1px solid var(--pv-line); white-space: nowrap; }
.pv-table th { font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; color: var(--pv-muted); }
.pv-table tbody tr:hover { background: var(--pv-bg-alt); }

.pv-map-table select { width: 100%; padding: 7px 10px; border: 1px solid var(--pv-line); border-radius: 7px; font: inherit; font-size: .88rem; }
.pv-map-sample { font-size: .82rem; color: var(--pv-muted); }

/* --------------------------------------------------------------- signup -- */

.pv-signup__grid { display: grid; grid-template-columns: 1fr 460px; gap: 56px; align-items: start; }
.pv-signup__points { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 18px; }
.pv-signup__points li { display: grid; gap: 3px; }
.pv-signup__points strong { font-size: .98rem; }
.pv-signup__points span { color: var(--pv-muted); font-size: .9rem; }

.pv-form { display: grid; gap: 16px; }
.pv-field-row { display: flex; flex-wrap: wrap; gap: 14px; }
.pv-field-row > label, .pv-field-row > .pv-field { flex: 1 1 150px; }
.pv-field-row label span:not(.pv-field__label) {
	display: block; font-size: .74rem; font-weight: 700;
	letter-spacing: .05em; text-transform: uppercase; color: var(--pv-muted); margin-bottom: 5px;
}
.pv-quote-form label > span { display: block; font-size: .74rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--pv-muted); margin-bottom: 5px; }
.pv-quote-form { display: grid; gap: 14px; }
.pv-form-status { font-size: .88rem; margin: 0; }
.pv-form-status.is-ok { color: var(--pv-ok); }
.pv-form-status.is-err { color: #B91C1C; }

/* ---------------------------------------------------------------- modal -- */

.pv-modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; }
.pv-modal[hidden] { display: none; }
.pv-modal__backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .55); backdrop-filter: blur(3px); }
.pv-modal__panel {
	position: relative; z-index: 1;
	width: 100%; max-width: 540px; max-height: 90vh; overflow-y: auto;
	padding: 32px; background: #fff; border-radius: var(--pv-radius);
	box-shadow: var(--pv-shadow-lg);
}
.pv-modal__panel h2 { margin-bottom: 4px; }
.pv-modal__sub { color: var(--pv-muted); font-size: .9rem; margin-bottom: 22px; }
.pv-modal__close {
	position: absolute; top: 14px; right: 16px;
	background: none; border: 0; font-size: 1.8rem; line-height: 1;
	color: var(--pv-muted); cursor: pointer;
}

/* --------------------------------------------------------------- chatbot -- */

.pv-chat { position: fixed; right: 20px; bottom: 20px; z-index: 150; }

.pv-chat__toggle {
	display: inline-flex; align-items: center; gap: 9px;
	padding: 13px 20px; border: 0; border-radius: 999px;
	background: var(--pv-brand); color: #fff;
	font: inherit; font-size: .92rem; font-weight: 650;
	box-shadow: var(--pv-shadow-lg); cursor: pointer;
}
.pv-chat__toggle:hover { background: var(--pv-brand-dark); }

.pv-chat__panel {
	position: absolute; right: 0; bottom: 62px;
	width: min(380px, calc(100vw - 40px));
	display: flex; flex-direction: column;
	background: #fff; border: 1px solid var(--pv-line); border-radius: var(--pv-radius);
	box-shadow: var(--pv-shadow-lg); overflow: hidden;
}
.pv-chat__panel[hidden] { display: none; }
.pv-chat__head { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; border-bottom: 1px solid var(--pv-line); }
.pv-chat__close { background: none; border: 0; font-size: 1.5rem; line-height: 1; color: var(--pv-muted); cursor: pointer; }

.pv-chat__log { flex: 1; max-height: 380px; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.pv-chat__msg { padding: 10px 14px; border-radius: 13px; font-size: .89rem; max-width: 88%; line-height: 1.5; }
.pv-chat__msg--bot { background: var(--pv-bg-alt); align-self: flex-start; border-bottom-left-radius: 4px; }
.pv-chat__msg--user { background: var(--pv-brand); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
.pv-chat__msg--loading { color: var(--pv-muted); font-style: italic; }

.pv-chat__results { display: grid; gap: 8px; margin-top: 4px; }
.pv-chat__result {
	display: flex; gap: 10px; align-items: center;
	padding: 9px; border: 1px solid var(--pv-line); border-radius: 10px;
	color: var(--pv-ink); font-size: .82rem;
}
.pv-chat__result:hover { border-color: var(--pv-brand); text-decoration: none; }
.pv-chat__result img { width: 46px; height: 46px; border-radius: 7px; object-fit: cover; flex-shrink: 0; }
.pv-chat__result strong { display: block; font-weight: 600; }
.pv-chat__result span { color: var(--pv-muted); }

.pv-chat__form { display: flex; gap: 8px; padding: 12px 14px; border-top: 1px solid var(--pv-line); }
.pv-chat__form input { flex: 1; padding: 10px 13px; border: 1px solid var(--pv-line); border-radius: 9px; font: inherit; font-size: .89rem; }
.pv-chat__form input:focus { outline: none; border-color: var(--pv-brand); }
.pv-chat__form button {
	display: flex; align-items: center; justify-content: center;
	width: 40px; border: 0; border-radius: 9px;
	background: var(--pv-brand); color: #fff; cursor: pointer;
}
.pv-chat__disclaimer { font-size: .7rem; color: var(--pv-muted); margin: 0; padding: 0 14px 12px; }

/* ----------------------------------------------------------------- eBay -- */

.pv-ebay {
	margin-top: 56px;
	padding-top: 36px;
	border-top: 2px dashed var(--pv-line);
}
.pv-ebay__head {
	display: flex; justify-content: space-between; align-items: flex-start;
	gap: 20px; margin-bottom: 24px;
}
.pv-ebay__head .pv-h2 { margin: 0 0 6px; }
.pv-ebay__sub { color: var(--pv-muted); font-size: .92rem; margin: 0; max-width: 68ch; }
.pv-ebay__badge {
	flex-shrink: 0;
	padding: 5px 12px; border-radius: 999px;
	border: 1px solid var(--pv-line); background: var(--pv-bg-alt);
	font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
	color: var(--pv-muted);
}
.pv-ebay__foot { margin-top: 20px; font-size: .8rem; color: var(--pv-muted); }

/* Visually distinct from owned inventory — the buyer should never be confused
   about who they are actually buying from. */
.pv-card--ebay { border-style: dashed; background: var(--pv-bg-alt); }
.pv-card--ebay:hover { border-style: solid; }
.pv-card__grade--ebay { background: #E5B800; color: #1a1a1a; }

.pv-fit {
	display: inline-flex; align-items: center; gap: 5px;
	margin: 0; padding: 3px 9px; border-radius: 999px;
	font-size: .72rem; font-weight: 700; align-self: flex-start;
	cursor: help;
}
.pv-fit::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.pv-fit--exact    { background: color-mix(in srgb, var(--pv-ok) 12%, transparent); color: var(--pv-ok); }
.pv-fit--possible { background: color-mix(in srgb, var(--pv-warn) 14%, transparent); color: var(--pv-warn); }
.pv-fit--unknown  { background: var(--pv-line); color: var(--pv-muted); }

/* --------------------------------------------------------------- footer -- */

.pv-footer { background: var(--pv-bg-deep); color: rgba(255, 255, 255, .68); padding: 64px 0 28px; margin-top: auto; }
.pv-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; }
.pv-footer__logo { max-height: 40px; width: auto; margin-bottom: 16px; }
.pv-footer__name { display: block; font-size: 1.2rem; font-weight: 800; color: #fff; margin-bottom: 14px; letter-spacing: -0.03em; }
.pv-footer__desc { font-size: .89rem; max-width: 44ch; }
.pv-footer__contact { display: flex; flex-direction: column; gap: 4px; font-size: .89rem; }
.pv-footer__contact a { color: #fff; }

.pv-widget__title, .pv-footer__col h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; }
.pv-footer__links, .pv-footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: .89rem; }
.pv-footer__links a, .pv-footer__col a { color: rgba(255, 255, 255, .68); }
.pv-footer__links a:hover, .pv-footer__col a:hover { color: #fff; }

.pv-footer__bar {
	display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
	margin-top: 48px; padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	font-size: .8rem;
}
.pv-footer__bar p { margin: 0; }
.pv-footer__meta a { color: rgba(255, 255, 255, .68); }

/* ------------------------------------------------------------ responsive -- */

@media (max-width: 1100px) {
	.pv-grid, .pv-cats__grid, .pv-ai__grid { grid-template-columns: repeat(2, 1fr); }
	.pv-single__grid { grid-template-columns: 1fr; }
	.pv-buybox { position: static; }
	.pv-signup__grid, .pv-seller__inner { grid-template-columns: 1fr; gap: 36px; }
	.pv-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 900px) {
	.pv-nav {
		position: absolute; left: 0; right: 0; top: 100%;
		background: #fff; border-bottom: 1px solid var(--pv-line);
		padding: 16px 20px; display: none;
		box-shadow: var(--pv-shadow);
	}
	.pv-nav.is-open { display: block; }
	.pv-nav__list { flex-direction: column; gap: 14px; }
	.pv-burger { display: flex; }
	.pv-hide-sm { display: none; }
	.pv-header__inner { position: relative; }
	.pv-how__grid { grid-template-columns: 1fr; }
	.pv-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
	.pv-section__head--row { flex-direction: column; align-items: flex-start; }
	.pv-dash__stats { grid-template-columns: 1fr; }
	.pv-pricebox__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
	.pv-grid, .pv-cats__grid, .pv-ai__grid, .pv-grid--results { grid-template-columns: 1fr; }
	.pv-footer__grid { grid-template-columns: 1fr; }
	.pv-search__panel { padding: 16px; }
	.pv-field, .pv-field--wide, .pv-field--zip { flex: 1 1 100%; }
	.pv-search__go { width: 100%; }
	.pv-tab { padding: 12px 14px; font-size: .84rem; }
	.pv-topbar__inner { flex-direction: column; gap: 4px; text-align: center; font-size: .76rem; }
	.pv-chat__toggle-text { display: none; }
	.pv-chat__toggle { padding: 14px; }
	.pv-spec th { width: 44%; }
	.pv-modal__panel { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
	.pv-btn:hover, .pv-card:hover, .pv-cat:hover { transform: none; }
}

@media print {
	.pv-header, .pv-footer, .pv-chat, .pv-searchpage__bar, .pv-topbar { display: none !important; }
}
