/* SIGNALS capture-page styling — SINGLE SOURCE OF TRUTH for the capture-page body
   (breadcrumb, hero, byline, TL;DR callout, step list, proof links, FAQ accordion,
   CTA spacing). Linked by every capture page AFTER brand.css (which supplies the
   design tokens + sg-* chrome). Change capture-page styling here once; do not
   re-inline it per page. New pages start from public/_templates/capture-page.html. */
  *{box-sizing:border-box;margin:0;padding:0}
  .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  html{scroll-behavior:smooth}
  body{background:var(--paper);color:var(--ink);font-family:var(--serif);font-size:17px;line-height:1.62;-webkit-font-smoothing:antialiased;overflow-x:hidden}
  .page-wrap{max-width:860px;margin:0 auto;padding:0 40px}

  .bc{font-family:var(--sans);font-size:13px;color:var(--ink-3);padding-top:30px}
  .bc a{color:var(--ink-2);text-decoration:none}
  .bc a:hover{color:var(--ink)}
  .bc-sep{margin:0 9px;color:var(--line-2)}
  .bc-cur{color:var(--ink-3)}

  .hero{padding:30px 0 8px}
  .kicker{font-family:var(--sans);font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--amber);font-weight:700;margin-bottom:20px}
  h1{font-family:var(--serif);font-size:clamp(32px,5vw,52px);font-weight:400;letter-spacing:-.014em;line-height:1.08;margin-bottom:22px;color:var(--ink)}

  .byline{display:flex;align-items:center;gap:12px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:8px 0 0}
  .byline img{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}
  .byline-nm{font-family:var(--sans);font-size:13px;font-weight:700;color:var(--ink)}
  .byline-sub{font-family:var(--sans);font-size:12px;color:var(--ink-3)}
  .byline-upd{margin-left:auto;display:inline-flex;align-items:center;gap:6px;background:var(--paper-2);border:1px solid var(--line);border-radius:6px;padding:4px 12px}
  .byline-upd-k{font-family:var(--sans);font-size:11px;color:var(--ink-3);font-weight:600;text-transform:uppercase;letter-spacing:.5px}
  .byline-upd-v{font-family:var(--sans);font-size:12px;color:var(--ink-2);font-weight:600}

  /* TL;DR summary callout */
  .tldr{background:var(--card);border:1px solid var(--line-2);border-left:3px solid var(--steel);border-radius:var(--r);box-shadow:var(--sh-card);padding:22px 24px;margin:30px 0}
  .tldr-k{font-family:var(--sans);font-size:11px;font-weight:700;color:var(--steel-deep);letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}
  .tldr p{font-family:var(--serif);font-size:17px;line-height:1.65;color:var(--ink);margin:0}

  h2{font-family:var(--serif);font-size:clamp(25px,3.4vw,33px);font-weight:400;letter-spacing:-.012em;line-height:1.14;color:var(--ink);margin:48px 0 16px}
  p{font-family:var(--serif);font-size:17.5px;color:var(--ink-2);line-height:1.7;margin-bottom:18px}
  strong{color:var(--ink);font-weight:600}
  em{font-style:italic}
  a{color:var(--steel-deep);text-underline-offset:2px}

  .divider{height:1px;background:var(--line);margin:44px 0}

  /* numbered method list */
  ol.steps{list-style:none;counter-reset:s;margin:24px 0;max-width:760px}
  ol.steps li{counter-increment:s;position:relative;padding:14px 0 14px 46px;border-bottom:1px solid var(--line);font-family:var(--sans);font-size:15px;color:var(--ink-2);line-height:1.6}
  ol.steps li:last-child{border-bottom:none}
  ol.steps li::before{content:counter(s,decimal-leading-zero);position:absolute;left:0;top:14px;font-family:var(--mono);font-size:12.5px;color:var(--steel-deep);font-weight:600}
  ol.steps li strong{color:var(--ink);font-weight:700}

  /* proof links */
  ul.proof{list-style:none;margin:16px 0 8px;max-width:760px}
  ul.proof li{padding:10px 0 10px 24px;position:relative;border-bottom:1px solid var(--line);font-family:var(--sans);font-size:15px;color:var(--ink-2);line-height:1.55}
  ul.proof li:last-child{border-bottom:none}
  ul.proof li::before{content:"→";position:absolute;left:0;color:var(--amber);font-weight:700}

  /* comparison table — native, crawlable HTML (the most citable element on the
     comparison pages). Mirrors the .compare-table idiom from the older inline pages
     so styling stays consistent across the site. Never render these as images. */
  .compare-table{width:100%;border-collapse:collapse;margin:24px 0;font-family:var(--sans);font-size:13.5px;background:var(--card);border:1px solid var(--line-soft);border-radius:var(--r);box-shadow:var(--sh-card);overflow:hidden}
  .compare-table th{padding:11px 14px;background:var(--paper-2);font-weight:700;color:var(--ink-3);font-size:11px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--ink);text-align:left;vertical-align:bottom}
  .compare-table td{padding:12px 14px;border-bottom:1px solid var(--line-soft);color:var(--ink-2);line-height:1.5;vertical-align:top}
  .compare-table tr:last-child td{border-bottom:none}
  .compare-table tbody th{background:transparent;text-transform:none;letter-spacing:0;font-size:13.5px;color:var(--ink);border-bottom:1px solid var(--line-soft);text-align:left;font-weight:700}
  .compare-table tbody tr:nth-child(even) td,.compare-table tbody tr:nth-child(even) th{background:var(--paper-2)}
  @media(max-width:760px){.compare-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:12.5px}}

  /* FAQ accordion — same idiom as the reports */
  .faq{max-width:820px;margin:18px 0 4px}
  .faq details{border:1px solid var(--line-2);background:var(--card);margin-bottom:10px;border-radius:var(--r)}
  .faq summary{font-family:var(--sans);font-weight:600;font-size:15.5px;color:var(--ink);padding:15px 18px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px}
  .faq summary::-webkit-details-marker{display:none}
  .faq summary::after{content:"+";color:var(--steel);font-weight:700;font-size:20px;flex:0 0 auto}
  .faq details[open] summary::after{content:"\2013"}
  .faq details[open] summary{border-bottom:1px solid var(--line)}
  .faq .faq-a{padding:14px 18px 18px;font-family:var(--sans);font-size:15px;line-height:1.6;color:var(--ink-2)}
  .faq .faq-a p{font-family:var(--sans);font-size:15px;margin:0}

  /* auto left/right keeps the CTA centered — it shares the element with .page-wrap,
     whose margin:0 auto would otherwise be clobbered by this shorthand. */
  .cta-wrap{margin:48px auto 70px}

  @media (max-width:640px){
    .page-wrap{padding:0 22px}
    h1{font-size:30px}
    h2{font-size:24px;margin:36px 0 12px}
    p{font-size:16.5px}
  }
  @media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
