/* WINDTECH: local coverage and locality selection. */
#oblast, #lokality, #obce, #dopyt { scroll-margin-top: 110px; }
.seo-hero { padding: 0; min-height: 0; }
.coverage-tag { margin: 0 0 19px; }
.coverage-tag a { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 7px; padding: 9px 15px; border: 1px solid rgba(120,205,244,.4); border-radius: 999px; background: rgba(17,149,205,.13); color: #d9f3ff; font-size: 14px; line-height: 1.35; text-decoration: none; letter-spacing: .01em; }
.coverage-tag a:hover { background: rgba(17,149,205,.24); }
.coverage-tag strong { color: #fff; }
.local-hub-hero .page-hero-content { max-width: 1040px; }
.local-hub-hero h1 { max-width: 900px; }
.local-coverage-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(28px,5vw,72px); align-items: center; }
.local-coverage-grid p { color: #536a7b; line-height: 1.75; }
.local-coverage-grid .section-title { margin-bottom: 22px; }
.local-address { display: grid; gap: 5px; padding: 20px 23px; margin: 24px 0 18px; border-left: 3px solid #139ace; border-radius: 0 12px 12px 0; background: #eff7fc; color: #12334c; }
.local-address span { color: #587082; font-size: 14px; }
.local-fine { font-size: 14px; }
.local-map { margin: 0; min-width: 0; }
.local-map img { display: block; width: 100%; height: auto; }
.local-map figcaption { padding-top: 12px; text-align: center; font-size: 12px; color: #607486; line-height: 1.6; }
.local-map figcaption a { color: #206184; }
.local-search { max-width: 620px; margin: 34px 0; }
.local-search label { display: block; font-weight: 700; margin-bottom: 10px; color: #16364e; }
.local-search input { width: 100%; box-sizing: border-box; padding: 17px 20px; border: 1px solid #b9d3e3; border-radius: 13px; background: #fff; font: inherit; color: #15334a; }
.local-search input:focus { outline: 3px solid #98d6f3; outline-offset: 2px; }
.local-search [role=status] { min-height: 22px; margin: 10px 0 0; font-size: 14px; color: #516c7d; }
.local-list-title { font-size: clamp(21px,2.4vw,28px); color: #0e3049; margin: 28px 0 18px; }
.local-city-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-bottom: 40px; }
.local-city-card { position: relative; display: grid; align-content: start; gap: 9px; padding: 23px 42px 23px 22px; border: 1px solid #d3e3ee; border-radius: 16px; text-decoration: none; color: #15364f; background: #fff; transition: border-color .18s, box-shadow .18s; }
.local-city-card > span:first-child { font-size: 19px; font-weight: 750; line-height: 1.3; }
.local-city-card small { font-size: 12px; color: #607487; line-height: 1.5; }
.local-city-card:hover { border-color: #198ec3; box-shadow: 0 8px 24px rgba(15,58,83,.08); }
.local-card-arrow { position: absolute; top: 20px; right: 18px; font-size: 23px; color: #0889c1; }
.local-village-list, .local-primary-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.local-village-list a, .local-primary-links a { display: block; padding: 11px 16px; border-radius: 10px; border: 1px solid #c6deec; background: #fff; color: #154262; text-decoration: none; font-weight: 650; line-height: 1.4; }
.local-village-list a:hover, .local-primary-links a:hover { border-color: #0786bf; background: #e9f5fc; }
.local-city-card[hidden], .local-village-list [hidden], .local-empty[hidden] { display: none !important; }
.local-empty { padding: 20px; border-left: 3px solid #1597cf; color: #25465f; background: #fff; }
.local-service-links { display: grid; gap: 10px; }
.local-service-links a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; border: 1px solid #d5e4ee; border-radius: 12px; color: #153b56; text-decoration: none; font-weight: 700; }
.local-service-links a:hover { background: #f0f8fd; border-color: #57add4; }
.local-form-location { grid-column: 1 / -1; }
.local-form-help { grid-column: 1 / -1; margin: 4px 0 10px; font-size: 13px; line-height: 1.65; color: #566f82; }
.local-form-help a { color: #0878a9; text-underline-offset: 3px; }
.local-home-link { text-align: center; line-height: 1.6; margin: 20px 0 0; }
.local-home-link a { color: #087eb2; font-weight: 700; }
.location-shell .local-primary-links { justify-content: center; }
.location-map { max-width: 800px; margin: 28px auto 0; }
.location-map-image { width: 100%; height: auto; }
.contact-location-visual img { object-fit: contain; }
.local-service-coverage { background: #f1f7fb; border-top: 1px solid #dfeaf2; }
.local-service-coverage p { max-width: 780px; color: #526d80; line-height: 1.7; }
@media (max-width: 1100px) { .local-city-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 760px) {
  .local-coverage-grid { grid-template-columns: minmax(0,1fr); }
  .coverage-tag a { font-size: 12px; padding: 8px 12px; }
  .local-map { max-width: 540px; margin: 0 auto; }
  .local-city-grid { gap: 10px; }
  .local-city-card { padding: 17px 29px 17px 15px; border-radius: 12px; }
  .local-city-card > span:first-child { font-size: 16px; }
  .local-card-arrow { top: 13px; right: 10px; font-size: 19px; }
  .local-city-card small { font-size: 11px; }
  .local-village-list a, .local-primary-links a { font-size: 14px; padding: 10px 12px; }
  .local-hub-hero .page-hero-content { padding-top: 125px; padding-bottom: 52px; }
}
@media (max-width: 380px) { .local-city-grid { grid-template-columns: minmax(0,1fr); } }
