/* ============================================================
   Ventorify pricing page styles (loads after css/site.css)
   ============================================================ */

/* ---------- Hero ---------- */

.pricing-hero {
  padding-top: clamp(3rem, 2rem + 4vw, 5.5rem);
  text-align: center;
}
.pricing-hero h1 {
  font-size: clamp(2.3rem, 1.3rem + 4vw, 3.6rem);
  font-weight: 700;
  letter-spacing: var(--track-display);
  line-height: 1.04;
  max-width: 18ch;
  margin-inline: auto;
}
.pricing-hero .lead {
  margin: 1.2rem auto 0;
  max-width: 38rem;
}

/* ---------- Plan grid ---------- */

.plans {
  padding-top: clamp(2.5rem, 2rem + 2.5vw, 4rem);
  padding-bottom: clamp(3.5rem, 2.5rem + 4vw, 6rem);
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.plan-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 1.6rem 1.4rem;
}
.plan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  min-height: 1.6rem;
}
.plan-card h3 {
  font-size: 1.02rem;
  font-weight: 660;
}
.plan-price {
  margin-top: 0.7rem;
  font-size: 2rem;
  font-weight: 720;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--ink);
}
.plan-per {
  font-size: 0.95rem;
  font-weight: 520;
  color: var(--slate-light);
  margin-left: 2px;
}
.plan-orders {
  margin-top: 0.4rem;
  font-size: var(--text-micro);
  font-weight: 620;
  color: var(--indigo);
}
.plan-blurb {
  margin-top: 0.8rem;
  color: var(--slate);
  font-size: var(--text-small);
  line-height: 1.55;
}
.plan-includes {
  display: block;
  margin-top: 1.3rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--border-soft);
  font-size: var(--text-micro);
  font-weight: 620;
  color: var(--slate-light);
}
.plan-card .checklist {
  margin-top: 0.75rem;
  margin-bottom: 1.6rem;
  gap: 0.55rem;
  font-size: var(--text-small);
}
.plan-card .checklist .check {
  width: 16px;
  height: 16px;
}
.plan-cta {
  margin-top: auto;
  width: 100%;
}
.plan-card.is-highlight {
  border-color: var(--indigo);
  box-shadow: 0 0 0 1px var(--indigo), 0 12px 28px -12px rgb(43 74 203 / 0.35);
}

/* ---------- Billing facts strip ---------- */

.section-billing-facts {
  margin-bottom: clamp(1rem, 0.5rem + 1vw, 2rem);
}

/* ---------- Alerts section ---------- */

.alerts-section .split-copy h2 {
  font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.3rem);
}
.alerts-visual .alert-mock {
  max-width: 30rem;
  margin-inline: auto;
}
.alert-list {
  list-style: none;
  margin: 0;
  padding: 0.2rem 0;
  min-height: 19.5rem;
}
.alert-row {
  display: grid;
  gap: 0.45rem;
  padding: 0.9rem 1.1rem;
  transition: opacity var(--dur-med) var(--ease-out);
}
.alert-row + .alert-row {
  border-top: 1px solid var(--border-soft);
}
.alert-top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.alert-time {
  margin-left: auto;
  font-size: var(--text-micro);
  color: var(--slate-light);
}
.alert-text {
  margin: 0;
  font-size: 0.88rem;
  color: var(--slate);
}
.alert-text b {
  color: var(--ink);
  font-weight: 640;
}
.alert-routes {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.route-chip {
  font-size: var(--text-micro);
  font-weight: 600;
  color: var(--slate);
  background: #f2f4f7;
  border: 1px solid var(--border-soft);
  border-radius: var(--r-pill);
  padding: 0.22em 0.7em;
  line-height: 1.4;
}
.alert-row.is-resolved {
  opacity: 0.6;
}

/* Animation-only states: applied by JS while the loop runs, and the
   hiding CSS is gated on BOTH html.js and no-preference so the raw
   HTML / reduced-motion state is always the finished inbox. */
@media (prefers-reduced-motion: no-preference) {
  html.js .alert-hidden {
    display: none;
  }
  html.js .alert-row.alert-enter {
    animation: feed-in 0.45s var(--ease-out) both;
  }
}

/* ---------- Order limit band ---------- */

.limit-section {
  padding-top: 0;
}
.limit-band {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
  gap: clamp(2rem, 1.5rem + 2vw, 4rem);
  align-items: center;
  background: linear-gradient(160deg, var(--indigo-tint), #f6f8fe 65%);
  border: 1px solid var(--indigo-soft);
  border-radius: calc(var(--r-card) * 1.5);
  padding: clamp(1.8rem, 1.2rem + 2vw, 3rem);
}
.limit-copy h2 {
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.1rem);
  font-weight: 680;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.limit-copy p {
  margin-top: 0.8rem;
  color: var(--slate);
  max-width: 48ch;
}
.limit-lists {
  display: grid;
  gap: 0.8rem;
}
.limit-list {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-card);
  padding: 1rem 1.2rem;
  box-shadow: var(--shadow-sm);
}
.limit-list-title {
  display: block;
  font-size: var(--text-micro);
  font-weight: 640;
  color: var(--slate-light);
}
.limit-list .checklist {
  margin-top: 0.55rem;
  gap: 0.45rem;
  font-size: var(--text-small);
}
.limit-restricted-list {
  list-style: none;
  margin: 0.55rem 0 0;
  padding: 0;
  font-size: var(--text-small);
}
.limit-restricted-list li {
  display: flex;
  gap: 0.7rem;
  align-items: baseline;
  color: var(--slate);
}
.limit-dash {
  flex: none;
  width: 16px;
  height: 16px;
  color: var(--slate-light);
  transform: translateY(2px);
}

/* ---------- FAQ ---------- */

.faq-section {
  padding-top: 0;
}

/* ---------- Responsive ---------- */

@media (max-width: 1023px) {
  .plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .limit-band {
    grid-template-columns: 1fr;
  }
  .alerts-visual .alert-mock {
    margin-inline: 0;
  }
}

@media (max-width: 599px) {
  .plan-grid {
    grid-template-columns: 1fr;
  }
  .alert-list {
    min-height: 0;
  }
}
