.stp-promo{position:relative;isolation:isolate;border-radius:14px;overflow:hidden;background:var(--stp-navy,#0F1F3D);display:grid;grid-template-columns:1.15fr 0.85fr;align-items:stretch;min-height:320px;}
.stp-promo-visual{position:absolute;inset:0;z-index:0;}
.stp-promo-visual img{width:100%;height:100%;object-fit:cover;object-position:75% 30%;display:block;}
.stp-promo-visual::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--stp-navy,#0F1F3D) 0%,rgba(15,31,61,0.92) 22%,rgba(15,31,61,0.55) 42%,rgba(15,31,61,0.05) 58%,rgba(15,31,61,0) 100%);}
.stp-promo-text{position:relative;z-index:1;padding:44px 44px;display:flex;flex-direction:column;justify-content:center;grid-column:1 / span 2;max-width:600px;}
.stp-promo-text .stp-tag{display:inline-block;width:fit-content;font-size:12px;font-weight:700;color:#fff;background:rgba(255,255,255,0.16);padding:6px 14px;border-radius:20px;letter-spacing:0.3px;margin-bottom:14px;}
.stp-promo-text h3{font-family:'Manrope',sans-serif;font-size:26px;font-weight:800;margin:0 0 10px;color:#fff;text-shadow:0 1px 12px rgba(0,0,0,0.25);}
.stp-promo-text p{font-size:15px;color:#D7E2F5;max-width:380px;margin:0 0 22px;}
.stp-btn-navy{display:inline-block;width:fit-content;background:#fff;color:var(--stp-blue-dark,#0F3E82);padding:13px 26px;border-radius:6px;font-size:14px;font-weight:700;text-decoration:none;}
.stp-btn-navy:hover{background:var(--stp-blue-pale,#EAF1FC);}

@media (max-width:960px){
  .stp-promo{grid-template-columns:1fr;min-height:0;}
  .stp-promo-visual img{object-position:65% 25%;}
  .stp-promo-visual::before{background:linear-gradient(180deg,rgba(15,31,61,0.15) 0%,rgba(15,31,61,0.75) 55%,var(--stp-navy,#0F1F3D) 85%);}
  .stp-promo-text{padding:200px 26px 32px;grid-column:1;max-width:none;}
}
