/* Clutch.ie — all rules scoped under .clt (class, not ID) so template parts and page content never fight. */
.clt {
	--g: #0a875a;         /* brand green */
	--g-d: #07704a;       /* hover / pressed */
	--g-deep: #0d3b2c;    /* promo tiles, dark panels */
	--g-tint: #e7f3ed;    /* soft fills */
	--ink: #000000;
	--mute: #5b6862;
	--line: #e1e7e3;
	--bg: #f5f7f6;
	--plate: #003399;
	--r-lg: 16px;
	--r: 12px;
	--r-sm: 8px;
	font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
	color: var(--ink);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}
.clt *, .clt *::before, .clt *::after { box-sizing: border-box; }
.clt :where(h1, h2, h3, h4, p, ul, ol, figure, blockquote) { margin: 0; padding: 0; }
.clt :where(ul, ol) { list-style: none; }
.clt :where(a) { color: inherit; text-decoration: none; }
.clt :where(img) { max-width: 100%; display: block; }
.clt :where(button, input, select) { font: inherit; color: inherit; }
.clt .screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.clt :focus-visible { outline: 2px solid var(--g); outline-offset: 2px; }

/* Break out of Spectra One's constrained content width. */
.is-layout-constrained > .clt-full,
.entry-content > .clt-full,
.clt-full { width: 100vw; max-width: 100vw !important; margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important; margin-block: 0 !important; }
body { overflow-x: clip; }
.clt-wrap { max-width: 1216px; margin: 0 auto; padding: 0 24px; }

/* Buttons & bits */
.clt .clt-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--g); color: #fff; font-weight: 700; font-size: .9375rem; cursor: pointer; transition: background .15s; }
.clt .clt-btn:hover { background: var(--g-d); }
.clt .clt-btn-light { background: #fff; color: var(--g-deep); }
.clt .clt-btn-light:hover { background: var(--g-tint); }
.clt .clt-btn-block { width: 100%; }
.clt .clt-link { font-weight: 700; color: var(--g); text-decoration: underline; text-underline-offset: 3px; }
.clt .clt-link-sm { font-size: .8125rem; color: var(--mute); text-decoration: underline; }
.clt .clt-pill { display: inline-block; padding: 4px 12px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .75rem; font-weight: 700; white-space: nowrap; }
.clt .clt-h2 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.15; }
.clt .clt-center { text-align: center; }
.clt .clt-lede { color: var(--mute); margin-top: 10px; font-size: 1.0625rem; }
.clt .clt-sec { padding: 72px 0; }
.clt .clt-sec-tight { padding: 24px 0; }
.clt .clt-sec .clt-h2 + * { margin-top: 36px; }
.clt .clt-sec .clt-lede + * { margin-top: 32px; }

/* ---------- Header ---------- */
.clt-header { position: relative; z-index: 50; background: #fff; }
.clt-announce { background: var(--ink); color: #fff; text-align: center; font-size: .8125rem; padding: 8px 16px; }
.clt-announce a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.clt-bar { border-bottom: 1px solid var(--line); }
.clt-bar-in { display: flex; align-items: center; gap: 40px; height: 68px; }
.clt-logo img { height: 20px; width: auto; }
.clt-wordmark { font-size: 1.625rem; font-weight: 800; letter-spacing: -.04em; color: var(--g); }
.clt-nav { display: flex; gap: 28px; font-size: .9375rem; font-weight: 600; }
.clt-nav a:hover { color: var(--g); }
.clt-bar-end { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.clt-bar-phone { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .9375rem; }
.clt-menu { position: relative; }
.clt-menu summary { list-style: none; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; border: 1px solid var(--line); }
.clt-menu summary::-webkit-details-marker { display: none; }
.clt-menu[open] summary { background: var(--g-tint); border-color: var(--g-tint); }
.clt-menu-panel { position: absolute; right: 0; top: 52px; width: 240px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: 0 18px 40px -18px rgba(13, 59, 44, .35); padding: 8px; display: flex; flex-direction: column; }
.clt-menu-panel a { padding: 10px 12px; border-radius: var(--r-sm); font-weight: 600; }
.clt-menu-panel a:hover { background: var(--bg); }
.clt-menu-panel hr { border: 0; border-top: 1px solid var(--line); margin: 6px 0; }

/* ---------- Homepage ---------- */
.clt-hero { padding: 56px 0 24px; }
.clt-hero-in { display: grid; grid-template-columns: 1fr 1.05fr; gap: 40px; align-items: center; }
.clt-hero h1 { font-size: clamp(2.5rem, 5.4vw, 4rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.04; max-width: 11ch; color:#000; }
.clt-hero-copy > p { margin-top: 20px; color: var(--mute); font-size: 1.0625rem; max-width: 44ch; }
.clt-search { margin-top: 28px; max-width: 460px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; padding: 6px 6px 6px 18px; background: #fff; box-shadow: 0 4px 18px -10px rgba(0,0,0,.2); }
.clt-search input { flex: 1; border: 0; outline: 0; background: none; min-width: 0; height: 40px; }
.clt-search button { width: 40px; height: 40px; border-radius: 50%; border: 0; background: var(--ink); color: #fff; display: grid; place-items: center; cursor: pointer; }
.clt-search .clt-ic { flex: none; }
.clt-hero-art img { width: 100%; height: auto; }
.clt-hero-ph { aspect-ratio: 16 / 10; border-radius: var(--r-lg); background: var(--g-tint); color: var(--g); display: grid; place-items: center; }
.clt-hero-ph svg { width: 60%; }
.clt-split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 48px; }
.clt-door { position: relative; display: block; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; transition: border-color .15s; }
.clt-door:hover { border-color: var(--g); }
.clt-door-head { display: flex; flex-direction: column; gap: 2px; padding: 18px 64px 16px 20px; }
.clt-door-head strong { font-size: 1.125rem; }
.clt-door-head span { font-size: .8125rem; color: var(--mute); }
.clt-round { position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; }
.clt-door:hover .clt-round { background: var(--g); }
.clt-door img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }

/* Rails (carousels) */
.clt-rail-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 3); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 2px; }
.clt-rail-track::-webkit-scrollbar { display: none; }
.clt-rail-track > * { scroll-snap-align: start; }
.clt-rail-nav { display: flex; justify-content: flex-end; align-items: center; gap: 10px; margin-top: 20px; }
.clt-rail-nav .clt-link { margin-right: auto; }
.clt-rail-nav button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; cursor: pointer; }
.clt-rail-nav button:hover { border-color: var(--ink); }

/* Certified banner */
.clt-cert { display: flex; align-items: center; justify-content: space-between; gap: 32px; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 44px 48px; }
.clt-cert h2 { font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; }
.clt-cert p { color: var(--mute); margin: 10px 0 20px; max-width: 60ch; font-size: .9375rem; }
.clt-cert-seal { flex: none; width: 150px; height: 150px; border-radius: 50%; background: var(--g-tint); color: var(--g); display: grid; place-items: center; }

/* Steps */
.clt-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.clt-step { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; }
.clt-step-head { min-height: 60px; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 18px; counter-increment: step; }
.clt-step-head h3 { font-size: .9375rem; font-weight: 700; }
.clt-step-head h3::before { content: counter(step) ". "; }
.clt-steps { counter-reset: step; }
.clt-step-media { position: relative; }
.clt-step-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.clt-step-media p { position: absolute; inset: auto 0 0 0; padding: 40px 18px 16px; color: #fff; font-size: .875rem; background: linear-gradient(transparent, rgba(8, 30, 22, .82)); }

/* Benefits + comparison */
.clt-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px 0; }
.clt-benefits h3 { font-size: 1rem; font-weight: 700; }
.clt-benefits p { color: var(--mute); font-size: .875rem; margin-top: 6px; }
.clt-cmp { display: grid; grid-template-columns: 1fr 1.08fr 1fr; gap: 24px; align-items: center; margin-top: 48px; }
.clt-sec .clt-cmp:first-of-type { margin-top: 36px; }
.clt-cmp-col { border-radius: var(--r-lg); background: var(--bg); padding: 20px 22px; }
.clt-cmp-col h3 { font-size: .875rem; color: var(--mute); font-weight: 600; padding-bottom: 12px; display: flex; justify-content: space-between; align-items: center; }
.clt-cmp-col li { padding: 14px 0; border-top: 1px solid var(--line); color: var(--mute); font-size: .875rem; }
.clt-cmp-col.is-ours { background: #fff; border: 2px solid var(--g); padding: 26px 24px; box-shadow: 0 24px 48px -30px rgba(10, 135, 90, .55); }
.clt-cmp-col.is-ours h3 { color: var(--ink); font-size: 1.0625rem; font-weight: 800; }
.clt-cmp-col.is-ours li { color: var(--ink); font-weight: 600; display: flex; gap: 10px; align-items: center; }
.clt-cmp-col.is-ours li .clt-ic { color: var(--g); flex: none; }
.clt-cmp-mark { color: var(--g); display: inline-flex; }

/* Deals + finance duo */
.clt-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.clt-duo-card { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; }
.clt-duo-ic { width: 52px; height: 52px; border-radius: var(--r); background: var(--g-tint); color: var(--g); display: grid; place-items: center; }
.clt-duo-card h3 { font-size: 1.375rem; font-weight: 800; letter-spacing: -.02em; margin-top: 18px; }
.clt-duo-card p { color: var(--mute); font-size: .9375rem; margin: 8px 0 22px; flex: 1; }

/* Sell panel + Irish plate */
.clt-sellbox { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 30px 60px -40px rgba(13, 59, 44, .45); }
.clt-sellbox-media { position: relative; }
.clt-sellbox-media img { width: 100%; aspect-ratio: 12 / 3; object-fit: cover; }
.clt-float { position: absolute; top: 16px; right: 16px; background: #fff; border-radius: 999px; padding: 6px 14px; font-size: .8125rem; }
.clt-sell-form { position: relative; display: flex; align-items: center; gap: 16px; padding: 18px; flex-wrap: wrap; }
.clt-sell-form .clt-by { position: absolute; opacity: 0; pointer-events: none; }
.clt .clt-seg { display: inline-flex; background: var(--bg); border-radius: 999px; padding: 4px; }
.clt .clt-seg label { padding: 8px 20px; border-radius: 999px; font-size: .875rem; font-weight: 600; cursor: pointer; color: var(--mute); }
.clt-by-reg:checked ~ .clt-seg label:first-child,
.clt-by-vin:checked ~ .clt-seg label:last-child { background: #fff; color: var(--ink); box-shadow: 0 1px 4px rgba(0,0,0,.12); }
.clt-by-reg:focus-visible ~ .clt-seg label:first-child,
.clt-by-vin:focus-visible ~ .clt-seg label:last-child { outline: 2px solid var(--g); }
.clt-by-vin:checked ~ .clt-sell-fields .clt-f-reg,
.clt-by-reg:checked ~ .clt-sell-fields .clt-f-vin { display: none; }
.clt-sell-fields { flex: 1; display: flex; gap: 12px; align-items: stretch; flex-wrap: wrap; }
.clt-sell-fields .clt-btn { margin-left: auto; }
.clt .clt-field input { height: 48px; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 0 14px; width: 190px; background: #fff; }
.clt .clt-plate { display: inline-flex; align-items: stretch; height: 48px; border: 2px solid var(--ink); border-radius: var(--r-sm); overflow: hidden; background: #fff; }
.clt-plate-eu { background: var(--plate); color: #fff; width: 34px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; font-size: .625rem; font-weight: 800; letter-spacing: .04em; }
.clt .clt-plate input { border: 0; outline: 0; width: 200px; padding: 0 14px; font-size: 1.25rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: #fff; }
.clt .clt-plate input::placeholder { color: #b8c2bd; }
.clt .clt-plate:focus-within { border-color: var(--g); }

/* Reviews */
.clt-sec-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; flex-wrap: wrap; }
.clt-sec .clt-sec-head + * { margin-top: 32px; }
.clt-rating { display: inline-flex; gap: 6px; align-items: center; font-size: .875rem; font-weight: 600; }
.clt-rating .clt-ic { color: #f5b301; fill: #f5b301; }
.clt-review { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.clt-review img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.clt-review figcaption { padding: 18px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.clt-stars { display: flex; color: #f5b301; }
.clt-stars .clt-ic { fill: #f5b301; }
.clt-review blockquote { font-size: .9375rem; flex: 1; }
.clt-review p { font-size: .875rem; display: flex; flex-direction: column; }
.clt-review p span { color: var(--mute); font-size: .8125rem; }

.clt-banner { position: relative; display: block; border-radius: var(--r-lg); overflow: hidden; background: var(--g-deep); color: #fff; }
.clt-banner img { width: 100%; aspect-ratio: 3 / 1; object-fit: cover; opacity: .55; }
.clt-banner span { position: absolute; inset: auto 32px 28px 32px; display: flex; flex-direction: column; gap: 4px; font-size: 1rem; }
.clt-banner strong { font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 800; letter-spacing: -.02em; }
.clt-press { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px 56px; }
.clt-press img { height: 40px; width: auto; filter: grayscale(1); opacity: .75; }
.clt-press a:hover img { filter: none; opacity: 1; }

/* ---------- Cards ---------- */
.clt-card { position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; transition: box-shadow .15s, border-color .15s; }
.clt-card:hover { border-color: #c9d3ce; box-shadow: 0 14px 30px -22px rgba(13, 59, 44, .5); }
.clt-card-media { position: relative; background: var(--bg); }
.clt-card-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.clt-card-tags { position: absolute; top: 10px; left: 10px; display: flex; gap: 6px; flex-wrap: wrap; z-index: 2; pointer-events: none; }
.clt-tag { background: #fff; color: var(--ink); font-size: .6875rem; font-weight: 700; padding: 3px 9px; border-radius: 999px; }
.clt-tag-sale { background: var(--g); color: #fff; }
.clt-tag-dark { background: var(--ink); color: #fff; }
.clt .clt-heart { position: absolute; top: 8px; right: 8px; z-index: 3; width: 36px; height: 36px; border-radius: 50%; border: 0; background: rgba(255,255,255,.92); color: var(--ink); display: grid; place-items: center; cursor: pointer; }
.clt .clt-heart[aria-pressed="true"] { color: var(--g); }
.clt .clt-heart[aria-pressed="true"] .clt-ic { fill: currentColor; }
.clt .clt-cmp-btn { position: absolute; right: 8px; bottom: 8px; z-index: 3; border: 0; border-radius: 999px; background: rgba(255,255,255,.95); padding: 5px 12px; font-size: .75rem; font-weight: 700; cursor: pointer; }
.clt .clt-cmp-btn[aria-pressed="true"] { background: var(--g); color: #fff; }
.clt-card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.clt-card-title { font-size: .9375rem; font-weight: 700; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.clt-card-title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.clt-card-sub { font-size: .8125rem; color: var(--mute); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.clt-card-price { margin-top: 14px; display: flex; align-items: baseline; gap: 8px; }
.clt-card-price strong { font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; }
.clt-card-price s { color: var(--mute); font-size: .8125rem; }
.clt-card-fin { font-size: .75rem; color: var(--mute); margin-top: 2px; }
.clt-card-fin span { color: var(--g); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.clt-card-foot { padding-top: 12px; font-size: .6875rem; color: var(--mute); border-top: 1px solid var(--line); }
.clt-card-spacer { flex: 1; min-height: 14px; }

.clt-promo { border-radius: var(--r); background: var(--g-deep); color: #fff; padding: 28px 24px; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; min-height: 340px; position: relative; overflow: hidden; }
.clt-promo-ic { position: absolute; top: 28px; left: 24px; width: 72px; height: 72px; border-radius: 20px; background: var(--g); display: grid; place-items: center; }
.clt-promo h3 { font-size: 1.25rem; font-weight: 800; letter-spacing: -.015em; line-height: 1.25; }
.clt-promo p { font-size: .875rem; color: rgba(255,255,255,.8); }
.clt-promo .clt-btn { margin-top: 8px; align-self: stretch; }

/* ---------- Marketplace ---------- */
.clt-market { padding: 24px 0 0; }
.clt-market-in { display: grid; grid-template-columns: 264px minmax(0, 1fr); gap: 32px; align-items: start; }
.clt-side { position: sticky; top: 16px; overflow-y: auto; scrollbar-width: thin; padding-right: 4px; }
.clt-filters-top { display: none; }
.clt-switch-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 700; font-size: .9375rem; cursor: pointer; }
.clt .clt-switch { appearance: none; width: 40px; height: 24px; border-radius: 999px; background: #cfd8d3; position: relative; cursor: pointer; transition: background .15s; margin: 0; }
.clt .clt-switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: transform .15s; }
.clt .clt-switch:checked { background: var(--g); }
.clt .clt-switch:checked::after { transform: translateX(16px); }
.clt-fg { border-bottom: 1px solid var(--line); }
.clt-fg summary { list-style: none; display: flex; align-items: center; gap: 8px; padding: 14px 0; font-weight: 700; font-size: .9375rem; cursor: pointer; }
.clt-fg summary::-webkit-details-marker { display: none; }
.clt-fg summary .clt-ic { margin-left: auto; transition: transform .15s; color: var(--mute); }
.clt-fg[open] summary .clt-ic { transform: rotate(180deg); }
.clt-fg-n { min-width: 20px; height: 20px; border-radius: 999px; background: var(--g); color: #fff; font-size: .6875rem; display: grid; place-items: center; padding: 0 6px; }
.clt-fg-body { padding: 0 0 18px; display: flex; flex-direction: column; gap: 12px; }
.clt-fg-label { font-size: .8125rem; color: var(--mute); }
.clt-seg-pay { display: flex !important; }
.clt-seg-pay label { flex: 1; text-align: center; padding: 0 !important; }
.clt-seg-pay input { position: absolute; opacity: 0; }
.clt-seg-pay span { display: block; padding: 7px 0; border-radius: 999px; }
.clt-seg-pay input:checked + span { background: #fff; color: var(--ink); box-shadow: 0 1px 4px rgba(0,0,0,.12); }
.clt-seg-pay input:focus-visible + span { outline: 2px solid var(--g); }
.clt-hist { display: flex; align-items: flex-end; gap: 2px; height: 44px; }
.clt-hist i { flex: 1; background: var(--ink); border-radius: 2px 2px 0 0; min-height: 3px; }
.clt-hist i.is-out { background: #d3dbd7; }
.clt-range { position: relative; height: 20px; margin-top: -10px; }
.clt-range input { position: absolute; inset: 0; width: 100%; appearance: none; background: none; pointer-events: none; margin: 0; }
.clt-range input::-webkit-slider-thumb { appearance: none; pointer-events: auto; width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 2px solid var(--ink); cursor: pointer; }
.clt-range input::-moz-range-thumb { pointer-events: auto; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 2px solid var(--ink); cursor: pointer; }
.clt-range::before { content: ""; position: absolute; left: 0; right: 0; top: 9px; height: 2px; background: var(--ink); }
.clt-minmax { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.clt-minmax > label:not(.clt-select) { position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 6px 10px; }
.clt-minmax > label:not(.clt-select) span { font-size: .6875rem; color: var(--mute); }
.clt-minmax > label:not(.clt-select) b { position: absolute; left: 10px; bottom: 7px; font-weight: 600; font-size: .875rem; }
.clt-minmax input { border: 0; outline: 0; padding: 0 0 0 12px; width: 100%; font-size: .875rem; font-weight: 600; background: none; -moz-appearance: textfield; }
.clt-minmax input::-webkit-outer-spin-button, .clt-minmax input::-webkit-inner-spin-button { -webkit-appearance: none; }
.clt .clt-select { display: flex; flex-direction: column; gap: 4px; font-size: .75rem; color: var(--mute); }
.clt .clt-select select { height: 42px; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 0 10px; background: #fff; color: var(--ink); font-size: .875rem; width: 100%; }
.clt-checks { display: flex; flex-direction: column; gap: 10px; }
.clt-checks-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 10px; }
.clt-check { display: flex; gap: 10px; align-items: center; font-size: .875rem; cursor: pointer; }
.clt .clt-check input { width: 18px; height: 18px; accent-color: var(--g); margin: 0; flex: none; }
.clt-bodies { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.clt-body input, .clt-swatch input { position: absolute; opacity: 0; }
.clt-body span { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 8px 4px; border: 1px solid var(--line); border-radius: var(--r-sm); font-size: .6875rem; font-weight: 600; cursor: pointer; text-align: center; }
.clt-body svg { width: 40px; height: 25px; color: var(--ink); }
.clt-body input:checked + span { border-color: var(--g); background: var(--g-tint); color: var(--g-d); }
.clt-body input:focus-visible + span, .clt-swatch input:focus-visible + span { outline: 2px solid var(--g); }
.clt-swatches { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.clt-swatch span { display: flex; align-items: center; gap: 8px; font-size: .8125rem; cursor: pointer; padding: 4px; border-radius: var(--r-sm); }
.clt-swatch i { width: 18px; height: 18px; border-radius: 50%; border: 1px solid rgba(0,0,0,.15); flex: none; }
.clt-swatch input:checked + span { background: var(--g-tint); font-weight: 700; }
.clt-sw-black { background: #1d1d1f; } .clt-sw-white { background: #fff; } .clt-sw-grey { background: #8a8f93; } .clt-sw-silver { background: #c7cbce; }
.clt-sw-blue { background: #2855a6; } .clt-sw-red { background: #c3262e; } .clt-sw-green { background: #2f6b3f; } .clt-sw-brown { background: #6b4a31; }
.clt-sw-beige { background: #d9c8a4; } .clt-sw-orange { background: #e5751f; } .clt-sw-yellow { background: #f0c419; } .clt-sw-purple { background: #6c3f8e; }
.clt-sw-other { background: conic-gradient(#c3262e, #f0c419, #2f6b3f, #2855a6, #c3262e); }
.clt-filters-foot { position: sticky; bottom: 0; background: #fff; padding: 14px 0 4px; }
.clt-js .clt-side .clt-filters-foot { display: none; }

.clt-toolbar { display: flex; gap: 12px; align-items: center; }
.clt-tsearch { flex: 1; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; padding: 0 16px; height: 44px; color: var(--mute); }
.clt-tsearch input { flex: 1; border: 0; outline: 0; background: none; color: var(--ink); min-width: 0; font-size: .9375rem; }
.clt .clt-filter-btn { display: none; align-items: center; gap: 8px; height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 700; font-size: .875rem; cursor: pointer; }
.clt-filter-btn span { background: var(--g); color: #fff; border-radius: 999px; font-size: .6875rem; padding: 1px 7px; }
.clt-sort select { height: 44px; border: 1px solid var(--line); border-radius: 999px; padding: 0 16px; background: #fff; font-size: .875rem; font-weight: 600; }
.clt-results { transition: opacity .15s; }
.clt-results.is-loading { opacity: .45; pointer-events: none; }
.clt-results-head { margin: 18px 0 16px; display: flex; flex-direction: column; gap: 10px; }
.clt-count { font-size: .875rem; font-weight: 700; }
.clt-count span { color: var(--mute); font-weight: 500; }
.clt-chips { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.clt-chip { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px 5px 12px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .8125rem; font-weight: 600; }
.clt-chip:hover { background: var(--g); }
.clt-chip-clear { font-size: .8125rem; font-weight: 700; text-decoration: underline; padding: 0 6px; }
.clt-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.clt-pages { display: flex; justify-content: center; align-items: center; gap: 6px; margin: 40px 0 8px; }
.clt-page, .clt-page-arrow { min-width: 38px; height: 38px; border-radius: 999px; display: grid; place-items: center; font-size: .875rem; font-weight: 700; padding: 0 8px; }
.clt-page:hover, .clt-page-arrow:hover { background: var(--bg); }
.clt-page.is-cur { background: var(--ink); color: #fff; }
.clt-page-gap { color: var(--mute); padding: 0 4px; }
.clt-disclaimer { margin-top: 24px; font-size: .75rem; color: var(--mute); max-width: 90ch; }
.clt-empty { text-align: center; padding: 64px 24px; border: 1px dashed var(--line); border-radius: var(--r-lg); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.clt-empty h3 { font-size: 1.25rem; font-weight: 800; }
.clt-empty p { color: var(--mute); margin-bottom: 8px; }

/* Compare tray */
.clt-tray { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -12px 30px -18px rgba(0,0,0,.25); padding: 12px 0; }
.clt-tray[hidden] { display: none; }
.clt-tray-in { display: flex; gap: 16px; align-items: center; }
.clt-tray-slots { flex: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.clt-slot { height: 52px; border: 1px dashed #c9d3ce; border-radius: var(--r-sm); display: flex; align-items: center; gap: 8px; padding: 4px; font-size: .75rem; color: var(--mute); overflow: hidden; }
.clt-slot.is-empty { justify-content: center; }
.clt-slot img { width: 56px; height: 42px; object-fit: cover; border-radius: 6px; flex: none; }
.clt-slot b { flex: 1; font-weight: 700; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.clt-slot button { border: 0; background: none; cursor: pointer; color: var(--mute); padding: 4px; }
.clt-tray .clt-btn[aria-disabled="true"] { opacity: .45; pointer-events: none; }

/* Compare page */
.clt-comparepage { padding: 40px 0 72px; }
.clt-comparepage .clt-h2 { margin-bottom: 24px; }
.clt-cmp-scroll { overflow-x: auto; }
.clt-cmp-table { width: 100%; border-collapse: collapse; min-width: 640px; font-size: .875rem; table-layout: fixed; }
.clt-cmp-table td { color: var(--ink); }
.clt-cmp-table thead a { display: block; }
.clt-cmp-table thead strong { display: block; margin-bottom: 4px; }
.clt-cmp-table th, .clt-cmp-table td { text-align: left; padding: 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.clt-cmp-table thead th { vertical-align: bottom; }
.clt-cmp-table thead img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-sm); margin-bottom: 8px; }
.clt-cmp-table tbody th { color: var(--mute); font-weight: 600; width: 160px; }

/* SEO block */
.clt-seo { border-top: 1px solid var(--line); margin-top: 64px; padding: 56px 0 72px; max-width: 980px; margin-left: auto; margin-right: auto; }
.clt-seo h2 { font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; margin-bottom: 24px; }
.clt-seo h3 { font-size: 1rem; font-weight: 800; margin: 20px 0 10px; }
.clt-seo p { font-size: .875rem; color: var(--mute); margin-bottom: 10px; }
.clt-seo p strong { color: var(--ink); }
.clt-seo-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.clt-seo-links { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 32px; }
.clt-seo-links li { margin-bottom: 6px; }
.clt-seo-links a { font-size: .8125rem; text-decoration: underline; text-underline-offset: 2px; color: var(--ink); }
.clt-seo-links a:hover { color: var(--g); }

/* ---------- Footer ---------- */
.clt-footer { background: #fff; border-top: 1px solid var(--line); padding: 56px 0 28px; font-size: .8125rem; }
.clt-footer h3 { font-size: .875rem; font-weight: 800; margin-bottom: 12px; }
.clt-footer a { display: block; color: var(--mute); padding: 3px 0; }
.clt-footer a:hover { color: var(--g); }
.clt-foot-seo, .clt-foot-main { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.clt-foot-main { grid-template-columns: 1fr 1fr 2fr; border-top: 1px solid var(--line); margin-top: 40px; padding-top: 40px; }
.clt-social { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-top: 10px; }
.clt-social a { display: inline; font-weight: 700; color: var(--ink); }
.clt-foot-reg { margin-top: 32px; color: var(--mute); max-width: 90ch; font-size: .75rem; }
.clt-foot-base { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--mute); font-size: .75rem; }
.clt-foot-base p:last-child { display: flex; gap: 16px; }
.clt-foot-base a { display: inline; padding: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1240px) {
	.clt-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1000px) {
	.clt-nav, .clt-bar-phone span { display: none; }
	.clt-market-in { grid-template-columns: 1fr; }
	.clt .clt-filter-btn { display: inline-flex; }
	.clt-js .clt-side { position: fixed; inset: 0; z-index: 80; max-height: none; background: #fff; padding: 0 20px; transform: translateX(-100%); transition: transform .2s; visibility: hidden; }
	.clt-js .clt-side.is-open { transform: none; visibility: visible; }
	.clt-js .clt-side .clt-filters-foot { display: block; }
	.clt-js .clt-filters-top { display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; background: #fff; padding: 16px 0; border-bottom: 1px solid var(--line); z-index: 2; font-size: 1.0625rem; }
	.clt-js .clt-filters-top button { border: 0; background: none; cursor: pointer; }
	html:not(.clt-js) .clt-side { position: static; max-height: none; overflow: visible; }
	.clt-hero-in, .clt-duo, .clt-seo-cols { grid-template-columns: 1fr; }
	.clt-hero-art { order: -1; max-width: 560px; }
	.clt-steps, .clt-cmp { grid-template-columns: 1fr; }
	.clt-cmp-col.is-ours { order: -1; }
	.clt-benefits { grid-template-columns: 1fr 1fr; }
	.clt-rail-track { grid-auto-columns: calc((100% - 24px) / 2); }
	.clt-foot-seo { grid-template-columns: 1fr 1fr; }
	.clt-seo-links { grid-template-columns: 1fr 1fr; }
	.clt-cert { padding: 32px; }
	.clt-cert-seal { display: none; }
}
@media (max-width: 700px) {
	.clt-wrap { padding: 0 16px; }
	.clt .clt-sec { padding: 48px 0; }
	.clt-split { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
	.clt-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; grid-auto-flow: dense; }
	.clt-card-body { padding: 10px 12px 12px; }
	.clt-card-price strong { font-size: 1.1875rem; }
	.clt .clt-cmp-btn { display: none; }
	.clt-promo { min-height: 0; grid-column: 1 / -1; padding-top: 112px; }
	.clt-rail-track { grid-auto-columns: 82%; gap: 12px; }
	.clt-toolbar { flex-wrap: wrap; }
	.clt-tsearch { flex-basis: 100%; }
	.clt-sort { margin-left: auto; }
	.clt-sort select { max-width: 180px; padding: 0 10px; }
	.clt-sell-fields, .clt .clt-plate, .clt .clt-field, .clt .clt-field input { width: 100%; }
	.clt .clt-plate input { flex: 1; width: auto; }
	.clt-sell-fields .clt-btn { width: 100%; margin: 0; }
	.clt-sellbox-media img { aspect-ratio: 16 / 9; }
	.clt-tray-slots { grid-template-columns: repeat(2, 1fr); }
	.clt-foot-main { grid-template-columns: 1fr 1fr; }
	.clt-foot-contact { grid-column: 1 / -1; }
	.clt-seo-links { grid-template-columns: 1fr; }
	.clt-benefits { grid-template-columns: 1fr; }
}
@media (max-width: 380px) {
	.clt-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.clt *, .clt *::before, .clt *::after { transition: none !important; scroll-behavior: auto !important; }
}
