Generate CSS pricing cards.
.pricing {
border: 1px solid #e5e7eb;
border-radius: 12px;
padding: 24px;
text-align: center;
border-color: #0ea5e9; box-shadow: 0 0 0 2px #0ea5e933;
}
.pricing .price { color: #0ea5e9; font-size: 2.5rem; font-weight: 800; }