/* Sekce "Pokrytí v jednotlivých lokalitách" na pokryti.html */
.vhv-pokryti-locations {
  max-width: 1200px;
  margin: 60px auto 40px;
  padding: 0 20px;
}
.vhv-pokryti-locations h2 {
  text-align: center;
  color: #03274b !important;
  font-size: 2rem !important;
  margin: 0 0 12px !important;
}
.vhv-pokryti-locations-lead {
  text-align: center;
  color: #4A5568;
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.vhv-pokryti-locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.vhv-pokryti-location-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 26px 28px;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
  position: relative;
}
.vhv-pokryti-location-card:hover {
  border-color: #0061a5;
  box-shadow: 0 15px 35px rgba(0, 97, 165, 0.12);
  transform: translateY(-4px);
}
.vhv-pokryti-location-card-special {
  border-color: #da251d;
  border-width: 2px;
  background: linear-gradient(180deg, #fff5f5 0%, #ffffff 30%);
}
.vhv-pokryti-location-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: #03274b;
  margin-bottom: 10px;
  font-family: Ubuntu, sans-serif;
}
.vhv-pokryti-location-desc {
  color: #4A5568;
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 16px;
  flex: 1;
}
.vhv-pokryti-location-more {
  color: #da251d;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  margin-top: auto;
}
.vhv-pokryti-location-card:hover .vhv-pokryti-location-more {
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .vhv-pokryti-locations-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .vhv-pokryti-locations h2 { font-size: 1.6rem !important; }
}
@media (max-width: 600px) {
  .vhv-pokryti-locations-grid { grid-template-columns: 1fr; }
}

/* Featured karty pro Bydžov + okolí - dominantní nahoře */
.vhv-pokryti-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 50px;
}
.vhv-pokryti-featured-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, #03274b 0%, #0061a5 100%);
  border-radius: 20px;
  padding: 38px 36px 32px;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(3, 39, 75, 0.25);
  transition: all 0.3s ease;
  min-height: 260px;
}
.vhv-pokryti-featured-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(3, 39, 75, 0.35);
}
.vhv-pokryti-featured-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #da251d;
}
.vhv-pokryti-featured-badge {
  display: inline-block;
  align-self: flex-start;
  background: #da251d;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  box-shadow: 0 4px 15px rgba(218, 37, 29, 0.4);
}
.vhv-pokryti-featured-name {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  font-family: Ubuntu, sans-serif;
  line-height: 1.2;
}
.vhv-pokryti-featured-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 22px;
  flex: 1;
}
.vhv-pokryti-featured-more {
  color: #ffcccb;
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.2s ease;
}
.vhv-pokryti-featured-card:hover .vhv-pokryti-featured-more {
  gap: 14px;
  color: #ffffff;
}

/* Subtitle pro sekce */
.vhv-pokryti-subtitle {
  font-size: 1.5rem !important;
  color: #03274b !important;
  margin: 40px 0 16px !important;
  font-weight: 700 !important;
  padding-left: 18px;
  border-left: 5px solid #0061a5;
}
.vhv-pokryti-subtitle-secondary {
  color: #718096 !important;
  font-size: 1.25rem !important;
  border-left-color: #c4daea;
}
.vhv-pokryti-locations-lead-small {
  font-size: 0.95rem;
  margin: 0 auto 24px !important;
  max-width: 800px;
}

/* Menší karty pro sekundární lokality */
.vhv-pokryti-locations-grid-small {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.vhv-pokryti-location-card-small {
  padding: 20px 22px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.vhv-pokryti-location-card-small:hover {
  background: #ffffff;
}
.vhv-pokryti-location-card-small .vhv-pokryti-location-name {
  font-size: 1.15rem;
  margin-bottom: 6px;
}
.vhv-pokryti-location-card-small .vhv-pokryti-location-desc {
  font-size: 0.9rem;
  margin-bottom: 12px;
}

@media (max-width: 900px) {
  .vhv-pokryti-featured-grid { grid-template-columns: 1fr; gap: 20px; }
  .vhv-pokryti-featured-card { padding: 28px 24px 24px; min-height: auto; }
  .vhv-pokryti-featured-name { font-size: 1.5rem; }
  .vhv-pokryti-locations-grid-small { grid-template-columns: 1fr; }
  .vhv-pokryti-subtitle { font-size: 1.25rem !important; }
}
