/* ==========================================================================
   CamperBay.nl — ad detail (VIP) restyled 1:1 to the approved mockup
   (D:\Downloads\camperplaats-listing (1).html). Loaded on ads/ pages (and
   garage/ for the shared .fitbar/.gmake/.gcard/.bttoggle blocks). All content
   scoped under .cp-vip to avoid clashing with mp.css. Palette token override
   recolours the shared header.
   INTEGRITY (§0): the mockup's fake commerce (Buy now/checkout, escrow "payment
   held", 14-day returns, tracked shipping, parcel price, VAT, invented review
   counts / reply-time) is NOT shipped — the portal is classifieds. The exact
   DESIGN is matched; the content is real/honest (message the seller, real
   safety tips, real pickup city, real seller stats, real "Mijn caravan" fit).
   ========================================================================== */
:root{
  --mp-primary:#1F3D30; --mp-primary-hover:#2E5A45; --mp-primary-050:#e9efe9;
  --cp-ink:#15211C; --cp-pine:#1F3D30; --cp-pine2:#2E5A45; --cp-fern:#4E8163;
  --cp-amber:#E08A2C; --cp-amber-soft:#F2C078; --cp-paper:#EFF1ED; --cp-card:#fff;
  --cp-mist:#E2E7E1; --cp-line:#CBD4CC; --cp-muted:#5C6A62; --cp-up:#1c6b3f;
}
body{background:var(--cp-paper)}
.mp-btn-post{background:var(--cp-amber)!important;color:#3a2408!important}

.cp-vip{max-width:1200px;margin:0 auto;font-family:"Inter",system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--cp-ink);-webkit-font-smoothing:antialiased}
.cp-vip a{color:inherit;text-decoration:none}
/* neutralise bootstrap's leaked heading top-margin (bootstrap.min.css: h1,h2,h3{margin-top:20px}) so
   section titles/cards don't gain phantom space above them — the mockup zeroes this with *{margin:0} */
.cp-vip h1,.cp-vip h2,.cp-vip h3,.cp-vip h4,.cp-vip h5,.cp-vip h6{margin-top:0}

/* breadcrumb */
.cp-vip .crumb{padding:16px 0 6px;font-size:13px;color:var(--cp-muted);display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.cp-vip .crumb a:hover{color:var(--cp-pine)}
.cp-vip .crumb .sep{opacity:.5}
.cp-vip .crumb .here{color:var(--cp-ink);font-weight:600}

/* ===== product area: one 2-col grid; columns flow independently (no cross-row gap) ===== */
.cp-vip .prod{display:grid;grid-template-columns:1fr 380px;gap:28px;padding:14px 0 40px;align-items:start}
.cp-vip .col-main{min-width:0}
.cp-vip .col-side{display:flex;flex-direction:column;gap:16px}

/* gallery (unchanged look — kept from before, per request) */
.cp-vip .gallery{min-width:0;margin-bottom:16px}
.cp-vip .gallery .main{background:linear-gradient(135deg,#d3dbd4,#e9ede8);border:1px solid var(--cp-line);border-radius:16px;height:430px;position:relative;overflow:hidden;display:grid;place-items:center;cursor:zoom-in}
.cp-vip .gallery .main img{width:100%;height:100%;object-fit:cover}
.cp-vip .gallery .main .zoom{position:absolute;bottom:14px;right:14px;background:rgba(255,255,255,.92);border-radius:9px;height:38px;padding:0 14px;display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--cp-pine)}
.cp-vip .gallery .main .zoom svg{width:16px;height:16px;stroke:var(--cp-pine);stroke-width:1.9;fill:none}
.cp-vip .gallery .main .cond{position:absolute;top:14px;left:14px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 11px;border-radius:7px;background:var(--cp-amber-soft);color:#5b3708;z-index:2}
.cp-vip .gallery .main .cond.new{background:var(--cp-pine);color:#fff}
.cp-vip .thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:var(--cp-line) transparent}
.cp-vip .thumbs::-webkit-scrollbar{height:6px}
.cp-vip .thumbs::-webkit-scrollbar-track{background:transparent}
.cp-vip .thumbs::-webkit-scrollbar-thumb{background:var(--cp-line);border-radius:3px}
.cp-vip .thumb{width:88px;height:72px;flex:0 0 88px;scroll-snap-align:start;border-radius:10px;border:1px solid var(--cp-line);overflow:hidden;cursor:pointer;transition:border-color .18s;background:#e8ece7}
.cp-vip .thumb img{width:100%;height:100%;object-fit:cover}
.cp-vip .thumb.active{border-color:var(--cp-pine);border-width:2px}
.cp-vip .thumb:hover{border-color:var(--cp-fern)}
.cp-vip .gallery .main .gnav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:0;background:rgba(255,255,255,.92);cursor:pointer;display:grid;place-items:center;z-index:3;box-shadow:0 2px 10px -2px rgba(21,33,28,.35);opacity:.85;transition:opacity .15s,background .15s}
.cp-vip .gallery .main:hover .gnav{opacity:1}
.cp-vip .gallery .main .gnav:hover{background:#fff}
.cp-vip .gallery .main .gnav.prev{left:12px}
.cp-vip .gallery .main .gnav.next{right:12px}
.cp-vip .gallery .main .gnav svg{width:20px;height:20px;stroke:var(--cp-pine);stroke-width:2.3;fill:none}

/* ===== purchase panel ===== */
.cp-vip .buy{position:sticky;top:82px;background:var(--cp-card);border:1px solid var(--cp-line);border-radius:16px;overflow:hidden}
.cp-vip .buy-head{padding:18px 20px 16px}
.cp-vip .buy-brand{font-family:"JetBrains Mono",ui-monospace,monospace;font-size:12px;font-weight:600;color:var(--cp-fern);text-transform:uppercase;letter-spacing:.05em}
.cp-vip .buy h1{font-family:"Archivo",system-ui,sans-serif;font-weight:700;font-size:21px;letter-spacing:-.015em;line-height:1.2;margin-top:6px;color:var(--cp-ink)}
.cp-vip .buy .pn{font-family:"JetBrains Mono",ui-monospace,monospace;font-size:12.5px;color:var(--cp-muted);margin-top:7px}
.cp-vip .buy .fitrow{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;padding:6px 11px;border-radius:8px;margin-top:12px}
.cp-vip .buy .fitrow svg{width:14px;height:14px;stroke-width:2;fill:none}
.cp-vip .buy .fitrow.ok{color:#1c6b3f;background:#e4efe8}.cp-vip .buy .fitrow.ok svg{stroke:#1c6b3f}
.cp-vip .buy .fitrow.check{color:#8a5a12;background:#fbefd9}.cp-vip .buy .fitrow.check svg{stroke:#8a5a12}
.cp-vip .buy .fitrow.universal{color:var(--cp-muted);background:#eef0ee}.cp-vip .buy .fitrow.universal svg{stroke:var(--cp-muted)}
.cp-vip .buy .fitrow.no{color:var(--cp-muted);background:#eef0ee}.cp-vip .buy .fitrow.no svg{stroke:var(--cp-muted)}
.cp-vip .mycar-change,.cp-vip .mycar-pick{font-size:12px;font-weight:600;color:var(--cp-pine);cursor:pointer;margin-left:8px;white-space:nowrap}
.cp-vip .mycar-change:hover,.cp-vip .mycar-pick:hover{text-decoration:underline}
.cp-vip .price-row{display:flex;align-items:flex-end;gap:10px;padding:0 20px 4px}
.cp-vip .price{font-family:"JetBrains Mono",ui-monospace,monospace;font-weight:600;font-size:30px;color:var(--cp-pine);line-height:1}
.cp-vip .price-sub{font-size:12px;color:var(--cp-muted);padding-bottom:3px}
.cp-vip .buy-ship{display:flex;align-items:center;gap:8px;padding:12px 20px;font-size:13px;color:#3b4a43}
.cp-vip .buy-ship svg{width:16px;height:16px;stroke:var(--cp-fern);stroke-width:1.7;fill:none;flex-shrink:0}
.cp-vip .buy-actions{padding:4px 20px 18px;display:flex;flex-direction:column;gap:10px}
.cp-vip .b-primary{height:52px;border-radius:12px;background:var(--cp-pine);color:#fff;font-family:"Archivo",system-ui,sans-serif;font-weight:700;font-size:15.5px;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:background .2s,transform .15s}
.cp-vip .b-primary:hover{background:var(--cp-pine2);transform:translateY(-1px);color:#fff}
.cp-vip .b-primary svg{width:18px;height:18px;stroke:#fff;stroke-width:2;fill:none}
.cp-vip .b-row{display:flex;gap:10px}
.cp-vip .b-secondary{height:48px;border-radius:12px;background:var(--cp-card);border:1px solid var(--cp-line);color:var(--cp-pine);font-weight:600;font-size:14.5px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .18s;flex:1}
.cp-vip .b-secondary:hover{border-color:var(--cp-fern);background:var(--cp-mist);color:var(--cp-pine)}
.cp-vip .b-secondary svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.9;fill:none}
.cp-vip .offerbox{display:none;gap:8px;margin-top:2px}
.cp-vip .offerbox.on{display:flex}
.cp-vip .offin{flex:1;display:flex;align-items:center;gap:6px;border:1px solid var(--cp-line);border-radius:11px;background:var(--cp-paper);padding:0 12px;height:48px}
.cp-vip .offin:focus-within{border-color:var(--cp-fern);background:#fff}
.cp-vip .offin .cur{font-family:"JetBrains Mono",ui-monospace,monospace;font-weight:600;color:var(--cp-muted)}
.cp-vip .offin input{border:0;outline:0;background:none;font:inherit;font-size:15px;width:100%;color:var(--cp-ink)}
.cp-vip .offerbox button{height:48px;padding:0 16px;border:0;border-radius:11px;background:var(--cp-pine);color:#fff;font-family:"Archivo",system-ui,sans-serif;font-weight:700;font-size:14px;cursor:pointer;white-space:nowrap}
.cp-vip .offerbox button:hover{background:var(--cp-pine2)}
.cp-vip .buy-slim{display:flex;gap:6px;margin-top:2px;justify-content:center}
.cp-vip .slimbtn{flex:1;height:40px;border-radius:10px;background:none;border:0;color:var(--cp-muted);font-weight:500;font-size:13.5px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:color .18s,background .18s}
.cp-vip .slimbtn:hover{color:var(--cp-pine);background:var(--cp-mist)}
.cp-vip .slimbtn svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;fill:none}
.cp-vip .slimbtn.is-on svg{fill:var(--cp-amber);stroke:var(--cp-amber)}
.cp-vip .protect-mini{margin:0 20px 18px;background:#f0f6f2;border:1px solid #d8e6dc;border-radius:12px;padding:13px 14px;display:flex;gap:10px}
.cp-vip .protect-mini svg{width:18px;height:18px;stroke:var(--cp-pine);stroke-width:1.9;fill:none;flex-shrink:0;margin-top:1px}
.cp-vip .protect-mini .pm-t{font-weight:600;font-size:13px;color:var(--cp-pine)}
.cp-vip .protect-mini .pm-d{font-size:12px;color:#3b4a43;margin-top:2px;line-height:1.45}

/* ===== detail sections ===== */
.cp-vip .sec{background:var(--cp-card);border:1px solid var(--cp-line);border-radius:16px;padding:22px 24px;margin-bottom:16px}
.cp-vip .sec h2{font-family:"Archivo",system-ui,sans-serif;font-weight:700;font-size:17px;letter-spacing:-.01em;display:flex;align-items:center;gap:10px;margin-bottom:5px}
.cp-vip .sec h2 svg{width:19px;height:19px;stroke:var(--cp-pine);stroke-width:1.8;fill:none}
.cp-vip .sec .sub{font-size:13px;color:var(--cp-muted);margin-bottom:16px}
/* ===== horizontal tabs (.tabwrap) — tab bar 1:1 with D:\Downloads\listing tabbsss.html
   Minimalist underline bar: flat, no pills, amber 2.5px indicator under the active tab,
   count badge turns green when active. Only the BAR changed — the panels below are
   untouched. Two deliberate deviations from the mockup, both integration-driven:
     · sticky top stays 74px (the portal has a sticky site header; the mockup's top:0
       would slide the bar underneath it),
     · the bar's negative margin matches OUR card padding (18px), not the mockup's 26px,
       so the bottom rule still bleeds to the card edges. */
.cp-vip .tabwrap{background:var(--cp-card);border:1px solid var(--cp-line);border-radius:16px;padding:0 18px 22px;margin-bottom:16px}
.cp-vip .tabbar{display:flex;gap:2px;border-bottom:1px solid var(--cp-mist);margin:0 -18px 24px;padding:0 18px;position:sticky;top:74px;background:var(--cp-card);z-index:10;border-radius:16px 16px 0 0}
.cp-vip .tabbtn{position:relative;flex:0 0 auto;height:auto;border:0;background:none;border-radius:0;box-shadow:none;font-family:"Inter",system-ui,sans-serif;font-weight:600;font-size:14px;color:var(--cp-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;padding:17px 14px;transition:color .15s;white-space:nowrap}
.cp-vip .tabbtn svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.9;fill:none;flex-shrink:0}
.cp-vip .tabbtn .tn{font-family:"JetBrains Mono",ui-monospace,monospace;font-size:11px;font-weight:600;background:#F6F8F4;border:1px solid var(--cp-line);color:var(--cp-muted);border-radius:20px;padding:1px 7px;transition:.15s}
/* amber indicator — scaleX so it wipes in without touching layout */
.cp-vip .tabbtn::after{content:"";position:absolute;left:14px;right:14px;bottom:-1px;height:2.5px;border-radius:3px;background:var(--cp-amber);transform:scaleX(0);transition:transform .2s cubic-bezier(.22,.61,.36,1)}
.cp-vip .tabbtn:hover{color:var(--cp-ink);background:none}
.cp-vip .tabbtn.on{color:var(--cp-pine);background:none;box-shadow:none}
.cp-vip .tabbtn.on::after{transform:scaleX(1)}
.cp-vip .tabbtn.on .tn{background:#e4efe8;border-color:#c7e0d1;color:#1c6b3f}
.cp-vip .tabpanel{display:none;padding-top:22px}
.cp-vip .tabpanel.on{display:block;animation:cptabfade .2s cubic-bezier(.22,.61,.36,1)}
@keyframes cptabfade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.cp-vip .tabpanel h2{font-family:"Archivo",system-ui,sans-serif;font-weight:700;font-size:17px;letter-spacing:-.01em;display:flex;align-items:center;gap:10px;margin-bottom:5px}
.cp-vip .tabpanel h2 svg{width:19px;height:19px;stroke:var(--cp-pine);stroke-width:1.8;fill:none}
.cp-vip .tabpanel .sub{font-size:13px;color:var(--cp-muted);margin-bottom:16px}
.cp-vip .tabpanel.eqbox{border-radius:0}   /* equipment tab: keep the .eqbox inner styles, drop the card radius */
/* mobile: the mockup scrolls the bar horizontally instead of dropping the labels
   (overflow on the sticky element itself is fine — only an ANCESTOR's overflow breaks sticky) */
@media(max-width:720px){
  .cp-vip .tabbar{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .cp-vip .tabbar::-webkit-scrollbar{display:none}
  .cp-vip .tabbtn{padding:15px 11px}
}

/* ===== fitment (signature) ===== */
.cp-vip .fitsearch{position:relative;display:flex;align-items:center;gap:10px;height:46px;border:1px solid var(--cp-line);border-radius:11px;background:var(--cp-paper);padding:0 14px;margin-bottom:14px;color:var(--cp-muted)}
.cp-vip .fitsearch:focus-within{border-color:var(--cp-fern);background:#fff}
.cp-vip .fitsearch svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.8;fill:none;flex-shrink:0}
.cp-vip .fitsearch input{border:0;outline:0;background:none;font:inherit;font-size:14px;flex:1;color:var(--cp-ink)}
.cp-vip .carmenu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--cp-line);border-radius:12px;box-shadow:0 18px 40px -22px rgba(21,33,28,.5);max-height:280px;overflow:auto;z-index:20;display:none}
.cp-vip .carmenu.on{display:block}
.cp-vip .carmenu button{display:block;width:100%;text-align:left;border:0;background:none;font:inherit;font-size:13.5px;color:var(--cp-ink);padding:10px 14px;cursor:pointer;border-bottom:1px solid var(--cp-mist)}
.cp-vip .carmenu button:last-child{border-bottom:0}
.cp-vip .carmenu button:hover{background:var(--cp-paper)}
.cp-vip .carmenu .cm-empty{padding:12px 14px;font-size:13px;color:var(--cp-muted)}
.cp-vip .mycar-chip{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#1c6b3f;background:#e4efe8;border:1px solid #bcdcc7;border-radius:9px;padding:7px 12px;margin-bottom:14px}
.cp-vip .mycar-chip b{font-weight:700}
.cp-vip .mycar-chip a{color:var(--cp-pine);font-weight:600;cursor:pointer}
.cp-vip .fitgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.cp-vip .fitcard{display:flex;align-items:center;gap:12px;border:1px solid var(--cp-line);border-radius:12px;padding:12px 14px;transition:border-color .15s,box-shadow .2s}
.cp-vip .fitcard:hover{border-color:var(--cp-fern);box-shadow:0 12px 26px -22px rgba(21,33,28,.4)}
.cp-vip .fitcard.mine{border-color:var(--cp-pine);background:#f6f9f6}
.cp-vip .fitcard.hidden{display:none}
.cp-vip .fitcard .fi{width:40px;height:40px;border-radius:10px;background:var(--cp-mist);display:grid;place-items:center;flex-shrink:0}
.cp-vip .fitcard.mine .fi{background:var(--cp-amber-soft)}
.cp-vip .fitcard .fi svg{width:22px;height:22px;stroke:var(--cp-pine);stroke-width:1.6;fill:none}
.cp-vip .fitcard .fn{font-weight:600;font-size:14px;line-height:1.25}
.cp-vip .fitcard .fy{font-family:"JetBrains Mono",ui-monospace,monospace;font-size:11.5px;color:var(--cp-muted);margin-top:3px}
.cp-vip .fitcard .mytag{margin-left:auto;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--cp-pine);color:#fff;padding:3px 8px;border-radius:5px;flex-shrink:0}
.cp-vip .fitcard .tag{margin-left:auto;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;border-radius:6px;flex-shrink:0}
.cp-vip .fitcard .tag.ok{color:#1c6b3f;background:#d4eadd}
.cp-vip .fitcard .tag.at{color:#8a5a12;background:#fbefd9}
.cp-vip .fitcard .tag.sl{color:#2b5d8a;background:#ddeaf6}   /* seller-declared fitment (audit H) */
.cp-vip .fitmore{margin-top:14px;display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:13.5px;color:var(--cp-pine);cursor:pointer;background:none;border:0}
.cp-vip .fitmore svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;transition:transform .2s}
.cp-vip .fitmore.open svg{transform:rotate(180deg)}

/* ===== specs ===== */
.cp-vip .specs{display:grid;grid-template-columns:1fr 1fr;gap:0 30px}
.cp-vip .specrow{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--cp-mist);font-size:13.5px}
.cp-vip .specrow .sk{color:var(--cp-muted)}
.cp-vip .specrow .sv{font-weight:600;text-align:right}
.cp-vip .specrow .sv.mono{font-family:"JetBrains Mono",ui-monospace,monospace;font-weight:600;font-size:12.5px}
/* equipment / features section — 1:1 with the camperbay-equipment-final mockup:
   green header badge + count pill, amber accent-line group headers, multi-column checklist
   of bordered items each with a per-item icon badge + name + green check */
.cp-vip .eqbox{border-radius:18px}
.cp-vip .eqbox .box-h{display:flex;align-items:center;gap:11px;margin-bottom:5px}
.cp-vip .eqbox .box-h .hi{width:34px;height:34px;border-radius:10px;background:#e4efe8;display:grid;place-items:center;flex-shrink:0}
.cp-vip .eqbox .box-h .hi svg{width:19px;height:19px;stroke:var(--cp-up);stroke-width:1.9;fill:none}
.cp-vip .eqbox .box-h h2{font-family:"Archivo",system-ui,sans-serif;font-weight:800;font-size:18px;letter-spacing:-.01em;display:block;margin:0}
.cp-vip .eqbox .box-h .hc{margin-left:auto;font-family:"JetBrains Mono",ui-monospace,monospace;font-size:12px;font-weight:600;color:var(--cp-up);background:#e4efe8;border:1px solid #c7e0d1;border-radius:20px;padding:3px 10px;white-space:nowrap}
.cp-vip .eqbox .box-note{font-size:12.5px;color:var(--cp-muted);margin-bottom:20px}
.cp-vip .eqbox .grp{margin-bottom:20px}
.cp-vip .eqbox .grp:last-child{margin-bottom:0}
.cp-vip .eqbox .ghead{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.cp-vip .eqbox .ghead .gtick{width:4px;height:15px;border-radius:3px;background:var(--cp-amber);flex-shrink:0}
.cp-vip .eqbox .ghead .gt{font-family:"Archivo",system-ui,sans-serif;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:var(--cp-pine);white-space:nowrap}
.cp-vip .eqbox .ghead .grule{flex:1;height:1px;background:var(--cp-line)}
.cp-vip .eqbox .eqlist{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:9px}
.cp-vip .eqbox .eq{display:flex;align-items:center;gap:10px;padding:6px 11px;border:1px solid var(--cp-line);border-radius:11px;background:#F6F8F4;transition:border-color .15s}
.cp-vip .eqbox .eq:hover{border-color:#c7e0d1}
.cp-vip .eqbox .eq .ei{width:26px;height:26px;border-radius:8px;background:#fff;border:1px solid var(--cp-line);display:grid;place-items:center;flex-shrink:0}
.cp-vip .eqbox .eq .ei svg{width:16px;height:16px;stroke:var(--cp-up);stroke-width:1.8;fill:none}
.cp-vip .eqbox .eq .en{font-weight:600;font-size:13.5px}
.cp-vip .eqbox .eq .ck{width:15px;height:15px;margin-left:auto;flex-shrink:0}
.cp-vip .eqbox .eq .ck svg{width:15px;height:15px;stroke:var(--cp-up);stroke-width:2.4;fill:none}
@media(max-width:560px){.cp-vip .eqbox .eqlist{grid-template-columns:repeat(2,1fr);gap:8px}.cp-vip .eqbox .eq .en{font-size:13px}}
@media(max-width:380px){.cp-vip .eqbox .eqlist{grid-template-columns:1fr}}

/* ===== description ===== */
.cp-vip .desc .post_text{font-size:14px;color:#2c3a33;line-height:1.65}
.cp-vip .desc p{font-size:14px;color:#2c3a33;line-height:1.65;margin-bottom:12px}
.cp-vip .desc p:last-child{margin-bottom:0}
.cp-vip .desc ul{list-style:none;display:flex;flex-direction:column;gap:9px;margin:4px 0 14px;padding:0}
.cp-vip .desc li{display:flex;gap:10px;font-size:13.5px;color:#2c3a33}
.cp-vip .desc li svg{width:16px;height:16px;stroke:var(--cp-up);stroke-width:2;fill:none;flex-shrink:0;margin-top:1px}
.cp-vip .desc li.no svg{stroke:var(--cp-muted)}

/* ===== right column: seller + trust ===== */
.cp-vip .sellerbig{background:var(--cp-card);border:1px solid var(--cp-line);border-radius:16px;padding:20px}
.cp-vip .sellerbig .st-top{display:flex;gap:13px;align-items:center}
.cp-vip .sellerbig .av{width:52px;height:52px;border-radius:14px;background:var(--cp-pine);color:#fff;display:grid;place-items:center;font-family:"Archivo",system-ui,sans-serif;font-weight:700;font-size:18px;flex-shrink:0;overflow:hidden}
.cp-vip .sellerbig .av img{width:100%;height:100%;object-fit:cover}
.cp-vip .sellerbig .sn{font-family:"Archivo",system-ui,sans-serif;font-weight:700;font-size:16px;display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.cp-vip .sellerbig .sbadge{font-family:"Inter",sans-serif;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--cp-mist);color:var(--cp-pine);padding:2px 8px;border-radius:5px}
.cp-vip .sellerbig .sm{font-size:12.5px;color:var(--cp-muted);margin-top:4px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.cp-vip .sellerstats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0;padding:16px 0;border-top:1px solid var(--cp-mist);border-bottom:1px solid var(--cp-mist)}
.cp-vip .sellerstats .ss .n{font-family:"JetBrains Mono",ui-monospace,monospace;font-weight:600;font-size:16px;color:var(--cp-pine)}
.cp-vip .sellerstats .ss .l{font-size:11px;color:var(--cp-muted);margin-top:1px}
.cp-vip .storebtn{width:100%;height:46px;border-radius:11px;border:1px solid var(--cp-line);background:var(--cp-card);color:var(--cp-pine);font-weight:600;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .18s}
.cp-vip .storebtn:hover{border-color:var(--cp-fern);background:var(--cp-mist);color:var(--cp-pine)}
.cp-vip .storebtn svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.9;fill:none}
.cp-vip .trustcard{background:var(--cp-card);border:1px solid var(--cp-line);border-radius:16px;padding:20px}
.cp-vip .trustcard h3{font-family:"Archivo",system-ui,sans-serif;font-weight:700;font-size:14px;margin-bottom:13px}
.cp-vip .trow{display:flex;gap:11px;align-items:flex-start;margin-bottom:13px}
.cp-vip .trow:last-child{margin-bottom:0}
.cp-vip .trow .ti{width:34px;height:34px;border-radius:10px;background:#eef4f0;display:grid;place-items:center;flex-shrink:0}
.cp-vip .trow .ti svg{width:17px;height:17px;stroke:var(--cp-pine);stroke-width:1.8;fill:none}
.cp-vip .trow .tt{font-weight:600;font-size:13.5px}
.cp-vip .trow .td{font-size:12px;color:var(--cp-muted);margin-top:1px;line-height:1.45}
.cp-vip .report-line{margin-top:2px;text-align:center}
.cp-vip .report-line .foul{font-size:12.5px;color:var(--cp-muted);cursor:pointer}
.cp-vip .report-line .foul:hover{color:var(--cp-pine)}

/* ===== stars + reviews (real, kept) ===== */
.cp-vip .stars{display:inline-flex;gap:1px;vertical-align:middle}
.cp-vip .stars svg{width:15px;height:15px;fill:var(--cp-amber);stroke:none}
.cp-vip .stars svg.off{fill:#cbd4cc}
.cp-vip .stars.sm svg{width:13px;height:13px}
.cp-vip .reviewlist{display:flex;flex-direction:column;gap:14px;margin-top:6px}
.cp-vip .review{border-bottom:1px solid var(--cp-mist);padding-bottom:14px}
.cp-vip .review:last-child{border-bottom:0;padding-bottom:0}
.cp-vip .rv-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.cp-vip .rv-name{font-weight:600;font-size:14px}
.cp-vip .rv-date{margin-left:auto;font-family:"JetBrains Mono",ui-monospace,monospace;font-size:11.5px;color:var(--cp-muted)}
.cp-vip .rv-body{font-size:13.5px;color:#374842;line-height:1.5;margin-top:6px}
.cp-vip .rv-empty{color:var(--cp-muted);font-size:14px;margin-top:6px}
.cp-vip .rvform{margin-top:18px;padding-top:18px;border-top:1px solid var(--cp-mist);display:flex;flex-direction:column;gap:9px}
.cp-vip .rvform__hd{font-weight:700;font-size:14.5px}
.cp-vip .rvform label{font-size:12px;font-weight:600;color:var(--cp-muted);text-transform:uppercase;letter-spacing:.06em}
.cp-vip .rvform select,.cp-vip .rvform textarea{border:1px solid var(--cp-line);border-radius:10px;padding:10px 12px;font:inherit;font-size:14px;background:var(--cp-paper);color:var(--cp-ink);width:100%}
.cp-vip .rvform select:focus,.cp-vip .rvform textarea:focus{outline:0;border-color:var(--cp-fern);background:#fff}
.cp-vip .rv-submit{align-self:flex-start;height:44px;padding:0 22px;border:0;border-radius:11px;background:var(--cp-pine);color:#fff;font-family:"Archivo",system-ui,sans-serif;font-weight:700;font-size:14.5px;cursor:pointer}
.cp-vip .rv-submit:hover{background:var(--cp-pine2)}
.cp-vip .rv-login{display:inline-block;margin-top:14px;font-weight:600;color:var(--cp-pine)}
.cp-vip .rvform select:focus-visible,.cp-vip .rvform textarea:focus-visible{outline:3px solid #E08A2C;outline-offset:2px}

/* ===== similar ===== */
.cp-vip .similar{padding:8px 0 50px}
.cp-vip .simhead{font-family:"Archivo",system-ui,sans-serif;font-weight:700;font-size:19px;letter-spacing:-.01em;margin-bottom:16px;display:flex;align-items:center;gap:10px}
.cp-vip .simhead svg{width:19px;height:19px;stroke:var(--cp-pine);stroke-width:1.8;fill:none}
.cp-vip .simgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.cp-vip .simcard{background:var(--cp-card);border:1px solid var(--cp-line);border-radius:13px;overflow:hidden;transition:transform .16s,box-shadow .2s,border-color .2s;display:block}
.cp-vip .simcard:hover{border-color:var(--cp-fern);transform:translateY(-3px);box-shadow:0 14px 30px -22px rgba(21,33,28,.5)}
.cp-vip .simcard .sph{height:120px;background:linear-gradient(135deg,#d3dbd4,#e9ede8);position:relative}
.cp-vip .simcard .sph img{width:100%;height:100%;object-fit:cover}
.cp-vip .simcard .scond{position:absolute;top:8px;left:8px;font-size:9.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:3px 7px;border-radius:5px;background:var(--cp-amber-soft);color:#5b3708}
.cp-vip .simcard .scond.new{background:var(--cp-pine);color:#fff}
.cp-vip .simcard .sb{padding:12px 13px}
.cp-vip .simcard .st{font-weight:600;font-size:13.5px;line-height:1.3}
.cp-vip .simcard .sff{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:600;color:#1c6b3f;margin-top:7px}
.cp-vip .simcard .sff svg{width:11px;height:11px;stroke:#1c6b3f;stroke-width:2;fill:none}
.cp-vip .simcard .sp{font-family:"JetBrains Mono",ui-monospace,monospace;font-weight:600;font-size:15px;color:var(--cp-pine);margin-top:8px}

/* ===== fitment context bar (shared with garage/) ===== */
.cp-vip .fitbar{display:flex;align-items:center;gap:16px;background:var(--cp-pine);color:#EAF0EC;border-radius:14px;padding:13px 18px;flex-wrap:wrap;margin-top:14px}
.cp-vip .fitbar .fb-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#A9BBB0;font-weight:600}
.cp-vip .fitbar .fb-chip{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:7px 13px}
.cp-vip .fitbar .fb-chip svg{width:18px;height:18px;stroke:var(--cp-amber-soft);stroke-width:1.7;fill:none}
.cp-vip .fitbar .fb-name{font-weight:600;font-size:14.5px;color:#fff}
.cp-vip .fitbar .fb-sub{font-family:"JetBrains Mono",ui-monospace,monospace;font-size:11.5px;color:#A9BBB0;margin-left:6px}
.cp-vip .fitbar .fb-change{margin-left:auto;font-size:13.5px;font-weight:600;color:#fff;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.22);padding:8px 14px;border-radius:9px}
.cp-vip .fitbar .fb-change:hover{background:rgba(255,255,255,.1);color:#fff}
.cp-vip .fitbar .fb-change svg{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none}

/* ===== garage / caravan picker (shared with garage/) ===== */
.cp-vip .garage-hero{background:linear-gradient(135deg,#ffffff,var(--cp-mist));border:1px solid var(--cp-line);border-radius:18px;padding:34px 30px;margin:14px 0 24px}
.cp-vip .garage-hero h1{font-family:"Archivo",system-ui,sans-serif;font-weight:800;font-size:clamp(26px,3vw,36px);letter-spacing:-.02em;color:var(--cp-ink)}
.cp-vip .garage-hero p{color:var(--cp-muted);font-size:15.5px;max-width:62ch;margin-top:10px;line-height:1.55}
.cp-vip .gmake{margin-bottom:24px}
.cp-vip .gmake-hd{font-family:"Archivo",system-ui,sans-serif;font-weight:700;font-size:16px;color:var(--cp-pine);margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--cp-line)}
.cp-vip .gmake-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.cp-vip .gcard{display:flex;align-items:center;gap:13px;background:var(--cp-card);border:1px solid var(--cp-line);border-radius:13px;padding:14px 16px;transition:transform .16s,border-color .2s,box-shadow .2s}
.cp-vip .gcard:hover{transform:translateY(-2px);border-color:var(--cp-fern);box-shadow:0 12px 26px -22px rgba(21,33,28,.5)}
.cp-vip .gc-ic{width:42px;height:42px;border-radius:11px;background:var(--cp-mist);display:grid;place-items:center;flex-shrink:0}
.cp-vip .gc-ic svg{width:22px;height:22px;stroke:var(--cp-pine);stroke-width:1.6;fill:none}
.cp-vip .gc-t{flex:1;min-width:0;display:flex;flex-direction:column}
.cp-vip .gc-t b{font-weight:600;font-size:14.5px;color:var(--cp-ink)}
.cp-vip .gc-t i{font-family:"JetBrains Mono",ui-monospace,monospace;font-style:normal;font-size:11.5px;color:var(--cp-muted);margin-top:2px}
.cp-vip .gc-ar{width:18px;height:18px;stroke:var(--cp-muted);stroke-width:2;fill:none;flex-shrink:0}
@media(max-width:820px){.cp-vip .gmake-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.cp-vip .gmake-grid{grid-template-columns:1fr}}

/* ===== caravan/camper toggle (shared with garage/) ===== */
.cp-vip .bttoggle{display:inline-flex;gap:4px;background:#E2E7E1;border:1px solid #CBD4CC;border-radius:11px;padding:4px;margin:2px 0 22px}
.cp-vip .bttoggle .bt{border:0;background:none;font:inherit;font-weight:600;font-size:13.5px;color:#5C6A62;padding:8px 17px;border-radius:8px;cursor:pointer;transition:background .15s,color .15s}
.cp-vip .bttoggle .bt:hover{color:#1F3D30}
.cp-vip .bttoggle .bt.is-on{background:#1F3D30;color:#fff}

/* ===== lightbox prev/next arrows (body-level) ===== */
.mp-lightbox__nav{position:fixed;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:0;background:rgba(255,255,255,.16);cursor:pointer;display:grid;place-items:center;z-index:2010}
.mp-lightbox__nav:hover{background:rgba(255,255,255,.3)}
.mp-lightbox__nav.prev{left:16px}
.mp-lightbox__nav.next{right:16px}
.mp-lightbox__nav svg{width:26px;height:26px;stroke:#fff;stroke-width:2.4;fill:none}

/* ===== responsive ===== */
@media(max-width:980px){
  .cp-vip .prod{grid-template-columns:1fr}
  .cp-vip .buy{position:static}
  .cp-vip .simgrid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .cp-vip .fitgrid{grid-template-columns:1fr}
  .cp-vip .specs{grid-template-columns:1fr}
  .cp-vip .simgrid{grid-template-columns:1fr}
  .cp-vip .gallery .main{height:300px}
  .mp-lightbox__nav{width:42px;height:42px}
}

/* ===== featured SPOTLIGHT (variant D, dark) — one promoted listing between the product and "similar" ===== */
.cp-vip .promo-spot{display:grid;grid-template-columns:280px 1fr;align-items:center;border-radius:18px;overflow:hidden;position:relative;background:#132019;margin:6px 0 34px;color:#EAF0EC;text-decoration:none}
.cp-vip .promo-spot::before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(60% 100% at 8% 20%,rgba(78,129,99,.55),transparent 60%),radial-gradient(50% 90% at 95% 90%,rgba(224,138,44,.28),transparent 60%)}
.cp-vip .promo-spot::after{content:"";position:absolute;inset:0;z-index:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0 8px,transparent 8px 17px)}
.cp-vip .promo-spot .ps-img{position:relative;z-index:2;height:200px;margin:20px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#26402f,#1a2f26);border:1px solid rgba(255,255,255,.1)}
.cp-vip .promo-spot .ps-img img{width:100%;height:100%;object-fit:cover}
.cp-vip .promo-spot .ps-body{position:relative;z-index:2;padding:24px 30px 24px 8px;min-width:0}
.cp-vip .promo-spot .promo-feat{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--cp-amber);color:#3a2408;padding:5px 10px;border-radius:6px;margin-bottom:12px}
.cp-vip .promo-spot .promo-feat svg{width:13px;height:13px;stroke:#3a2408;stroke-width:2.2;fill:none}
.cp-vip .promo-spot h3{font-family:"Archivo",system-ui,sans-serif;font-weight:800;font-size:23px;letter-spacing:-.02em;line-height:1.15;color:#fff}
.cp-vip .promo-spot .ps-pn{font-family:"JetBrains Mono",ui-monospace,monospace;font-size:12px;color:rgba(234,240,236,.62);margin-top:8px}
.cp-vip .promo-spot .ps-fit{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--cp-amber-soft);margin-top:12px}
.cp-vip .promo-spot .ps-fit svg{width:14px;height:14px;stroke:var(--cp-amber-soft);stroke-width:2;fill:none}
.cp-vip .promo-spot .ps-foot{display:flex;align-items:center;gap:18px;margin-top:18px}
.cp-vip .promo-spot .ps-price{font-family:"JetBrains Mono",ui-monospace,monospace;font-weight:600;font-size:23px;color:#fff}
.cp-vip .promo-spot .ps-btn{height:44px;padding:0 20px;border-radius:10px;background:var(--cp-amber);color:#3a2408;font-family:"Archivo",system-ui,sans-serif;font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:8px}
.cp-vip .promo-spot .ps-btn svg{width:16px;height:16px;stroke:#3a2408;stroke-width:2.2;fill:none}
@media(max-width:760px){
  .cp-vip .promo-spot{grid-template-columns:1fr}
  .cp-vip .promo-spot .ps-img{height:170px;margin:16px 16px 0}
  .cp-vip .promo-spot .ps-body{padding:18px 22px 22px}
  .cp-vip .promo-spot h3{font-size:20px}
}
