
.hbpb-pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}
.hbpb-card{padding:18px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}
.hbpb-card--premium{outline:2px solid rgba(18,59,138,.9)}
.hbpb-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.hbpb-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 18px;border-radius:14px;text-decoration:none;font-weight:700;background:#fff;color:#111}
.hbpb-inline-note,.hbpb-note{display:block;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.05);border:1px dashed rgba(255,255,255,.16)}
.hbpb-note{grid-column:1/-1}
@media (max-width:820px){.hbpb-pricing-grid{grid-template-columns:1fr}}
