/* Adeo Marketing Webb 2.0 – package and service image refinements */

/* Startpaket: clearly distinguish included vs not included */
.package-list li.is-excluded{
  color:rgba(250,250,251,.34)!important;
  text-decoration:line-through;
  text-decoration-thickness:1px;
  text-decoration-color:rgba(250,250,251,.26);
}
.package-list li.is-excluded:before{
  content:"×"!important;
  background:rgba(37,120,255,.09)!important;
  border:1px solid rgba(37,120,255,.34);
  color:#4b91ff!important;
  font-size:.95rem!important;
  line-height:1;
}
.price-card--featured .package-list li:not(.is-excluded):before{
  background:rgba(255,92,0,.12);
  color:#ff7a2d;
}

/* Service images: use intentional crops for the new visual choices */
.service-feature__visual--brand img{
  object-position:center center!important;
}
.service-feature__visual--growth img{
  object-fit:cover!important;
  object-position:center center!important;
}

@media(max-width:859px){
  .package-list li{font-size:.92rem}
  .service-feature__visual--growth{aspect-ratio:1/1!important}
}
