/* Four-duration pricing matrix: preserves the existing card style while fitting the new 1/3/6/12-month set. */
.pricing-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}
@media (max-width:1024px){.pricing-grid-four{grid-template-columns:1fr}}
