.sh-bundle{padding:60px 0;text-align:center;}
.sh-bundle__heading{font-size:3rem;margin:0 0 12px;}
.sh-bundle__sub{font-size:1.6rem;color:#555;max-width:60ch;margin:0 auto 36px;}
.sh-bundle__grid{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;}
.sh-bundle__card{flex:1 1 320px;max-width:400px;border:1px solid #e6ecf7;border-radius:20px;overflow:hidden;text-align:left;background:#fff;}
.sh-bundle__card img{width:100%;height:260px;object-fit:cover;}
.sh-bundle__card-body{padding:22px;position:relative;}
.sh-bundle__num{position:absolute;top:-46px;right:20px;background:#154fc7;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;}
.sh-bundle__card-body h3{font-size:2rem;margin:0 0 8px;}
.sh-bundle__card-body p{font-size:1.4rem;color:#4a4f59;line-height:1.5;margin:0;}
.sh-bundle__plus{font-size:3rem;font-weight:700;color:#154fc7;}
@media(max-width:749px){.sh-bundle__plus{transform:rotate(90deg);}}
