/* ========================================================================== */
/* 🚗 PREMIUM CAR KOSOVA — PREMIUMCARKOSOVA 4-COLUMN CARDS & SEARCH STYLESHEET 🚗 */
/* ========================================================================== */

:root {
  --font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --color-orange: #f97316;
  --color-orange-hover: #ea580c;
  --color-header-bg: #11141a;
  --color-surface-white: #ffffff;
  --color-border: #e2e8f0;
  --color-text-dark: #0f172a;
  --color-text-muted: #64748b;
  --color-red-accent: #dc2626;
  --color-green-wa: #22c55e;
  --color-blue-call: #0284c7;
  --color-wine-warranty: #881337;
}

*, *::before, *::after {
  box-sizing: border-box !important;
  -webkit-tap-highlight-color: transparent !important;
}

button, a, select, input, .pckPillBtn, .optIconTile, .damageItemPill, .btnSidebarWhatsapp, .btnSidebarCall, .btnSidebarReport, .pckListingCard {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
  font-family: var(--font-family);
  background-color: #f8fafc;
  color: var(--color-text-dark);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ========================================================================== */
/* 🖤 1. PREMIUMCARKOSOVA DARK HEADER (IMAGE 1 & 4) */
/* ========================================================================== */
header.pckGlobalHeader {
  background: var(--color-header-bg) !important;
  border-bottom: none !important;
  border: none !important;
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
}

.pckHeaderContainer {
  max-width: 1380px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pckBrandLogo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.pckLogoImg {
  height: 34px !important;
  max-height: 34px !important;
  width: auto !important;
  object-fit: contain;
  display: inline-block;
}

.pckBrandText {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
}

.pckBrandText .brandOrange {
  color: var(--color-orange);
}

.pckBrandText .brandWhite {
  color: #ffffff;
}

.pckNavMenu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.pckNavLink {
  color: #cbd5e1 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
  position: relative;
  padding: 4px 0;
}

.pckNavLink:hover, .pckNavLink.active {
  color: #ffffff !important;
}

.pckNavLink.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-orange);
  border-radius: 2px;
}

.pckHeaderRight {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pckHeaderContactPill {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #ffffff !important;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.pckHeaderContactPill:hover {
  background: rgba(249, 115, 22, 0.2);
  border-color: var(--color-orange);
}

.pckHeaderGuaranteeBtn {
  display: none;
  background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 50%, #cbd5e1 100%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #0f172a !important;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13.5px;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-decoration: none;
  align-items: center;
  gap: 7px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.pckHeaderGuaranteeBtn:hover {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 #ffffff;
  color: #000000 !important;
}

.pckHeaderGuaranteeBtn:active {
  transform: translateY(0);
}

@media (max-width: 900px) {
  .pckHeaderGuaranteeBtn {
    display: inline-flex !important;
  }
}

.pckPillWaDot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-green-wa);
  box-shadow: 0 0 8px var(--color-green-wa);
}

/* ========================================================================== */
/* 🌟 2. PREMIUMCARKOSOVA HERO SECTION (IMAGE 1) */
/* ========================================================================== */
.pckHeroWrapper {
  position: relative;
  z-index: 100;
  background: #090a0f url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1920&q=80') center center / cover no-repeat;
  padding: 40px 20px 70px;
  text-align: center;
  color: #ffffff;
}

.pckHeroOverlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(15,17,23,0.5) 0%, rgba(15,17,23,0.9) 100%);
  pointer-events: none;
}

.pckHeroInner {
  position: relative;
  z-index: 101;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pckHeroBannerBox {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.pckBannerImageContainer {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pckBannerPureImg {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 240px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.18));
}

.pckTabsBar {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 18px;
  position: relative;
  z-index: 5;
}

.pckTabBtn {
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.7) !important;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  padding: 6px 0;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: inherit;
  transition: all 0.2s ease;
}

.pckTabBtn:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
}

.pckTabBtn.active {
  color: #ffffff !important;
}

.pckTabBtn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
}

.heroDetailedFilterWrap {
  display: flex;
  justify-content: center;
  margin: 18px auto 22px;
  position: relative;
  z-index: 5;
}

.btnHeroDetailedFilterOrange {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 14.5px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.45);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: inherit;
  letter-spacing: -0.01em;
}

.btnHeroDetailedFilterOrange:hover {
  background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 25px rgba(249, 115, 22, 0.65);
}

.tabBadgeCount {
  display: inline-block;
  background: var(--color-red-accent);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  padding: 2px 7px;
  border-radius: 99px;
  vertical-align: top;
  margin-left: 4px;
}

.pckSearchBox {
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 4px 16px rgba(0,0,0,0.08);
  margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,0.95);
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1180px;
}

.pckConsoleGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px 14px;
  align-items: center;
  width: 100%;
}

.pckConsoleGrid .pckFieldWrap {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 4px 14px;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  box-sizing: border-box;
  z-index: 10;
}

.pckConsoleGrid .pckFieldWrap:hover {
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.pckConsoleGrid .pckFieldWrap.open,
.pckConsoleGrid .pckFieldWrap:has(.open),
.pckConsoleGrid .pckFieldWrap:has(.pckCustomDropdownMenu[style*="display: block"]) {
  z-index: 9999999 !important;
  border-color: var(--color-orange) !important;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15) !important;
}

.pckSelect, .pckInput {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-dark);
  outline: none;
  cursor: pointer;
  padding: 6px 0;
  font-family: inherit;
}

.pckSelect:disabled {
  color: #94a3b8;
  cursor: not-allowed;
  opacity: 0.75;
}

/* CUSTOM BRAND SELECTOR WITH LOGOS */
.pckCustomDropdownWrap {
  position: relative;
  user-select: none;
  z-index: 10;
  width: 100%;
}

.pckCustomDropdownWrap.open {
  z-index: 9999999 !important;
}

.drawerField {
  position: relative;
  z-index: 1;
}

.drawerField.open,
.drawerField:has(.pckCustomDropdownWrap.open),
.drawerField:focus-within {
  z-index: 9999999 !important;
}

.pckCustomSelectTrigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-dark);
  font-family: inherit;
}

.pckCustomSelectTrigger .triggerContent,
.pckCustomSelectTrigger .triggerText {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pckBrandOptionLogo {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.06));
  flex-shrink: 0;
}

.pckBrandLogoPlaceholder {
  font-size: 15px;
  flex-shrink: 0;
}

.pckCustomDropdownMenu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100% !important;
  min-width: 100% !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1.5px solid #cbd5e1;
  border-radius: 12px;
  box-shadow: 0 16px 45px rgba(0,0,0,0.25), 0 2px 8px rgba(0,0,0,0.06);
  z-index: 99999999 !important;
  overflow: hidden;
  box-sizing: border-box;
  animation: fadeInDrop 0.15s ease-out;
}

#brandDropdownMenu, #heroModelDropdownMenu {
  min-width: 220px !important;
}

.drawerField .pckCustomDropdownMenu {
  min-width: 100%;
  left: 0;
}

@keyframes fadeInDrop {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.pckDropdownSearchWrap {
  padding: 10px 12px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.pckDropdownSearchWrap input {
  width: 100%;
  padding: 7px 10px;
  border: 1.5px solid #cbd5e1;
  border-radius: 8px;
  font-size: 13px;
  outline: none;
  font-weight: 600;
  box-sizing: border-box;
  background: #ffffff;
  color: #0f172a;
}

.pckDropdownSearchWrap input:focus {
  border-color: var(--color-orange);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12);
}

.pckDropdownOptionsList {
  max-height: 210px;
  overflow-y: auto;
  padding: 6px;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f8fafc;
}

.pckDropdownOptionsList::-webkit-scrollbar {
  width: 5px;
}
.pckDropdownOptionsList::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 4px;
}
.pckDropdownOptionsList::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.pckDropdownOptionsList::-webkit-scrollbar-thumb:hover {
  background: #ea580c;
}

.pckDropdownOption {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
  font-size: 13.5px;
  color: #0f172a;
}

.pckDropdownOption:hover {
  background: #f1f5f9;
  color: var(--color-orange);
}

.pckDropdownOption.active {
  background: #fff7ed;
  color: var(--color-orange);
  font-weight: 800;
}

.pckDropdownOption .optionTitle {
  font-weight: 600;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pckDropdownOption.active .optionTitle {
  font-weight: 800;
}

.pckDropdownOption .optionCount {
  font-size: 11.5px;
  color: #64748b;
  font-weight: 600;
}

.pckCustomSelectTrigger.disabled {
  opacity: 0.6;
  cursor: not-allowed !important;
  background: #f8fafc;
  pointer-events: none;
}

/* MODAL DRAWER FIELD TRIGGER STYLING */
.drawerField .pckCustomDropdownWrap {
  width: 100%;
  position: relative;
  z-index: 105;
}

.drawerField .pckCustomSelectTrigger {
  width: 100% !important;
  min-height: 44px !important;
  padding: 10px 14px !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 12px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  background: #f8fafc !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  transition: all 0.2s ease !important;
}

.drawerField .pckCustomSelectTrigger:hover {
  border-color: #94a3b8 !important;
  background: #ffffff !important;
}

.drawerField .pckCustomDropdownMenu {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  left: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  background: #ffffff !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 14px !important;
  box-shadow: 0 20px 45px rgba(0,0,0,0.35), 0 4px 12px rgba(0,0,0,0.1) !important;
  z-index: 9999999 !important;
  overflow: hidden !important;
}

.drawerField .pckDropdownOptionsList {
  background: #ffffff !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  padding: 4px !important;
}

.drawerField .pckDropdownOption {
  background: #ffffff !important;
  color: #0f172a !important;
  padding: 9px 12px !important;
  border-radius: 8px !important;
}

.drawerField .pckDropdownOption:hover {
  background: #f1f5f9 !important;
  color: var(--color-orange) !important;
}

.drawerField .pckDropdownOption.active {
  background: #fff7ed !important;
  color: var(--color-orange) !important;
  font-weight: 800 !important;
}

.pckBtnWrap {
  width: 100%;
}

.pckSearchSubmit {
  width: 100%;
  height: 46px;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #ffffff !important;
  border: none;
  border-radius: 12px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 16px rgba(249, 115, 22, 0.4);
  font-family: inherit;
  letter-spacing: -0.01em;
}

.pckSearchSubmit:hover {
  background: linear-gradient(135deg, #fb923c 0%, #f97316 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.55);
}

.pckDetailedFilterBtn {
  width: 100%;
  height: 46px;
  background: #f1f5f9;
  color: #334155 !important;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 13.5px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
  font-family: inherit;
  white-space: nowrap;
}

.pckDetailedFilterBtn:hover {
  background: #e2e8f0;
  color: #0f172a !important;
  border-color: #cbd5e1;
}

.pckContactPillsRow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.pckPillBtn {
  background: #ffffff;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
  transition: all 0.2s ease;
}

.pckPillBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.28);
}

.pckPillBtn.pillInstagram {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  box-shadow: 0 4px 14px rgba(220, 39, 67, 0.35);
}

.pckPillBtn.pillWhatsapp {
  background: #25d366;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.pckPillBtn.pillPhone {
  background: #0ea5e9;
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.35);
}

.pckPillBtn.pillTiktok {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
  .pckConsoleGrid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
}

/* ========================================================================== */
/* 🌟 3. SEARCH TOP BANNER & MAIN CURVED CONTAINER (IMAGE 4) */
/* ========================================================================== */
.pckSearchHeaderBanner {
  background: var(--color-header-bg);
  padding: 16px 24px 60px;
  border: none !important;
  border-bottom: none !important;
}

.pckSearchHeaderInner {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btnPckQuickFilterPill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  font-size: 13.5px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.btnPckQuickFilterPill:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.btnPckQuickFilterPill.active {
  background: #22c55e;
  border-color: #16a34a;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35);
}

/* ACTIVE FILTER CHIPS / TAGS (INDIVIDUAL REMOVE) */
.pckActiveFiltersWrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.btnActiveFilterChip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: all 0.2s ease;
}

.btnActiveFilterChip:hover {
  background: rgba(239, 68, 68, 0.22);
  border-color: rgba(239, 68, 68, 0.5);
  color: #fca5a5 !important;
  transform: translateY(-1px);
}

.btnActiveFilterChip .chipBrandLogo {
  width: 17px;
  height: 17px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  display: inline-block;
  vertical-align: middle;
}

.btnActiveFilterChip .chipRemoveIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
  margin-left: 2px;
  transition: all 0.2s ease;
}

.btnActiveFilterChip:hover .chipRemoveIcon {
  background: #ef4444;
  color: #ffffff;
}

.btnActiveFilterClearAll {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(239, 68, 68, 0.16);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fca5a5 !important;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btnActiveFilterClearAll:hover {
  background: #ef4444;
  border-color: #dc2626;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.35);
}

.btnPckDetailedFilterOrange {
  background: var(--color-orange);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 16px rgba(249, 115, 22, 0.4);
  transition: all 0.2s ease;
  margin-left: auto;
}

.btnPckDetailedFilterOrange:hover {
  background: var(--color-orange-hover);
  transform: translateY(-1px);
}

.pckMainContentSection, .pckSearchMainSection {
  max-width: 1380px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 10;
  background: #ffffff;
  border-radius: 40px 40px 0 0;
  padding: 56px 28px 60px;
  box-shadow: 0 -12px 40px rgba(0,0,0,0.1);
}

.pckListingsHeaderRow, .contentHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.pckModernHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  gap: 16px;
  flex-wrap: wrap;
}

.pckNavPillsWrap {
  display: inline-flex;
  align-items: center;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 5px;
  border-radius: 999px;
  gap: 6px;
}

.pckNavPillTab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #475569;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pckNavPillTab:hover {
  color: #0f172a;
  background: rgba(255,255,255,0.8);
}

.pckNavPillTab.active {
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.pckNavPillTab .pillDot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
}

@media (max-width: 768px) {
  .pckModernHead {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .pckNavPillsWrap {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .pckNavPillTab {
    padding: 7px 14px;
    font-size: 13px;
  }
}

.pckListingsCountText {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-muted);
}

.pckListingsCountText strong {
  color: var(--color-text-dark);
  font-weight: 800;
}

.pckSortSelect {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-dark);
  outline: none;
  cursor: pointer;
}

/* ========================================================================== */
/* 🎠 TOP OFERTAT HORIZONTAL CAROUSEL & BUDGET TABS */
/* ========================================================================== */
.pckDiscountSection {
  margin-bottom: 50px;
  position: relative;
}

.pckDiscountHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.pckBudgetTabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.pckBudgetTabBtn {
  background: #f8fafc;
  color: #475569;
  border: 1.5px solid #e2e8f0;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pckBudgetTabBtn:hover {
  background: #f1f5f9;
  color: #0f172a;
  border-color: #cbd5e1;
}

.pckBudgetTabBtn.active {
  background: #ea580c;
  color: #ffffff;
  border-color: #ea580c;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.28);
}

.pckCarouselContainer {
  position: relative;
  width: 100%;
}

.pckCarouselTrack {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 4px 14px 4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pckCarouselTrack::-webkit-scrollbar {
  display: none;
}

.pckCarouselTrack .pckListingCard {
  flex: 0 0 calc((100% - 54px) / 4);
  max-width: calc((100% - 54px) / 4);
  min-width: 250px;
  scroll-snap-align: start;
}

.pckCarouselNavBtn {
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  color: #0f172a;
  cursor: pointer;
  z-index: 20;
  transition: all 0.2s ease;
  user-select: none;
}

.pckCarouselNavBtn:hover {
  background: #ea580c;
  color: #ffffff;
  border-color: #ea580c;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 24px rgba(234,88,12,0.3);
}

.pckCarouselNavBtn.prev {
  left: -22px;
}

.pckCarouselNavBtn.next {
  right: -22px;
}

@media (max-width: 1024px) {
  .pckCarouselTrack .pckListingCard {
    flex: 0 0 calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
    min-width: 220px;
  }
  .pckCarouselNavBtn.prev { left: -10px; }
  .pckCarouselNavBtn.next { right: -10px; }
}

@media (max-width: 640px) {
  .pckCarouselTrack .pckListingCard {
    flex: 0 0 84%;
    max-width: 84%;
    min-width: 220px;
  }
  .pckCarouselNavBtn { display: none; }
}

/* ========================================================================== */
/* 🚗 4. PREMIUMCARKOSOVA 4-COLUMN CARDS (IMAGE 4) */
/* ========================================================================== */
.pckCardsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pckListingCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.03);
}

.pckListingCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.pckCardImgWrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #f8fafc;
  overflow: hidden;
  display: block;
}

.pckCardPhoto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.pckListingCard:hover .pckCardPhoto {
  transform: scale(1.03);
}

.pckCardPhotoPlaceholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: #f1f5f9;
}

/* TOP BADGES (IMAGE 4) */
.pckCardTopBadges {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 36px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  z-index: 5;
  pointer-events: none;
}

.pckBadgeNew {
  background: var(--color-orange);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  padding: 2.5px 7px;
  border-radius: 5px;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 6px rgba(249, 115, 22, 0.4);
  white-space: nowrap;
  line-height: 1.2;
}

.pckBadgeDiscount {
  background: #dc2626;
  color: #ffffff;
  font-weight: 800;
  padding: 2.5px 7px;
  border-radius: 5px;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  box-shadow: 0 2px 6px rgba(220,38,38,0.4);
  white-space: nowrap;
  line-height: 1.2;
}

.pckBadgeAccidentFree {
  background: var(--color-orange);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  padding: 2.5px 7px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(249, 115, 22, 0.4);
  white-space: nowrap;
  line-height: 1.2;
}

.pckBadgeOneOwner {
  background: #16a34a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  padding: 2.5px 7px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(22,163,74,0.35);
  white-space: nowrap;
  line-height: 1.2;
}

.pckBadgePanelChange {
  background: #d97706;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  padding: 2.5px 7px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(217,119,6,0.35);
  white-space: nowrap;
  line-height: 1.2;
}

.pckBadgeRental {
  background: #ea580c;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  padding: 2.5px 7px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(234,88,12,0.4);
  white-space: nowrap;
  line-height: 1.2;
}

.pckCardHeartIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  z-index: 5;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.pckCardHeartIcon:hover {
  transform: scale(1.2);
  color: #ef4444;
}

/* BOTTOM ORANGE STRIP (IMAGE 4) */
.pckCardBottomStrip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #f97316 0%, #ea580c 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 12px;
  text-align: center;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* CARD BODY (IMAGE 4) */
.pckCardBody {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pckCardTitleLink {
  text-decoration: none;
}

.pckCardCarTitle {
  font-size: 15px;
  font-weight: 800;
  color: var(--color-text-dark);
  margin: 0 0 4px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pckCardCarTitle:hover {
  color: var(--color-orange);
}

.pckCardSpecsLine {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.pckCardSpecsLine .dot {
  color: #cbd5e1;
}

.pckCardMicroBadges {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 2px;
  margin-bottom: 6px;
}

.microBadge {
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1.2;
  background: #fff7ed;
  color: #ea580c;
  border: 1px solid #fed7aa;
}

.microBadge,
.microBadge.green,
.microBadge.orange,
.microBadge.amber,
.microBadge.red,
.microBadge.gray {
  background: #fff7ed;
  color: #ea580c;
  border: 1px solid #fed7aa;
  font-weight: 800;
}

.pckCardPriceRow {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 8px;
  border-top: 1px solid #f1f5f9;
}

.pckCardPriceMain {
  font-size: 18px;
  font-weight: 900;
  color: #0f172a;
}

.pckCardPriceSub {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--color-text-muted);
}

/* ========================================================================== */
/* 🎛️ 5. FILTER MODAL POPUP */
/* ========================================================================== */
.filterModalBackdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  backdrop-filter: blur(6px);
  animation: fadeInModal 0.2s ease-out;
}

@keyframes fadeInModal {
  from { opacity: 0; }
  to { opacity: 1; }
}

.filterModalDialog {
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 24px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.4);
  position: relative;
}

.filterModalHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1.5px solid #f1f5f9;
  padding-bottom: 14px;
  margin-bottom: 16px;
}

.filterModalTitle {
  font-size: 18px;
  font-weight: 900;
  color: #0f172a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btnCloseModal {
  background: #f1f5f9;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.btnCloseModal:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.drawerFieldGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 14px;
}

.drawerField label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 4px;
}

.drawerField input, .drawerField select {
  width: 100%;
  height: 42px;
  background: #f8fafc;
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--color-text-dark);
  outline: none;
  box-sizing: border-box;
}

.btnDrawerSubmit {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 12px 28px !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-shadow: 0 4px 16px rgba(249, 115, 22, 0.4) !important;
  transition: all 0.2s ease !important;
}

.btnDrawerSubmit:hover {
  background: linear-gradient(135deg, #fb923c 0%, #f97316 100%) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.55) !important;
}

.btnDrawerReset {
  background: #f1f5f9;
  color: #475569;
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 13.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.btnDrawerReset:hover {
  background: #e2e8f0;
  color: #0f172a;
}

/* ========================================================================== */
/* 🚘 6. SINGLE CAR DETAIL PAGE (IMAGE 3) */
/* ========================================================================== */
.carDetailPageLayout {
  max-width: 1240px;
  margin: 24px auto 60px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}

.leftCarContent {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  width: 100%;
}

.carTopStatusBar {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}

.accidentStatusBadgeRow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.accidentFreeBadgeCheck {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}

.checkCircle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-green-wa);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.badgeAccidentFreeRed {
  background: var(--color-red-accent);
  color: #ffffff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 8px;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 10px rgba(220, 38, 38, 0.4);
  line-height: 1.1;
  margin-left: auto;
}

.carMainTitle {
  font-size: 26px;
  font-weight: 900;
  color: var(--color-text-dark);
  margin: 0;
  line-height: 1.25;
}

.carGalleryContainer {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}

.mainPhotoBox {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #090a0f;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}

.mainPhotoBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photoCounterOverlay {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0,0,0,0.75);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 99px;
}

.galleryThumbRow {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.thumbImgBox {
  width: 90px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbImgBox.active {
  border-color: var(--color-orange);
}

.koreaSpecGrid {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}

.specGridCell {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
}

.cellIcon {
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cellText small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text-muted);
  margin-bottom: 2px;
}

.cellText strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: var(--color-text-dark);
}

.koreaOptionsCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}

.optionsCardHeading {
  font-size: 20px;
  font-weight: 900;
  color: var(--color-text-dark);
  margin: 0 0 20px;
}

.optionsIconsGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.optIconTile {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.optIconTile.inactive {
  opacity: 0.35;
  filter: grayscale(1);
}

.optIconLarge {
  font-size: 24px;
}

.optNameText {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text-dark);
}

.btnShowAllOptionsKorea {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 800;
  font-size: 14px;
  color: #0f172a;
  cursor: pointer;
  margin-top: 20px;
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.2s ease;
}

.btnShowAllOptionsKorea:hover {
  background: #e2e8f0;
  color: #000000;
}

/* 2D CHASSIS BLUEPRINT */
.chassisBlueprintCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}

.blueprintHeader small {
  font-size: 11px;
  font-weight: 800;
  color: var(--color-orange);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blueprintHeader h2 {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 4px 0 16px;
}

.cleanChassisNotice {
  background: #dcfce7;
  color: #15803d;
  border: 1px solid #bbf7d0;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
}

.chassisDiagramsFlex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
}

.diagramCol h4 {
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 12px;
}

.blueprintWrapper {
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.blueprintWrapper img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.damageMarker {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 900;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.legendBar {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

.legendItem {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.legendDot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 9px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* RIGHT STICKY PRICE SIDEBAR (IMAGE 3) */
.rightStickyPriceSidebar {
  position: sticky;
  top: 75px;
  width: 100%;
  max-width: 340px;
  min-width: 0;
  box-sizing: border-box;
}

.priceSidebarBox {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  box-sizing: border-box;
  width: 100%;
}

.sidebarMainPriceRow {
  margin-bottom: 16px;
}

.priceAmount {
  font-size: 36px;
  font-weight: 900;
  color: #dc2626;
  line-height: 1;
  display: block;
}

.priceSubNote {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
  display: block;
  margin-top: 6px;
}

.rksPriceEstimateBox {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.rksBadgeTag {
  background: var(--color-blue-call);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  padding: 3px 8px;
  border-radius: 6px;
}

.rksText {
  font-size: 15px;
  font-weight: 800;
  color: var(--color-text-dark);
}

.sidebarActionsGroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.btnSidebarWhatsapp {
  background: var(--color-green-wa);
  color: #ffffff !important;
  border-radius: 14px;
  padding: 14px 18px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 14px rgba(34,197,94,0.3);
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent !important;
}

.btnSidebarWhatsapp:hover {
  background: #16a34a;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(34,197,94,0.4);
}

.btnSidebarCall {
  background: var(--color-blue-call);
  color: #ffffff !important;
  border-radius: 14px;
  padding: 14px 18px;
  font-weight: 800;
  font-size: 14.5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 14px rgba(2,132,199,0.25);
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent !important;
}

.btnSidebarCall:hover {
  background: #0369a1;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(2,132,199,0.35);
}

.sidebarReportsGroup {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 4px;
}

.btnSidebarReport {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent !important;
}

.btnSidebarReport:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
}

.btnReportHistory {
  border-left: 4px solid #f59e0b;
  background: #fffdf5;
}

.btnReportTechnical {
  border-left: 4px solid #3b82f6;
  background: #f8fbff;
}

.btnReportGuarantee {
  border-left: 4px solid #10b981;
  background: #f0fdf4;
}

.reportBtnIcon {
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.reportBtnText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.reportBtnText strong {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}

.reportBtnText small {
  font-size: 11.5px;
  font-weight: 600;
  color: #64748b;
}

/* ========================================================================== */
/* 📄 7. INFO PAGES (CONTACT, HOW IT WORKS, FAQ) */
/* ========================================================================== */
.infoPageWrapper {
  max-width: 1080px;
  margin: 40px auto 70px;
  padding: 0 24px;
}

.infoPageHeader {
  text-align: center;
  margin-bottom: 40px;
}

.infoPageTag {
  display: inline-block;
  background: #fff7ed;
  color: var(--color-orange);
  border: 1px solid #fed7aa;
  padding: 6px 16px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}

.infoPageTitle {
  font-size: 34px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 12px;
}

.infoPageSub {
  font-size: 15px;
  color: #64748b;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

.contactPageGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.contactInfoBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contactCardTile {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.03);
}

.contactIconCircle {
  font-size: 24px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btnWhatsappCtaBig {
  background: var(--color-green-wa);
  color: #ffffff !important;
  border-radius: 14px;
  padding: 16px 24px;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(34,197,94,0.35);
  margin-top: 10px;
}

.stepsFlowGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.stepFlowCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px;
  position: relative;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}

.stepNumBadge {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--color-orange);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.stepFlowCard h3 {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px;
}

.stepFlowCard p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.faqListGrid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faqItemCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.03);
}

.faqItemCard h3 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faqItemCard p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* ========================================================================== */
/* 🖤 8. FOOTER */
/* ========================================================================== */
.swissGlobalFooter {
  background: var(--color-header-bg);
  color: #94a3b8;
  padding: 60px 24px 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footerGridInner {
  max-width: 1380px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}

.footerBrandTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 14px;
}

.footerBrandDesc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #64748b;
}

.footerHeading {
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.footerLinksCol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footerLinksCol a {
  color: #94a3b8 !important;
  font-size: 13.5px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.footerLinksCol a:hover {
  color: var(--color-orange) !important;
}

.footerMarketInfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  color: #64748b;
}

.footerBottomBar {
  max-width: 1380px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #475569;
}

/* ========================================================================== */
/* 📱 9. RESPONSIVE */
/* ========================================================================== */
@media (max-width: 1200px) {
  .pckCardsGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .carDetailPageLayout {
    grid-template-columns: 1fr;
  }
  .rightStickyPriceSidebar {
    position: static;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .pckHeaderContactPill {
    display: none !important;
  }
  .pckHeroWrapper {
    padding: 30px 14px 50px;
  }
  .pckMainContentSection {
    margin-top: 0 !important;
    border-radius: 32px 32px 0 0;
    padding: 45px 18px 50px;
    position: relative;
    z-index: 10;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.12);
  }
  .pckHeroBannerBox {
    max-width: 320px;
    margin: 0 auto 12px;
  }
  .pckBannerPureImg {
    max-height: 130px;
  }
  .pckTabsBar {
    gap: 18px;
    margin-bottom: 14px;
  }
  .pckTabBtn {
    font-size: 15px;
  }
  .pckCardsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pckFormGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .pckFieldWrap {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 8px;
  }
  .pckBtnWrap {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 11px;
    width: 100%;
    margin-top: 10px;
  }
  .pckSearchSubmit, .pckDetailedFilterBtn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    padding: 13.5px 20px;
  }
  .pckSearchBox {
    border-radius: 28px;
    padding: 22px 20px 28px 20px;
    margin-bottom: 28px;
  }
  .pckContactPillsRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
  }
  .pckPillBtn {
    width: 100%;
    justify-content: center;
    padding: 11px 12px;
    font-size: 13px;
    box-sizing: border-box;
  }
  .contactPageGrid {
    grid-template-columns: 1fr;
  }
  .pckSearchHeaderInner {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
  }
  .pckSearchHeaderInner .btnPckDetailedFilterOrange {
    order: -1 !important;
    width: 100% !important;
    justify-content: center !important;
    margin-left: 0 !important;
  }
  .pckSearchHeaderInner > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }
  .footerGridInner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .pckNavMenu {
    display: none;
  }
  .pckCardsGrid {
    grid-template-columns: 1fr;
  }
  .drawerFieldGrid {
    grid-template-columns: 1fr;
  }
  .optionsIconsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .koreaSpecGrid {
    grid-template-columns: 1fr;
  }
  .stepsFlowGrid {
    grid-template-columns: 1fr;
  }
  .chassisBlueprintCard {
    padding: 18px 14px;
  }
  .chassisDiagramsFlex {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .diagramCol h4 {
    font-size: 11px;
    line-height: 1.3;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }
  .blueprintWrapper {
    max-width: 100%;
  }
  .damageMarker {
    width: 20px;
    height: 20px;
    font-size: 9.5px;
  }
  .legendBar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
    text-align: left;
    padding-top: 14px;
    margin-top: 16px;
  }
  .legendItem {
    font-size: 11.5px;
  }
  .pckSearchHeaderInner {
    padding: 0 16px;
  }
  .btnPckDetailedFilterOrange {
    width: 100%;
    justify-content: center;
  }
  .pckListingsHeaderRow {
    gap: 10px;
  }
  .pckListingsCountText {
    font-size: 13.5px;
  }
  .pckSortSelect {
    font-size: 13px;
    padding: 6px 12px;
    max-width: 160px;
  }
}

/* ========================================================================== */
/* 🪟 POPUP MODALS & LIGHTBOX */
/* ========================================================================== */
.modalOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(6px);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.modalOverlay.active {
  display: flex !important;
}

.modalContent {
  background: #ffffff;
  border-radius: 24px;
  max-width: 820px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 32px;
  position: relative;
  box-shadow: 0 25px 60px rgba(0,0,0,0.3);
  animation: modalPop 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalPop {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.modalClose {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f1f5f9;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.modalClose:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.lightboxOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.94);
  z-index: 100000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lightboxOverlay.active {
  display: flex !important;
}

.lightboxImg {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.8);
}

.lbBtn {
  position: absolute;
  background: rgba(255,255,255,0.15);
  border: none;
  color: #ffffff;
  font-size: 30px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 100001;
}

.lbBtn:hover {
  background: rgba(255,255,255,0.3);
}

.lbClose {
  top: 24px;
  right: 24px;
  font-size: 20px;
}

.lbPrev {
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.lbNext {
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

/* ========================================================================== */
/* 📱 MOBILE HAMBURGER MENU & DRAWER */
/* ========================================================================== */
.pckMobileMenuBtn {
  display: none;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  padding: 8px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  z-index: 1001;
}

.pckMobileMenuBtn .hamburgerLine {
  width: 20px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.2s ease;
}

@media (max-width: 900px) {
  .pckMobileMenuBtn {
    display: flex !important;
  }
}

.mobileNavDrawerOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 99999;
  justify-content: flex-end;
}

.mobileNavDrawerOverlay.active {
  display: flex !important;
}

.mobileNavDrawerContent {
  background: #11141a;
  width: 85%;
  max-width: 340px;
  height: 100%;
  box-shadow: -10px 0 30px rgba(0,0,0,0.5);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  animation: slideDrawer 0.25s ease;
}

@keyframes slideDrawer {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

.mobileNavHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobileNavClose {
  background: rgba(255,255,255,0.1);
  border: none;
  color: #ffffff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
}

.mobileNavLinks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobileNavLink {
  color: #e2e8f0 !important;
  font-size: 15.5px;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,0.03);
  transition: all 0.2s ease;
}

.mobileNavLink:hover, .mobileNavLink.active {
  background: rgba(249, 115, 22, 0.15);
  color: var(--color-orange) !important;
}

.mobileNavBadge {
  background: #f97316;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 99px;
}

.mobileNavCtas {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.btnMobileNavWa {
  background: #22c55e;
  color: #ffffff !important;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}

.btnMobileNavCall {
  background: #0284c7;
  color: #ffffff !important;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}

.btnMobileNavInsta {
  background: rgba(255,255,255,0.08);
  color: #ffffff !important;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  font-size: 13.5px;
  text-decoration: none;
}

/* ========================================================================== */
/* 📸 CAR GALLERY SLIDER & TOUCH CONTROLS */
/* ========================================================================== */
.mainCarImgTag {
  transition: opacity 0.2s ease;
}

.gallerySliderArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255,255,255,0.25);
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.2s ease;
  backdrop-filter: blur(4px);
}

.gallerySliderArrow:hover {
  background: var(--color-orange);
  transform: translateY(-50%) scale(1.1);
}

.gallerySliderArrow.prevArrow {
  left: 14px;
}

.gallerySliderArrow.nextArrow {
  right: 14px;
}

.galleryThumbRow {
  scroll-behavior: smooth;
}

/* ========================================================================== */
/* 🔢 PREMIUMCARKOSOVA PAGINATION */
/* ========================================================================== */
.resultsBottomPagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swissPagination {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 8px 14px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}

.pageBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #0f172a !important;
  font-size: 14.5px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pageBtn:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  transform: translateY(-1px);
}

.pageBtn.active {
  background: var(--color-orange) !important;
  border-color: var(--color-orange) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.35);
}

.pageBtn.arrowBtn {
  font-size: 18px;
  color: #64748b !important;
}

.pageBtn.arrowBtn:hover {
  color: var(--color-orange) !important;
}

.pageDots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  color: #94a3b8;
  font-size: 14px;
  font-weight: 700;
}

/* ========================================================================== */
/* 🛡️ ENCAR VERIFIED BADGE */
/* ========================================================================== */
.encarVerifiedBadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 13.5px;
  font-weight: 800;
}

.encarVerifiedBadge .verifiedIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #10b981;
  color: #ffffff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.encarVerifiedBadge .verifiedSource {
  color: #047857;
  font-weight: 600;
  font-size: 12px;
}

.encarVerifiedBadge.notice {
  background: #fffbeb;
  border-color: #fde68a;
  color: #92400e;
}

.encarVerifiedBadge.notice .verifiedIcon {
  background: #f59e0b;
}

.encarVerifiedBadge.notice .verifiedSource {
  color: #b45309;
}

/* ========================================================================== */
/* 🤝 SIDEBAR TRUST CARDS */
/* ========================================================================== */
.sidebarTrustList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #f1f5f9;
}

.trustItem {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s ease;
}

.trustItem:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

.trustBadgeIcon {
  font-size: 18px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.trustTextWrap {
  display: flex;
  flex-direction: column;
}

.trustTitle {
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
}

.trustSub {
  font-size: 11.5px;
  font-weight: 600;
  color: #64748b;
}

/* ========================================================================== */
/* 📋 DAMAGE SUMMARY DETAILS BOX */
/* ========================================================================== */
.damageDetailsSummaryBox {
  margin-top: 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 18px 20px;
}

.damageSummaryHead {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.damageSummaryIcon {
  font-size: 18px;
}

.damageSummaryHead h4 {
  margin: 0;
  font-size: 14.5px;
  font-weight: 800;
  color: #0f172a;
}

.damageItemsGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 14px;
}

@media (max-width: 600px) {
  .damageItemsGrid {
    grid-template-columns: 1fr;
  }
}

.damageItemPill {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.damageItemBadge {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.damageItemInfo {
  display: flex;
  flex-direction: column;
}

.damageItemTitle {
  font-size: 13.5px;
  font-weight: 800;
  color: #0f172a;
}

.damageItemStatus {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

/* ========================================================================== */
/* 📄 HOMEPAGE & INFO PAGES (HOW IT WORKS, FAQ, CONTACT) */
/* ========================================================================== */
.homeInfoSection {
  margin-bottom: 20px;
}

.homeSectionDivider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #e2e8f0 20%, #e2e8f0 80%, transparent 100%);
  margin: 54px 0;
}

.infoPageWrapper {
  max-width: 1140px;
  margin: 40px auto 80px;
  padding: 0 20px;
}

.infoPageHeader {
  text-align: center;
  margin-bottom: 44px;
}

.infoPageTag {
  display: inline-block;
  background: #fef3c7;
  color: #b45309;
  font-size: 12.5px;
  font-weight: 900;
  padding: 6px 18px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-bottom: 16px;
  border: 1px solid #fde68a;
}

.infoPageTitle {
  font-size: 32px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.infoPageSub {
  font-size: 16px;
  color: #64748b;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

/* 1. STEPS FLOW GRID */
.stepsFlowGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.stepFlowCard {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 30px 22px;
  position: relative;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}

.stepFlowCard:hover {
  background: #ffffff;
  border-color: var(--color-orange);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.stepNumBadge {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #0f172a;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(15,23,42,0.25);
}

.stepFlowCard:hover .stepNumBadge {
  background: var(--color-orange);
  box-shadow: 0 4px 14px rgba(249,115,22,0.4);
}

.stepFlowCard h3 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 12px;
  line-height: 1.35;
}

.stepFlowCard p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}

/* 2. FAQ GRID */
.faqListGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.faqItemCard {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px 26px;
  transition: all 0.2s ease;
}

.faqItemCard:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.faqItemCard h3 {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
}

.faqItemCard p {
  font-size: 14px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
  padding-left: 28px;
}

/* 3. CONTACT PAGE GRID */
.contactPageGrid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 26px;
  align-items: start;
}

.contactInfoBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contactCardTile {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.2s ease;
}

.contactCardTile:hover {
  background: #ffffff;
  border-color: #cbd5e1;
}

.contactIconCircle {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.btnWhatsappCtaBig {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #22c55e;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  padding: 16px 24px;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(34,197,94,0.35);
  transition: all 0.2s ease;
}

.btnWhatsappCtaBig:hover {
  background: #16a34a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(34,197,94,0.45);
}

@media (max-width: 900px) {
  .stepsFlowGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .faqListGrid {
    grid-template-columns: 1fr;
  }
  .contactPageGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .stepsFlowGrid {
    grid-template-columns: 1fr;
  }
  .infoPageTitle {
    font-size: 24px;
  }
  .faqItemCard p {
    padding-left: 0;
  }
}

/* ========================================================================== */
/* 🔍 9. REPORTS & INSPECTIONS (RAPORTI.PHP & INSPEKTIMI.PHP) */
/* ========================================================================== */
.reportSubNav {
  background: #11141a;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 12px 20px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.reportSubNavInner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.reportBackBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #ffffff !important;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13.5px;
  transition: all 0.2s ease;
}

.reportBackBtn:hover {
  background: rgba(255,255,255,0.18);
  border-color: var(--color-orange);
  color: var(--color-orange) !important;
}

.reportTabGroup {
  display: inline-flex;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 4px;
  gap: 6px;
  align-items: center;
}

.reportTabLink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  color: #94a3b8 !important;
  transition: all 0.2s ease;
}

.reportTabLink:hover {
  color: #ffffff !important;
}

.reportTabLink.active {
  background: var(--color-orange);
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.35);
}

.reportRefreshLiveBtn {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #4ade80 !important;
  padding: 7px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.reportRefreshLiveBtn:hover {
  background: rgba(34, 197, 94, 0.25);
  border-color: #22c55e;
}

.reportRefreshLiveBtn .pulseGreen {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
}

.reportHeroBanner {
  text-align: center;
  padding: 34px 20px 24px;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 30px;
}

.reportHeroBadge {
  display: inline-block;
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.reportHeroTitle {
  font-size: 28px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 8px;
}

.reportHeroSub {
  font-size: 15px;
  color: #64748b;
  margin: 0;
}

.reportContainer {
  max-width: 1140px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.scoreCards, .statsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.scoreCard, .statCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px 22px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scoreCard:hover, .statCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.scoreCard small, .statCard small {
  font-size: 11.5px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.scoreCard strong, .statCard strong {
  font-size: 22px;
  font-weight: 900;
  color: #0f172a;
  display: block;
}

.scoreCard.good strong, .statCard.good strong {
  color: #16a34a;
}

.scoreCard.warn, .statCard.warn {
  border-color: #fed7aa;
  background: #fffaf5;
}

.scoreCard.warn strong, .statCard.warn strong {
  color: #ea580c;
}

.scoreCard.danger, .statCard.danger {
  border-color: #fca5a5;
  background: #fff5f5;
}

.scoreCard.danger strong, .statCard.danger strong {
  color: #dc2626;
}

.sketchSection, .sectionBlock, .tableSection, .disclaimerBox {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.faqBlock {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 30px 28px;
  margin-bottom: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.faqBlock h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 20px;
  color: #0f172a;
}

.sketchHeader, .sectionHeader, .tableHeader {
  background: #f8fafc;
  padding: 16px 22px;
  font-weight: 800;
  color: #1e293b;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}

@media (max-width: 900px) {
  .reportSubNav {
    padding: 8px 12px;
  }
  .reportSubNavInner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .reportBackBtn {
    width: 100%;
    justify-content: center;
    padding: 8px 14px;
    font-size: 13px;
  }
  .reportTabGroup {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    width: 100%;
    gap: 4px;
    padding: 3px;
    box-sizing: border-box;
    overflow: visible;
    border-radius: 999px;
  }
  .reportTabLink {
    padding: 8px 6px;
    font-size: 12.5px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    gap: 4px;
  }
  .tabTextFull {
    display: none !important;
  }
  .tabTextShort {
    display: inline !important;
  }
  .reportRefreshLiveBtn {
    padding: 8px 14px;
    font-size: 13px;
    justify-content: center;
    white-space: nowrap;
    gap: 0;
  }
  .reportRefreshLiveBtn .pulseGreen {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .tabTextShort {
    display: none !important;
  }
  .tabTextFull {
    display: inline !important;
  }
}

/* --- SKETCH / DIAGRAMS --- */
.sketchGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #e2e8f0;
}

@media(max-width:768px) {
  .sketchGrid {
    grid-template-columns: 1fr;
  }
}

.sketchBox {
  position: relative;
  padding: 30px 20px;
  text-align: center;
  border-right: 1px solid #e2e8f0;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sketchBox h3 {
  font-size: 15px;
  font-weight: 800;
  color: #334155;
  margin-bottom: 16px;
}

.carDiagram {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.carDiagram svg, .carDiagram img {
  width: 100%;
  display: block;
}

.damageMarker {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 800;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 20;
}

.damageMarker::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #0f172a;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  font-weight: 600;
}

.damageMarker:hover::after {
  opacity: 1;
}

.legendBar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 18px 20px;
  background: #f8fafc;
}

.legendItem {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
  color: #334155;
}

.legendDot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}

/* --- TABLES --- */
.componentTable, .historyTable {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}

.componentTable th, .componentTable td, .historyTable th, .historyTable td {
  padding: 14px 20px;
  border-bottom: 1px solid #e2e8f0;
}

.componentTable th, .historyTable th {
  background: #f8fafc;
  font-weight: 800;
  color: #475569;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.componentTable tr:last-child td, .historyTable tr:last-child td {
  border-bottom: none;
}

.statusBadge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  color: #16a34a;
}

.statusBadge.warn {
  color: #ea580c;
}

.statusBadge.danger {
  color: #dc2626;
}

/* --- FAQ & DISCLAIMER --- */
.faqItem {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 12px;
  cursor: pointer;
}

.faqItem summary {
  font-weight: 800;
  font-size: 14.5px;
  color: #0f172a;
}

.faqItem p {
  font-size: 13.5px;
  color: #475569;
  margin: 10px 0 0;
  line-height: 1.6;
}

.disclaimerBox {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 28px;
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 40px;
}

.disclaimerBox h4 {
  font-size: 15px;
  font-weight: 800;
  color: #334155;
  margin-bottom: 10px;
}
