
/* === 1MARKA final showrooms buttons/cards === */
.showrooms-premium-section{
  padding:72px 0;
  background:linear-gradient(180deg,#eef4fb 0%,#dfe9f5 100%)!important;
}
.showrooms-heading{max-width:780px;margin:0 auto 34px;padding:0 20px}
.showrooms-heading h1,.showrooms-heading h2{
  margin:0 0 14px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.05;
  color:#101827!important;
}
.showrooms-heading p{
  margin:0;
  font-size:clamp(17px,2vw,22px);
  line-height:1.45;
  color:#52627a!important;
}
.showrooms-premium-grid{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.showroom-card{
  padding:28px;
  border-radius:28px;
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(7,26,51,.10)!important;
  box-shadow:0 20px 52px rgba(7,26,51,.13)!important;
}
.showroom-card h3{
  margin:0 0 10px;
  font-size:26px;
  color:#101827!important;
}
.showroom-card p{
  margin:0 0 14px;
  color:#52627a!important;
  line-height:1.45;
}
.showroom-phones{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  margin:12px 0 18px;
}
.showroom-phones a{
  color:#075cff!important;
  font-weight:800;
  text-decoration:none;
}
.showroom-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.map-btn{
  min-height:46px;
  padding:12px 14px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  text-decoration:none!important;
  font-weight:800;
  font-size:14px;
}
.map-btn-primary{
  background:linear-gradient(135deg,#075cff,#003fae)!important;
  color:#fff!important;
  box-shadow:0 14px 28px rgba(7,92,255,.30);
}
.map-btn-secondary{
  background:#fff!important;
  color:#172033!important;
  border:1px solid rgba(7,26,51,.12);
  box-shadow:0 10px 22px rgba(7,26,51,.07);
}
@media(max-width:820px){
  .showrooms-premium-section{padding:54px 0}
  .showrooms-premium-grid{grid-template-columns:1fr;gap:18px}
  .showroom-card{padding:22px;border-radius:24px}
  .showroom-actions{grid-template-columns:1fr}
  .map-btn{width:100%;min-height:50px;font-size:15px}
}
