/* BG Smart Packages Grid v2.0.0 */
.bgpg-wrap{width:100%;box-sizing:border-box;font-family:inherit}
.bgpg-heading{text-align:center;margin:0 auto 28px;max-width:760px}
.bgpg-kicker{display:inline-block;color:#fb3449;font-size:13px;font-weight:800;margin-bottom:7px}
.bgpg-heading h2{margin:0 0 8px;font-size:30px;line-height:1.35;font-weight:900;color:#202124}
.bgpg-heading p{margin:0;color:#6d7075;font-size:15px;line-height:1.8}
.bgpg-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.bgpg-card{min-width:0;height:100%;background:#fff;border:1px solid #ececef;border-radius:20px;overflow:hidden;box-shadow:0 8px 28px rgba(25,25,30,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.bgpg-card:hover{transform:translateY(-5px);box-shadow:0 16px 38px rgba(25,25,30,.12);border-color:#f0cbd0}
.bgpg-card-link{display:flex;flex-direction:column;height:100%;color:inherit!important;text-decoration:none!important}
.bgpg-cover{aspect-ratio:472/406;height:auto;background:#f5f6f7;position:relative;overflow:hidden}
.bgpg-cover img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.bgpg-card:hover .bgpg-cover img{transform:scale(1.025)}
.bgpg-discount-badge{position:absolute;top:14px;right:14px;background:#fb3449;color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900;box-shadow:0 4px 12px rgba(251,52,73,.24)}
.bgpg-overlay-label{position:absolute;inset:auto 14px 14px auto;background:rgba(20,20,22,.78);color:#fff;border-radius:9px;padding:7px 10px;font-size:11px;font-weight:700;opacity:0;transform:translateY(5px);transition:.2s}
.bgpg-card:hover .bgpg-overlay-label{opacity:1;transform:none}
.bgpg-body{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1}
.bgpg-body h3{margin:0 0 15px;text-align:right;font-size:21px;font-weight:900;color:#202124}
.bgpg-items{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:16px}
.bgpg-item{min-width:0;display:flex;align-items:center;gap:8px;padding:8px;border:1px solid #f0f0f1;border-radius:11px;background:#fafafa}
.bgpg-item-image{width:42px;height:42px;flex:0 0 42px;border-radius:8px;overflow:hidden;background:#fff}
.bgpg-item-image img{width:100%;height:100%;object-fit:contain;display:block}
.bgpg-item-text{min-width:0;display:flex;flex-direction:column;gap:2px;text-align:right}
.bgpg-item-text b{font-size:11px;color:#555;font-weight:800}
.bgpg-item-text small{font-size:10px;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bgpg-pricing{border-top:1px solid #eee;padding-top:12px}
.bgpg-row,.bgpg-final{display:flex;align-items:center;justify-content:space-between;gap:12px;line-height:1.8}
.bgpg-row{font-size:12px;color:#777}
.bgpg-row strong{font-size:12px;color:#444}
.bgpg-save span,.bgpg-save strong{color:#fb3449}
.bgpg-final{margin-top:7px;padding:11px 12px;border-radius:12px;background:#fff4f5;color:#303238;font-weight:800}
.bgpg-final strong{color:#fb3449;font-size:18px}
.bgpg-button{margin-top:auto;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:8px;background:#fb3449;color:#fff;border-radius:12px;padding:12px 14px;font-size:13px;font-weight:900;transition:filter .2s}
.bgpg-card:hover .bgpg-button{filter:brightness(.94)}
.bgpg-error,.bgpg-empty{padding:18px;border:1px solid #eee;border-radius:12px;text-align:center;color:#666;background:#fafafa}
@media(max-width:991px){.bgpg-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){
.bgpg-heading{margin-bottom:20px}.bgpg-heading h2{font-size:24px}.bgpg-heading p{font-size:13px}
.bgpg-grid{grid-template-columns:1fr;gap:16px}
.bgpg-cover{aspect-ratio:472/406;height:auto}.bgpg-body{padding:16px}
}
