#page_background {
    background-image: none !important;
    background-color: #fff !important;
}

/* ====== DLAŽDICE KATEGORIÍ NA HOMEPAGE ====== */
.bl-dlazdice ul{
  list-style:none !important;
  margin:20px 0 0 !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:14px !important;
}
.bl-dlazdice li{
  margin:0 !important; padding:0 !important;
  list-style:none !important;
}
.bl-dlazdice li:before{ content:none !important; }
.bl-dlazdice li a,
.bl-dlazdice li a:link,
.bl-dlazdice li a:visited{
  display:flex !important; align-items:center !important; justify-content:center !important; text-align:center !important;
  min-height:90px !important; padding:18px 12px !important; box-sizing:border-box !important;
  background:#fff !important; border:1px solid #ececec !important; border-radius:6px !important;
  color:#2D2D2D !important; font-size:16px !important; font-weight:700 !important;
  letter-spacing:.04em !important; text-transform:uppercase !important; text-decoration:none !important;
  transition:all .2s ease !important;
}
.bl-dlazdice li a:hover,
.bl-dlazdice li a:hover span{
  background:#E8003C !important; border-color:#E8003C !important;
  color:#fff !important; transform:translateY(-3px) !important;
  box-shadow:0 6px 16px rgba(232,0,60,.18) !important;
}
@media (max-width:960px){ .bl-dlazdice ul{ grid-template-columns:repeat(2,1fr) !important; } }
@media (max-width:480px){ .bl-dlazdice ul{ grid-template-columns:1fr !important; } }

/* ====== PATIČKA (vlastní) ====== */
.bl-footer{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:32px!important;
  max-width:1140px!important;
  margin:0 auto!important;
  padding:24px 16px!important;
  text-align:left!important;
}
.bl-footer__col h4{
  color:#fff !important;
  font-size:15px !important;
  text-transform:uppercase!important;
  letter-spacing:.05em!important;
  margin:0 0 16px 0 !important;
  padding:0 0 10px 0 !important;
  border-bottom:2px solid #E8003C!important;
  display:inline-block!important;
}
.bl-footer__col ul{ list-style:none !important; margin:0 !important; padding:0 !important; }
.bl-footer__col li{ margin:0 0 10px 0 !important; padding:0 !important; list-style:none !important; }
.bl-footer__col li:before{ content:none !important; }
.bl-footer__col a{ color:#cfcfcf !important; text-decoration:none !important; transition:color .2s ease!important; }
.bl-footer__col a:hover{ color:#E8003C !important; }
.bl-footer__col p{ color:#cfcfcf !important; margin:0 0 10px 0 !important; line-height:1.5!important; }
.bl-footer__col p strong{ color:#fff !important; }
.bl-footer__logos{ display:flex!important; flex-wrap:wrap!important; gap:8px!important; align-items:center!important; }
.bl-footer__logos img{
  height:32px!important; width:auto!important;
  background:#fff!important; border-radius:4px!important; padding:4px!important;
}
@media (max-width:767px){
  .bl-footer{ grid-template-columns:1fr!important; gap:24px!important; text-align:center!important; }
  .bl-footer__logos{ justify-content:center!important; }
}
/* ====== SPODNÍ KREDITNÍ PRUH (Webareal) ====== */
.contenttwo{
  background:#fff !important;
  border-top:1px solid #ececec !important;
}
.contenttwo-wrapper{
  max-width:1140px !important;
  margin:0 auto !important;
  text-align:center !important;
}
.contenttwo-wrapper p{
  margin:0 !important;
  font-size:13px !important;
  color:#8a8a8a !important;
  letter-spacing:.03em !important;
}
.contenttwo-wrapper a,
.contenttwo-wrapper a:link,
.contenttwo-wrapper a:visited{
  color:#E8003C !important;
  text-decoration:none !important;
  border-bottom:1px solid transparent !important;
  transition:color .2s ease, border-color .2s ease !important;
}
.contenttwo-wrapper a:hover{
  color:#b30030 !important;
  border-bottom-color:#b30030 !important;
}

/* ====== ODKAZ WEBAREAL – barva textu, ne modrá ====== */
.contenttwo-wrapper a,
.contenttwo-wrapper a:link,
.contenttwo-wrapper a:visited{
  color:inherit !important;
  text-decoration:none !important;
}
.contenttwo .contenttwo-wrapper p:first-child a{
color:#8a8a8a!important;}
.contenttwo-wrapper a:hover{
  text-decoration:underline !important;
}

/* ====== ZAROVNÁNÍ PATIČKY NA ŠÍŘKU OBSAHU ====== */
.myfooter .footer-boxes,
.myfooter .contenttwo-wrapper{
  max-width: 95% !important;   /* srovnej s šířkou #page (viz níže) */
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:16px !important;
  padding-right:16px !important;
  box-sizing:border-box !important;
}