<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.ak-odchovy {
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 20px 90px;
  color: #182015;
}

.ak-odchovy-hero {
  border-radius: 34px;
  padding: clamp(34px, 6vw, 72px);
  margin-bottom: 34px;
  background:
    radial-gradient(circle at 90% 10%, rgba(143,203,98,.18), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f5f7f2 100%);
  border: 1px solid rgba(20,40,20,.08);
  box-shadow: 0 24px 80px rgba(0,0,0,.08);
}

.ak-kicker {
  color: #6baa45 !important;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px !important;
  font-weight: 700;
  margin: 0 0 14px !important;
}

.ak-odchovy h1 {
  margin: 0 0 16px;
  font-size: clamp(46px, 8vw, 96px);
  line-height: .92;
  letter-spacing: -.06em;
  color: #111;
}

.ak-odchovy p {
  max-width: 680px;
  margin: 0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
  color: #4b5547;
}

.ak-vrhy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ak-vrh-card {
  min-height: 128px;
  border-radius: 24px;
  padding: 22px;
  text-decoration: none !important;
  background:
    radial-gradient(circle at top right, rgba(143,203,98,.20), transparent 40%),
    #ffffff;
  border: 1px solid rgba(20,40,20,.09);
  box-shadow: 0 16px 45px rgba(0,0,0,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ak-vrh-card:hover {
  transform: translateY(-5px);
  border-color: rgba(143,203,98,.55);
  box-shadow: 0 24px 70px rgba(0,0,0,.12);
}

.ak-vrh-card span {
  display: block;
  margin-bottom: 12px;
  color: #78b956;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ak-vrh-card strong {
  display: block;
  color: #121812;
  font-size: clamp(30px, 5vw, 54px);
  line-height: .95;
  letter-spacing: -.05em;
}

.ak-vrh-featured {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.34), transparent 34%),
    linear-gradient(135deg, #80c75f 0%, #5fa63e 100%);
}

.ak-vrh-featured span,
.ak-vrh-featured strong {
  color: #fff;
}

@media (min-width: 700px) {
  .ak-vrhy-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

@media (min-width: 1100px) {
  .ak-vrhy-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }
}</style>
<!-- end Simple Custom CSS and JS -->
