/* Shared article styles for /blog/* and /compare/* pages. Extracted so new
   articles are a copy-paste of content, not 120 lines of duplicated CSS. */
  /* ---- Article-specific layout, built on the site's tokens ---- */
  .post { max-width: 760px; margin: 0 auto; padding: 40px 28px 20px; }
  .post-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12.5px; font-weight: 650; letter-spacing: .05em; text-transform: uppercase;
    color: var(--accent-deep); background: var(--accent-tint);
    padding: 6px 12px; border-radius: 999px; margin-bottom: 20px;
  }
  .post h1 {
    font-size: 42px; line-height: 1.08; letter-spacing: -.03em; font-weight: 700;
    max-width: 15ch;
  }
  .post-meta { margin-top: 16px; color: var(--ink-3); font-size: 13.5px; }
  /* The direct-answer chunk — the paragraph answer engines lift. */
  .answer {
    margin-top: 26px; padding: 22px 24px;
    background: var(--bg-2); border: 1px solid var(--line);
    border-left: 3px solid var(--accent); border-radius: 12px;
    font-size: 18px; line-height: 1.6; color: var(--ink);
  }
  .answer strong { font-weight: 700; }
  .post h2 {
    font-size: 27px; letter-spacing: -.02em; font-weight: 700;
    margin-top: 52px; margin-bottom: 6px;
  }
  .post h3 { font-size: 18px; letter-spacing: -.01em; font-weight: 650; margin-top: 26px; margin-bottom: 6px; }
  .post p { margin-top: 14px; font-size: 17px; line-height: 1.7; color: var(--ink-2); }
  .post p strong { color: var(--ink); font-weight: 650; }
  .post ul { margin-top: 14px; padding-left: 0; list-style: none; display: grid; gap: 10px; }
  .post ul li {
    position: relative; padding-left: 26px; font-size: 16.5px; line-height: 1.6; color: var(--ink-2);
  }
  .post ul li::before {
    content: ""; position: absolute; left: 4px; top: 11px;
    width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  }
  .post ul li strong { color: var(--ink); font-weight: 650; }

  /* ---- Comparison table ---- */
  .cmp-wrap {
    margin-top: 26px; overflow-x: auto;
    border: 1px solid var(--line); border-radius: 14px;
    box-shadow: var(--shadow); background: var(--card);
    -webkit-overflow-scrolling: touch;
  }
  table.cmp { border-collapse: collapse; width: 100%; min-width: 640px; font-size: 14.5px; }
  table.cmp th, table.cmp td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
  table.cmp thead th { font-size: 13px; letter-spacing: .01em; color: var(--ink); font-weight: 650; background: var(--bg-2); }
  table.cmp thead th.col-awake { color: var(--accent-deep); background: var(--accent-tint); }
  table.cmp tbody th { font-weight: 600; color: var(--ink); white-space: nowrap; }
  table.cmp td { color: var(--ink-2); }
  table.cmp td.awake { color: var(--ink); font-weight: 600; background: color-mix(in srgb, var(--accent) 6%, transparent); }
  table.cmp tr:last-child th, table.cmp tr:last-child td { border-bottom: none; }
  .yes { color: var(--accent-deep); font-weight: 700; }
  .cmp-note { margin-top: 10px; font-size: 13px; color: var(--ink-3); }

  /* ---- "Which one to use" block ---- */
  .picker { margin-top: 26px; display: grid; gap: 12px; }
  .picker .pick {
    display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start;
    padding: 18px 20px; background: var(--card);
    border: 1px solid var(--line); border-radius: 14px;
    transition: border-color 200ms var(--ease-out), box-shadow 200ms var(--ease-out);
  }
  @media (hover: hover) and (pointer: fine) {
    .picker .pick:hover { border-color: color-mix(in srgb, var(--accent) 45%, var(--line)); box-shadow: var(--shadow); }
  }
  .picker .pick.hero-pick { border-color: transparent; box-shadow: inset 0 0 0 2px var(--accent), var(--shadow); }
  .picker .tag {
    font-size: 12px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase;
    color: var(--accent-ink); background: var(--accent);
    padding: 4px 10px; border-radius: 999px; white-space: nowrap; align-self: center;
  }
  .picker .tag.muted { color: var(--ink-2); background: var(--bg-3); }
  .picker .pick p { margin: 0; font-size: 16px; line-height: 1.55; color: var(--ink-2); }
  .picker .pick p strong { color: var(--ink); font-weight: 650; }

  /* ---- Inline CTA card ---- */
  .cta-card {
    margin-top: 42px; padding: 30px 28px; text-align: center;
    background: var(--bg-2); border: 1px solid var(--line); border-radius: 18px;
  }
  .cta-card h2 { margin: 0; font-size: 24px; letter-spacing: -.02em; }
  .cta-card p { margin-top: 10px; color: var(--ink-2); font-size: 16px; }
  .cta-card .btn { margin-top: 20px; }
  .cta-card .cta-fine { margin-top: 14px; font-size: 13px; color: var(--ink-3); }
  .cta-card .cta-fine svg { color: var(--accent-deep); vertical-align: -2px; margin-right: 4px; }

  /* ---- Visible FAQ ---- */
  .post-faq { margin-top: 22px; display: grid; gap: 14px; }
  .post-faq .qa {
    padding: 18px 20px; background: var(--card);
    border: 1px solid var(--line); border-radius: 14px;
  }
  .post-faq .qa h3 { margin: 0; font-size: 16.5px; letter-spacing: -.01em; font-weight: 650; color: var(--ink); }
  .post-faq .qa p { margin-top: 8px; font-size: 15.5px; line-height: 1.6; }
  .post-faq .qa a { color: var(--accent-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

  /* ---- Closing specs ---- */
  .specs { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
  .specs h2 { margin-top: 0; }
  .spec-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .spec {
    padding: 16px 18px; background: var(--card);
    border: 1px solid var(--line); border-radius: 12px;
  }
  .spec .k { font-size: 12px; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-3); }
  .spec .v { margin-top: 4px; font-size: 15.5px; color: var(--ink); font-weight: 600; }

  @media (max-width: 620px) {
    .post h1 { font-size: 33px; }
    .post h2 { font-size: 23px; }
    .answer { font-size: 16.5px; }
    .spec-grid { grid-template-columns: 1fr; }
    .picker .pick { grid-template-columns: 1fr; gap: 8px; }
  }

/* Pointer from a long guide to the interactive builder. */
.tool-link {
  margin: 22px 0 30px;
  padding: 14px 18px;
  background: #fbf7ee;
  border: 1px solid #efe6d3;
  border-radius: 12px;
  font-size: 15px;
}
