.az-plan-header { display:flex; gap:12px; align-items:center; flex-wrap:wrap; margin: 8px 0 12px; }
.az-badge { padding: 4px 10px; border-radius: 999px; font-weight: 600; background: #eee; }
.az-badge.silver { background: #ECECEC; }
.az-badge.gold { background: #F6E98E; }
.az-badge.platinum { background: #DFE7ED; }
.az-pill { padding: 3px 8px; border-radius: 6px; background: #f3f4f6; font-size: 12px; }

.az-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 12px 0; }
.az-card { border: 1px solid #e5e7eb; border-radius: 12px; padding: 16px; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.02); }

.az-progress { height: 6px; background: #f3f4f6; border-radius: 6px; overflow: hidden; }
.az-progress > span { display: block; height: 100%; width: 0; background: #3b82f6; }

.az-compare table { width:100%; border-collapse: collapse; margin: 8px 0 16px; }
.az-compare th, .az-compare td { border-bottom: 1px solid #eee; padding: 10px; text-align: center; }
.az-compare th:first-child, .az-compare td:first-child { text-align: left; }
