/* =========================================================
   Shahrukh CTA Banner — scoped styles (shk-cta- prefix)
   ========================================================= */
.shk-cta{
  --shk-cta-g1:#1b2a6b;
  --shk-cta-g2:#2547d0;
  --shk-cta-angle:135deg;
  font-family:inherit;box-sizing:border-box;
  background:linear-gradient(var(--shk-cta-angle),var(--shk-cta-g1),var(--shk-cta-g2));
  border-radius:22px;padding:48px 34px;text-align:center;
}
.shk-cta *{box-sizing:border-box;}
.shk-cta-title{font-size:clamp(24px,3.4vw,32px);font-weight:800;color:#fff;margin:0 0 12px;line-height:1.15;letter-spacing:-.01em;}
.shk-cta-text{font-size:16px;line-height:1.55;color:#dfe6ff;max-width:540px;margin:0 auto 24px;}
.shk-cta-btn{
  display:inline-flex;align-items:center;gap:9px;background:#fff;color:#2547d0;
  font-weight:700;font-size:15px;padding:13px 26px;border-radius:11px;text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.shk-cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(0,0,0,.18);}
