
:root{--green:#0b7f4f;--green2:#10a667;--lime:#d9ff4f;--orange:#ff9d2e;--pink:#ff4f8b;--bg:#f7f8ed;--ink:#102116;--muted:#65736b;--card:#fff}
*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at top left,#e8ffe0,#f7f8ed 30%,#fff7eb);color:var(--ink)}
.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:22px;padding:14px 28px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid #e1eadb}
.brand{font-size:30px;font-weight:950;color:var(--green);letter-spacing:-1.5px;text-decoration:none}.brand span{font-size:12px;background:var(--lime);color:#294000;border-radius:999px;padding:3px 6px;margin-left:5px}
nav{display:flex;gap:16px;flex:1}a{color:var(--ink);text-decoration:none;font-weight:750}.right{display:flex;align-items:center;gap:9px}.right a{font-size:13px}
.button,button{background:linear-gradient(135deg,var(--green),var(--green2));color:#fff;border:0;border-radius:16px;padding:12px 17px;font-weight:900;cursor:pointer;box-shadow:0 10px 22px rgba(16,166,103,.24)}.mini{padding:8px 12px}.light{background:white;color:var(--green);box-shadow:none}.glow{box-shadow:0 0 0 6px rgba(217,255,79,.22),0 18px 35px rgba(0,0,0,.2)}
main{max-width:1220px;margin:0 auto;padding:26px}.hero2{min-height:330px;border-radius:38px;padding:48px;background:linear-gradient(130deg,#083c28,#0b7f4f 58%,#d9ff4f);color:white;display:flex;align-items:center;box-shadow:0 25px 70px rgba(11,127,79,.25);overflow:hidden;position:relative}.hero2:after{content:"";position:absolute;right:-80px;top:-80px;width:350px;height:350px;background:rgba(255,255,255,.18);border-radius:50%}
.heroText{max-width:760px;position:relative;z-index:1}.eyebrow{font-size:13px;letter-spacing:2px;font-weight:950;color:var(--lime)}.hero2 h1{font-size:58px;line-height:.95;margin:12px 0}.hero2 p{font-size:20px;line-height:1.45;color:#edfff4}.heroActions{display:flex;gap:13px;margin-top:22px}
.mapSection{margin:24px 0;padding:24px;background:rgba(255,255,255,.78);border:1px solid #e6eedf;border-radius:30px;display:grid;grid-template-columns:.55fr 1fr;gap:20px;box-shadow:0 14px 40px rgba(16,33,22,.06)}.mapSection h2{font-size:30px;margin:0 0 8px}.mapCard{min-height:260px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#134b34,#1fb872);display:flex;align-items:center;justify-content:center;color:white;font-weight:950}.mapFrame{width:100%;height:300px;border:0}.mapPlaceholder{border:2px dashed rgba(255,255,255,.6);border-radius:22px;padding:42px}
.filterBar{display:grid;grid-template-columns:1.4fr repeat(5,1fr) auto;gap:10px;margin:22px 0}.filterBar input,.filterBar select,.form input,.form select,.form textarea,.adminSearch input,.adminCard input{width:100%;padding:13px 14px;border:1px solid #dce6d4;border-radius:15px;background:white;font-size:15px}.form textarea{min-height:145px}
.sectionTitle{font-size:31px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.listingCard{background:rgba(255,255,255,.92);border:1px solid #e5eadf;border-radius:28px;overflow:hidden;box-shadow:0 18px 45px rgba(16,33,22,.08);transition:.18s}.listingCard:hover{transform:translateY(-4px);box-shadow:0 25px 60px rgba(16,33,22,.12)}
.imageBox{height:175px;background:linear-gradient(135deg,#ecffb3,#d8fff0);display:flex;align-items:center;justify-content:center}.imageBox img{width:100%;height:100%;object-fit:cover}.noImage{font-size:24px;font-weight:950;color:var(--green);text-align:center}.big{height:360px}.cardBody{padding:19px}.idrow{display:flex;justify-content:space-between;gap:10px}.badge{display:inline-block;background:var(--lime);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950;color:#263800}.status{border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900;background:#eef1ed}.status.active{background:#dcffe9;color:#06723f}.status.pending{background:#fff1c7;color:#8a5b00}.status.rejected{background:#ffe0e0;color:#9a1515}.price{font-size:22px;font-weight:950;color:var(--green)}.loc{color:var(--muted)}.desc{color:#35463a}
.panel,.authBox{background:rgba(255,255,255,.9);border:1px solid #e4ecdd;border-radius:32px;padding:28px;box-shadow:0 18px 50px rgba(16,33,22,.08)}.authBox{max-width:650px;margin:20px auto}.form{display:grid;gap:15px}.row{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.accountCards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.accountCard{border:2px solid #e2eadb;border-radius:22px;padding:18px;cursor:pointer;background:#fff}.accountCard input{width:auto}.accountCard span{font-size:34px;display:block}.accountCard b{display:block;font-size:19px}.accountCard:has(input:checked){border-color:var(--green);box-shadow:0 0 0 5px rgba(16,166,103,.12)}
.panelHead{display:flex;justify-content:space-between;align-items:center}.adminGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.adminCard{background:#f8fbf4;border:1px solid #e3ecd9;border-radius:24px;padding:18px}.adminSearch{display:grid;grid-template-columns:1fr auto;gap:10px;margin:18px 0}
table{width:100%;border-collapse:collapse;margin:12px 0 26px;background:white;border-radius:18px;overflow:hidden}th,td{padding:12px;border-bottom:1px solid #edf2e9;text-align:left}th{color:var(--muted);font-size:13px}.miniBtn{padding:7px 10px;border-radius:11px;font-size:12px}.danger{background:linear-gradient(135deg,#f45,#ff8a8a)}.dark{background:#223027}.linkBtn{background:none;color:#b22121;box-shadow:none;padding:0}
.detail{display:grid;grid-template-columns:1fr 1fr;gap:22px}.detailImage,.detailInfo{background:white;border:1px solid #e4ecdd;border-radius:30px;padding:24px;box-shadow:0 18px 50px rgba(16,33,22,.08)}.detailImage img{width:100%;height:380px;object-fit:cover;border-radius:22px}.bigprice{font-size:34px}.userpill{background:#eef8e9;padding:8px 11px;border-radius:999px;font-size:13px}
footer{text-align:center;color:var(--muted);padding:30px}
@media(max-width:980px){.hero2 h1{font-size:42px}.mapSection,.detail{grid-template-columns:1fr}.filterBar{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.row,.adminGrid,.accountCards{grid-template-columns:1fr}.topbar{flex-wrap:wrap}}


/* Hebrew / RTL support */
html[dir="rtl"] body { direction: rtl; text-align: right; }
html[dir="rtl"] .topbar { direction: rtl; }
html[dir="rtl"] nav { direction: rtl; }
html[dir="rtl"] .right { direction: rtl; }
html[dir="rtl"] .heroText { text-align: right; }
html[dir="rtl"] .filterBar input,
html[dir="rtl"] .filterBar select,
html[dir="rtl"] .form input,
html[dir="rtl"] .form select,
html[dir="rtl"] .form textarea { text-align: right; }
html[dir="rtl"] th, html[dir="rtl"] td { text-align: right; }
html[dir="rtl"] .idrow { flex-direction: row-reverse; }


/* v2.2 Quick category tiles */
.quickTiles{
  margin:24px 0;
  padding:24px;
  background:rgba(255,255,255,.82);
  border:1px solid #e6eedf;
  border-radius:30px;
  box-shadow:0 14px 40px rgba(16,33,22,.06);
}
.quickHead{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:16px;
  margin-bottom:16px;
}
.quickHead h2{
  margin:0;
  font-size:31px;
}
.quickHead p{
  margin:0;
  color:var(--muted);
  font-weight:700;
}
.tileGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.quickTile{
  min-height:132px;
  padding:18px;
  border-radius:26px;
  color:#102116;
  background:linear-gradient(135deg,#ffffff,#efffe8);
  border:1px solid #e1eadb;
  box-shadow:0 15px 35px rgba(16,33,22,.07);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:.18s;
  position:relative;
  overflow:hidden;
}
.quickTile:after{
  content:"";
  position:absolute;
  right:-34px;
  top:-34px;
  width:92px;
  height:92px;
  border-radius:50%;
  background:rgba(255,255,255,.35);
}
.quickTile:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 50px rgba(16,33,22,.13);
}
.quickTile span{
  font-size:34px;
}
.quickTile b{
  font-size:21px;
  font-weight:950;
}
.quickTile small{
  color:#3c5144;
  font-weight:750;
}
.quickTile.cars{background:linear-gradient(135deg,#dbfff0,#9dffd0)}
.quickTile.jobs{background:linear-gradient(135deg,#e7edff,#b7c8ff)}
.quickTile.estate{background:linear-gradient(135deg,#fff4db,#ffd37d)}
.quickTile.rentals{background:linear-gradient(135deg,#f2e5ff,#d0a4ff)}
.quickTile.services{background:linear-gradient(135deg,#e7fff9,#94ffe4)}
.quickTile.parts{background:linear-gradient(135deg,#f0f0f0,#cfd8dc)}
.quickTile.electronics{background:linear-gradient(135deg,#e4f5ff,#95d8ff)}
.quickTile.homegarden{background:linear-gradient(135deg,#f2ffdc,#caff78)}

html[dir="rtl"] .quickHead { direction: rtl; }
html[dir="rtl"] .quickTile { text-align:right; }

@media(max-width:980px){
  .tileGrid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .tileGrid{grid-template-columns:1fr}
  .quickHead{display:block}
}


/* v2.3 Avito-style quick search + favorites */
.marketSearch{
  margin:24px 0;
  padding:22px;
  background:rgba(255,255,255,.92);
  border:1px solid #e5eadf;
  border-radius:32px;
  box-shadow:0 18px 50px rgba(16,33,22,.08);
}
.marketTop{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:12px;
  margin-bottom:18px;
}
.allCatsBtn{
  background:linear-gradient(135deg,#169bff,#006ee6);
  box-shadow:0 12px 28px rgba(0,110,230,.23);
  font-size:16px;
  border-radius:18px;
}
.mainSearch{
  display:grid;
  grid-template-columns:1fr 210px 130px;
  gap:10px;
}
.mainSearch input,.mainSearch select{
  width:100%;
  padding:15px 16px;
  border:2px solid #d9e7f5;
  border-radius:18px;
  background:white;
  font-size:16px;
}
.quickTilesPro{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}
.proTile{
  min-height:116px;
  border-radius:22px;
  padding:14px;
  overflow:hidden;
  position:relative;
  color:#152018;
  background:#f1f3f5;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  transition:.16s ease;
}
.proTile:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(16,33,22,.12);
}
.proTileText{position:relative;z-index:2;display:flex;flex-direction:column;gap:5px}
.proTileText b{font-size:16px;font-weight:950;line-height:1.05}
.proTileText small{font-size:12px;color:#4b5d52;font-weight:750}
.proTileArt{
  position:absolute;
  right:8px;
  bottom:4px;
  font-size:48px;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.10));
}
.proTile.car{background:linear-gradient(135deg,#e8fff2,#b3ffd3)}
.proTile.job{background:linear-gradient(135deg,#fff3d9,#ffd37c)}
.proTile.estate{background:linear-gradient(135deg,#eef2ff,#bdcbff)}
.proTile.rentals{background:linear-gradient(135deg,#f5eaff,#d9b5ff)}
.proTile.services{background:linear-gradient(135deg,#e7fffb,#a2ffe8)}
.proTile.parts{background:linear-gradient(135deg,#f6f6f6,#d7dee2)}
.proTile.electronics{background:linear-gradient(135deg,#e8f7ff,#a7ddff)}
.proTile.home{background:linear-gradient(135deg,#f5ffe4,#ceff77)}
.proTile.tools{background:linear-gradient(135deg,#fff1e6,#ffbc87)}
.proTile.trailers{background:linear-gradient(135deg,#edf7ff,#b8e1ff)}
.proTile.business{background:linear-gradient(135deg,#edfff0,#a9f3ba)}
.proTile.community{background:linear-gradient(135deg,#fff0f7,#ffb5d4)}
.favForm{
  position:absolute;
  right:14px;
  top:190px;
  z-index:3;
}
.listingCard{position:relative}
.favBtn{
  width:42px;height:42px;border-radius:50%;
  background:rgba(255,255,255,.95);
  color:#9aa5a0;
  box-shadow:0 8px 20px rgba(0,0,0,.14);
  font-size:24px;
  padding:0;
}
.favBtn.saved,.favBig.saved{color:#ff2d68}
.favBig{
  margin:12px 0;
  background:white;
  color:#202b24;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  border:1px solid #e4ecdd;
}
.detailFav{margin:0}
html[dir="rtl"] .proTileArt{right:auto;left:8px}
html[dir="rtl"] .favForm{right:auto;left:14px}
@media(max-width:1100px){
  .quickTilesPro{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:780px){
  .marketTop,.mainSearch{grid-template-columns:1fr}
  .quickTilesPro{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
  .quickTilesPro{grid-template-columns:1fr}
}

/* v2.7 location, legal, language, shipping */
.dropdownWrap{position:relative;display:inline-block}.langBtn{background:#f4faf0;color:#102116;border:1px solid #dfe9d8;box-shadow:none;border-radius:999px;padding:9px 12px;font-weight:900}.dropdownPanel{display:none;position:absolute;right:0;top:calc(100% + 10px);z-index:20;background:rgba(17,31,23,.96);color:white;border:1px solid rgba(255,255,255,.12);border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.28);padding:10px;min-width:230px}.dropdownPanel.open{display:grid;gap:6px}.dropdownPanel a,.dropdownPanel button{background:transparent;color:white;box-shadow:none;text-align:left;border-radius:12px;padding:10px 12px;font-weight:900}.dropdownPanel a:hover,.dropdownPanel button:hover{background:rgba(255,255,255,.1)}.catPanel{left:0;right:auto;min-width:360px;grid-template-columns:1fr 1fr}.catPanel a{display:grid;grid-template-columns:36px 1fr;gap:2px 10px;align-items:center}.catPanel span{font-size:25px;grid-row:span 2}.catPanel small{color:#c7d8cf}.locationPrompt{display:flex;align-items:center;gap:12px;margin:0 0 16px;color:#617268;font-weight:800}.detectBtn{background:#102116;color:#fff;box-shadow:none;padding:10px 14px;border-radius:999px}.filterBar{grid-template-columns:1.2fr 1fr 1fr 1fr 1fr 1fr 1fr auto auto}.checkInline{display:flex;align-items:center;gap:7px;background:white;border:1px solid #dce6d4;border-radius:15px;padding:0 14px;font-weight:850}.row.two{grid-template-columns:1fr 1fr}.hint,.muted{color:var(--muted);font-size:14px}.alert{background:#fff0d9;border:1px solid #ffd08a;color:#7a4e00;padding:12px 14px;border-radius:16px;font-weight:900;margin:10px 0}.legalCheck{display:flex;align-items:center;gap:9px}.legalCheck input,.checkInline input,.carrierGrid input{width:auto}.subPanel{background:#f8fbf4;border:1px solid #e3ecd9;border-radius:24px;padding:18px}.carrierGrid{display:flex;flex-wrap:wrap;gap:12px}.carrierGrid label{background:white;border:1px solid #e2eadb;border-radius:999px;padding:9px 12px;font-weight:850}.shipBadge,.shipBox{background:#effff3;border:1px solid #cef3d8;color:#075c34;border-radius:16px;padding:10px 12px;font-weight:900}.disclaimer{background:#fff7dd;border:1px solid #ffe08a;color:#6d4c00;border-radius:18px;padding:13px;margin:16px 0;font-weight:800}.contactBox{display:grid;gap:12px;background:#f8fbf4;border:1px solid #e3ecd9;border-radius:24px;padding:18px;margin-top:16px}.contactBox textarea{min-height:110px}.legal{max-width:950px;margin:0 auto;line-height:1.65}.legal h2{margin-top:25px}.inlineForm{margin-top:12px}footer a{color:var(--green);font-weight:900}html[dir="rtl"] .dropdownPanel{right:auto;left:0}html[dir="rtl"] .catPanel{right:0;left:auto}html[dir="rtl"] .dropdownPanel a,html[dir="rtl"] .dropdownPanel button{text-align:right}
@media(max-width:980px){.filterBar{grid-template-columns:1fr}.row.two{grid-template-columns:1fr}.catPanel{min-width:280px;grid-template-columns:1fr}.locationPrompt{align-items:flex-start;flex-direction:column}}


/* v2.8.1 photo gallery */
.photoPanel{margin-top:18px}.fileDrop{display:block;background:#fff;border:1px dashed #a6cdb2;border-radius:18px;padding:16px;font-weight:900;color:#0e6533}.fileDrop input{margin-top:10px}.photoPreviewGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}.photoThumb{position:relative;background:#fff;border:1px solid #dfe9d8;border-radius:16px;overflow:hidden;min-height:120px;box-shadow:0 8px 22px rgba(0,0,0,.06)}.photoThumb img{width:100%;height:118px;object-fit:cover;display:block}.photoThumb span{display:block;padding:8px 10px;font-weight:950;color:#183324;font-size:13px}.photoThumb.mainPhoto{border:3px solid var(--green)}.photoThumb.mainPhoto:before{content:'MAIN';position:absolute;top:8px;left:8px;background:var(--green);color:white;border-radius:999px;padding:5px 9px;font-weight:950;font-size:11px}.imageBox{position:relative}.photoCount{position:absolute;left:10px;bottom:10px;background:rgba(0,0,0,.62);color:#fff;border-radius:999px;padding:5px 9px;font-weight:900;font-size:12px}.detailThumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:10px}.detailThumb{padding:0;background:#fff;border:2px solid transparent;border-radius:12px;overflow:hidden;box-shadow:none;color:#173322}.detailThumb.active{border-color:var(--green)}.detailThumb img{height:68px;width:100%;object-fit:cover;display:block}.detailThumb span{display:block;padding:4px;font-weight:900;font-size:12px}
@media(max-width:780px){.photoPreviewGrid{grid-template-columns:repeat(2,1fr)}.detailThumbs{grid-template-columns:repeat(4,1fr)}}

.formError{background:#ffe4e6;border:1px solid #fda4af;color:#9f1239;padding:12px 14px;border-radius:14px;margin:12px 0;font-weight:800}
.messageSuccess{background:#dcfce7;border:1px solid #86efac;color:#166534;padding:10px 12px;border-radius:12px;margin:8px 0 12px;font-weight:800}
.safetyConfirm{margin:14px 0;background:#fff7ed;border:1px solid #fed7aa;padding:12px;border-radius:14px}
.price,.bigprice{letter-spacing:-.02em}
.shipBadge{font-weight:800}


/* v2.9 internal mailbox */
.navBadge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;margin-left:5px;border-radius:999px;background:#ff2d68;color:white;font-size:12px;font-weight:950;vertical-align:middle}.actions{display:flex;gap:10px;flex-wrap:wrap}.button.secondary,.miniBtn.secondary{background:#f4faf0;color:#102116;border:1px solid #dfe9d8;box-shadow:none}.mailboxPanel{max-width:1050px;margin-left:auto;margin-right:auto}.conversationList{display:grid;gap:12px;margin-top:18px}.conversationCard{display:block;background:#fff;border:1px solid #e2eadb;border-radius:22px;padding:16px;color:#122019;text-decoration:none;box-shadow:0 12px 28px rgba(16,33,22,.06)}.conversationCard:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(16,33,22,.10)}.conversationCard.unread{border-color:#31b25f;background:linear-gradient(135deg,#ffffff,#effff3)}.convTop{display:flex;align-items:center;justify-content:space-between;gap:10px}.convMeta{color:var(--muted);font-weight:800;font-size:13px}.emptyState{background:#f8fbf4;border:1px dashed #bfd6c4;border-radius:22px;padding:22px;color:var(--muted);font-weight:900}.threadBox{display:grid;gap:12px;margin:20px 0}.messageBubble{max-width:78%;padding:14px 16px;border-radius:22px;border:1px solid #e2eadb;background:#fff}.messageBubble.mine{justify-self:end;background:#eaffef;border-color:#bde8c9}.messageBubble.theirs{justify-self:start;background:#f7f9f5}.msgMeta{display:flex;gap:10px;justify-content:space-between;color:#456050;font-size:13px;font-weight:900}.messageBubble p{white-space:pre-wrap;margin:8px 0 0}.replyBox{display:grid;gap:12px;background:#f8fbf4;border:1px solid #e3ecd9;border-radius:24px;padding:18px}.replyBox textarea{min-height:130px}@media(max-width:680px){.messageBubble{max-width:100%}.panelHead{align-items:flex-start}.actions{width:100%}}

/* v2.10 professional responses, sold flow, blocking, seller feedback */
.mutedBadge{background:#98a39b;color:#fff}.myAdsPro{max-width:1180px;margin-left:auto;margin-right:auto}.adsList{display:grid;gap:14px}.adManageCard{background:#fff;border:1px solid #e1eadb;border-radius:26px;padding:18px;box-shadow:0 16px 34px rgba(16,33,22,.06);display:grid;gap:14px}.adManageMain{display:grid;grid-template-columns:120px 1fr auto;gap:16px;align-items:center}.adManageMain h3{margin:0 0 4px;font-size:22px}.adId{display:grid;gap:4px}.adId b{font-size:20px}.adId small{color:var(--muted);font-weight:900}.responseSummary{background:#f7fbf4;border:1px solid #e0ecd8;border-radius:16px;padding:10px 12px;font-weight:900;color:#1d3627}.manageActions,.responseActions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.manageActions form,.responseActions form{display:inline}.soldBtn{background:#102116!important;color:white!important}.dangerText{color:#be123c!important}.dangerBtn{background:#be123c!important;color:#fff!important}.status.sold{background:#111827;color:white}.status.blocked{background:#ffe4e6;color:#9f1239}.listingGroups{display:grid;gap:18px}.listingGroupCard,.responseCenter{background:#fff;border:1px solid #e2eadb;border-radius:26px;padding:18px;box-shadow:0 16px 34px rgba(16,33,22,.06)}.groupHead{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.groupHead h2{margin:0;font-size:22px}.conversationList.compact{margin-top:10px}.responseCard{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;border:1px solid #e2eadb;background:#fbfdf8;border-radius:22px;padding:16px;margin-bottom:12px}.responseCard.unread{background:linear-gradient(135deg,#fff,#effff3);border-color:#31b25f}.responseCard h3{margin:0 0 4px}.proThread{background:#f8fbf4;border:1px solid #e3ecd9;border-radius:26px;padding:18px}.blockBox{margin-top:14px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end;background:#fff7f7;border:1px solid #fecdd3;border-radius:22px;padding:16px}.feedbackPanel{max-width:760px;margin-left:auto;margin-right:auto;text-align:left}.feedbackPanel h1{font-size:38px}.feedbackForm{display:grid;gap:16px}.starSelect{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px}.starSelect input{display:none}.starSelect label{font-size:42px;color:#cbd5cf;cursor:pointer;line-height:1}.starSelect input:checked ~ label,.starSelect label:hover,.starSelect label:hover ~ label{color:#f59e0b}.feedbackForm textarea{min-height:120px}@media(max-width:760px){.adManageMain,.responseCard,.blockBox{grid-template-columns:1fr}.groupHead{flex-direction:column}.manageActions .miniBtn,.manageActions button{width:100%;text-align:center}.responseActions{align-items:stretch;flex-direction:column}}

.contactInput{
  width:100%;
  border-radius:16px;
  border:1px solid #d9e5dc;
  padding:14px 16px;
  font-size:16px;
  box-sizing:border-box;
  background:#fff;
}
.contactInput:focus{
  outline:none;
  border-color:#2d8a4f;
  box-shadow:0 0 0 4px rgba(45,138,79,.12);
}

/* v2.16 professional contact form */
.proContact{
  margin-top:22px;
  padding:24px;
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbf8 100%);
  border:1px solid rgba(20,86,45,.12);
  box-shadow:0 18px 45px rgba(18,55,34,.12);
}
.contactTop{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:18px;
}
.contactIcon{
  width:52px;
  height:52px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eaf8ef;
  color:#087c3c;
  font-size:24px;
  flex:0 0 auto;
}
.contactTop h3{
  margin:0 0 6px;
  font-size:24px;
  line-height:1.15;
  color:#102b1b;
}
.contactGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.fieldCard{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:0;
}
.fieldCard span{
  font-weight:900;
  color:#173a25;
  font-size:14px;
}
.fieldCard.full{
  margin-top:14px;
}
.contactInput,
.messageForm textarea{
  width:100%;
  box-sizing:border-box;
  border-radius:18px;
  border:1px solid #d8e3dc;
  background:#fff;
  padding:15px 16px;
  font-size:16px;
  color:#14261b;
}
.contactInput:disabled{
  background:#f4f7f5;
  color:#5d6b62;
}
.messageForm textarea{
  min-height:150px;
  resize:vertical;
  line-height:1.45;
}
.contactInput:focus,
.messageForm textarea:focus{
  outline:none;
  border-color:#14924d;
  box-shadow:0 0 0 4px rgba(20,146,77,.13);
}
.sendMessageBtn{
  width:100%;
  margin-top:16px;
  border:0;
  border-radius:999px;
  padding:16px 20px;
  font-size:16px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,#087c3c,#12a557);
  box-shadow:0 14px 28px rgba(8,124,60,.25);
  cursor:pointer;
}
.loginRequiredBox{
  border-radius:22px;
  padding:20px;
  background:#f2faf5;
  border:1px dashed rgba(8,124,60,.35);
}
.loginRequiredBox b{
  display:block;
  font-size:19px;
  color:#102b1b;
  margin-bottom:6px;
}
.authActions{
  display:flex;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}
.authActions .button{
  flex:1;
  min-width:135px;
  text-align:center;
}

/* v2.16 mobile language menu fix */
.langMenu,
#langMenu{
  max-height:70vh;
  overflow-y:auto;
  border-radius:22px !important;
}
.langBtn{
  white-space:nowrap;
}
@media (max-width: 680px){
  .langMenu,
  #langMenu{
    position:absolute !important;
    right:12px !important;
    left:auto !important;
    width:230px !important;
    max-width:calc(100vw - 24px) !important;
    padding:12px !important;
    border-radius:22px !important;
    background:rgba(7,31,19,.96) !important;
    box-shadow:0 20px 45px rgba(0,0,0,.28) !important;
    z-index:9999 !important;
  }
  .langMenu button,
  #langMenu button{
    width:100%;
    padding:12px 14px !important;
    border-radius:14px !important;
    text-align:left !important;
    font-size:16px !important;
  }
  .langBtn{
    max-width:170px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .contactGrid{
    grid-template-columns:1fr;
  }
  .proContact{
    padding:18px;
    border-radius:24px;
  }
  .contactTop h3{
    font-size:21px;
  }
}

/* v2.17 listing professional layout */
.listingProPage{
  max-width:1280px;
  margin:28px auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:minmax(0, 1.55fr) minmax(360px, .9fr);
  gap:24px;
  align-items:start;
}

.listingMainCard,
.contactSide > .proContact,
.safetyCard{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(20,86,45,.12);
  box-shadow:0 18px 50px rgba(18,55,34,.10);
  border-radius:28px;
}

.listingMainCard{
  padding:24px;
}

.categoryPill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:900;
  color:#087c3c;
  background:#eefaf2;
  border-radius:999px;
  padding:10px 14px;
  margin-bottom:18px;
}

.proImageBox{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  background:#f4f8f5;
}

.proImageBox img#mainListingPhoto{
  width:100%;
  max-height:520px;
  object-fit:cover;
  display:block;
  border-radius:22px;
}

.photoCounter{
  position:absolute;
  top:16px;
  right:16px;
  z-index:2;
  background:rgba(0,0,0,.55);
  color:#fff;
  font-weight:900;
  padding:8px 12px;
  border-radius:12px;
}

.proThumbs{
  display:flex;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}

.proThumbs .detailThumb{
  width:76px;
  height:62px;
  border-radius:14px;
  overflow:hidden;
  border:2px solid transparent;
  background:#fff;
  padding:0;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.proThumbs .detailThumb.active{
  border-color:#087c3c;
}

.proThumbs .detailThumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.proThumbs .detailThumb span{
  display:none;
}

.listingInfoBlock{
  margin-top:22px;
}

.listingTopRow{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
}

.listingInfoBlock h1{
  margin:20px 0 10px;
  font-size:34px;
  line-height:1.1;
  color:#102b1b;
}

.bigprice{
  font-size:34px;
  font-weight:950;
  color:#087c3c;
}

.proLoc{
  color:#34483b;
  line-height:1.45;
}

.proDesc{
  font-size:16px;
  line-height:1.55;
  color:#1c2c22;
}

.miniFacts{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:18px 0;
}

.miniFacts div{
  border:1px solid #e2ebe5;
  background:#fbfdfb;
  border-radius:18px;
  padding:14px;
}

.proShipBox{
  border-radius:18px;
  padding:16px;
  background:#eefaf3;
  border:1px solid #cfe8d8;
  line-height:1.5;
}

.proDisclaimer{
  margin-top:16px;
  border-radius:18px;
  padding:16px;
  background:#fff8e8;
  border:1px solid #f0d9a6;
  color:#5d3b00;
  font-weight:700;
}

.contactSide{
  position:sticky;
  top:18px;
}

.proContact{
  padding:24px;
}

.contactTop{
  display:flex;
  gap:16px;
  align-items:flex-start;
  margin-bottom:22px;
}

.contactIcon{
  width:60px;
  height:60px;
  border-radius:22px;
  background:#e6f7ed;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
}

.contactTop h3{
  margin:0 0 8px;
  font-size:26px;
  color:#102b1b;
  line-height:1.15;
}

.messageForm{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.fieldCard{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.fieldCard span{
  font-size:15px;
  font-weight:950;
  color:#102b1b;
}

.fieldCard small{
  color:#68766e;
  font-size:13px;
}

.contactInput,
.messageForm textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #d7e2dc;
  border-radius:16px;
  padding:15px 16px;
  font-size:16px;
  background:#fff;
}

.messageForm textarea{
  min-height:170px;
  resize:vertical;
  line-height:1.45;
}

.contactInput:focus,
.messageForm textarea:focus{
  outline:none;
  border-color:#087c3c;
  box-shadow:0 0 0 4px rgba(8,124,60,.13);
}

.sendMessageBtn{
  width:100%;
  border:0;
  border-radius:16px;
  padding:17px 20px;
  font-size:17px;
  font-weight:950;
  color:#fff;
  background:linear-gradient(135deg,#087c3c,#12a557);
  box-shadow:0 16px 34px rgba(8,124,60,.28);
  cursor:pointer;
}

.loginRequiredBox{
  padding:20px;
  border-radius:20px;
  background:#f6fbf8;
  border:1px dashed rgba(8,124,60,.35);
}

.loginRequiredBox b{
  display:block;
  font-size:20px;
  margin-bottom:8px;
  color:#102b1b;
}

.authActions{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:16px;
}

.authActions .button{
  text-align:center;
  justify-content:center;
}

.safetyCard{
  margin-top:18px;
  padding:22px;
  background:linear-gradient(180deg,#ffffff,#f7fbf8);
}

.safetyCard h3{
  margin:0 0 12px;
  color:#102b1b;
}

.safetyCard p{
  margin:8px 0;
  color:#33483b;
}

.proMapSection{
  max-width:1280px;
  margin:24px auto;
  padding:0 24px 40px;
}

.proMapSection .mapCard{
  border-radius:24px;
  overflow:hidden;
}

@media (max-width: 900px){
  .listingProPage{
    grid-template-columns:1fr;
    padding:0 14px;
    gap:16px;
  }
  .contactSide{
    position:static;
  }
  .listingMainCard,
  .contactSide > .proContact,
  .safetyCard{
    border-radius:22px;
  }
  .listingInfoBlock h1{
    font-size:28px;
  }
  .bigprice{
    font-size:28px;
  }
  .miniFacts{
    grid-template-columns:1fr;
  }
  .proMapSection{
    padding:0 14px 32px;
  }
}

/* v2.18 vehicle fields + vehicle specs */
.vehiclePanel{
  margin-top:18px;
  border-radius:22px;
  background:#f8fbf8;
  border:1px solid #dbe9df;
  padding:18px;
}

.vehicleSpecs{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:0;
  margin:20px 0;
  border:1px solid #e0ebe4;
  border-radius:20px;
  overflow:hidden;
  background:#fff;
}

.specItem{
  min-height:84px;
  padding:16px;
  display:grid;
  grid-template-columns:34px 1fr;
  grid-template-rows:auto auto;
  column-gap:10px;
  align-items:center;
  border-right:1px solid #e9f0eb;
  border-bottom:1px solid #e9f0eb;
}

.specItem span{
  grid-row:1 / span 2;
  width:34px;
  height:34px;
  border-radius:12px;
  background:#eefaf2;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}

.specItem small{
  color:#64756c;
  font-size:13px;
  font-weight:700;
}

.specItem b{
  color:#102b1b;
  font-size:15px;
}

@media (max-width:900px){
  .vehicleSpecs{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}


/* v2.20 photo upload preview grid */
.photoPreviewTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:14px;
  margin-bottom:12px;
  color:#456052;
  font-weight:800;
}
.photoClearBtn{
  border:0;
  background:#eef7ef;
  color:#0b7a35;
  border-radius:999px;
  padding:9px 14px;
  font-weight:900;
  cursor:pointer;
}
.photoPreviewGrid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(112px,1fr));
  gap:12px;
  margin-top:10px;
}
.photoPreviewCard{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  min-height:112px;
  background:#f5f7f5;
  border:1px solid rgba(8,70,32,.12);
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}
.photoPreviewCard img{
  width:100%;
  height:112px;
  object-fit:cover;
  display:block;
}
.photoBadge{
  position:absolute;
  top:8px;
  left:8px;
  background:rgba(6,93,40,.92);
  color:white;
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:900;
  backdrop-filter:blur(8px);
}
.photoRemove{
  position:absolute;
  top:7px;
  right:7px;
  width:28px;
  height:28px;
  border-radius:999px;
  border:0;
  background:rgba(0,0,0,.62);
  color:white;
  font-size:20px;
  line-height:26px;
  cursor:pointer;
}
.photoName{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:18px 8px 7px;
  color:white;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  background:linear-gradient(transparent,rgba(0,0,0,.68));
}
@media(max-width:700px){
  .photoPreviewGrid{grid-template-columns:repeat(3,1fr);gap:9px}
  .photoPreviewCard img{height:96px}
  .photoPreviewCard{min-height:96px;border-radius:14px}
  .photoPreviewTop{font-size:13px}
}

/* v2.22 final photo upload UI */
.photoUploadPro{
  margin-top:22px;
  background:linear-gradient(180deg,#ffffff,#fbfdfb);
  border:1px solid #dfeee3;
  border-radius:24px;
  padding:22px;
  box-shadow:0 18px 45px rgba(12,64,33,.07);
}
.proFileDrop{
  display:flex!important;
  align-items:center;
  gap:14px;
  min-height:96px;
  border:2px dashed #a8d8b5!important;
  background:linear-gradient(135deg,#f7fff9,#ffffff)!important;
  border-radius:22px!important;
  padding:18px!important;
  cursor:pointer;
  transition:.18s ease;
}
.proFileDrop:hover{
  border-color:#0a8f45!important;
  transform:translateY(-1px);
  box-shadow:0 14px 32px rgba(10,143,69,.10);
}
.proFileDrop input{
  display:block;
  width:100%;
  margin-top:10px;
}
.fileDropIcon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e9f8ee;
  font-size:25px;
  flex:0 0 auto;
}
.proFileDrop b{
  display:block;
  color:#0c4f29;
  font-size:19px;
  font-weight:950;
  letter-spacing:-.02em;
}
.proFileDrop small{
  display:block;
  margin-top:5px;
  color:#6b7d70;
  font-weight:750;
}
.photoPreviewTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:16px 0 10px;
}
#photoPreviewCount{
  font-weight:950;
  color:#173322;
  background:#eef8f1;
  border:1px solid #d9eddf;
  border-radius:999px;
  padding:8px 12px;
}
.photoClearBtn{
  border:1px solid #d9e7dc;
  background:#fff;
  color:#315340;
  border-radius:999px;
  padding:8px 13px;
  font-weight:900;
  cursor:pointer;
}
.photoClearBtn:hover{
  background:#f3faf5;
}
.photoUploadProgress{
  display:none;
  height:9px;
  background:#eaf3ee;
  border-radius:999px;
  overflow:hidden;
  margin:8px 0 14px;
}
.photoUploadProgress span{
  display:block;
  height:100%;
  width:0%;
  background:linear-gradient(135deg,#087c3c,#12a557,#d7ff42);
  transition:width .18s ease;
}
.photoPreviewGrid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px;
  margin-top:14px;
}
.photoPreviewCard{
  position:relative;
  min-height:145px;
  background:#fff;
  border:1px solid #dfe9d8;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(0,0,0,.07);
}
.photoPreviewCard img{
  width:100%;
  height:118px;
  object-fit:cover;
  display:block;
  background:#f4f7f4;
}
.photoSkeleton{
  position:absolute;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background:linear-gradient(90deg,#f2f6f3,#ffffff,#f2f6f3);
  color:#597064;
  font-size:12px;
  font-weight:900;
  text-align:center;
  padding:10px;
}
.photoBadge{
  position:absolute;
  left:8px;
  top:8px;
  background:rgba(20,35,26,.78);
  color:#fff;
  border-radius:999px;
  padding:5px 9px;
  font-weight:950;
  font-size:11px;
}
.photoBadge.main{
  background:linear-gradient(135deg,#087c3c,#12a557);
}
.photoRemove,
.photoStar{
  position:absolute;
  top:7px;
  width:29px;
  height:29px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.94);
  cursor:pointer;
  box-shadow:0 5px 14px rgba(0,0,0,.16);
  font-weight:950;
  z-index:3;
}
.photoRemove{
  right:7px;
  color:#9d1c1c;
  font-size:21px;
  line-height:26px;
}
.photoStar{
  right:43px;
  color:#087c3c;
  font-size:17px;
}
.photoStar.active{
  background:#d7ff42;
  color:#0b3b1e;
}
.photoName{
  padding:8px 10px 10px;
  color:#24382b;
  font-weight:850;
  font-size:12px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
@media(max-width:900px){
  .photoPreviewGrid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:620px){
  .photoUploadPro{padding:16px;border-radius:20px;}
  .photoPreviewGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .photoPreviewCard{min-height:128px;}
  .photoPreviewCard img{height:100px;}
  .proFileDrop{align-items:flex-start;}
}

/* v2.23 vehicle make/model dropdown */
.vehicleSelect,
.vehicleManual{
  width:100%;
}
.vehicleManual{
  border:1px solid #dbe7df;
  border-radius:14px;
  padding:12px 14px;
  background:#fff;
  font-weight:750;
}

/* v2.24 mobile marketplace card like mockup */
@media (max-width: 760px){

  body{
    overflow-x:hidden;
  }

  .cards{
    display:block !important;
    padding:0 10px !important;
  }

  .listingCard{
    position:relative !important;
    width:calc(100vw - 28px) !important;
    max-width:none !important;
    margin:18px auto 28px !important;
    border-radius:28px !important;
    overflow:hidden !important;
    background:#fff !important;
    box-shadow:0 18px 45px rgba(18,55,34,.14) !important;
    border:1px solid rgba(20,86,45,.10) !important;
  }

  .listingCard .imageBox{
    display:block !important;
    width:100% !important;
    height:250px !important;
    border-radius:0 !important;
    overflow:hidden !important;
    background:#eef3ef !important;
  }

  .listingCard .imageBox img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
  }

  .listingCard .cardBody{
    position:relative !important;
    padding:22px 22px 26px !important;
  }

  .listingCard h3{
    font-size:26px !important;
    line-height:1.12 !important;
    margin:14px 0 12px !important;
    padding-right:10px !important;
  }

  .listingCard h3 a{
    color:#102b1b !important;
    text-decoration:none !important;
  }

  .listingCard .price{
    font-size:30px !important;
    font-weight:950 !important;
    color:#087c3c !important;
    margin:0 0 16px !important;
  }

  .listingCard .loc{
    font-size:19px !important;
    color:#66746b !important;
    margin-bottom:18px !important;
  }

  .listingCard .desc{
    font-size:19px !important;
    line-height:1.36 !important;
    color:#26382e !important;
  }

  .listingCard .badge{
    display:inline-flex !important;
    background:#d7ff42 !important;
    color:#102b1b !important;
    border-radius:999px !important;
    padding:9px 15px !important;
    font-size:16px !important;
    font-weight:950 !important;
  }

  .listingCard .status,
  .listingCard .status.active{
    position:absolute !important;
    right:22px !important;
    top:22px !important;
    background:#d9ffe8 !important;
    color:#087c3c !important;
    border-radius:999px !important;
    padding:8px 15px !important;
    font-size:16px !important;
    font-weight:950 !important;
    z-index:5 !important;
  }

  .listingCard .favForm{
    position:absolute !important;
    right:22px !important;
    top:-42px !important;
    z-index:8 !important;
  }

  .listingCard .favBtn{
    width:74px !important;
    height:74px !important;
    border-radius:50% !important;
    background:#fff !important;
    border:0 !important;
    box-shadow:0 14px 34px rgba(0,0,0,.18) !important;
    color:#c7d0ca !important;
    font-size:38px !important;
    line-height:74px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 !important;
  }

  .listingCard .favBtn.saved{
    color:#ef334e !important;
  }

  .photoCount{
    left:18px !important;
    bottom:18px !important;
    background:rgba(0,0,0,.65) !important;
    font-size:16px !important;
    padding:8px 12px !important;
  }

  .idrow{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    margin-bottom:10px !important;
  }
}

/* v2.24 listing detail mobile: full-width image like mockup */
@media (max-width: 760px){
  .listingProPage{
    padding:0 !important;
    margin:0 auto !important;
  }

  .listingMainCard{
    width:100% !important;
    border-radius:0 !important;
    padding:0 !important;
    box-shadow:none !important;
    border:0 !important;
    background:transparent !important;
  }

  .categoryPill{
    margin:22px 18px 14px !important;
  }

  .proImageBox{
    border-radius:0 !important;
    width:100vw !important;
  }

  .proImageBox img#mainListingPhoto{
    border-radius:0 !important;
    width:100vw !important;
    max-height:none !important;
    height:330px !important;
    object-fit:cover !important;
  }

  .listingInfoBlock{
    margin:0 12px 18px !important;
    padding:22px !important;
    border-radius:0 0 28px 28px !important;
    background:#fff !important;
    box-shadow:0 18px 45px rgba(18,55,34,.12) !important;
  }

  .listingTopRow .detailFav{
    position:absolute !important;
    right:22px !important;
    transform:translateY(-58px) !important;
  }

  .listingTopRow .favBig{
    width:68px !important;
    height:68px !important;
    border-radius:50% !important;
    background:#fff !important;
    box-shadow:0 14px 34px rgba(0,0,0,.18) !important;
    font-size:0 !important;
  }

  .listingTopRow .favBig:before{
    content:'♥';
    font-size:34px;
    color:#ef334e;
  }
}

/* v2.25 HARD mobile listing detail fix */
@media (max-width: 760px){

  .listingProPage{
    display:block !important;
    width:100vw !important;
    max-width:100vw !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
  }

  .listingMainCard{
    width:100vw !important;
    max-width:100vw !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  .categoryPill{
    margin:24px auto 18px !important;
    display:flex !important;
    width:max-content !important;
    max-width:calc(100vw - 40px) !important;
    justify-content:center !important;
    font-size:22px !important;
    padding:14px 24px !important;
    border-radius:999px !important;
    background:#f1fff3 !important;
  }

  .proImageBox{
    width:100vw !important;
    height:390px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    overflow:hidden !important;
    background:#000 !important;
  }

  .proImageBox img#mainListingPhoto{
    width:100vw !important;
    height:390px !important;
    max-height:390px !important;
    object-fit:cover !important;
    object-position:center center !important;
    border-radius:0 !important;
    display:block !important;
  }

  .photoCounter{
    top:18px !important;
    right:18px !important;
    background:rgba(0,0,0,.55) !important;
    color:#fff !important;
    font-size:20px !important;
    padding:9px 14px !important;
    border-radius:14px !important;
    z-index:5 !important;
  }

  .proThumbs{
    display:flex !important;
    gap:10px !important;
    overflow-x:auto !important;
    padding:12px 16px !important;
    margin:0 !important;
    background:#fff !important;
    -webkit-overflow-scrolling:touch !important;
  }

  .proThumbs .detailThumb{
    flex:0 0 92px !important;
    width:92px !important;
    height:72px !important;
    border-radius:16px !important;
    border:3px solid transparent !important;
    overflow:hidden !important;
    background:#fff !important;
  }

  .proThumbs .detailThumb.active{
    border-color:#098944 !important;
  }

  .proThumbs .detailThumb img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
  }

  .listingInfoBlock{
    position:relative !important;
    width:calc(100vw - 28px) !important;
    max-width:none !important;
    margin:-4px auto 24px !important;
    padding:26px 22px 28px !important;
    background:#fff !important;
    border-radius:0 0 26px 26px !important;
    box-shadow:0 18px 45px rgba(18,55,34,.16) !important;
    box-sizing:border-box !important;
  }

  .listingTopRow{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:12px !important;
  }

  .listingTopRow .badge{
    display:inline-flex !important;
    background:#d7ff42 !important;
    color:#102b1b !important;
    border-radius:999px !important;
    padding:10px 16px !important;
    font-size:18px !important;
    font-weight:950 !important;
  }

  .listingTopRow .detailFav{
    position:absolute !important;
    top:-48px !important;
    right:22px !important;
    z-index:20 !important;
    margin:0 !important;
  }

  .listingTopRow .favBig{
    width:86px !important;
    height:86px !important;
    border-radius:50% !important;
    border:0 !important;
    background:#fff !important;
    box-shadow:0 18px 38px rgba(0,0,0,.20) !important;
    font-size:0 !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .listingTopRow .favBig:before{
    content:'♥' !important;
    font-size:42px !important;
    line-height:1 !important;
    color:#ef334e !important;
  }

  .listingInfoBlock h1{
    font-size:31px !important;
    line-height:1.12 !important;
    margin:22px 0 14px !important;
    color:#102b1b !important;
    letter-spacing:-.03em !important;
  }

  .listingInfoBlock .bigprice,
  .listingInfoBlock .price{
    font-size:36px !important;
    line-height:1 !important;
    font-weight:950 !important;
    color:#087c3c !important;
    margin:0 0 22px !important;
  }

  .proLoc{
    font-size:22px !important;
    color:#65746b !important;
    margin:0 0 22px !important;
    line-height:1.25 !important;
  }

  .proDesc{
    font-size:21px !important;
    line-height:1.42 !important;
    color:#26382e !important;
    margin:0 0 20px !important;
  }

  .miniFacts,
  .proShipBox,
  .proDisclaimer,
  .vehicleSpecs{
    margin-top:18px !important;
  }

  .contactSide{
    position:static !important;
    width:calc(100vw - 28px) !important;
    max-width:none !important;
    margin:0 auto 24px !important;
  }

  .contactSide > .proContact,
  .safetyCard{
    width:100% !important;
    box-sizing:border-box !important;
    border-radius:26px !important;
  }

  .proMapSection{
    width:calc(100vw - 28px) !important;
    max-width:none !important;
    margin:24px auto !important;
    padding:0 0 40px !important;
  }
}

/* v2.25 HARD mobile home cards full width */
@media (max-width: 760px){

  .cards{
    width:100vw !important;
    max-width:100vw !important;
    padding:0 !important;
    margin:0 !important;
    display:block !important;
  }

  .listingCard{
    width:calc(100vw - 24px) !important;
    max-width:none !important;
    margin:16px auto 32px !important;
    border-radius:28px !important;
    overflow:hidden !important;
    background:#fff !important;
    box-shadow:0 18px 45px rgba(18,55,34,.16) !important;
  }

  .listingCard .imageBox{
    width:100% !important;
    height:300px !important;
    display:block !important;
    overflow:hidden !important;
    border-radius:0 !important;
  }

  .listingCard .imageBox img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
  }

  .listingCard .cardBody{
    position:relative !important;
    padding:24px 22px 30px !important;
    box-sizing:border-box !important;
  }

  .listingCard .favForm{
    position:absolute !important;
    right:22px !important;
    top:-48px !important;
    z-index:30 !important;
  }

  .listingCard .favBtn{
    width:84px !important;
    height:84px !important;
    border-radius:50% !important;
    background:#fff !important;
    box-shadow:0 18px 38px rgba(0,0,0,.20) !important;
    border:0 !important;
    font-size:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .listingCard .favBtn:before{
    content:'♥' !important;
    color:#ef334e !important;
    font-size:42px !important;
  }

  .listingCard .status,
  .listingCard .status.active{
    position:absolute !important;
    top:22px !important;
    right:22px !important;
    background:#d9ffe8 !important;
    color:#087c3c !important;
    border-radius:999px !important;
    padding:8px 15px !important;
    font-size:16px !important;
    font-weight:950 !important;
    z-index:12 !important;
  }

  .listingCard h3{
    font-size:30px !important;
    line-height:1.1 !important;
    margin:18px 0 16px !important;
  }

  .listingCard .price{
    font-size:36px !important;
    font-weight:950 !important;
    color:#087c3c !important;
    margin:0 0 22px !important;
  }

  .listingCard .loc{
    font-size:22px !important;
    color:#65746b !important;
  }

  .listingCard .desc{
    font-size:21px !important;
    line-height:1.42 !important;
  }
}

/* v2.26 HARD mobile detail layout + gallery controls */
@media (max-width:760px){

  html, body{
    max-width:100%;
    overflow-x:hidden;
  }

  .listingProPage{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  .listingMainCard{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:transparent!important;
    overflow:visible!important;
  }

  .categoryPill{
    margin:24px auto 18px!important;
    width:max-content!important;
    max-width:calc(100vw - 32px)!important;
  }

  .proImageBox{
    position:relative!important;
    width:100vw!important;
    height:360px!important;
    margin-left:calc(50% - 50vw)!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:#000!important;
  }

  .proImageBox img#mainListingPhoto{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:0!important;
  }

  .photoCounter{
    top:16px!important;
    right:16px!important;
    left:auto!important;
    z-index:20!important;
    font-size:19px!important;
    border-radius:14px!important;
  }

  .galleryArrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:25;
    width:46px;
    height:46px;
    border-radius:50%;
    border:0;
    background:rgba(0,0,0,.35);
    color:#fff;
    font-size:42px;
    line-height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    backdrop-filter:blur(8px);
  }

  .galleryPrevBtn{left:12px;}
  .galleryNextBtn{right:12px;}

  .proThumbs{
    width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    display:flex!important;
    gap:10px!important;
    overflow-x:auto!important;
    padding:12px 14px!important;
    background:#fff!important;
    box-sizing:border-box!important;
    -webkit-overflow-scrolling:touch!important;
  }

  .proThumbs .detailThumb{
    flex:0 0 88px!important;
    width:88px!important;
    height:70px!important;
    border-radius:15px!important;
  }

  .listingInfoBlock{
    position:relative!important;
    width:calc(100vw - 24px)!important;
    margin:0 auto 22px!important;
    padding:24px 20px 28px!important;
    box-sizing:border-box!important;
    background:#fff!important;
    border-radius:0 0 28px 28px!important;
    box-shadow:0 18px 45px rgba(18,55,34,.16)!important;
    transform:none!important;
  }

  .listingTopRow .detailFav{
    position:absolute!important;
    right:20px!important;
    top:-62px!important;
    z-index:50!important;
    transform:none!important;
  }

  .listingTopRow .favBig{
    width:82px!important;
    height:82px!important;
    border-radius:50%!important;
    background:#fff!important;
    border:0!important;
    box-shadow:0 18px 38px rgba(0,0,0,.22)!important;
    font-size:0!important;
  }

  .listingTopRow .favBig:before{
    content:'♥'!important;
    font-size:42px!important;
    color:#ef334e!important;
  }

  .listingInfoBlock h1{
    margin-top:22px!important;
    font-size:30px!important;
    line-height:1.1!important;
  }

  .contactSide{
    width:calc(100vw - 24px)!important;
    margin:0 auto 24px!important;
    position:static!important;
  }

  .proMapSection{
    width:calc(100vw - 24px)!important;
    margin:24px auto!important;
    padding:0 0 40px!important;
  }
}

/* v2.27 gallery arrows desktop + mobile */
.galleryArrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:30;
  width:48px;
  height:48px;
  border-radius:50%;
  border:0;
  background:rgba(0,0,0,.38);
  color:#fff;
  font-size:42px;
  line-height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  backdrop-filter:blur(8px);
}
.galleryPrevBtn{left:14px;}
.galleryNextBtn{right:14px;}

.photoCounter{
  z-index:31 !important;
}

@media(max-width:760px){
  .galleryArrow{
    width:54px;
    height:54px;
    font-size:48px;
    background:rgba(0,0,0,.45);
  }
  .galleryPrevBtn{left:14px;}
  .galleryNextBtn{right:14px;}
}

/* v2.28 mobile full-width detail blocks */
@media (max-width:760px){

  .listingInfoBlock,
  .contactSide,
  .proMapSection,
  .safetyCard{
    width:calc(100vw - 18px) !important;
    max-width:calc(100vw - 18px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }

  .listingInfoBlock{
    padding:24px 18px 28px !important;
  }

  .vehicleSpecs{
    width:100% !important;
    max-width:100% !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    border-radius:22px !important;
    margin:22px 0 !important;
    overflow:hidden !important;
  }

  .specItem{
    min-width:0 !important;
    padding:18px 12px !important;
    box-sizing:border-box !important;
  }

  .specItem small{
    font-size:15px !important;
  }

  .specItem b{
    font-size:18px !important;
    word-break:break-word !important;
  }

  .miniFacts{
    width:100% !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    margin:18px 0 !important;
  }

  .miniFacts div,
  .proShipBox,
  .proDisclaimer,
  .safetyCard,
  .contactSide > .proContact{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    border-radius:22px !important;
  }

  .miniFacts div{
    padding:18px !important;
    font-size:22px !important;
  }

  .miniFacts div b,
  .proShipBox b{
    font-size:22px !important;
  }

  .proShipBox{
    padding:20px !important;
    font-size:22px !important;
    line-height:1.35 !important;
  }

  .proDisclaimer{
    padding:20px !important;
    font-size:21px !important;
    line-height:1.35 !important;
  }

  .muted{
    font-size:19px !important;
    line-height:1.35 !important;
  }

  .contactSide{
    display:block !important;
    position:static !important;
    margin-top:22px !important;
  }

  .contactSide > .proContact{
    padding:24px 18px !important;
  }

  .contactTop h3{
    font-size:31px !important;
    line-height:1.08 !important;
  }

  .loginRequiredBox{
    width:100% !important;
    box-sizing:border-box !important;
    border-radius:22px !important;
    padding:22px !important;
  }

  .loginRequiredBox b{
    font-size:27px !important;
  }

  .loginRequiredBox p{
    font-size:21px !important;
    line-height:1.35 !important;
  }

  .authActions .button{
    width:100% !important;
    min-height:58px !important;
    font-size:20px !important;
    border-radius:18px !important;
  }

  .safetyCard{
    margin-top:18px !important;
    padding:24px 22px !important;
  }

  .safetyCard h3{
    font-size:31px !important;
  }

  .safetyCard p{
    font-size:23px !important;
    line-height:1.35 !important;
  }

  .proMapSection{
    padding:0 0 40px !important;
    margin-top:24px !important;
  }

  .proMapSection h2{
    font-size:36px !important;
    line-height:1.1 !important;
    margin:0 0 18px !important;
  }

  .proMapSection .mapCard{
    width:100% !important;
    border-radius:24px !important;
    overflow:hidden !important;
  }

  .mapFrame{
    width:100% !important;
    min-height:360px !important;
  }

  footer{
    width:calc(100vw - 22px) !important;
    max-width:calc(100vw - 22px) !important;
    margin:30px auto 40px !important;
    padding:0 8px !important;
    box-sizing:border-box !important;
    text-align:center !important;
    font-size:19px !important;
    line-height:1.35 !important;
  }
}

/* v2.29 mobile unified layout + language menu fix */
@media (max-width:760px){

  html, body{
    overflow-x:hidden !important;
    width:100% !important;
  }

  body{
    font-size:16px !important;
  }

  /* Language menu as readable bottom sheet */
  #langMenu,
  .langMenu{
    position:fixed !important;
    left:12px !important;
    right:12px !important;
    top:auto !important;
    bottom:18px !important;
    width:auto !important;
    max-width:none !important;
    max-height:65vh !important;
    overflow-y:auto !important;
    padding:14px !important;
    border-radius:26px !important;
    background:rgba(7,31,19,.97) !important;
    box-shadow:0 25px 70px rgba(0,0,0,.42) !important;
    z-index:999999 !important;
    backdrop-filter:blur(14px) !important;
  }

  #langMenu button,
  .langMenu button{
    display:flex !important;
    align-items:center !important;
    width:100% !important;
    min-height:48px !important;
    padding:12px 14px !important;
    margin:4px 0 !important;
    border:0 !important;
    border-radius:16px !important;
    background:rgba(255,255,255,.08) !important;
    color:#fff !important;
    font-size:17px !important;
    font-weight:850 !important;
    text-align:left !important;
    white-space:nowrap !important;
  }

  #langMenu button:hover,
  .langMenu button:hover{
    background:rgba(255,255,255,.14) !important;
  }

  .langBtn{
    max-width:190px !important;
    height:48px !important;
    padding:0 16px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }

  /* Detail page typography unified */
  .listingInfoBlock{
    width:calc(100vw - 18px) !important;
    padding:22px 16px 26px !important;
  }

  .listingInfoBlock h1{
    font-size:30px !important;
    line-height:1.12 !important;
    margin:18px 0 12px !important;
    word-break:normal !important;
  }

  .listingInfoBlock .bigprice,
  .listingInfoBlock .price{
    font-size:34px !important;
    margin:0 0 16px !important;
  }

  .proLoc{
    font-size:22px !important;
    line-height:1.25 !important;
    margin:0 0 18px !important;
  }

  .proDesc{
    font-size:21px !important;
    line-height:1.42 !important;
    margin-bottom:20px !important;
  }

  /* Vehicle specs: compact clean grid */
  .vehicleSpecs{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    width:100% !important;
    margin:20px 0 18px !important;
    border-radius:20px !important;
    border:1px solid #dde9e1 !important;
    overflow:hidden !important;
    background:#fff !important;
  }

  .specItem{
    min-height:96px !important;
    padding:14px 10px !important;
    grid-template-columns:42px minmax(0,1fr) !important;
    column-gap:9px !important;
    border-right:1px solid #edf2ee !important;
    border-bottom:1px solid #edf2ee !important;
    box-sizing:border-box !important;
  }

  .specItem span{
    width:38px !important;
    height:38px !important;
    border-radius:14px !important;
    font-size:19px !important;
  }

  .specItem small{
    font-size:14px !important;
    line-height:1.1 !important;
    color:#77837b !important;
  }

  .specItem b{
    font-size:17px !important;
    line-height:1.15 !important;
    word-break:break-word !important;
  }

  /* Category / Type cards */
  .miniFacts{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    width:100% !important;
    margin:18px 0 !important;
  }

  .miniFacts div{
    width:100% !important;
    min-height:auto !important;
    padding:16px !important;
    border-radius:20px !important;
    font-size:20px !important;
    line-height:1.25 !important;
    box-sizing:border-box !important;
  }

  .miniFacts div b{
    font-size:20px !important;
  }

  .proShipBox{
    padding:17px !important;
    border-radius:20px !important;
    font-size:20px !important;
    line-height:1.35 !important;
  }

  .proShipBox b{
    font-size:20px !important;
  }

  .muted{
    font-size:18px !important;
    line-height:1.35 !important;
  }

  .proDisclaimer{
    padding:18px !important;
    border-radius:20px !important;
    font-size:19px !important;
    line-height:1.35 !important;
  }

  .contactSide,
  .proMapSection,
  .safetyCard{
    width:calc(100vw - 18px) !important;
    max-width:calc(100vw - 18px) !important;
  }

  .contactSide > .proContact{
    padding:22px 16px !important;
    border-radius:24px !important;
  }

  .contactTop{
    gap:13px !important;
  }

  .contactIcon{
    width:54px !important;
    height:54px !important;
    border-radius:18px !important;
    font-size:24px !important;
  }

  .contactTop h3{
    font-size:27px !important;
    line-height:1.1 !important;
  }

  .loginRequiredBox{
    padding:18px !important;
  }

  .loginRequiredBox b{
    font-size:24px !important;
  }

  .loginRequiredBox p{
    font-size:19px !important;
    line-height:1.35 !important;
  }

  .authActions .button{
    min-height:54px !important;
    font-size:18px !important;
  }

  .safetyCard{
    padding:22px 18px !important;
    border-radius:24px !important;
  }

  .safetyCard h3{
    font-size:27px !important;
  }

  .safetyCard p{
    font-size:20px !important;
    line-height:1.35 !important;
  }

  .proMapSection{
    margin-top:22px !important;
  }

  .proMapSection h2{
    font-size:31px !important;
  }

  .mapFrame{
    min-height:330px !important;
  }

  footer{
    font-size:17px !important;
  }
}

/* v2.30 FINAL mobile detail alignment + language bottom sheet */
@media (max-width:760px){

  html, body{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    overflow-x:hidden !important;
  }

  main,
  .content,
  .container,
  .page,
  .panel,
  .detail,
  .listingProPage,
  .listingMainCard,
  .listingInfoBlock,
  .contactSide,
  .proMapSection,
  .safetyCard{
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }

  .listingProPage,
  .listingMainCard{
    width:100vw !important;
    max-width:100vw !important;
    padding-left:0 !important;
    padding-right:0 !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    overflow:visible !important;
  }

  .listingInfoBlock,
  .contactSide,
  .proMapSection,
  .safetyCard{
    width:calc(100vw - 20px) !important;
    max-width:calc(100vw - 20px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    transform:none !important;
    left:auto !important;
    right:auto !important;
  }

  .listingInfoBlock{
    padding:22px 16px 26px !important;
  }

  .contactSide{
    display:block !important;
    position:static !important;
    margin-top:22px !important;
  }

  .contactSide > .proContact,
  .safetyCard,
  .proMapSection .mapCard{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  .miniFacts,
  .vehicleSpecs,
  .proShipBox,
  .proDisclaimer,
  .loginRequiredBox{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  .miniFacts{
    grid-template-columns:1fr !important;
  }

  .proMapSection{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  footer{
    width:calc(100vw - 20px) !important;
    max-width:calc(100vw - 20px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }

  /* Fix language dropdown: always bottom sheet */
  #langMenu,
  .langMenu,
  .dropdownPanel#langMenu{
    position:fixed !important;
    left:10px !important;
    right:10px !important;
    bottom:14px !important;
    top:auto !important;
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
    max-height:62vh !important;
    overflow-y:auto !important;
    padding:14px !important;
    border-radius:26px !important;
    background:rgba(7,31,19,.98) !important;
    box-shadow:0 25px 70px rgba(0,0,0,.48) !important;
    z-index:2147483647 !important;
    transform:none !important;
  }

  #langMenu button,
  .langMenu button,
  .dropdownPanel#langMenu button{
    width:100% !important;
    min-height:50px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    padding:12px 16px !important;
    margin:5px 0 !important;
    border-radius:16px !important;
    background:rgba(255,255,255,.08) !important;
    color:#fff !important;
    font-size:18px !important;
    font-weight:900 !important;
    text-align:left !important;
    white-space:nowrap !important;
  }

  .langBtn{
    max-width:190px !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }
}

/* v2.31 final mobile mockup layout */
@media (max-width:760px){

  /* language dropdown compact under button */
  #langMenu,
  .langMenu,
  .dropdownPanel#langMenu{
    position:absolute !important;
    top:52px !important;
    left:0 !important;
    right:auto !important;
    bottom:auto !important;
    width:220px !important;
    max-width:220px !important;
    max-height:360px !important;
    overflow-y:auto !important;
    padding:10px !important;
    border-radius:20px !important;
    background:rgba(7,31,19,.98) !important;
    z-index:999999 !important;
    box-shadow:0 18px 45px rgba(0,0,0,.35) !important;
  }

  #langMenu button,
  .langMenu button,
  .dropdownPanel#langMenu button{
    min-height:44px !important;
    font-size:16px !important;
    padding:10px 12px !important;
    border-radius:14px !important;
    color:#fff !important;
    background:rgba(255,255,255,.08) !important;
  }

  .langWrap,
  .languageWrap,
  .dropdownWrap:has(#langMenu){
    position:relative !important;
    overflow:visible !important;
  }

  .langBtn{
    width:auto !important;
    max-width:210px !important;
    height:48px !important;
    font-size:16px !important;
    border-radius:18px !important;
  }

  /* page width */
  .listingProPage,
  .listingMainCard{
    width:100vw !important;
    max-width:100vw !important;
    margin:0 !important;
    padding:0 !important;
  }

  .categoryPill{
    margin:24px auto 18px !important;
    font-size:25px !important;
    padding:14px 26px !important;
  }

  .proImageBox{
    width:calc(100vw - 24px) !important;
    height:300px !important;
    margin:0 auto !important;
    border-radius:18px !important;
    overflow:hidden !important;
  }

  .proImageBox img#mainListingPhoto{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    border-radius:18px !important;
  }

  .listingInfoBlock{
    width:calc(100vw - 24px) !important;
    max-width:calc(100vw - 24px) !important;
    margin:0 auto 18px !important;
    padding:22px 12px 20px !important;
    border-radius:0 0 22px 22px !important;
  }

  .listingTopRow .detailFav{
    top:-54px !important;
    right:18px !important;
  }

  .listingTopRow .favBig{
    width:72px !important;
    height:72px !important;
  }

  .listingTopRow .favBig:before{
    font-size:36px !important;
  }

  .listingInfoBlock h1{
    font-size:26px !important;
  }

  .listingInfoBlock .bigprice,
  .listingInfoBlock .price{
    font-size:30px !important;
  }

  .proLoc{
    font-size:15px !important;
    line-height:1.3 !important;
    margin-bottom:12px !important;
  }

  .proDesc{
    font-size:16px !important;
    line-height:1.4 !important;
  }

  .vehicleSpecs{
    grid-template-columns:1fr 1fr !important;
    margin:16px 0 12px !important;
    border-radius:18px !important;
  }

  .specItem{
    min-height:74px !important;
    padding:10px 8px !important;
    grid-template-columns:34px minmax(0,1fr) !important;
    column-gap:8px !important;
  }

  .specItem span{
    width:32px !important;
    height:32px !important;
    font-size:16px !important;
  }

  .specItem small{
    font-size:13px !important;
  }

  .specItem b{
    font-size:14px !important;
  }

  .miniFacts{
    gap:8px !important;
    margin:10px 0 !important;
  }

  .miniFacts div{
    padding:12px 14px !important;
    border-radius:16px !important;
    font-size:15px !important;
  }

  .miniFacts div b{
    font-size:15px !important;
  }

  .proShipBox{
    padding:13px 14px !important;
    font-size:15px !important;
    border-radius:16px !important;
  }

  .proShipBox b{
    font-size:15px !important;
  }

  .muted{
    font-size:14px !important;
  }

  .proDisclaimer{
    padding:13px 14px !important;
    font-size:14px !important;
    border-radius:16px !important;
  }

  .contactSide,
  .proMapSection,
  .safetyCard{
    width:calc(100vw - 24px) !important;
    max-width:calc(100vw - 24px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .contactSide > .proContact,
  .safetyCard{
    border-radius:18px !important;
    padding:16px !important;
  }

  .contactTop h3{
    font-size:24px !important;
  }

  .loginRequiredBox{
    padding:15px !important;
  }

  .loginRequiredBox b{
    font-size:20px !important;
  }

  .loginRequiredBox p{
    font-size:15px !important;
  }

  .authActions .button{
    min-height:48px !important;
    font-size:16px !important;
  }

  .safetyCard h3{
    font-size:22px !important;
  }

  .safetyCard p{
    font-size:16px !important;
  }

  .proMapSection{
    margin-top:16px !important;
    padding-bottom:24px !important;
  }

  .proMapSection h2{
    font-size:24px !important;
    margin:0 0 12px !important;
  }

  .mapFrame{
    min-height:260px !important;
  }

  footer{
    width:calc(100vw - 24px) !important;
    max-width:calc(100vw - 24px) !important;
    font-size:14px !important;
    margin:22px auto 34px !important;
  }
}

/* v2.32 mobile centered listing layout */
@media (max-width:760px){

  /* header/auth row: centered and smaller */
  .topbar,
  .header,
  .siteHeader{
    overflow:visible !important;
  }

  .authRow,
  .topActions,
  .navActions,
  .headerActions{
    justify-content:center !important;
    align-items:center !important;
    gap:12px !important;
    flex-wrap:nowrap !important;
  }

  .langBtn,
  button.langBtn,
  .languageBtn{
    height:42px !important;
    min-height:42px !important;
    width:auto !important;
    min-width:170px !important;
    max-width:190px !important;
    padding:0 16px !important;
    border-radius:18px !important;
    font-size:15px !important;
    line-height:1 !important;
    justify-content:center !important;
    gap:8px !important;
  }

  .langBtn .flag,
  .languageBtn .flag{
    font-size:16px !important;
  }

  .loginLink,
  .loginBtn,
  a[href*="login"]{
    font-size:15px !important;
    white-space:nowrap !important;
  }

  .registerBtn,
  a[href*="register"].button,
  a[href*="register"]{
    min-height:42px !important;
    height:42px !important;
    padding:0 20px !important;
    border-radius:18px !important;
    font-size:15px !important;
    white-space:nowrap !important;
  }

  /* dropdown stays under language button, not full screen */
  #langMenu,
  .langMenu,
  .dropdownPanel#langMenu{
    position:absolute !important;
    top:48px !important;
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;
    width:220px !important;
    max-width:220px !important;
    max-height:320px !important;
    overflow-y:auto !important;
    padding:10px !important;
    border-radius:20px !important;
    z-index:999999 !important;
  }

  /* centered page width like mockup */
  .listingProPage,
  .listingMainCard{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    padding:0 !important;
    overflow-x:hidden !important;
  }

  .categoryPill{
    display:flex !important;
    width:max-content !important;
    max-width:calc(100vw - 48px) !important;
    margin:28px auto 22px !important;
    padding:14px 28px !important;
    border-radius:999px !important;
    font-size:25px !important;
    justify-content:center !important;
    align-items:center !important;
  }

  /* photo centered, with side margins */
  .proImageBox{
    width:calc(100vw - 48px) !important;
    max-width:720px !important;
    height:330px !important;
    margin:0 auto !important;
    border-radius:20px !important;
    overflow:hidden !important;
  }

  .proImageBox img#mainListingPhoto{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    border-radius:20px !important;
  }

  .galleryArrow{
    width:56px !important;
    height:56px !important;
    font-size:42px !important;
    background:rgba(0,0,0,.62) !important;
  }

  .galleryPrevBtn{
    left:16px !important;
  }

  .galleryNextBtn{
    right:16px !important;
  }

  .photoCounter{
    top:14px !important;
    right:14px !important;
    font-size:18px !important;
    padding:8px 13px !important;
    border-radius:14px !important;
  }

  /* main white card centered under photo */
  .listingInfoBlock{
    width:calc(100vw - 48px) !important;
    max-width:720px !important;
    margin:0 auto 18px !important;
    padding:26px 28px 24px !important;
    border-radius:0 0 24px 24px !important;
    box-sizing:border-box !important;
  }

  .listingTopRow .detailFav{
    top:-54px !important;
    right:28px !important;
  }

  .listingTopRow .favBig{
    width:76px !important;
    height:76px !important;
  }

  .listingTopRow .favBig:before{
    font-size:36px !important;
  }

  .listingInfoBlock h1{
    font-size:27px !important;
    line-height:1.15 !important;
    margin:18px 0 10px !important;
  }

  .listingInfoBlock .bigprice,
  .listingInfoBlock .price{
    font-size:31px !important;
    line-height:1.1 !important;
    margin:0 0 16px !important;
  }

  .proLoc{
    display:flex !important;
    align-items:flex-start !important;
    gap:8px !important;
    font-size:16px !important;
    line-height:1.35 !important;
    margin:0 0 16px !important;
    padding-bottom:14px !important;
    border-bottom:1px solid rgba(0,0,0,.10) !important;
  }

  .proDesc{
    font-size:17px !important;
    line-height:1.48 !important;
    margin-top:14px !important;
  }

  /* all lower blocks same centered width */
  .vehicleSpecs,
  .miniFacts,
  .proShipBox,
  .proDisclaimer,
  .contactSide,
  .proMapSection,
  .safetyCard{
    width:calc(100vw - 48px) !important;
    max-width:720px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }

  .vehicleSpecs{
    grid-template-columns:1fr 1fr !important;
    margin-top:18px !important;
    border-radius:20px !important;
    overflow:hidden !important;
  }

  .specItem{
    min-height:78px !important;
    padding:12px 12px !important;
    grid-template-columns:38px minmax(0,1fr) !important;
    gap:10px !important;
  }

  .specItem span{
    width:36px !important;
    height:36px !important;
    font-size:17px !important;
  }

  .specItem small{
    font-size:14px !important;
  }

  .specItem b{
    font-size:15px !important;
  }

  .miniFacts{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin-top:14px !important;
  }

  .miniFacts div{
    border-radius:18px !important;
    padding:14px 18px !important;
    font-size:16px !important;
  }

  .proShipBox{
    border-radius:18px !important;
    padding:15px 18px !important;
    font-size:16px !important;
    margin-top:12px !important;
  }

  .proDisclaimer{
    border-radius:18px !important;
    padding:15px 18px !important;
    font-size:15px !important;
    margin-top:16px !important;
  }

  .contactSide{
    margin-top:22px !important;
  }

  .contactSide > .proContact{
    border-radius:22px !important;
    padding:22px !important;
  }

  .contactTop h3{
    font-size:25px !important;
    line-height:1.15 !important;
  }

  .loginRequiredBox{
    padding:18px !important;
    border-radius:20px !important;
  }

  .safetyCard{
    border-radius:22px !important;
    padding:22px !important;
    margin-top:22px !important;
  }

  .safetyCard h3{
    font-size:25px !important;
  }

  .safetyCard p{
    font-size:17px !important;
    line-height:1.55 !important;
  }

  .proMapSection{
    margin-top:22px !important;
    padding:0 0 28px !important;
  }

  .proMapSection h2{
    font-size:25px !important;
    margin:0 0 14px !important;
  }

  .mapFrame{
    width:100% !important;
    min-height:280px !important;
    border-radius:20px !important;
    overflow:hidden !important;
  }

  footer{
    width:calc(100vw - 48px) !important;
    max-width:720px !important;
    margin:24px auto 34px !important;
    text-align:center !important;
  }
}

/* v2.33 vehicle specs grid fix */
@media (max-width:760px){

  .vehicleSpecs{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
    border-radius:20px !important;
    border:1px solid #e1e9e4 !important;
    background:#fff !important;
  }

  .vehicleSpecs .specItem{
    display:grid !important;
    grid-template-columns:36px minmax(0, 1fr) !important;
    grid-template-rows:auto auto !important;
    column-gap:10px !important;
    row-gap:3px !important;
    align-items:center !important;
    min-width:0 !important;
    min-height:86px !important;
    padding:12px 10px !important;
    box-sizing:border-box !important;
    border-right:1px solid #edf2ee !important;
    border-bottom:1px solid #edf2ee !important;
    overflow:hidden !important;
  }

  .vehicleSpecs .specItem:nth-child(2n){
    border-right:0 !important;
  }

  .vehicleSpecs .specItem span{
    grid-row:1 / 3 !important;
    grid-column:1 !important;
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    border-radius:13px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:16px !important;
    overflow:hidden !important;
  }

  .vehicleSpecs .specItem small{
    grid-column:2 !important;
    min-width:0 !important;
    font-size:13px !important;
    line-height:1.1 !important;
    font-weight:800 !important;
    color:#7b867f !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  .vehicleSpecs .specItem b{
    grid-column:2 !important;
    min-width:0 !important;
    font-size:15px !important;
    line-height:1.15 !important;
    font-weight:950 !important;
    color:#102b1b !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
}

/* v2.34 category/type/delivery width fix */
@media (max-width:760px){

  .miniFacts,
  .proShipBox{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    margin-left:0 !important;
    margin-right:0 !important;
    overflow:hidden !important;
  }

  .miniFacts{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    padding:0 !important;
  }

  .miniFacts div{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    margin:0 !important;
    padding:14px 16px !important;
    border-radius:18px !important;
    overflow:hidden !important;
  }

  .miniFacts div b,
  .miniFacts div span,
  .miniFacts div{
    white-space:normal !important;
    word-break:break-word !important;
  }

  .proShipBox{
    display:block !important;
    padding:15px 16px !important;
    border-radius:18px !important;
  }

  .listingInfoBlock > .miniFacts,
  .listingInfoBlock > .proShipBox,
  .listingInfoBlock > .muted,
  .listingInfoBlock > .proDisclaimer{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  .listingInfoBlock{
    overflow:hidden !important;
  }
}

/* v2.35 home listing cards mobile center fix */
@media (max-width:760px){

  body{
    overflow-x:hidden !important;
  }

  .homeListings,
  .recommendations,
  .listingsGrid,
  .adsGrid,
  .cardsGrid,
  .marketGrid,
  .homeGrid{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:12px !important;
    padding-right:12px !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    justify-items:center !important;
    overflow:hidden !important;
  }

  .listingCard,
  .adCard,
  .postCard,
  .marketCard,
  .cardAd{
    width:100% !important;
    max-width:calc(100vw - 24px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
  }

  .listingCard img,
  .adCard img,
  .postCard img,
  .marketCard img,
  .cardAd img{
    width:100% !important;
    max-width:100% !important;
    display:block !important;
    object-fit:cover !important;
  }

  .listingCard .cardBody,
  .adCard .cardBody,
  .postCard .cardBody,
  .marketCard .cardBody,
  .cardAd .cardBody{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    padding-left:16px !important;
    padding-right:16px !important;
    overflow:hidden !important;
  }

  .listingCard h2,
  .listingCard h3,
  .adCard h2,
  .adCard h3,
  .postCard h2,
  .postCard h3,
  .marketCard h2,
  .marketCard h3,
  .cardAd h2,
  .cardAd h3{
    max-width:100% !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
  }

  .sectionTitle,
  .homeTitle,
  .recommendationsTitle,
  h1{
    width:100% !important;
    max-width:calc(100vw - 24px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }
}

/* v2.36 home mobile compact centered card + small favorite */
@media (max-width:760px){

  .cards{
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    margin:0 auto !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    overflow:visible !important;
  }

  .listingCard{
    width:calc(100vw - 64px) !important;
    max-width:420px !important;
    margin:18px auto 26px !important;
    border-radius:24px !important;
    overflow:hidden !important;
    position:relative !important;
    background:#fff !important;
    box-sizing:border-box !important;
  }

  .listingCard .imageBox{
    width:100% !important;
    height:230px !important;
    border-radius:0 !important;
    overflow:hidden !important;
  }

  .listingCard .imageBox img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
  }

  .listingCard .cardBody{
    padding:18px 18px 22px !important;
    width:100% !important;
    box-sizing:border-box !important;
    position:relative !important;
  }

  .listingCard h3{
    font-size:26px !important;
    line-height:1.12 !important;
    margin:14px 0 12px !important;
    padding-right:0 !important;
  }

  .listingCard .price{
    font-size:32px !important;
    margin:0 0 14px !important;
  }

  .listingCard .loc{
    font-size:18px !important;
    margin-bottom:14px !important;
  }

  .listingCard .desc{
    font-size:18px !important;
    line-height:1.35 !important;
  }

  .listingCard .favForm{
    position:absolute !important;
    right:16px !important;
    bottom:16px !important;
    top:auto !important;
    z-index:20 !important;
  }

  .listingCard .favBtn{
    width:54px !important;
    height:54px !important;
    min-width:54px !important;
    min-height:54px !important;
    border-radius:50% !important;
    background:#fff !important;
    box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
    border:0 !important;
    font-size:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .listingCard .favBtn:before{
    content:'♥' !important;
    color:#ef334e !important;
    font-size:29px !important;
    line-height:1 !important;
  }

  .listingCard .status,
  .listingCard .status.active{
    position:absolute !important;
    right:16px !important;
    top:16px !important;
    font-size:14px !important;
    padding:7px 13px !important;
    border-radius:999px !important;
    z-index:12 !important;
  }

  .listingCard .badge{
    font-size:15px !important;
    padding:8px 13px !important;
  }

  .photoCount{
    left:16px !important;
    bottom:14px !important;
    font-size:14px !important;
    padding:7px 10px !important;
  }

  .recommendationsTitle,
  h2{
    max-width:calc(100vw - 64px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

/* v2.37 mobile header register alignment fix */
@media (max-width:760px){

  header,
  .topbar,
  .siteHeader,
  .nav,
  .navbar{
    overflow:visible !important;
  }

  .topbar{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px 18px !important;
  }

  .topbar > a,
  .topbar > button,
  .topbar .button,
  .topbar .langBtn{
    position:static !important;
    transform:none !important;
    margin:0 !important;
  }

  .topbar a[href*="/register"],
  .topbar a[href*="register"],
  header a[href*="/register"],
  header a[href*="register"]{
    position:static !important;
    transform:none !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    min-width:126px !important;
    max-width:150px !important;
    height:48px !important;
    min-height:48px !important;
    padding:0 22px !important;
    margin:0 !important;
    border-radius:22px !important;
    font-size:18px !important;
    line-height:1 !important;
    box-sizing:border-box !important;
    white-space:nowrap !important;
  }

  .topbar a[href*="/login"],
  .topbar a[href*="login"],
  header a[href*="/login"],
  header a[href*="login"]{
    position:static !important;
    transform:none !important;
    display:inline-flex !important;
    align-items:center !important;
    height:48px !important;
    margin:0 !important;
    font-size:18px !important;
    white-space:nowrap !important;
  }

  .langBtn{
    position:static !important;
    transform:none !important;
    height:48px !important;
    min-height:48px !important;
    margin:0 !important;
  }
}

/* v2.38 mobile top controls equal size */
@media (max-width:760px){

  .topbar{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    padding-left:10px !important;
    padding-right:10px !important;
    box-sizing:border-box !important;
  }

  .topbar .langBtn,
  .topbar a[href*="/login"],
  .topbar a[href*="login"],
  .topbar a[href*="/register"],
  .topbar a[href*="register"],
  header .langBtn,
  header a[href*="/login"],
  header a[href*="login"],
  header a[href*="/register"],
  header a[href*="register"]{
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    min-width:104px !important;
    max-width:124px !important;
    padding:0 14px !important;
    margin:0 !important;
    box-sizing:border-box !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;

    font-size:15px !important;
    line-height:1 !important;
    font-weight:900 !important;
    letter-spacing:.2px !important;
    white-space:nowrap !important;

    border-radius:18px !important;
    position:static !important;
    transform:none !important;
  }

  .topbar .langBtn{
    width:124px !important;
  }

  .topbar a[href*="/login"],
  .topbar a[href*="login"],
  header a[href*="/login"],
  header a[href*="login"]{
    width:82px !important;
    min-width:82px !important;
    max-width:82px !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  .topbar a[href*="/register"],
  .topbar a[href*="register"],
  header a[href*="/register"],
  header a[href*="register"]{
    width:124px !important;
    min-width:124px !important;
    max-width:124px !important;
  }

  .topbar .langBtn img,
  .topbar .langBtn span,
  .topbar .langBtn .flag{
    max-height:18px !important;
    font-size:15px !important;
    line-height:1 !important;
  }
}


/* ULITIN HOME SEO START */
.seo-home-text {
  max-width: 1120px;
  margin: 34px auto 22px;
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  color: #1f2937;
  line-height: 1.65;
}

.seo-home-text h1 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.25;
  color: #111827;
  letter-spacing: -0.02em;
}

.seo-home-text p {
  margin: 0 0 12px;
  font-size: 16px;
}

.seo-home-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .seo-home-text {
    margin: 24px 14px 18px;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .seo-home-text h1 {
    font-size: 22px;
    text-align: center;
  }

  .seo-home-text p {
    font-size: 15px;
    text-align: left;
  }
}
/* ULITIN HOME SEO END */

