/* =========================================================
   ZLATO Z OLIV – BENEFITY V6
   Desktop zachován, mobil vždy 2 × 2
   ========================================================= */

.zzo-benefits-v3{
  --zzo-green:#253511;
  --zzo-gold:#c9a442;
  --zzo-bg:#faf8f2;
  --zzo-line:rgba(37,53,17,.14);
  width:100%;
  background:var(--zzo-bg);
  border-top:1px solid rgba(201,164,66,.08);
  border-bottom:1px solid rgba(37,53,17,.06);
}

.zzo-benefits-v3__inner{
  max-width:1600px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
}

.zzo-benefits-v3__item{
  min-width:0;
  min-height:220px;
  padding:34px 34px 30px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  position:relative;
  box-sizing:border-box;
}

.zzo-benefits-v3__item:not(:last-child)::after{
  content:"";
  position:absolute;
  top:22%;
  right:0;
  width:1px;
  height:56%;
  background:var(--zzo-line);
}

.zzo-benefits-v3__icon{
  width:92px;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 16px;
}

.zzo-benefits-v3__icon img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.zzo-benefits-v3__title{
  margin:0 0 8px;
  color:var(--zzo-green);
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  line-height:1.15;
  font-weight:700;
  letter-spacing:.01em;
}

.zzo-benefits-v3__text{
  margin:0;
  max-width:330px;
  color:#3f4638;
  font-size:16px;
  line-height:1.55;
  font-weight:400;
}

.zzo-benefits-v3__dot{
  color:var(--zzo-gold);
  padding:0 .28em;
}

body .benefitBanner,
body .benefit-banner,
body #benefitBanner{
  display:none !important;
}

/* TABLET */
@media (max-width:1100px){
  .zzo-benefits-v3__item{
    padding:28px 20px;
    min-height:205px;
  }
  .zzo-benefits-v3__icon{
    width:78px;
    height:78px;
  }
  .zzo-benefits-v3__title{
    font-size:21px;
  }
  .zzo-benefits-v3__text{
    font-size:15px;
  }
}

/* MOBIL – VŽDY 2 × 2 */
@media (max-width:767px){
  .zzo-benefits-v3{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
  }

  .zzo-benefits-v3__inner{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    grid-template-rows:auto auto !important;
    gap:0 !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
  }

  .zzo-benefits-v3__item{
    width:100% !important;
    min-width:0 !important;
    min-height:158px !important;
    padding:16px 9px !important;
    box-sizing:border-box !important;
    border-bottom:1px solid var(--zzo-line);
  }

  .zzo-benefits-v3__item:nth-child(odd){
    border-right:1px solid var(--zzo-line);
  }

  .zzo-benefits-v3__item:nth-child(even){
    border-right:0;
  }

  .zzo-benefits-v3__item:nth-child(n+3){
    border-bottom:0;
  }

  .zzo-benefits-v3__item::after{
    display:none !important;
    content:none !important;
  }

  .zzo-benefits-v3__icon{
    width:50px !important;
    height:50px !important;
    margin:0 auto 9px !important;
  }

  .zzo-benefits-v3__item:nth-child(2) .zzo-benefits-v3__icon{
    width:58px !important;
    height:50px !important;
  }

  .zzo-benefits-v3__title{
    margin:0 0 6px !important;
    font-size:14px !important;
    line-height:1.15 !important;
    white-space:normal !important;
  }

  .zzo-benefits-v3__text{
    max-width:185px !important;
    font-size:10.5px !important;
    line-height:1.35 !important;
  }
}

/* MALÉ MOBILY – POŘÁD 2 × 2 */
@media (max-width:480px){
  .zzo-benefits-v3__inner{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .zzo-benefits-v3__item{
    min-height:148px !important;
    padding:13px 6px !important;
  }

  .zzo-benefits-v3__icon{
    width:44px !important;
    height:44px !important;
    margin-bottom:8px !important;
  }

  .zzo-benefits-v3__item:nth-child(2) .zzo-benefits-v3__icon{
    width:52px !important;
    height:44px !important;
  }

  .zzo-benefits-v3__title{
    font-size:12.5px !important;
    line-height:1.12 !important;
  }

  .zzo-benefits-v3__text{
    max-width:155px !important;
    font-size:9.6px !important;
    line-height:1.3 !important;
  }
}

/* DESKTOP V5 vzhled zachován */
@media (min-width:1101px){
  .zzo-benefits-v3__item{
    min-height:205px;
    padding:24px 24px 22px;
  }
  .zzo-benefits-v3__icon{
    width:104px;
    height:82px;
    margin:0 auto 10px;
  }
  .zzo-benefits-v3__icon img{
    width:100%;
    height:100%;
    object-fit:contain;
  }
  .zzo-benefits-v3__item:nth-child(2) .zzo-benefits-v3__icon{
    width:122px;
    height:86px;
  }
  .zzo-benefits-v3__title{
    margin-bottom:7px;
    font-size:24px;
    line-height:1.08;
    white-space:nowrap;
  }
  .zzo-benefits-v3__text{
    max-width:390px;
    font-size:15.5px;
    line-height:1.4;
  }
  .zzo-benefits-v3__item:not(:last-child)::after{
    top:20%;
    height:60%;
  }
}

@media (min-width:1101px) and (max-width:1450px){
  .zzo-benefits-v3__title{font-size:21px}
  .zzo-benefits-v3__item{padding-left:14px;padding-right:14px}
}
