.benefit-hub { margin-top: 1rem; }
.benefit-hub-head { display:flex; align-items:end; justify-content:space-between; gap:1rem; margin-bottom:1rem; }
.benefit-hub-head .eyebrow { display:inline-block; font-size:.8rem; font-weight:700; color:#4f46e5; letter-spacing:.06em; margin-bottom:.25rem; }
.benefit-hub-head h2 { font-weight:800; margin:0; }
.benefit-hub-head p { margin:.35rem 0 0; color:#64748b; }
.benefit-panel { background:#fff; border:1px solid #e5e7eb; border-radius:18px; box-shadow:0 10px 24px rgba(15,23,42,.06); padding:1.25rem; }
.benefit-panel h3 { font-size:1.08rem; font-weight:800; margin-bottom:1rem; }
.benefit-item { display:block; padding:.85rem .9rem; border:1px solid #eef2f7; border-radius:14px; text-decoration:none; color:#111827; margin-bottom:.65rem; background:#f8fafc; }
.benefit-item:hover { color:#111827; box-shadow:0 8px 18px rgba(15,23,42,.07); transform:translateY(-1px); }
.benefit-item span, .benefit-item small { display:block; color:#64748b; font-size:.82rem; }
.benefit-item strong { display:block; font-size:1rem; overflow-wrap:anywhere; }
.empty-benefit { color:#64748b; background:#f8fafc; border-radius:14px; padding:1rem; line-height:1.5; }
.store-promo-panel { background:linear-gradient(135deg,#eef2ff,#ecfdf5); }
.store-promo-panel ul { padding-left:1.1rem; color:#475569; }
.cpn-banner-card { display:flex; gap:1rem; align-items:center; min-height:110px; padding:1rem; border-radius:18px; text-decoration:none; color:#111827; background:#111827; background:linear-gradient(135deg,#111827,#334155); overflow:hidden; box-shadow:0 12px 24px rgba(15,23,42,.14); }
.cpn-banner-card:hover { color:#fff; transform:translateY(-1px); }
.cpn-banner-card img { width:84px; height:84px; object-fit:cover; border-radius:14px; background:#fff; }
.cpn-banner-body { color:#fff; min-width:0; }
.cpn-banner-body small { display:block; opacity:.72; font-size:.75rem; }
.cpn-banner-body strong { display:block; font-size:1.05rem; overflow-wrap:anywhere; }
.cpn-banner-body em { display:block; font-style:normal; opacity:.86; font-size:.9rem; margin-top:.2rem; }
@media (max-width: 768px) { .benefit-hub-head { display:block; } .benefit-hub-head .btn { margin-top:.75rem; width:100%; } .cpn-banner-card { min-height:92px; } }
