/* Externe Styles (Ausschnitt + Ergänzungen, kein Duplikat zum Critical) */
.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
.section-title{font-size:22px;line-height:1.3}
.card p{margin:6px 0}
.price-table td strong{font-size:18px}
.btn-call:hover{opacity:.9}
.badge{transition:opacity .2s}
.badge:hover{opacity:.9}
.faq details[open]{background:#f8fafc}
.city-list li,.district-list li{break-inside:avoid;margin:0 0 6px}
footer a{margin-right:10px}
.card img {
  width: 100%;
  height: 220px;       /* oder Höhe, die für dich passt */
object-fit: contain;
background: #f9f9f9; /* neutraler Hintergrund, falls Ränder entstehen */
  border-radius: 4px;  /* optional, für schönere Kanten */
  display: block;
}