/* ETAP 2 — sponsorowane wyniki */
.st2-sponsored{
  width:min(1380px,calc(100% - 40px));
  margin:52px auto;
}

.st2-head{
  margin-bottom:22px;
}

.st2-head span{
  display:inline-flex;
  padding:8px 12px;
  background:#fff8e7;
  color:#6d5420;
  border:1px solid rgba(200,164,93,.24);
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.st2-head h2{
  margin:12px 0 8px;
  color:#151515;
  font-size:clamp(34px,4vw,58px);
  line-height:.96;
  letter-spacing:-.07em;
}

.st2-head p{
  max-width:820px;
  color:#6f675c;
  line-height:1.7;
}

.st2-sponsored-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.st2-card{
  min-width:0;
  background:#fff;
  border:1px solid rgba(24,20,14,.10);
  box-shadow:8px 8px 0 rgba(15,18,24,.10);
  overflow:hidden;
  transition:.22s ease;
}

.st2-card:hover{
  transform:translateY(-5px);
  box-shadow:12px 12px 0 rgba(15,18,24,.14);
}

.st2-card.st2-ultra{
  border-color:rgba(200,164,93,.45);
  box-shadow:10px 10px 0 rgba(143,107,43,.16);
}

.st2-img{
  position:relative;
  display:block;
  height:245px;
  overflow:hidden;
  background:#111827;
}

.st2-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.35s ease;
}

.st2-card:hover .st2-img img{
  transform:scale(1.04);
}

.st2-img b{
  position:absolute;
  left:14px;
  top:14px;
  z-index:2;
  display:inline-flex;
  padding:7px 10px;
  background:linear-gradient(135deg,#f3d98d,#c8a45d,#9c7834);
  color:#17130b;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  box-shadow:4px 4px 0 rgba(0,0,0,.18);
}

.st2-body{
  padding:22px;
}

.st2-body small{
  display:block;
  color:#6f675c;
  font-weight:850;
  margin-bottom:10px;
}

.st2-body h3{
  margin:0;
  font-size:26px;
  line-height:1.05;
  letter-spacing:-.05em;
}

.st2-body h3 a{
  color:#151515;
  text-decoration:none;
}

.st2-foot{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:18px;
}

.st2-foot strong{
  color:#151515;
}

.st2-foot a{
  display:inline-flex;
  padding:10px 12px;
  background:#151515;
  color:#fff;
  text-decoration:none;
  font-weight:950;
}

@media(max-width:1050px){
  .st2-sponsored-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:680px){
  .st2-sponsored{
    width:calc(100% - 28px);
  }

  .st2-sponsored-grid{
    grid-template-columns:1fr;
  }

  .st2-img{
    height:220px;
  }
}


.st2-body h3{
    margin:10px 0 12px;
}

.st2-body h3 a{
    color:#17130b;
    text-decoration:none;
    font-size:clamp(1.45rem,1.6vw,1.9rem);
    line-height:1.05;
    letter-spacing:-.05em;
    font-weight:900;
    font-family:inherit;
    transition:.25s;
}

.st2-body h3 a:hover{
    color:#b8860b;
}

.st2-desc{
    margin:12px 0 16px;
    color:#6f675c;
    font-size:15px;
    line-height:1.7;
    font-weight:500;
}