/* Landing page SaaS pricing — bridges saas-plans.css into the marketing shell */

.landing-saas-pricing {
  margin-top: 8px;
}

.landing-saas-pricing-head {
  justify-content: center;
  margin-bottom: 4px;
}

.landing-saas-pricing .sa-pcard-foot {
  display: flex;
  justify-content: stretch;
  padding: 14px 16px 16px;
  border-top: 1px solid var(--border-subtle, rgba(0, 0, 0, 0.06));
}

.landing-saas-plan-cta {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.landing-saas-pricing .sa-pcard-body {
  max-height: 280px;
  overflow: auto;
}

@media (min-width: 1280px) {
  .landing-saas-pricing .sa-pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
