.cpn-hero-v2 {
  border-radius: 28px;
  padding: clamp(28px, 5vw, 56px);
  color: #fff;
  background: radial-gradient(circle at 15% 20%, rgba(255,255,255,.24), transparent 24%), linear-gradient(135deg, #2541b2 0%, #5e72e4 48%, #159957 100%);
  overflow: hidden;
}
.cpn-hero-panel { background: rgba(255,255,255,.96); color: #172b4d; border-radius: 22px; padding: 22px; }
.cpn-stat-box { background: #f8fafc; border: 1px solid #e9ecef; border-radius: 16px; padding: 14px 10px; text-align: center; min-height: 92px; }
.cpn-stat-box strong { display:block; font-size: clamp(22px, 4vw, 34px); color:#2541b2; line-height:1; }
.cpn-stat-box span { display:block; margin-top:8px; color:#64748b; font-size:12px; word-break:keep-all; }
.cpn-check-list { list-style:none; padding-left:0; }
.cpn-check-list li { margin: 8px 0; padding-left: 28px; position: relative; color:#475569; }
.cpn-check-list li::before { content:'✓'; position:absolute; left:0; top:0; color:#198754; font-weight:700; }
.cpn-benefit-card .small, .cpn-coupon-card .card-text { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.cpn-benefit-card code, .cpn-coupon-card code { max-width: 150px; display:inline-block; }
.store-home-cta { background: linear-gradient(135deg, #f8fff9, #ffffff); }
@media (max-width: 575.98px) {
  .cpn-hero-v2 { border-radius: 18px; padding: 24px 18px; }
  .cpn-hero-v2 .btn-lg { width: 100%; }
  .cpn-stat-box { min-height: 84px; padding: 12px 6px; }
}
