/* ======================================= */
/* 🇨🇭 SWISS LUXURY 2026 BLACK & WHITE CSS 🇨🇭 */
/* ======================================= */

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

html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
  position: relative !important;
  -webkit-text-size-adjust: 100%;
}

/* HERO SEARCH SECTION (SWISS LUXURY BLACK & WHITE) */
.homeHero {
  background: #ffffff;
  padding: 48px 16px 36px;
  color: #090a0f;
  border-bottom: 1px solid #e2e8f0;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.homeHeroInner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.homeHeroBadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #090a0f;
  padding: 6px 16px;
  border-radius: 99px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.homeHeroTitle {
  font-size: clamp(22px, 5.5vw, 50px);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 14px;
  letter-spacing: -0.03em;
  color: #090a0f;
  word-break: break-word;
  overflow-wrap: break-word;
}
.homeHeroSub {
  font-size: clamp(13px, 2vw, 15.5px);
  color: #475569;
  max-width: 680px;
  margin: 0 auto 28px;
  line-height: 1.6;
  font-weight: 400;
}
.homeHeroSub strong {
  color: #090a0f;
  font-weight: 800;
}

/* HERO QUICK SEARCH CONSOLE WIDGET (PRISTINE WHITE CARD) */
.homeHeroSearchBox {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 18px;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.05);
  margin-bottom: 36px;
}
.heroForm {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.inputWrap {
  position: relative;
  width: 100%;
}
.inputWrap input {
  width: 100%;
  height: 50px;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0 20px 0 46px;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 600;
  color: #090a0f;
  outline: none;
  transition: all 0.2s ease;
}
.inputWrap input:focus {
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.searchIcon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  pointer-events: none;
  opacity: 0.6;
}

.selectGroup {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 180px;
  gap: 10px;
}
.selectGroup select {
  height: 48px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0 14px;
  color: #090a0f;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.selectGroup select option {
  background: #ffffff;
  color: #090a0f;
}
.selectGroup select:focus {
  border-color: #2563eb;
  background: #ffffff;
}
.searchBtn {
  height: 48px;
  background: #090a0f;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.searchBtn:hover {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

/* METRICS COUNTER BAR (SWISS LUXURY BLACK & WHITE) */
.homeMetricsRow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.metricCard {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 16px 12px;
  border-radius: 14px;
  text-align: center;
  transition: all 0.2s ease;
}
.metricCard:hover {
  border-color: #cbd5e1;
  background: #ffffff;
  transform: translateY(-2px);
}
.metricCard strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
  color: #090a0f;
  letter-spacing: -0.02em;
}
.metricCard span {
  display: block;
  font-size: 11px;
  color: #64748b;
  font-weight: 700;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* HOME SECTION & HEADERS */
.homeSection {
  padding: 64px 5vw 56px;
  background: #f8fafc;
}
.homeSectionHead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
}
.sectionSub {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.homeSectionTitle {
  font-size: clamp(22px, 3.5vw, 30px);
  font-weight: 900;
  color: #090a0f;
  margin: 0;
  letter-spacing: -0.03em;
}
.sectionLink {
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.sectionLink:hover {
  transform: translateX(3px);
}

/* ======================================= */
/* 🎠 RESPONSIVE 4-ITEM CAROUSEL SLIDER 🎠 */
/* ======================================= */
.carouselWrapper {
  position: relative;
  width: 100%;
}
.carouselTrack {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 2px 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.carouselTrack::-webkit-scrollbar {
  display: none;
}
.carouselTrack > * {
  flex: 0 0 calc((100% - (3 * 20px)) / 4);
  max-width: calc((100% - (3 * 20px)) / 4);
  scroll-snap-align: start;
}

.sliderArrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #090a0f;
  font-size: 22px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 25;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  line-height: 1;
}
.sliderArrow:hover {
  background: #090a0f;
  color: #d9ff43;
  border-color: #090a0f;
  transform: translateY(-50%) scale(1.08);
}
.sliderArrow.prev {
  left: -20px;
}
.sliderArrow.next {
  right: -20px;
}

/* BRAND TILES WITH AUTHENTIC LOGOS */
.homeBrandCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #090a0f;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 155px;
  justify-content: space-between;
}
.homeBrandCard:hover {
  transform: translateY(-5px);
  border-color: #cbd5e1;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}
.brandLogoWrapper {
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 4px;
}
.brandLogoImg {
  max-height: 46px;
  max-width: 85px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.05));
  transition: transform 0.25s ease;
  display: block;
}
.homeBrandCard:hover .brandLogoImg {
  transform: scale(1.08);
}
.brandCardInfo {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.brandCardInfo strong {
  font-size: 15px;
  font-weight: 800;
  color: #090a0f;
}
.brandCardInfo small {
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
}

/* 4-STEP IMPORT PROCESS SECTION (SWISS LUXURY BLACK & WHITE) */
.processGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.processCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 28px 20px;
  border-radius: 18px;
  position: relative;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}
.processCard:hover {
  transform: translateY(-4px);
  border-color: #2563eb;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}
.processStep {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #090a0f;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 16px;
}
.processCard h3 {
  font-size: 17px;
  font-weight: 800;
  color: #090a0f;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.processCard p {
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* CAR INTELLIGENCE HIGHLIGHT BADGES */
.specItem.flagGood {
  color: #166534;
  font-weight: 700;
}
.specItem.flagNotice {
  color: #b45309;
  font-weight: 700;
}
.specItem.flagWarn {
  color: #dc2626;
  font-weight: 800;
}
.specItem.flagInfo {
  color: #2563eb;
  font-weight: 600;
}

/* SEARCH INVENTORY HERO & PILLS */
.heroBar {
  background: radial-gradient(circle at 50% 0%, #111420 0%, #08090d 100%);
  padding: 32px 5vw 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.heroBar .heroForm {
  max-width: 1240px;
  margin: 0 auto;
}
.heroBar .selectGroup {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) 150px;
  gap: 10px;
}
.quickPills {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.quickPills small {
  color: #64748b;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.quickPills a {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.quickPills a:hover, .quickPills a.active {
  background: #ffffff;
  color: #090a0f;
  border-color: #ffffff;
}
.quickPills a.pillDiscount {
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.3);
}
.quickPills a.pillDiscount.active {
  background: #ef4444;
  color: #ffffff;
  border-color: #ef4444;
}

/* VEHICLE DETAILS PAGE (car.php - SWISS STUDIO LUXURY) */
.carHeader {
  background: #ffffff;
  color: #090a0f;
  padding: 28px 5vw 22px;
  border-bottom: 1px solid #e2e8f0;
}
.carHeaderTop {
  max-width: 1200px;
  margin: 0 auto;
}
.carTitle h1 {
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 900;
  color: #090a0f;
  margin: 0 0 10px;
  letter-spacing: -0.03em;
}
.carMetaSub {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: #64748b;
  font-weight: 700;
  margin-bottom: 12px;
}
.accidentSeal {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
  padding: 5px 14px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 800;
}
.accidentSeal.damaged {
  background: #fff7ed;
  color: #c2410c;
  border-color: #fed7aa;
}

/* SWISS STUDIO PRICE CARD & SIDEBAR CONTROLS */
.swissPriceCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.swissDiscountBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 4px;
}
.swissCustomsTag {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.swissPriceMainVal {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.8vw, 38px);
  font-weight: 900;
  color: #090a0f;
  letter-spacing: -0.03em;
  line-height: 1;
}
.swissPriceSub {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  line-height: 1.4;
}
.swissPortPriceBox {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 10px 14px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #64748b;
  margin: 6px 0 10px;
}
.swissPortPriceBox strong {
  color: #090a0f;
  font-weight: 800;
}
.btnWhatsAppSwiss {
  background: #16a34a;
  color: #ffffff !important;
  text-align: center;
  padding: 14px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25);
}
.btnWhatsAppSwiss:hover {
  background: #15803d;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(22, 163, 74, 0.35);
}
.btnReportSwiss {
  background: #090a0f;
  color: #ffffff !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 16px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btnReportSwiss:hover {
  background: #2563eb;
  transform: translateY(-2px);
}
.btnInsuranceSwiss {
  background: #f8fafc;
  color: #090a0f !important;
  border: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btnInsuranceSwiss:hover {
  border-color: #cbd5e1;
  background: #ffffff;
}
.btnPhoneSwiss {
  background: #ffffff;
  color: #090a0f !important;
  border: 1px solid #cbd5e1;
  text-align: center;
  padding: 11px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}
.btnPhoneSwiss:hover {
  background: #f8fafc;
}
.swissTrustCard {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.trustRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #64748b;
}
.trustRow strong {
  color: #090a0f;
  font-weight: 700;
}

.layoutGrid {
  max-width: 1240px;
  margin: 28px auto 100px;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
  align-items: start;
}
.leftContent {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.rightSidebar {
  position: relative;
  min-width: 0;
}
.rightStickyBar {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 10;
}

/* VEHICLE GALLERY & THUMBNAILS */
.galleryContainer {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #e2e8f0;
  width: 100%;
}
.galleryMain {
  aspect-ratio: 16/10;
  background: #0f172a;
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.galleryMain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.galleryThumbs {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  padding: 12px !important;
  overflow-x: auto !important;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  -webkit-overflow-scrolling: touch;
}
.galleryThumbs img {
  width: 76px !important;
  height: 52px !important;
  max-width: 76px !important;
  max-height: 52px !important;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  flex-shrink: 0 !important;
  border: 2px solid transparent;
  display: inline-block !important;
}
.galleryThumbs img.active, .galleryThumbs img:hover {
  opacity: 1 !important;
  border-color: #2563eb !important;
}

/* VEHICLE FEATURES & SPECS */
.featureCardsSection {
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  border: 1px solid #e2e8f0;
  width: 100%;
  margin-top: 20px;
}
.featureCardsSection h3 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 16px;
}
.featureCardGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 8px;
}
.featureCardItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}
.featureCardItem.active {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #15803d;
}
.featureCardItem .fStatus { font-weight: 800; }
.btnShowAllOptions {
  width: 100%;
  margin-top: 14px;
  background: #f1f5f9;
  color: #0f172a;
  border: 1px solid #cbd5e1;
  padding: 11px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

/* MODALS & LIGHTBOX */
.modalOverlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px 16px;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
.modalOverlay.active {
  display: flex !important;
}
.modalContent {
  background: #ffffff;
  border-radius: 20px;
  max-width: 760px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding: 32px 28px;
  position: relative;
  margin: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  box-sizing: border-box !important;
}
.modalClose {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f1f5f9;
  border: 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s ease;
  z-index: 10;
}
.modalClose:hover { background: #e2e8f0; }
.optCatSection { margin-bottom: 24px; }
.optCatSection h4 { font-size: 15px; font-weight: 800; color: #0f172a; margin: 0 0 12px; }
.optTagsGrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 8px; }
.optTag { background: #f8fafc; border: 1.5px solid #e2e8f0; padding: 10px 12px; border-radius: 8px; font-size: 12.5px; font-weight: 600; color: #1e293b; }

.lightboxOverlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(10px);
  display: none;
  place-items: center;
  z-index: 10000;
  padding: 16px;
}
.lightboxOverlay.active { display: grid; }
.lightboxImg { max-width: 92vw; max-height: 85vh; object-fit: contain; border-radius: 10px; }
.lbBtn {
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  border: 0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 22px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
}
.lbClose { top: 16px; right: 16px; }
.lbPrev { left: 16px; top: 50%; transform: translateY(-50%); }
.lbNext { right: 16px; top: 50%; transform: translateY(-50%); }

.damageMarker {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%,-50%);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 20;
}

.specGrid {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}
.specItem {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 10px 12px;
  border-radius: 10px;
  min-width: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.specLabel {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.specVal {
  font-size: 13px;
  font-weight: 800;
  color: #090a0f;
  display: block;
  word-break: break-all;
  overflow-wrap: anywhere;
  white-space: normal;
}

.modernPanel {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  margin-top: 20px;
}
.modernPanel header small {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.modernPanel header h2 {
  font-size: 20px;
  font-weight: 800;
  color: #090a0f;
  margin: 0;
  letter-spacing: -0.02em;
}

/* 2D DIAGRAM & DAMAGE LEGEND */
.diagramGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
}
.legendBar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 14px 16px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  margin-top: 14px;
}
.legendItem {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
}
.legendDot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  flex-shrink: 0;
}

/* MOBILE STICKY BAR */
.mobileStickyBottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(9, 10, 15, 0.95);
  backdrop-filter: blur(14px);
  padding: 12px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1050px) {
  .selectGroup { grid-template-columns: 1fr 1fr; }
  .carouselTrack > * {
    flex: 0 0 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 900px) {
  .navMenuLinks { display: none; }
  .homeMetricsRow { grid-template-columns: 1fr 1fr; }
  .processGrid { grid-template-columns: 1fr 1fr; }
  .layoutGrid { grid-template-columns: 1fr; }
  .leftContent { order: 1; width: 100%; }
  .rightSidebar { order: 2; width: 100%; }
}
.swipeHint {
  display: none;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  color: #2563eb;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 4px 10px;
  border-radius: 99px;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.04em;
  animation: pulseHint 2s infinite ease-in-out;
}
@keyframes pulseHint {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

/* ======================================= */
/* 🚗 2-COLUMN SEARCH LAYOUT (CARVAGO STYLE) */
/* ======================================= */
.searchLayoutWrapper {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  max-width: 1320px;
  margin: 32px auto 80px;
  padding: 0 5vw;
  align-items: start;
}

/* LEFT FILTER SIDEBAR */
.searchFilterSidebar {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 20px 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
  position: sticky;
  top: 86px;
  max-height: calc(100vh - 104px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  z-index: 10;
}
.searchFilterSidebar::-webkit-scrollbar {
  width: 4px;
}
.searchFilterSidebar::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 99px;
}
.sidebarHeader h3 {
  font-size: 18px;
  font-weight: 900;
  color: #090a0f;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}
.sidebarNavTabs {
  display: flex;
  gap: 4px;
  background: #f1f5f9;
  padding: 4px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.tabBtn {
  flex: 1;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 2px;
  border-radius: 6px;
  color: #64748b;
  text-decoration: none;
  transition: all 0.2s ease;
}
.tabBtn.active {
  background: #ffffff;
  color: #090a0f;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.filterBlock {
  margin-bottom: 16px;
}
.filterLabel {
  display: block;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  color: #64748b;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.btnOpenBrandModal {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0 14px;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
}
.btnOpenBrandModal:hover {
  background: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
}
.btnIconAdd {
  color: #2563eb;
  font-size: 14px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.btnBrandText {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 13px;
  color: #090a0f;
  flex: 1;
}
.btnArrowRight {
  font-size: 18px;
  color: #94a3b8;
  font-weight: 900;
}

/* GLOBAL FULLSCREEN MODAL OVERLAY */
.modalOverlay {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(9, 10, 15, 0.75) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 99999 !important;
  padding: 16px !important;
  box-sizing: border-box !important;
}
.modalOverlay.active {
  display: flex !important;
  animation: modalPopIn 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}
@keyframes modalPopIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.modalContent {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 24px !important;
  width: 100% !important;
  max-width: 580px !important;
  max-height: 85vh !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35) !important;
  position: relative !important;
  box-sizing: border-box !important;
}
.optionsModalContent {
  max-width: 780px !important;
  padding: 32px 28px !important;
}
.modalClose {
  background: #f1f5f9;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  color: #475569;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
}
.modalClose:hover {
  background: #e2e8f0;
  color: #090a0f;
}

/* BRAND PICKER MODAL (CARVAGO STYLE) */
.brandModalBox {
  max-height: 85vh;
  display: flex;
  flex-direction: column;
}
.brandModalHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid #e2e8f0;
}
.brandModalHeader h3 {
  font-size: 18px;
  font-weight: 900;
  color: #090a0f;
  margin: 0;
  letter-spacing: -0.02em;
}
.brandSearchInputWrap {
  position: relative;
  padding: 14px 24px;
  border-bottom: 1px solid #f1f5f9;
}
.brandSearchInputWrap input {
  width: 100%;
  height: 44px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0 16px 0 42px;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 600;
  color: #090a0f;
  outline: none;
  transition: all 0.2s ease;
}
.brandSearchInputWrap input:focus {
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.brandSearchInputWrap .searchIcon {
  left: 36px;
}
.brandModalBody {
  padding: 18px 24px 28px;
  overflow-y: auto;
}
.brandSectionHeading {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  color: #64748b;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.topBrandTextBoxGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
  gap: 8px;
}
.brandTextBoxTile {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  cursor: pointer;
  transition: all 0.15s ease;
  user-select: none;
}
.brandTextBoxTile:hover {
  background: #ffffff;
  border-color: #090a0f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.brandTextBoxTile strong {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  color: #090a0f;
}
.brandTextBoxTile small {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
}
.allBrandsTextList {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.brandTextRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: #090a0f;
  transition: all 0.15s ease;
}
.brandTextRow:hover {
  background: #f1f5f9;
  color: #2563eb;
}
.brandRowCount {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 600;
}
.filterSelect {
  width: 100%;
  height: 42px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0 12px;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 600;
  color: #090a0f;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filterSelect:focus {
  border-color: #2563eb;
  background: #ffffff;
}
.rangeDualGroup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.checkboxGroup {
  margin-top: 10px;
}
.checkLabel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
}
.filterActionBtns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
  position: sticky;
  bottom: -20px;
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 2px;
  border-top: 1px solid #f1f5f9;
  z-index: 5;
}
.btnApplyFilter {
  width: 100%;
  height: 44px;
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btnApplyFilter:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}
.btnResetFilter {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  color: #64748b;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btnResetFilter:hover {
  background: #e2e8f0;
  color: #090a0f;
}

/* ========================================== */
/* 🌐 ADVANCED AUTOMOTIVE SEO HUB 🌐 */
/* ========================================== */
.seoHubSection {
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  padding: 64px 5vw 50px;
}
.seoHubContainer {
  max-width: 1200px;
  margin: 0 auto;
}
.seoHubHeader {
  margin-bottom: 32px;
  max-width: 850px;
}
.seoHubHeader h2 {
  font-size: clamp(22px, 3.2vw, 28px);
  font-weight: 900;
  color: #090a0f;
  margin: 8px 0 10px;
  letter-spacing: -0.03em;
}
.seoHubHeader p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.seoArticleGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.seoArticleCard {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 20px;
}
.seoArticleCard h3 {
  font-size: 16px;
  font-weight: 800;
  color: #090a0f;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.seoArticleCard p {
  color: #475569;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}
.seoDeepLinksBlock {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px 20px;
}
.seoDeepLinksBlock h4 {
  font-size: 13px;
  font-weight: 800;
  color: #090a0f;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 14px;
}
.seoTagCloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.seoTagCloud a {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #334155;
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
.seoTagCloud a:hover {
  background: #090a0f;
  color: #ffffff;
  border-color: #090a0f;
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  .seoArticleGrid {
    grid-template-columns: 1fr;
  }
}

/* RIGHT SEARCH RESULTS AREA */
.searchResultsArea {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.resultsTopBar {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.resultsHeadingCol h2 {
  font-size: 18px;
  font-weight: 900;
  color: #090a0f;
  margin: 0;
  letter-spacing: -0.02em;
}
.resultsMetaLine {
  font-size: 12px;
  color: #64748b;
  margin-top: 2px;
}
.resultsMetaLine strong {
  color: #090a0f;
  font-family: var(--font-display);
}

/* HORIZONTAL VEHICLE CARD (CARVAGO STYLE) */
.searchListContainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* BRAND STATS HEADER BAR */
.brandStatsHeaderBar {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 18px 5vw;
}
.brandStatsContainer {
  max-width: 1320px;
  margin: 0 auto;
}
.brandStatsTitleRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.brandStatsTitleCol {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brandLogoInline {
  width: 48px;
  height: 48px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.brandLogoInline img {
  max-height: 32px;
  max-width: 40px;
  object-fit: contain;
}
.brandStatsTitleCol h1 {
  font-size: 20px;
  font-weight: 900;
  color: #090a0f;
  margin: 0;
  letter-spacing: -0.02em;
}
.brandStatsTitleCol p {
  font-size: 12px;
  color: #64748b;
  margin: 2px 0 0;
}
.brandMetricsInline {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.statPill {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 6px 14px;
  display: flex;
  flex-direction: column;
}
.statPill small {
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.statPill strong {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 900;
  color: #090a0f;
}
.statPill.total strong {
  color: #2563eb;
}
.popularModelsRow {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
}
.modelsLabel {
  font-size: 11px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
}
.modelChip {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.modelChip:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}
.modelChip small {
  color: #94a3b8;
}
.modelChip:hover small {
  color: #ffffff;
}

/* VEHICLE CARD MODERN CLASSY REDESIGN */
/* SUPER COMPACT 2026 HORIZONTAL CARD (WIDE & SHORT) */
.searchListContainer {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.searchListCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  min-height: 140px;
}
.searchListCard:hover {
  transform: translateY(-2px);
  border-color: #2563eb;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}
.cardThumbWrapper {
  position: relative;
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  align-self: stretch;
  background: #090a0f;
  overflow: hidden;
  display: block;
  flex-shrink: 0;
}
.cardThumbImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.searchListCard:hover .cardThumbImg {
  transform: scale(1.05);
}
.cardAgeTag {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(15, 23, 42, 0.9);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  backdrop-filter: blur(4px);
  letter-spacing: -0.01em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 10;
}
.cardAgeTag.ageNew {
  background: rgba(16, 185, 129, 0.95);
  border-color: rgba(255, 255, 255, 0.4);
}
.cardAgeTag.ageWeek, .cardAgeTag.ageFresh {
  background: rgba(6, 182, 212, 0.95);
  border-color: rgba(255, 255, 255, 0.3);
}
.cardAgeTag.ageMonth, .cardAgeTag.ageNormal {
  background: rgba(99, 102, 241, 0.95);
  border-color: rgba(255, 255, 255, 0.3);
}
.cardAgeTag.age1to3 {
  background: rgba(245, 158, 11, 0.95);
  border-color: rgba(255, 255, 255, 0.3);
}
.cardAgeTag.age3plus, .cardAgeTag.ageStale {
  background: rgba(217, 119, 6, 0.95);
  border-color: rgba(255, 255, 255, 0.3);
}
.cardAgeTag.age6plus {
  background: rgba(71, 85, 105, 0.95);
  border-color: rgba(255, 255, 255, 0.3);
}
.cardDiscountTag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #dc2626;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 6px;
  border-radius: 6px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(220, 38, 38, 0.35);
}
.cardPhotoPlaceholder {
  width: 100%;
  height: 100%;
  background: #090a0f;
  display: grid;
  place-items: center;
  color: #64748b;
  font-size: 24px;
}

/* WIDE CONTENT AREA (USES ALL HORIZONTAL SPACE) */
.cardWideContent {
  flex: 1;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  gap: 8px;
}
.cardTopFlexRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}
.cardTitleYear {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.cardTitleLink {
  text-decoration: none;
  min-width: 0;
}
.cardTitleLink h2 {
  font-size: 16px;
  font-weight: 900;
  color: #090a0f;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.cardYearPill {
  background: #f1f5f9;
  color: #334155;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  flex-shrink: 0;
}

.cardPriceTopBlock {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.customsBadge {
  font-size: 10px;
  font-weight: 800;
  color: #2563eb;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 2px 6px;
  border-radius: 4px;
}
.priceBigVal {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  color: #090a0f;
  letter-spacing: -0.02em;
  line-height: 1;
}

.cardSpecsTrustRow {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 6px 0 4px;
}
.specPill {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  color: #0f172a;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 8px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  white-space: nowrap;
}
.specPill.flagGood {
  background: #f0fdf4;
  border-color: #86efac;
  color: #15803d;
  font-weight: 800;
}
.specPill.flagTrust {
  background: #f0fdfa;
  border-color: #5eead4;
  color: #0f766e;
  font-weight: 800;
}
.specPill.flagNew {
  background: #eff6ff;
  border-color: #93c5fd;
  color: #1d4ed8;
  font-weight: 800;
}
.specPill.flagFresh {
  background: #f0fdf4;
  border-color: #86efac;
  color: #166534;
  font-weight: 700;
}
.specPill.flagStale {
  background: #fffbeb;
  border-color: #fde68a;
  color: #b45309;
  font-weight: 700;
}
.specPill.flagWarn {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #b91c1c;
  font-weight: 800;
}
.specPill.flagNotice {
  background: #fff7ed;
  border-color: #fdba74;
  color: #c2410c;
  font-weight: 700;
}

.cardBottomFlexRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 6px;
  border-top: 1px solid #f8fafc;
}
.portPriceText {
  font-size: 11px;
  color: #94a3b8;
}
.portPriceText strong {
  color: #64748b;
  font-weight: 700;
}
.btnViewCar {
  background: #090a0f;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.btnViewCar:hover {
  background: #2563eb;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .searchListCard { flex-direction: column; }
  .cardThumbWrapper { width: 100%; min-width: 100%; max-width: 100%; height: 180px; }
  .cardTopFlexRow { flex-direction: column; align-items: flex-start; gap: 6px; }
  .cardPriceTopBlock { margin-top: 4px; }
}

/* NUMBERED PAGINATION */
.swissPagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pageBtn {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  color: #090a0f;
  text-decoration: none;
  transition: all 0.2s ease;
}
.pageBtn:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}
.pageBtn.active {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}
.pageDots {
  color: #94a3b8;
  font-weight: 800;
  padding: 0 4px;
}
.resultsBottomPagination {
  margin: 32px 0 20px;
  display: flex;
  justify-content: center;
}

/* MOBILE COMPACT SEARCH & FILTER BAR */
.mobileCompactSearchBar {
  display: none;
}
.mobileSearchFormRow {
  display: flex;
  gap: 8px;
  align-items: center;
}
.mobileSearchInputWrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.mobileSearchInputWrap input {
  width: 100%;
  height: 42px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 0 32px 0 36px;
  font-family: var(--font-main);
  font-size: 13px;
  color: #090a0f;
  outline: none;
  transition: all 0.2s ease;
}
.mobileSearchInputWrap input:focus {
  border-color: #090a0f;
  box-shadow: 0 0 0 2px rgba(9, 10, 15, 0.08);
}
.mobileSearchIcon {
  position: absolute;
  left: 11px;
  font-size: 14px;
  color: #94a3b8;
  pointer-events: none;
}
.mobileSearchClearBtn {
  position: absolute;
  right: 8px;
  font-size: 11px;
  color: #64748b;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f1f5f9;
}
.btnMobileFilterToggle {
  height: 42px;
  padding: 0 14px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  color: #090a0f;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.filterActiveDot {
  color: #2563eb;
  font-size: 18px;
  line-height: 1;
}
.mobileSearchStatsRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  color: #64748b;
  padding: 0 2px;
}
.activeTagPill {
  background: #090a0f;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 99px;
}
.mobileCloseFilterBtn {
  display: none;
}

@media (max-width: 1050px) {
  .mobileCompactSearchBar {
    display: block !important;
    width: 100% !important;
  }
  .searchLayoutWrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 0 14px !important;
    margin-top: 14px !important;
  }
  .searchFilterSidebar {
    display: none !important;
    order: 1 !important;
    position: static !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 16px !important;
    border-radius: 14px !important;
    width: 100% !important;
    margin-bottom: 8px !important;
  }
  .searchFilterSidebar.mobileExpanded {
    display: block !important;
  }
  .sidebarHeader {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .mobileCloseFilterBtn {
    display: inline-block !important;
    background: #f1f5f9 !important;
    border: 1px solid #cbd5e1 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
  }
  .searchResultsArea {
    order: 2 !important;
    width: 100% !important;
  }
  .resultsTopBar {
    display: none !important; /* Replaced by sleek mobileCompactSearchBar on mobile */
  }
  .filterActionBtns {
    position: static !important;
  }
  .searchListCard { grid-template-columns: 240px 1fr; }
  .cardPriceCol { grid-column: 1 / -1; border-left: none; border-top: 1px solid #f1f5f9; align-items: stretch; text-align: left; }
  .btnViewCar { width: auto; }
}

@media (max-width: 650px) {
  .searchLayoutWrapper { padding: 0 12px; margin-top: 12px; width: 100%; max-width: 100%; box-sizing: border-box; }
  .searchListCard { grid-template-columns: 1fr; width: 100%; max-width: 100%; box-sizing: border-box; }
  .cardMainContent { padding: 0 12px; }
  .cardPriceCol { padding: 12px; }
  .homeHero { padding: 24px 12px 20px; width: 100%; max-width: 100%; box-sizing: border-box; }
  .homeHeroSearchBox { padding: 12px; width: 100%; box-sizing: border-box; }
  .selectGroup { grid-template-columns: 1fr; }
  .homeSection { padding: 24px 12px; width: 100%; max-width: 100%; box-sizing: border-box; }
  .carouselTrack {
    gap: 10px;
    padding: 4px 2px 14px;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .carouselTrack > * {
    flex: 0 0 85% !important;
    max-width: 85% !important;
    scroll-snap-align: start;
  }
  .swipeHint { display: inline-flex; }
  .sliderArrow { display: none !important; }
  .processGrid { grid-template-columns: 1fr; }
  .homeMetricsRow { grid-template-columns: 1fr 1fr; gap: 6px; }
  .metricCard { padding: 10px 6px; border-radius: 10px; }
  .metricCard strong { font-size: 16px; }
  .metricCard span { font-size: 10px; line-height: 1.2; }
  .diagramGrid { grid-template-columns: 1fr; }
  .mobileStickyBottom { display: none !important; }
}

/* GLOBAL SWISS LUXURY FOOTER */
.swissGlobalFooter {
  background: #090a0f;
  color: #94a3b8;
  padding: 64px 5vw 36px;
  border-top: 1px solid #1e293b;
  margin-top: 60px;
}
.footerGridInner {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 36px;
}
.footerBrandTitle {
  font-weight: 900;
  color: #ffffff;
  font-size: 18px;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.footerBrandTitle b {
  background: #ffffff;
  color: #090a0f;
  min-width: 30px;
  height: 26px;
  padding: 0 4px;
  display: inline-grid;
  place-items: center;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
  font-family: var(--font-display);
  letter-spacing: -0.04em;
}
.footerBrandDesc {
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 16px;
  color: #94a3b8;
}
.footerContactWa {
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
}
.footerContactWa a {
  color: #22c55e;
  text-decoration: none;
  font-weight: 800;
}
.footerHeading {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.footerLinksCol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}
.footerLinksCol a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.15s ease;
}
.footerLinksCol a:hover {
  color: #ffffff;
}
.footerMarketInfo {
  font-size: 13px;
  line-height: 1.8;
  color: #cbd5e1;
}
.footerBottomBar {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid #1e293b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
}
.studioLink {
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid #475569;
  padding-bottom: 1px;
  transition: all 0.2s ease;
}
.studioLink:hover {
  color: #38bdf8;
  border-color: #38bdf8;
}

/* NAVBAR BRANDS BUTTON */
.btnNavBrands {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 6px 12px;
  border-radius: 8px;
  font-family: var(--font-main);
  font-weight: 800;
  font-size: 12px;
  color: #090a0f;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.btnNavBrands:hover {
  background: #090a0f;
  color: #ffffff;
  border-color: #090a0f;
}

/* INFO CONTENT PAGES (FAQ, HOW IT WORKS, CONTACT) */
.infoPageWrapper {
  max-width: 1000px;
  margin: 40px auto 80px;
  padding: 0 5vw;
}
.infoPageHeader {
  margin-bottom: 36px;
  text-align: center;
}
.infoPageTag {
  display: inline-block;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 99px;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.infoPageTitle {
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  color: #090a0f;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  line-height: 1.15;
}
.infoPageSub {
  font-size: 16px;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* FAQ ACCORDIONS */
.faqListGrid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 30px;
}
.faqItemCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 22px 24px;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.faqItemCard:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}
.faqItemCard h3 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  color: #090a0f;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.faqItemCard p {
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
  margin: 0;
}

/* PROCESS STEPS PAGE */
.stepsFlowGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.stepFlowCard {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px;
  position: relative;
  transition: all 0.2s ease;
}
.stepFlowCard:hover {
  border-color: #090a0f;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}
.stepNumBadge {
  width: 36px;
  height: 36px;
  background: #090a0f;
  color: #ffffff;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 15px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  margin-bottom: 18px;
}
.stepFlowCard h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: #090a0f;
  margin: 0 0 10px;
}
.stepFlowCard p {
  font-size: 13.5px;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
}

/* CONTACT PAGE */
.contactPageGrid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  margin-top: 30px;
}
.contactInfoBox {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contactCardTile {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.contactIconCircle {
  width: 42px;
  height: 42px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 18px;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .contactPageGrid { grid-template-columns: 1fr; }
}
