  /* KlimaComfort – Výhody pod carousel*/
  .kk-adv {
    --kk-card: #ffffff;
    --kk-text: #0e141b;
    --kk-muted: #5b6876;
    --kk-accent: #00b894; 
    --kk-ring: rgba(0,0,0,.06);
    --kk-shadow: 0 1px 2px rgba(0,0,0,.06), 0 6px 16px rgba(0,0,0,.08);
    --kk-radius: 16px;

    position: relative;
display:flex;
flex-direction: column;
    gap: 14px;
    align-items: center;
    width: 100%;
    padding: 18px 16px;
    border: 1px solid var(--kk-ring);
    border-radius: var(--kk-radius);
    background: var(--kk-card);
    box-shadow: var(--kk-shadow);
    transition: transform .16s ease, box-shadow .16s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  }
  .kk-adv:hover { transform: translateY(-2px); box-shadow: 0 2px 6px rgba(0,0,0,.06), 0 10px 20px rgba(0,0,0,.10); }
  .kk-adv:focus-within { outline: 3px solid #b6efe2; outline-offset: 2px; }


.kk-adv-img {
    width: 100%;
    height: 100%;
    border-radius: 14px 0px;
    overflow: hidden;
    background: #f5f8fa;
}
  .kk-adv-img img {
    width: 100%; height: 100%; object-fit: cover; display: block;
  }

  .kk-adv h3 {
    margin: 0 0 6px 0;
    font-size: 16px; line-height: 1.25;
    color: var(--kk-text); font-weight: 700; letter-spacing: .2px;
  }
  .kk-adv p {
    margin: 0 0 12px 0;
    font-size: 14px; line-height: 1.45;
    color: var(--kk-muted);
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
  }

.kk-adv-cta {
    display: inline-flex
;
    align-items: center;
    gap: 8px;
    padding: 10px 0px;
    border-radius: 999px;
    color: #12234c;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .2px;
    transition: background .15s 
ease, transform .15s 
ease, box-shadow .15s 
ease;
    white-space: nowrap;
    justify-content: space-between;
    width: 100%;
}
  .kk-adv-cta:hover { transform: translateY(-1px); color: #2a8dc6}
  .kk-adv-cta svg { width: 23px; height: 23px; display: inline-block; padding:3px; border: 1px solid; border-radius:20px;}


@media (min-width: 480px) {
    .benefitBanner__item {
			width: 20%;
    }
}

.benefitBanner__data {margin-bottom:20px;}
  