/* ==== Marduk Services – clean panels (override theme) ==== */

.marduk-panel{
  background:#fff;
  border-radius:10px;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  padding: 26px;
}

.marduk-panel__img{
  border-radius:10px;
  overflow:hidden;
}

.marduk-panel__img img{
  width:100% !important;
  height:auto !important;
  display:block;
}

.marduk-h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.25;
}

.marduk-h4{
  margin: 14px 0 8px;
  font-size:13px;
  letter-spacing:.6px;
  text-transform: uppercase;
  color:#222;
}

.marduk-p{
  color:#666;
  line-height:1.7;
  margin: 0 0 10px;
}

/* Theme ti zabíja odrážky, preto ich robíme cez ::before */
.marduk-list{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.marduk-list li{
  margin: 6px 0 !important;
  padding-left: 18px;
  position: relative;
  color:#444;
  line-height:1.8;
}

.marduk-list li:before{
  content: "•";
  position:absolute;
  left:0;
  top:0;
  color:#f2ae00;
  font-size: 18px;
  line-height: 1.2;
}

.marduk-cta{
  margin-top: 14px;
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.marduk-cta-note{
  color:#777;
  font-size: 13px;
}

.marduk-service-detail{
  scroll-margin-top: 110px;
}

/* Mobile spacing */
@media (max-width: 991px){
  .marduk-panel{ padding: 20px; }
}
/* Brand / partneri – všetky logá rovnako vysoké */
.brand__list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;              /* výška "boxu" pre logo */
}

.brand__list li a img{
  height: 70px;               /* všetky logá rovnaká výška */
  width: auto;                /* zachová pomer strán */
  max-width: 100%;            /* aby nepretieklo */
  object-fit: contain;
}