/* ========================================
   AKTUALITY – nový layout 2026-04-11
   Featured + grid 3 sloupce + CTA
   ======================================== */

.vhv-aktu-wrapper {
  max-width: 1200px;
  margin: 30px auto 60px;
  padding: 0 20px;
  list-style: none;
}
.vhv-aktu-wrapper > li {
  padding: 0;
  margin: 0;
}

/* ---------- Intro ---------- */
.vhv-aktu-intro {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 720px;
}
.vhv-aktu-intro-lead {
  color: #4A5568;
  font-size: 1.1rem;
  line-height: 1.6;
}
.vhv-aktu-intro-lead a {
  color: #0061a5;
  font-weight: 600;
}
.vhv-aktu-intro-lead a:hover {
  color: #da251d;
}

/* ---------- Meta (datum) ---------- */
.vhv-aktu-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.vhv-aktu-meta time {
  display: inline-block;
  background: #f1f7ff;
  color: #0061a5;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* ---------- Featured (první článek) ---------- */
.vhv-aktu-featured {
  margin-bottom: 50px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(3, 39, 75, 0.12);
  transition: all 0.3s ease;
}
.vhv-aktu-featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 60px rgba(3, 39, 75, 0.18);
}
.vhv-aktu-featured-link {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  text-decoration: none;
  color: inherit;
  min-height: 400px;
}
.vhv-aktu-featured-image {
  position: relative;
  overflow: hidden;
  background: #e2e8f0;
}
.vhv-aktu-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.vhv-aktu-featured:hover .vhv-aktu-featured-image img {
  transform: scale(1.05);
}
.vhv-aktu-featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #da251d;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 20px rgba(218, 37, 29, 0.35);
}
.vhv-aktu-featured-body {
  padding: 40px 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vhv-aktu-featured-title {
  font-size: 2rem !important;
  line-height: 1.25 !important;
  color: #03274b !important;
  margin: 0 0 16px !important;
  font-weight: 700 !important;
}
.vhv-aktu-featured-summary {
  color: #4A5568;
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 22px;
}
.vhv-aktu-featured-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #da251d;
  font-weight: 700;
  font-size: 1rem;
  transition: gap 0.2s ease;
}
.vhv-aktu-featured:hover .vhv-aktu-featured-more {
  gap: 14px;
}
.vhv-aktu-featured-more svg {
  width: 20px;
  height: 20px;
}

/* ---------- Grid ostatních článků ---------- */
.vhv-aktu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 60px;
}
.vhv-aktu-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(3, 39, 75, 0.08);
  transition: all 0.25s ease;
}
.vhv-aktu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(3, 39, 75, 0.14);
}
.vhv-aktu-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.vhv-aktu-card-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e2e8f0;
}
.vhv-aktu-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.vhv-aktu-card:hover .vhv-aktu-card-image img {
  transform: scale(1.05);
}
.vhv-aktu-card-body {
  padding: 20px 22px 24px;
}
.vhv-aktu-card-title {
  font-size: 1.15rem !important;
  line-height: 1.35 !important;
  color: #03274b !important;
  margin: 0 0 10px !important;
  font-weight: 700 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vhv-aktu-card-summary {
  color: #4A5568;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.55em * 3);
}
.vhv-aktu-card-more {
  color: #0061a5;
  font-weight: 700;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
.vhv-aktu-card:hover .vhv-aktu-card-more {
  color: #da251d;
}

/* ---------- Závěrečné CTA ---------- */
.vhv-aktu-cta {
  background: linear-gradient(135deg, #03274b 0%, #0061a5 100%);
  border-radius: 14px;
  padding: 50px 40px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 20px 50px rgba(3, 39, 75, 0.2);
}
.vhv-aktu-cta-inner {
  max-width: 700px;
  margin: 0 auto;
}
.vhv-aktu-cta h2 {
  font-size: 1.9rem !important;
  color: #ffffff !important;
  margin: 0 0 12px !important;
  line-height: 1.2 !important;
}
.vhv-aktu-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  margin-bottom: 28px;
  line-height: 1.6;
}
.vhv-aktu-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.vhv-aktu-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.vhv-aktu-btn-primary {
  background: #da251d;
  color: #ffffff;
}
.vhv-aktu-btn-primary:hover {
  background: #b70f07;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(218, 37, 29, 0.35);
}
.vhv-aktu-btn-ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}
.vhv-aktu-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}

/* ---------- Responzivita ---------- */
@media (max-width: 900px) {
  .vhv-aktu-wrapper { margin: 20px auto 40px; }
  .vhv-aktu-featured-link { grid-template-columns: 1fr; }
  .vhv-aktu-featured-image { aspect-ratio: 16 / 9; max-height: 280px; }
  .vhv-aktu-featured-body { padding: 28px 24px; }
  .vhv-aktu-featured-title { font-size: 1.5rem !important; }
  .vhv-aktu-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .vhv-aktu-cta { padding: 36px 22px; }
  .vhv-aktu-cta h2 { font-size: 1.5rem !important; }
  .vhv-aktu-btn { flex: 1; justify-content: center; }
}
@media (max-width: 600px) {
  .vhv-aktu-grid { grid-template-columns: 1fr; }
  .vhv-aktu-featured-title { font-size: 1.3rem !important; }
}
