.error-text{color:#ef4444}.plans-section{margin-bottom:64px}.section-title{font-size:1.5rem;font-weight:700;text-align:center;display:flex;align-items:center;justify-content:center;gap:12px}.section-icon{color:#f59e0b}.section-desc{text-align:center;font-size:.95rem}.plans-grid{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.plan-card{padding:32px;border-radius:var(--radius-lg);width:300px;display:flex;flex-direction:column;justify-content:space-between;text-align:center;transition:transform .2s;border:1px solid hsla(0,0%,100%,.8)}.plan-card:hover{transform:translateY(-5px);background:hsla(0,0%,100%,.05)}.plan-card.active-plan{border:2px solid #22c55e;background:rgba(34,197,94,.05)}.plan-card.expired-plan{border:2px solid #f59e0b;background:rgba(245,158,11,.05)}.universal-badge{background:linear-gradient(135deg,#f59e0b,#eab308);color:#000;font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:99px}.active-status,.expired-status{width:100%;text-align:center}.active-badge{background:rgba(34,197,94,.2);color:#22c55e}.active-badge,.expired-badge{font-weight:700;padding:8px 24px;border-radius:99px;display:inline-block}.expired-badge{background:rgba(245,158,11,.2);color:#f59e0b}.expires-text{font-size:.85rem;color:hsla(0,0%,100%,.6);margin-top:8px}.buy-btn{background:#fff;color:#000;font-weight:700;padding:12px 32px;border-radius:99px;width:100%;cursor:pointer}.buy-btn:disabled{opacity:.6;cursor:not-allowed}