.epostar-price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.epostar-price-card{display:flex;flex-direction:column;padding:23px;border:1px solid #ffffff16;border-radius:20px;background:linear-gradient(160deg,#12213a,#0b1628);box-shadow:var(--shadow)}
.epostar-price-card.free{border-color:#34d39955}.epostar-price-card.featured{border-color:#7c6cffaa;background:linear-gradient(160deg,#1a2450,#101832)}
.epostar-price-badge{align-self:flex-start;padding:5px 9px;border-radius:999px;background:#ffffff0c;color:#d8e0ef;font-size:10px;font-weight:900;letter-spacing:.06em}
.epostar-price-card.free .epostar-price-badge{background:#34d39918;color:#6ee7b7}.epostar-price-card.featured .epostar-price-badge{background:#7c6cff25;color:#d8d4ff}
.epostar-price-card h3{margin:14px 0 5px}.epostar-price{font-size:28px;font-weight:950}.epostar-price small{display:block;color:var(--muted);font-size:11px;font-weight:700}
.epostar-price.discounted{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.epostar-price.discounted del{color:#8793a8;font-size:15px;text-decoration-thickness:2px}.epostar-price.discounted strong{color:#c4b5fd;font-size:28px}.epostar-price.discounted small{width:100%}.epostar-price-card li del{color:#93a0b5}.epostar-price-card li strong{color:#c4b5fd}
.epostar-price-card ul{flex:1;margin:14px 0 20px;padding-left:19px;color:var(--muted)}.epostar-price-card li{margin:7px 0}
.epostar-price-card button{padding:12px;border:1px solid #ffffff0e;border-radius:11px;background:#ffffff09;color:#7f8ca1;font-weight:850;cursor:not-allowed}
.epostar-price-guard{margin-top:18px;padding:16px 18px;border-left:4px solid var(--warn);border-radius:0 14px 14px 0;background:#f59e0b10;color:#e5c589}
@media(max-width:900px){.epostar-price-grid{grid-template-columns:1fr}}
