.savi-brochure{
  background:#1D344A;
  color:#fff;
  border-radius:18px;
  overflow:hidden;
  width:100%;
}
.savi-brochure *{ color:#fff; box-sizing:border-box; }

.savi-wrap{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);
  justify-items:stretch;
  align-items:stretch;
  gap:22px;
  padding:28px 30px 18px;
  width:100%;
}

.savi-brochure .savi-left{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  width:100%;
  max-width:100%;
  min-width:0;
  justify-self:stretch;
}

.savi-brochure .savi-copy{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  align-self:stretch;
  justify-self:stretch;
}

.savi-brochure .savi-title,
.savi-brochure .savi-desc{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
}

.savi-title{
  font-size:clamp(24px, 2.2vw, 32px);
  font-weight:900;
  margin:0 0 12px;
  line-height:1.08;
  white-space:nowrap;
}
.savi-title--white{
  background:none;
  padding:0;
  display:block;
}

.savi-desc{
  opacity:.9;
  margin:0 0 14px;
  text-align:justify;
  text-justify:inter-word;
  text-align-last:left;
  hyphens:auto;
  justify-self:stretch;
}

/* USP */
.savi-uspstack{
  background:rgba(255,255,255,.06);
  border-radius:16px;
  padding:14px 16px;
  width:fit-content;
  max-width:100%;
  min-width:420px;
}
.savi-uspstack-item{
  display:grid;
  grid-template-columns:22px 1fr;
  gap:12px;
  align-items:center;
  padding:10px 0;
}
.savi-uspstack-item + .savi-uspstack-item{
  border-top:1px solid rgba(255,255,255,.15);
}

/* Ikony: Elementor może renderować SVG */
.savi-usp-icon{
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.savi-usp-icon i{
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  line-height:1;
  opacity:.95;
}
.savi-usp-icon svg{
  width:16px;
  height:16px;
  display:block;
  opacity:.95;
}
.savi-usp-icon svg,
.savi-usp-icon svg *{
  fill: currentColor !important;
}

.savi-uspstack-text{
  font-weight:800;
  font-size:14px;
  line-height:1.35;
  opacity:.92;
}

.savi-right{
  position:relative;
  min-width:0;
  min-height:0;
}

.savi-image{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  height:100%;
  min-height:0;
  z-index:2;
}

.savi-image img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.savi-stripes{
  position:absolute;
  left:50%;
  bottom:0;
  transform: translateX(-10%) translateY(-85%);
  width:420px;
  height:260px;
  background:repeating-linear-gradient(
    135deg,
    #E63323 0 18px,
    transparent 18px 46px
  );
  z-index:1;
  pointer-events:none;
}

@media(max-width:900px){
  .savi-wrap{
    grid-template-columns:1fr;
    gap:6px;
    padding:14px 14px 10px;
  }

  .savi-right{ order:-1; }

  .savi-image{
    min-height:auto;
    height:auto;
  }
  .savi-image img{
    position:static;
    height:auto;
    width:100%;
    display:block;
  }

  .savi-title{
    white-space:normal;
    margin-bottom:10px;
  }

  .savi-stripes{ display:none; }

  .savi-uspstack{
    width:100%;
    max-width:100%;
    min-width:0;
  }
}
