/* =============================================================
   Ohoii — Pricing table (Pakker) · module.css
   Self-contained. Relies only on theme tokens loaded in the base
   layout. A single Monthly/Yearly switch (see module.js) swaps the
   price + CTA text/link for every card at once. Cards support
   included / excluded feature rows and per-feature tooltips.
   Structural / layout only — all colours come from brand tokens{
  --pt-gap: clamp(20px, 2.4vw, 26px);
  --pt-card-padding: clamp(28px, 3vw, 36px);
  --pt-radius: var(--radius-lg);
}

/* ---- Responsive -------------------------------------------- */
@media (min-width: 760px) {
  /* equal-width columns; flows cleanly for 1–5 plans{ grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
}
