/* global window */
// Content object for the article renderer (blog/blog-article.jsx).
// Produced by the Writer→Editor→Humanize→Proofreader chain; draft in blog/pipeline/drafts/hesitation-8s.md
window.__ARTICLE__ = {
  slug: "hesitation-8s",
  laneLabel: "FIELD NOTES",
  kicker: "PRICING",
  readMins: 3,
  dateLabel: "May 2026",
  title: "Hesitation peaks 8 seconds after the pricing page loads",
  deck: "A short field note on a recurring micro-pattern: buyers stall between tiers right after a pricing page loads, then drift to support and the FAQ. What the signal looks like, and the one fix that moves it.",
  tags: ["pricing", "ux"],
  toc: [
    { id: "clock", num: "01 · THE CLOCK", title: "The pause on a clock" },
    { id: "signal", num: "02 · THE SIGNAL", title: "What the signal looks like" },
    { id: "fix", num: "03 · THE FIX", title: "The one fix that moves it" },
  ],
  body: [
    { t: "h2", id: "clock", num: "01 · THE CLOCK", text: "The pause that runs on a clock" },
    { t: "p", html: `The pricing page is where the whole funnel goes quiet. Everything upstream is a pitch the buyer can skim. The pricing page is the first screen that asks them to commit, and the recording shows it. Across recent studies we watch the same thing happen on a clock: the page loads, the buyer reads the tier names, and a few seconds in the cursor starts drifting between the columns without landing. The pause is short. It is also the most honest moment in the session.` },
    { t: "p", html: `We see it cluster around the eight-second mark. Not a stopwatch law, but a recurring shape. The first few seconds are orientation, the buyer scanning headers and prices. Then comes the comparison, and the comparison is where they stall. The cursor crosses from one tier to the next and back, hovering over the feature rows like someone re-reading a contract clause they are not sure they understand. No click. Just the hover-and-return.` },
    { t: "pullquote", text: "The pricing page is the first screen that asks the buyer to commit, and the recording shows it. The eight-second hover is the whole funnel holding its breath." },
    { t: "figure",
      fig: { key: "timeline", props: { moments: [0.12, 0.46, 0.58, 0.71] } },
      ref: "FIG 01",
      caption: "Hesitation across the first ~15 seconds on the pricing page: low through orientation, peaking mid-comparison around the eight-second mark before the drift to support." },

    { t: "h2", id: "signal", num: "02 · THE SIGNAL", text: "What the signal looks like" },
    { t: "p", html: `The behavioral tell is specific, so it is easy to spot once you know it. The cursor scans two or three tiers without committing, then retreats, usually to the FAQ link, the chat bubble, or back up the page to re-read what a plan includes. The verbal version, when the session is moderated and an agent asks what made them pause, is some flavor of <em>"wait, is that included in this one or the next one up?"</em> That sentence is the diagnosis. The buyer is not weighing price against budget. They are trying to figure out what they actually get.` },
    { t: "p", html: `This is choice overload doing its quiet work. The classic demonstration is Iyengar and Lepper's jam study: shoppers offered 6 varieties bought far more often than shoppers offered 24, even though the bigger display drew more interest. Roughly <strong>30% purchased from the limited set versus 3% from the extensive one</strong> (Iyengar and Lepper, 2000). A three-tier pricing page is not 24 jams. But stack each tier with twelve feature rows, two of them subtly different between plans, and you have rebuilt the same trap. Attention goes up. Decisions go down.` },
    { t: "p", html: `The drift to support is the second half of the pattern, and it is the part teams misread. A spike in pricing-page FAQ clicks or chat-opens looks like engagement on a dashboard. In the recordings it reads as something closer to a stall: the buyer could not resolve the comparison on the page, so they went looking for an answer the page should have given them. We see the same hesitation upstream of cart abandonment too. Baymard's checkout research found roughly <strong>18% of US shoppers</strong> have abandoned an order specifically because the process felt too long or complicated (Baymard Institute, 2024). The pricing page is where that complication first becomes visible, several steps before it shows up as a lost order.` },

    { t: "h2", id: "fix", num: "03 · THE FIX", text: "The one fix that moves it" },
    { t: "p", html: `Surface what is included before the CTA, not behind it.` },
    { t: "p", html: `Most pricing pages bury the answer to "what do I actually get" one layer down, in a comparison table the buyer has to scroll to, a tooltip they have to hover, or a feature list that only fully renders after they pick a plan. The hesitation lives in that gap. The buyer wants to commit and cannot, because the page made them do the comparison work in their head instead of putting it in front of them.` },
    { t: "p", html: `So put it in front of them. The few things that distinguish each tier should be legible at the moment of comparison, in plain language, above the button rather than below it. Not the full feature matrix, which only adds load. The two or three lines that actually decide which plan a given buyer needs. When teams make that change, the eight-second hover compresses and the drift to FAQ thins out, because the question that sent them there never forms.` },
    { t: "p", html: `The point of catching this in a moderated study is that the dashboard cannot. The funnel will tell you how many buyers left the pricing page. It will never tell you that they left at second eight, mid-comparison, because two tiers looked too alike to choose between. That is in the clip, the transcript line, and the behavioral signal, and it is fixable the moment you can see it.` },

    { t: "references", items: [
      { n: 1, html: `Iyengar, S. S., & Lepper, M. R. (2000). "When Choice is Demotivating: Can One Desire Too Much of a Good Thing?" <em>Journal of Personality and Social Psychology</em>, 79(6), 995–1006. (6-option display ≈30% purchase vs. 24-option display ≈3%.) <a href="https://psycnet.apa.org/record/2000-16701-012" target="_blank" rel="noopener">psycnet.apa.org</a>` },
      { n: 2, html: `Baymard Institute (2024). "Cart Abandonment Rate Statistics." (~18% of US shoppers abandon due to a too-long / complicated checkout process.) <a href="https://baymard.com/lists/cart-abandonment-rate" target="_blank" rel="noopener">baymard.com</a>` },
    ] },
  ],
  related: [
    { href: "/blog/five-flavors-friction.html", title: "Five flavors of UX friction agents catch before users do", meta: "6 min · Index" },
    { href: "/blog/synthetic-vs-human.html", title: "Synthetic vs. human research: when each one wins", meta: "7 min · Index" },
  ],
};
