.showrooms-page { padding: 2rem 1.25rem 4rem; max-width: 1180px; }
.showrooms-head h1 { margin: 0 0 0.4rem; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.showrooms-head p { margin: 0 0 1.25rem; color: #666; }

.showrooms-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.75rem;
  align-items: center;
  margin: 0 0 1.35rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
}
.showrooms-filter-field { flex: 1 1 160px; min-width: 0; margin: 0; }
.showrooms-filter-search { flex: 2 1 220px; }
.showrooms-filter-field input,
.showrooms-filter-field select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0.55rem 0.75rem;
  font: inherit;
  background: #fafafa;
  color: inherit;
}
.showrooms-filter-field input:focus,
.showrooms-filter-field select:focus {
  outline: none;
  border-color: rgba(224, 26, 14, 0.45);
  background: #fff;
}
.showrooms-filter-check {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  white-space: nowrap;
  margin: 0;
}
.showrooms-filter-check input { accent-color: #E01A0E; width: 1rem; height: 1rem; }
.showrooms-count {
  font-size: 0.85rem;
  font-weight: 700;
  color: #888;
  margin-inline-start: auto;
}
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
@media (max-width: 640px) {
  .showrooms-filters { padding: 0.75rem; }
  .showrooms-count { width: 100%; margin: 0; text-align: start; }
}

.showrooms-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 700px) {
  .showrooms-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
  .showrooms-grid { grid-template-columns: repeat(3, 1fr); }
}
.showroom-card {
  display: block;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.showroom-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,0.08); }
.showroom-card-cover {
  height: 150px;
  background: #eee center/cover no-repeat;
  position: relative;
}
.showroom-card-logo {
  position: absolute;
  bottom: -18px;
  inset-inline-start: 14px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff;
  border: 2px solid #fff;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.showroom-card-body { padding: 1.5rem 1rem 1rem; }
.showroom-card-body h3 { margin: 0 0 0.25rem; font-size: 1.05rem; display: flex; align-items: center; gap: 0.35rem; }
.showroom-card-body p { margin: 0; color: #666; font-size: 0.9rem; }
.showroom-verified { color: #c9a227; font-size: 0.85rem; }
.showrooms-loading { display: flex; justify-content: center; padding: 2rem; }

.showroom-detail { padding: 1.5rem 1.25rem 4rem; max-width: 1100px; }
.showroom-back { display: inline-block; margin-bottom: 1rem; color: #666; font-weight: 600; }
.showroom-hero {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  min-height: 120px;
}
.showroom-hero-cover { height: 200px; background: #ddd center/cover no-repeat; }
.showroom-hero-body { padding: 1.25rem 1.35rem; display: flex; gap: 1rem; align-items: flex-start; }
.showroom-hero-logo { width: 72px; height: 72px; border-radius: 14px; object-fit: cover; background: #f5f5f5; border: 1px solid #eee; }
.showroom-hero-body h1 { margin: 0 0 0.35rem; font-size: 1.4rem; }
.showroom-hero-body p { margin: 0.2rem 0; color: #555; font-size: 0.92rem; }
.showroom-app-nudge {
  margin-top: 2rem;
  text-align: center;
  padding: 1.5rem;
  background: #fafafa;
  border-radius: 14px;
  border: 1px solid #eee;
}
.showroom-app-nudge p { margin: 0 0 0.85rem; color: #555; }

.loc-gps-btn { width: 100%; margin: 0.75rem 0 0.5rem; }
.loc-gps-hint { font-size: 0.82rem; color: #666; margin: 0 0 0.75rem; text-align: center; }
.loc-gps-hint.is-error { color: #c01010; }
.auth-phone-row { display: flex; gap: 0.5rem; align-items: center; margin-bottom: 0.85rem; }
.auth-cc { font-weight: 700; direction: ltr; }
.auth-error { color: #c01010; font-size: 0.85rem; margin: 0.5rem 0; }
.auth-user-box { display: none; align-items: center; gap: 0.45rem; }
.auth-user-box.is-visible { display: flex; }
.auth-user-box.hidden, .hidden { display: none !important; }
.mobile-nav-auth {
  border: 0; background: transparent; font: inherit; color: inherit;
  display: flex; flex-direction: column; align-items: center; gap: 0.15rem;
  font-size: 0.68rem; padding: 0.35rem 0.2rem;
}
.cats-home-track {
  display: flex; gap: 0.75rem; overflow-x: auto; padding: 0.25rem 0 0.5rem;
  scroll-snap-type: x mandatory; scrollbar-width: none;
}
.cats-home-track::-webkit-scrollbar { display: none; }
.cat-home-card {
  flex: 0 0 160px; scroll-snap-align: start; border-radius: 14px; overflow: hidden;
  position: relative; height: 100px; color: #fff; text-decoration: none;
}
.cat-home-card img { width: 100%; height: 100%; object-fit: cover; }
.cat-home-card span {
  position: absolute; inset: 0; display: flex; align-items: flex-end;
  padding: 0.65rem 0.75rem; font-weight: 700; font-size: 0.9rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
}
.compare-hub {
  display: grid; gap: 0.85rem; margin: 1rem 0 1.5rem;
}
@media (min-width: 700px) { .compare-hub { grid-template-columns: 1fr 1fr; } }
.compare-hub-card {
  display: block; padding: 1.25rem; border-radius: 16px; border: 1px solid #e4e4e4;
  background: #fff; text-decoration: none; color: inherit;
}
.compare-hub-card strong { display: block; margin-bottom: 0.35rem; font-size: 1.05rem; }
.compare-hub-card p { margin: 0; color: #666; font-size: 0.9rem; line-height: 1.45; }
.compare-hub-card.is-listings { border-color: rgba(224,26,14,0.25); }
.compare-hub-card.is-catalog { border-color: rgba(20,20,22,0.2); background: #fafafa; }
