/* ============================================================================
 * jco.css — JumpSteps Cluster Orbit editorial component styles (harvest/WRITER class)
 * ----------------------------------------------------------------------------
 * PROVENANCE — this file is a VERBATIM SNAPSHOT of Squarespace-rendered output.
 *   source URL   : https://www.jumpsteps.com/learning/banking/checking/comparing-community-banks-considerations
 *   captured     : 2026-07-24
 *   size         : 35847 chars (~35KB)
 *   rules        : 324 flat + 15 @media blocks
 *   upstream tag : JumpSteps Cluster Orbit Component Library v1.0
 *
 * CANONICAL UPSTREAM lives in the Squarespace jco generator ("Update via
 * generator", per the embedded banner) — NOT here. This snapshot exists because
 * the composition server serves body-only harvested content_html (the baked
 * <style> is stripped at §10e harvest); the editorial component CSS must be
 * supplied chrome-side. Do not hand-edit; re-extract from live SS and re-diff
 * (see pre-cutover-checklist: freeze-period drift check).
 * ==========================================================================*/

/* JumpSteps Cluster Orbit Component Library v1.0 */
/* Embedded in this page — do not modify locally. Update via generator. */

/* Page wrapper */
.jco-page { font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; max-width: 1060px; margin: 0 auto; padding: 0 20px 48px; color: #3E3E3E; line-height: 1.65; }
.jco-page *, .jco-page *::before, .jco-page *::after { box-sizing: border-box; font-family: 'Roboto', sans-serif; }
.jco-page h1 { font-size: 32px; font-weight: 700; color: #1a1a1a; line-height: 1.2; margin: 8px 0 24px; }
.jco-page p { margin: 0 0 14px; }
.jco-page a { color: #4D8990; }

/* Breadcrumb */
.jco-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 13px; color: #6e6e6e; margin: 8px 0 12px; }
.jco-breadcrumb a { color: #4D8990; text-decoration: none; }
.jco-breadcrumb a:hover { color: #3a6b71; text-decoration: underline; }
.jco-breadcrumb-sep { color: #b0b0b0; user-select: none; }
.jco-breadcrumb-current { color: #3E3E3E; font-weight: 500; }

/* Section header */
.jco-h2 { font-size: 24px; font-weight: 700; color: #3E3E3E; border-bottom: 2px solid #4D8990; padding-bottom: 10px; margin-bottom: 14px; margin-top: 36px; line-height: 1.3; }
.jco-body h3 { font-size: 18px; font-weight: 700; color: #3E3E3E; margin: 24px 0 10px; line-height: 1.35; }
.jco-body h3:first-child { margin-top: 0; }
.jco-h3 { font-size: 17px; font-weight: 700; color: #3E3E3E; margin-bottom: 10px; margin-top: 24px; }

/* Editorial block */
.jco-edblock { background: #EAF3F4; border-left: 4px solid #4D8990; border-radius: 0 10px 10px 0; padding: 22px 26px; margin-bottom: 16px; }
.jco-edblock-label { font-size: 12px; font-weight: 700; color: #4D8990; text-transform: uppercase; letter-spacing: 0.84px; margin-bottom: 10px; }
.jco-edblock-text { font-size: 17px; color: #3E3E3E; line-height: 1.75; margin: 0; }

/* Comparison context */
.jco-context { background: rgb(240,249,244); border-left: 4px solid rgb(46,125,79); border-radius: 0 8px 8px 0; padding: 14px 18px; margin-bottom: 10px; }
.jco-context-label { font-size: 12px; font-weight: 700; color: rgb(46,125,79); text-transform: uppercase; letter-spacing: 0.84px; margin-bottom: 6px; }
.jco-context-text { font-size: 15px; color: #3E3E3E; line-height: 1.65; margin: 0; }

/* Best For / Less Likely */
.jco-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 10px; margin-bottom: 28px; }
@media (max-width: 640px) { .jco-fit { grid-template-columns: 1fr; } }
.jco-fit-box { padding: 18px 20px; border-radius: 8px; }
.jco-fit-box.green { background: rgb(240,249,244); border: 1px solid rgb(170,213,186); }
.jco-fit-box.red { background: rgb(253,240,238); border: 1px solid rgb(240,184,176); }
.jco-fit-box h3 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; margin-top: 0; }
.jco-fit-box.green h3 { color: rgb(46,125,79); }
.jco-fit-box.red h3 { color: rgb(192,57,43); }
.jco-fit-box ul { list-style: none; padding: 0; margin: 0; }
.jco-fit-box ul li { font-size: 15px; color: #3E3E3E; padding: 7px 0; border-bottom: 1px solid rgba(0,0,0,0.06); display: flex; gap: 8px; align-items: flex-start; line-height: 1.5; }
.jco-fit-box ul li:last-child { border-bottom: none; }
.jco-fit-box.green li::before { content: "\2713"; color: rgb(46,125,79); font-weight: 700; flex-shrink: 0; }
.jco-fit-box.red li::before { content: "\2717"; color: rgb(192,57,43); font-weight: 700; flex-shrink: 0; }

/* Fast Facts */
.jco-facts-wrap { border: 1px solid #e2e2e2; border-radius: 8px; overflow: hidden; max-width: 100%; margin-bottom: 16px; }
.jco-facts { width: 100%; border-collapse: collapse; font-size: 15px; color: #3E3E3E; table-layout: fixed; }
.jco-facts td { padding: 13px 16px; border-bottom: 1px solid #e2e2e2; vertical-align: top; line-height: 1.55; word-break: break-word; overflow-wrap: break-word; }
.jco-facts tr:last-child td { border-bottom: none; }
.jco-facts tr:nth-child(odd) td { background: rgb(247,248,248); }
.jco-facts tr:nth-child(even) td { background: #ffffff; }
.jco-facts td:first-child { font-weight: 700; width: 160px; min-width: 100px; }
.jco-facts td a { color: #4D8990; }
.jco-facts-note { font-size: 13px; color: #6e6e6e; margin-top: 10px; font-style: italic; }
@media (max-width: 680px) {
  .jco-facts td:first-child { width: 120px; font-size: 13px; white-space: normal; }
  .jco-facts td { font-size: 14px; padding: 10px 12px; }
}

/* FAQ accordion */
.jco-faq { border: 1px solid #e2e2e2; border-radius: 8px; overflow: hidden; margin-bottom: 16px; }
.jco-faq-item { border-bottom: 1px solid #e2e2e2; }
.jco-faq-item:last-child { border-bottom: none; }
.jco-faq-toggle { display: none; }
.jco-faq-label { display: flex; align-items: center; justify-content: space-between; padding: 18px; font-size: 17px; font-weight: 700; color: #3E3E3E; cursor: pointer; background: #fff; gap: 10px; user-select: none; }
.jco-faq-label:hover { background: rgb(247,248,248); }
.jco-faq-icon { width: 26px; height: 26px; border-radius: 50%; background: #EAF3F4; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s; }
.jco-faq-icon svg { width: 12px; height: 12px; stroke: #4D8990; stroke-width: 2; fill: none; transition: stroke 0.2s; }
.jco-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.jco-faq-answer-inner { font-size: 17px; line-height: 1.75; color: #3E3E3E; padding: 0 18px 18px; }
.jco-faq-toggle:checked ~ .jco-faq-label { color: #4D8990; }
.jco-faq-toggle:checked ~ .jco-faq-label .jco-faq-icon { background: #4D8990; }
.jco-faq-toggle:checked ~ .jco-faq-label .jco-faq-icon svg { stroke: #fff; }
.jco-faq-toggle:checked ~ .jco-faq-answer { max-height: 600px; }

/* Ranked products list — variant B: teal banner with white circle holding teal number */
.jco-ranked-list { display: flex; flex-direction: column; gap: 24px; margin: 28px 0; }
.jco-ranked-item { background: #fafaf6; border: 1px solid #e8e8e0; border-radius: 8px; overflow: hidden; }
.jco-ranked-banner { background: #4D8990; height: 42px; display: flex; align-items: center; padding: 0 14px; }
.jco-ranked-rank { width: 32px; height: 32px; border-radius: 50%; background: #fff; color: #4D8990; font-size: 16px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.jco-ranked-body { padding: 16px 20px 18px; min-width: 0; }
.jco-ranked-header { display: flex; align-items: center; gap: 12px; margin: 0 0 8px; }
.jco-ranked-logo { max-height: 28px; max-width: 110px; width: auto; height: auto; object-fit: contain; }
.jco-ranked-name { margin: 0; font-size: 18px; font-weight: 700; color: #1a1a1a; }
.jco-ranked-claim { margin: 0 0 12px; font-size: 14.5px; color: #4D8990; font-weight: 600; line-height: 1.4; }
.jco-ranked-discussion { margin: 0 0 12px; font-size: 14.5px; line-height: 1.6; color: #3E3E3E; }
.jco-ranked-discussion p { margin: 0 0 8px; }
.jco-ranked-discussion p:last-child { margin: 0; }
.jco-ranked-link { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 600; color: #4D8990; text-decoration: none; }
.jco-ranked-link:hover { text-decoration: underline; }
@media (max-width: 480px) {
  .jco-ranked-banner { height: 36px; padding: 0 12px; }
  .jco-ranked-rank { width: 28px; height: 28px; font-size: 14px; }
  .jco-ranked-body { padding: 14px 16px 16px; }
}

/* Brand reviews section on hub pages */
.jco-hub-section-reviews { margin-top: 56px; padding-top: 32px; border-top: 1px dashed #d4d4d0; }
.jco-hub-brand-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin-bottom: 16px; }
.jco-hub-brand-card { display: block; padding: 16px; background: #fff; border: 1px solid #e8e8e0; border-radius: 8px; text-decoration: none; color: inherit; transition: border-color .15s, transform .15s; }
.jco-hub-brand-card:hover { border-color: #4D8990; transform: translateY(-1px); }
.jco-hub-brand-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.jco-hub-brand-logo { max-height: 24px; max-width: 90px; width: auto; height: auto; object-fit: contain; }
.jco-hub-brand-name { font-size: 14px; font-weight: 700; color: #1a1a1a; }
.jco-hub-brand-tagline { font-size: 12.5px; color: #666; line-height: 1.45; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.jco-hub-brand-link { font-size: 12px; font-weight: 600; color: #4D8990; }

/* Learning hub — cards grid for pillar/sub-pillar hubs */
.jco-hub { margin-top: 24px; }
.jco-hub-section { margin-bottom: 44px; }
.jco-hub-section-title { font-size: 22px; font-weight: 700; color: #1a1a1a; margin: 0 0 6px; padding-bottom: 8px; border-bottom: 2px solid #4D8990; }
.jco-hub-section-desc { font-size: 14.5px; color: #555; line-height: 1.55; margin: 0 0 18px; }
.jco-hub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; margin-bottom: 16px; }
.jco-hub-card { display: block; padding: 18px 20px; background: #fafaf6; border: 1px solid #e8e8e0; border-radius: 8px; text-decoration: none; color: inherit; transition: border-color .15s, transform .15s; }
.jco-hub-card:hover { border-color: #4D8990; transform: translateY(-1px); }
.jco-hub-card-title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; line-height: 1.35; }
.jco-hub-card-desc { font-size: 13px; color: #555; line-height: 1.5; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.jco-hub-card-link { font-size: 12.5px; font-weight: 600; color: #4D8990; }
.jco-hub-browse { display: inline-block; font-size: 13.5px; font-weight: 600; color: #4D8990; text-decoration: none; margin-top: 4px; }
.jco-hub-browse:hover { text-decoration: underline; }

/* Ranking disclosure — explains topical lens vs omni-persona rating */
.jco-ranking-disclosure { background: #f4f1ea; border-left: 3px solid #c8743f; padding: 14px 18px; margin: 24px 0; border-radius: 0 6px 6px 0; }
.jco-ranking-disclosure-label { display: block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #c8743f; margin-bottom: 6px; }
.jco-ranking-disclosure p { margin: 0; font-size: 13.5px; line-height: 1.55; color: #3E3E3E; }

/* Article meta strip — last updated, read time, methodology */
.jco-article-meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding: 14px 0; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; margin: 20px 0 28px; font-size: 12.5px; color: #6e6e6e; }
.jco-meta-item { display: inline-flex; align-items: center; gap: 5px; }
.jco-meta-item a { color: inherit; text-decoration: underline; }
.jco-meta-item a:hover { color: #4D8990; }
.jco-meta-sep { color: #ccc; }
@media (max-width: 480px) {
  .jco-article-meta { gap: 6px; font-size: 12px; }
  .jco-meta-sep { display: none; }
}

/* Howto meta (procedural template) — prerequisites + total time block above step 1 */
.jco-howto-meta { background: #fafaf8; border: 1px solid #ececec; border-left: 4px solid #4D8990; border-radius: 0 8px 8px 0; padding: 18px 22px; margin: 24px 0 28px; }
.jco-howto-time { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: #3E3E3E; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid #ececec; }
.jco-howto-time:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.jco-howto-tools-h { font-size: 14px; font-weight: 700; color: #3a6b71; margin: 0 0 10px; letter-spacing: 0.2px; }
.jco-howto-tools-list { margin: 0; padding-left: 20px; font-size: 14px; color: #444; line-height: 1.7; }
.jco-howto-tools-list li { margin-bottom: 4px; }
.jco-howto-tools-list li:last-child { margin-bottom: 0; }

/* Procedural step circles — numbered marker beside each step H2 */
.jco-step-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 36px 0 14px 0;
}
.jco-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #4D8990;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  box-shadow: 0 0 0 4px rgba(77, 137, 144, 0.10);
}
.jco-step-heading {
  flex: 1;
  margin: 0 !important;
  padding-top: 4px;
}
/* Override the standard h2 spacing inside step row — the row owns vertical rhythm */
.jco-step-row .jco-h2 { margin: 0 !important; }
@media (max-width: 680px) {
  .jco-step-row { gap: 10px; }
  .jco-step-num { width: 30px; height: 30px; font-size: 14px; }
}

/* Ranked-audience large teal numerals — bold display number, no circle */
.jco-rank-row {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 44px 0 14px 0;
}
.jco-rank-num {
  flex-shrink: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: #4D8990;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.jco-rank-heading {
  flex: 1;
  margin: 0 !important;
}
.jco-rank-row .jco-h2 { margin: 0 !important; }
@media (max-width: 680px) {
  .jco-rank-row { gap: 12px; align-items: flex-start; }
  .jco-rank-num { font-size: 42px; padding-top: 4px; }
}

/* Sticky nav — template-aware persistent CTA bar */
.jco-sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #1a1a1a;
  border-bottom: 1px solid rgba(77, 137, 144, 0.3);
  padding: 0 20px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height .18s ease, opacity .18s ease, margin .18s ease;
}
.jco-sticky.is-visible {
  max-height: 60px;
  opacity: 1;
  pointer-events: auto;
  margin: 0 0 24px 0;
}
.jco-sticky-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
}
.jco-sticky-home {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 500;
  padding: 12px 4px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
  white-space: nowrap;
}
.jco-sticky-home:hover {
  color: #A8DDE3;
  border-bottom-color: #4D8990;
  text-decoration: none;
}
.jco-sticky-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #4D8990;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 100px;
  white-space: nowrap;
  text-decoration: none !important;
  transition: background .15s;
  flex-shrink: 0;
}
.jco-sticky-cta:hover {
  background: #3a6b71;
  color: #fff !important;
  text-decoration: none !important;
}
@media (max-width: 680px) {
  .jco-sticky { padding: 0 14px; }
  .jco-sticky-home { font-size: 11.5px; }
  .jco-sticky-cta { font-size: 11.5px; padding: 6px 13px; }
}

/* Methodology block */
.jco-method { background: #2d2d2d; border-radius: 10px; padding: 24px; margin-top: 32px; margin-bottom: 16px; }
.jco-method-title { font-size: 16px; font-weight: 700; color: #fff; margin: 0 0 10px; }
.jco-method-body { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.7; margin: 0 0 14px; }
.jco-method-sources { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.jco-method-chip { display: inline-block; padding: 4px 11px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 100px; font-size: 11.5px; color: rgba(255,255,255,0.7); font-weight: 400; }
.jco-method-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.jco-method-cta { display: inline-block; padding: 11px 22px; border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.jco-method-cta-primary { background: #4D8990; color: #fff !important; }
.jco-method-cta-primary:hover { background: #3a6b71; }
.jco-method-cta-secondary { background: transparent; color: #4D8990 !important; border: 1px solid #4D8990; }
.jco-method-cta-secondary:hover { background: rgba(77, 137, 144, 0.1); color: #3a6b71 !important; }
.jco-method-partner-link { margin-left: auto; align-self: center; font-size: 12.5px; color: rgba(255,255,255,0.55) !important; text-decoration: none; transition: color .15s; white-space: nowrap; }
.jco-method-partner-link:hover { color: rgba(255,255,255,0.9) !important; text-decoration: underline; }
/* Backwards-compat for any code still using bare jco-method-cta class */
.jco-method-cta:not(.jco-method-cta-primary):not(.jco-method-cta-secondary) { background: #4D8990; color: #fff !important; }
.jco-method-cta:not(.jco-method-cta-primary):not(.jco-method-cta-secondary):hover { background: #3a6b71; }
.jco-method-cta:not(.jco-method-cta-primary):not(.jco-method-cta-secondary) { background: #4D8990; color: #fff !important; }
@media (max-width: 680px) {
  .jco-method-ctas { flex-direction: column; align-items: stretch; gap: 8px; }
  .jco-method-cta { text-align: center; margin-left: 0 !important; }
}

/* Verdict block */
.jco-verdict { background: #3E3E3E; border-radius: 10px; padding: 32px 36px; color: #fff; margin-bottom: 16px; }
.jco-verdict-score { display: flex; align-items: center; gap: 18px; margin-bottom: 16px; flex-wrap: wrap; }
.jco-verdict-num { font-size: 48px; font-weight: 700; line-height: 1; color: #fff; }
.jco-verdict-denom { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 2px; }
.jco-verdict-divider { width: 1px; height: 54px; background: rgba(255,255,255,0.15); flex-shrink: 0; }
.jco-verdict-stars { font-size: 20px; color: #FFD966; letter-spacing: 1px; margin-bottom: 3px; }
.jco-verdict-meta { font-size: 13px; color: rgba(255,255,255,0.45); }
.jco-verdict-text { font-size: 17px; color: rgba(255,255,255,0.82); line-height: 1.75; margin-bottom: 16px; }
.jco-verdict-note { font-size: 13px; color: rgba(255,255,255,0.38); font-style: italic; margin: 0; }
.jco-verdict-note a { color: rgba(168,221,227,0.9); text-decoration: none; }
@media (max-width: 680px) {
  .jco-verdict { padding: 22px 20px; }
  .jco-verdict-num { font-size: 38px; }
  .jco-verdict-divider { height: 42px; }
  .jco-verdict-stars { font-size: 16px; }
}

/* Mini Claire's Take */
.jco-claire-take { background: rgba(255,217,102,0.08); border-left: 4px solid #FFD966; border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 16px 0; display: flex; gap: 14px; align-items: flex-start; }
.jco-claire-take-glyph { flex-shrink: 0; margin-top: 2px; }
.jco-claire-take-glyph svg { display: block; }
.jco-claire-take-content { flex: 1; }
.jco-claire-take-header { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; flex-wrap: wrap; }
.jco-claire-take-label { font-size: 11px; font-weight: 700; color: #c9a227; text-transform: uppercase; letter-spacing: 1.2px; flex: 1; min-width: 0; }
.jco-claire-take-text { font-size: 16px; color: #3E3E3E; line-height: 1.65; margin: 0; font-style: italic; }
.jco-claire-take-whatsthis { font-size: 12px; color: #6e6e6e; font-style: normal; }
.jco-claire-take-whatsthis summary { cursor: pointer; color: #c9a227; font-weight: 500; list-style: none; padding: 2px 6px; border-radius: 4px; transition: background 0.15s; user-select: none; }
.jco-claire-take-whatsthis summary::-webkit-details-marker { display: none; }
.jco-claire-take-whatsthis summary:hover { background: rgba(201,162,39,0.10); }
.jco-claire-take-whatsthis summary:focus-visible { outline: 2px solid #c9a227; outline-offset: 2px; }
.jco-claire-take-explainer { margin-top: 8px; padding: 12px 14px; background: #ffffff; border: 1px solid #f0e2b8; border-radius: 6px; font-size: 13px; line-height: 1.55; color: #3E3E3E; font-style: normal; }
.jco-claire-take-explainer p { margin: 0; }
.jco-claire-take-link { color: #c9a227; font-weight: 600; text-decoration: none; white-space: nowrap; }
.jco-claire-take-link:hover { text-decoration: underline; }

/* Claire's Thoughts (evaluative top-of-page block) */
.jco-claire-thoughts { background: #fafbfb; border: 1px solid #d6e3e5; border-left: 5px solid #4d8990; border-radius: 0 10px 10px 0; padding: 20px 24px 22px; margin: 12px 0 24px; }
.jco-claire-thoughts-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.jco-claire-thoughts-glyph { flex-shrink: 0; line-height: 0; }
.jco-claire-thoughts-glyph svg { display: block; width: 18px; height: 18px; }
.jco-claire-thoughts-label { font-size: 13px; font-weight: 700; color: #4d8990; letter-spacing: 0.4px; flex: 1; min-width: 0; }
.jco-claire-thoughts-whatsthis { font-size: 12px; color: #6e6e6e; }
.jco-claire-thoughts-whatsthis summary { cursor: pointer; color: #4d8990; font-weight: 500; list-style: none; padding: 2px 6px; border-radius: 4px; transition: background 0.15s; user-select: none; }
.jco-claire-thoughts-whatsthis summary::-webkit-details-marker { display: none; }
.jco-claire-thoughts-whatsthis summary:hover { background: rgba(77,137,144,0.08); }
.jco-claire-thoughts-whatsthis summary:focus-visible { outline: 2px solid #4d8990; outline-offset: 2px; }
.jco-claire-thoughts-explainer { margin-top: 8px; padding: 12px 14px; background: #ffffff; border: 1px solid #e0e8e9; border-radius: 6px; font-size: 13px; line-height: 1.55; color: #3E3E3E; }
.jco-claire-thoughts-explainer p { margin: 0; }
.jco-claire-thoughts-link { color: #4d8990; font-weight: 600; text-decoration: none; white-space: nowrap; }
.jco-claire-thoughts-link:hover { text-decoration: underline; }
.jco-claire-thoughts-text { font-size: 17px; color: #2a2a2a; line-height: 1.6; margin: 0; font-weight: 400; }

/* Match Score gauge */
.jco-gauge { max-width: 320px; margin: 16px auto; text-align: center; }
.jco-gauge-svg { width: 100%; height: auto; overflow: visible; }
.jco-gauge-num { fill: #3E3E3E; font-family: 'Roboto', sans-serif; font-weight: 900; font-size: 40px; text-anchor: middle; }
.jco-gauge-label { fill: #6e6e6e; font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 11px; text-anchor: middle; letter-spacing: 1.5px; text-transform: uppercase; }
.jco-gauge-tick { fill: #6e6e6e; font-family: 'Roboto', sans-serif; font-size: 10px; text-anchor: middle; }

/* Trust signals row */
.jco-trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.jco-trust-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; background: rgba(77,137,144,0.08); border: 1px solid rgba(77,137,144,0.25); border-radius: 100px; font-size: 12px; font-weight: 600; color: #3a6b71; }

/* Concept diagram */
.jco-diagram { margin: 24px auto; max-width: 800px; text-align: center; }
.jco-diagram svg { width: 100%; height: auto; max-width: 800px; }
.jco-diagram-caption { font-size: 13px; color: #6e6e6e; font-style: italic; margin-top: 8px; }

/* Pie chart */
.jco-pie { max-width: 500px; margin: 24px auto; display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: center; }
.jco-pie-svg { width: 200px; height: 200px; }
.jco-pie-legend { display: flex; flex-direction: column; gap: 10px; }
.jco-pie-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #3E3E3E; }
.jco-pie-swatch { width: 14px; height: 14px; border-radius: 3px; flex-shrink: 0; }
@media (max-width: 540px) { .jco-pie { grid-template-columns: 1fr; gap: 16px; } .jco-pie-svg { margin: 0 auto; } }

/* Comparison gauge / scale */
.jco-scale { margin: 24px auto; max-width: 600px; }
.jco-scale-track { position: relative; height: 12px; background: linear-gradient(90deg, #EAF3F4 0%, #4D8990 100%); border-radius: 100px; margin: 32px 0 12px; }
.jco-scale-marker { position: absolute; top: -8px; width: 28px; height: 28px; border-radius: 50%; background: #fff; border: 3px solid #4D8990; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #3a6b71; }
.jco-scale-marker-label { position: absolute; top: -28px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 11px; font-weight: 600; color: #3E3E3E; }
.jco-scale-ends { display: flex; justify-content: space-between; font-size: 12px; color: #6e6e6e; }

/* Comparison Table (comparative template) */
.jco-cmp-wrap { margin: 24px 0 28px; overflow-x: auto; }
.jco-cmp-table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.55; }
.jco-cmp-caption { caption-side: top; text-align: left; font-size: 13px; font-weight: 700; color: #3E3E3E; margin-bottom: 10px; padding: 0 0 8px; }
.jco-cmp-table thead th { background: #EAF3F4; color: #3a6b71; font-weight: 700; padding: 12px 16px; text-align: left; border-bottom: 2px solid #4D8990; }
.jco-cmp-table thead th.jco-cmp-attr { width: 28%; min-width: 140px; background: #f5f5f5; color: #3E3E3E; }
.jco-cmp-table tbody th { background: #fafafa; padding: 12px 16px; font-weight: 600; color: #3E3E3E; text-align: left; vertical-align: top; border-bottom: 1px solid #ececec; }
.jco-cmp-table tbody td { padding: 12px 16px; color: #444; vertical-align: top; border-bottom: 1px solid #ececec; }
.jco-cmp-table tbody tr:last-child th, .jco-cmp-table tbody tr:last-child td { border-bottom: none; }

/* When Each Fits (comparative template) */
.jco-when { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0 28px; }
.jco-when-col { background: #fafafa; border: 1px solid #ececec; border-left: 4px solid #4D8990; border-radius: 8px; padding: 18px 22px; }
.jco-when-h { font-size: 15px; font-weight: 700; color: #3a6b71; margin: 0 0 10px; line-height: 1.35; }
.jco-when-text { font-size: 14px; line-height: 1.65; color: #444; margin: 0; }
@media (max-width: 640px) {
  .jco-when { grid-template-columns: 1fr; }
}

/* Stat callout (Treatment B inline prominent) — defining numbers central to a topic.
   Two-column grid: prominent teal number left, bold label + lighter context right.
   Allowed on all templates except procedural. */
.jco-stat { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; background: #fafaf8; border-left: 4px solid #4D8990; border-radius: 0 8px 8px 0; padding: 18px 22px; margin: 22px 0; }
.jco-stat-num { font-size: 36px; font-weight: 800; color: #4D8990; line-height: 1; letter-spacing: -0.5px; white-space: nowrap; }
.jco-stat-body { display: flex; flex-direction: column; gap: 4px; }
.jco-stat-label { font-size: 14.5px; font-weight: 700; color: #3E3E3E; line-height: 1.4; }
.jco-stat-context { font-size: 13px; color: #6e6e6e; line-height: 1.55; }
@media (max-width: 480px) {
  .jco-stat { gap: 14px; padding: 16px 18px; }
  .jco-stat-num { font-size: 30px; }
}

/* Pull quote — italicized phrase pulled VERBATIM from body content for visual rhythm.
   Distinct from Claire's Take (no glyph, warm orange/peach palette, used sparingly).
   Allowed on all templates except procedural and ranked-audience. */
.jco-pull { background: #fdf6f0; border-left: 4px solid #c8743f; border-radius: 0 8px 8px 0; padding: 18px 24px; margin: 22px 0; }
.jco-pull-text { font-size: 18px; font-style: italic; font-weight: 500; color: #3E3E3E; line-height: 1.5; margin: 0; }
.jco-pull-attr { display: block; font-size: 12.5px; font-style: normal; font-weight: 600; color: #c8743f; margin-top: 8px; letter-spacing: 0.3px; }
@media (max-width: 480px) {
  .jco-pull { padding: 16px 20px; }
  .jco-pull-text { font-size: 16.5px; }
}

/* CTA */
.jco-cta { background: #EAF3F4; border-radius: 12px; padding: 32px 36px; margin: 32px 0 16px; text-align: center; }
.jco-cta-title { font-size: 21px; font-weight: 700; color: #3E3E3E; margin: 0 0 8px; }
.jco-cta-text { font-size: 15px; color: #6e6e6e; margin: 0 0 20px; line-height: 1.6; }
.jco-cta-btn { display: inline-flex; align-items: center; gap: 8px; background: #4D8990; color: #fff !important; font-size: 14px; font-weight: 700; padding: 12px 28px; border-radius: 100px; text-decoration: none !important; transition: all 0.18s; }
.jco-cta-btn:hover { background: #3a6b71; }
.jco-cta-secondary { display: inline-block; margin-left: 16px; font-size: 13px; color: #6e6e6e; text-decoration: none; }
.jco-cta-secondary:hover { color: #3E3E3E; text-decoration: underline; }

/* Commercial Hub (.jco-cmh-*) — match-flow on-ramp pages */
.jco-cmh-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin: 18px 0 0; }
.jco-cmh-btn-primary { background: #4D8990; color: #fff !important; padding: 13px 24px; border-radius: 7px; font-size: 15px; font-weight: 600; text-decoration: none !important; display: inline-flex; align-items: center; gap: 8px; transition: background .15s; border: none; }
.jco-cmh-btn-primary:hover { background: #2d5f65; }
.jco-cmh-btn-secondary { background: #fff; color: #1f2937; padding: 13px 22px; border-radius: 7px; font-size: 14px; font-weight: 500; text-decoration: none !important; border: 1px solid #e5e7eb; display: inline-flex; align-items: center; gap: 6px; transition: border-color .15s; }
.jco-cmh-btn-secondary:hover { border-color: #4D8990; color: #2d5f65; }
.jco-cmh-arrow { display: inline-block; transition: transform .15s; }
.jco-cmh-btn-primary:hover .jco-cmh-arrow, .jco-cmh-related-card:hover .jco-cmh-arrow, .jco-cmh-brand-card:hover .jco-cmh-arrow { transform: translateX(2px); }
.jco-cmh-hero-meta { display: flex; gap: 14px; flex-wrap: wrap; padding-top: 18px; margin-top: 22px; border-top: 1px solid #e5e7eb; font-size: 12.5px; color: #6b7280; align-items: center; }
.jco-cmh-hero-meta strong { color: #1f2937; font-weight: 600; }
.jco-cmh-hero-meta a { color: #2d5f65; text-decoration: underline; }
.jco-cmh-dot { color: #e5e7eb; }

.jco-cmh-primer { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px 28px; margin: 28px 0; display: flex; gap: 20px; align-items: flex-start; }
.jco-cmh-primer-icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: #fef9e7; color: #E6B84A; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.jco-cmh-primer-h { font-size: 18px; font-weight: 700; color: #1f2937; margin: 0 0 6px; letter-spacing: -0.2px; border: 0; padding: 0; }
.jco-cmh-primer-h em { color: #E6B84A; font-style: normal; font-weight: 700; }
.jco-cmh-primer-body p { font-size: 14px; color: #374151; margin: 0; line-height: 1.6; }
.jsr-ai-badge { display: inline-block; font-size: .62em; font-weight: 700; letter-spacing: .04em; line-height: 1; padding: 2px 5px; margin-left: 5px; border-radius: 4px; background: transparent; border: 1px solid currentColor; color: inherit; vertical-align: middle; position: relative; top: -1px; }

.jco-cmh-brands { padding: 8px 0 20px; }
.jco-cmh-brands-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 16px; flex-wrap: wrap; gap: 12px; }
.jco-cmh-brands-meta { font-size: 12px; color: #6b7280; max-width: 420px; text-align: right; }
.jco-cmh-brands-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
.jco-cmh-brand-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 22px; text-decoration: none !important; color: inherit; transition: border-color .15s, transform .15s; display: flex; flex-direction: column; gap: 10px; }
.jco-cmh-brand-card:hover { border-color: #4D8990; transform: translateY(-1px); }
.jco-cmh-brand-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.jco-cmh-brand-logo { width: 28px; height: 28px; object-fit: contain; flex-shrink: 0; }
.jco-cmh-brand-name { font-size: 17px; font-weight: 700; color: #1f2937; }
.jco-cmh-brand-tag { background: #e8f5f1; color: #0d8b5c; font-size: 9.5px; font-weight: 700; padding: 2px 8px; border-radius: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.jco-cmh-brand-desc { font-size: 13.5px; color: #374151; line-height: 1.5; flex: 1; }
.jco-cmh-brand-link { font-size: 12.5px; color: #2d5f65; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; padding-top: 4px; }
.jco-cmh-empty { padding: 24px; background: #f9fafb; border: 1px dashed #e5e7eb; border-radius: 8px; color: #6b7280; font-size: 14px; text-align: center; }

.jco-cmh-trust { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 10px; padding: 16px 22px; margin: 22px 0; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.jco-cmh-trust-icon { width: 34px; height: 34px; border-radius: 50%; background: #eef5f5; color: #2d5f65; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; font-weight: 700; }
.jco-cmh-trust-text { flex: 1; font-size: 13.5px; color: #374151; }
.jco-cmh-trust-text strong { color: #1f2937; font-weight: 600; }
.jco-cmh-trust a { color: #2d5f65; font-weight: 600; }

.jco-cmh-bridge { background: #fef9e7; border-left: 3px solid #E6B84A; padding: 16px 20px; border-radius: 6px; margin: 22px 0; font-size: 14.5px; line-height: 1.55; }
.jco-cmh-bridge strong { display: block; font-size: 10px; font-weight: 700; color: #854d0e; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.jco-cmh-bridge a { color: #2d5f65; font-weight: 600; }

.jco-cmh-mid-cta { background: linear-gradient(135deg, #1f2a30, #0f1719); color: #fff; padding: 28px 32px; border-radius: 12px; margin: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.jco-cmh-mid-text { flex: 1; min-width: 260px; }
.jco-cmh-mid-text h3 { font-size: 20px; font-weight: 700; margin: 0 0 6px; color: #fff; border: 0; padding: 0; }
.jco-cmh-mid-text h3 em { color: #4D8990; font-style: italic; }
.jco-cmh-mid-text p { font-size: 13.5px; color: rgba(255,255,255,.78); margin: 0; line-height: 1.5; }

.jco-cmh-context { padding: 8px 0 16px; }

.jco-cmh-related { padding: 16px 0; }
.jco-cmh-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.jco-cmh-related-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 16px 18px; text-decoration: none !important; color: #1f2937; transition: border-color .15s, transform .15s; }
.jco-cmh-related-card:hover { border-color: #4D8990; transform: translateY(-1px); }
.jco-cmh-related-pillar { font-size: 10px; font-weight: 700; color: #6b7280; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 5px; }
.jco-cmh-related-name { font-size: 15px; font-weight: 600; color: #1f2937; margin-bottom: 4px; }
.jco-cmh-related-meta { font-size: 11.5px; color: #6b7280; }

.jco-cmh-faq { padding: 18px 0; }
.jco-cmh-faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 18px 22px; margin-bottom: 10px; }
.jco-cmh-faq-q { font-size: 15px; font-weight: 600; color: #1f2937; margin: 0 0 8px; border: 0; padding: 0; }
.jco-cmh-faq-a { font-size: 14px; color: #374151; margin: 0; line-height: 1.6; }
.jco-cmh-faq-a a { color: #2d5f65; }

.jco-cmh-bottom-cta { background: #eef5f5; border: 1px solid #4D8990; padding: 32px; border-radius: 12px; margin: 22px 0; text-align: center; }
.jco-cmh-bottom-cta h2 { font-size: 24px; font-weight: 700; color: #1f2937; margin: 0 0 10px; border: 0; padding: 0; }
.jco-cmh-bottom-cta p { font-size: 14.5px; color: #374151; margin: 0 0 18px; max-width: 520px; margin-left: auto; margin-right: auto; }

@media (max-width: 700px) {
  .jco-cmh-primer { flex-direction: column; gap: 14px; padding: 20px; }
  .jco-cmh-mid-cta { padding: 22px; }
  .jco-cmh-brands-meta { text-align: left; }
}

/* Body content (prose between components) */
.jco-body { font-size: 17px; color: #3E3E3E; line-height: 1.7; }
.jco-body p { margin: 0 0 14px; }
.jco-body ul, .jco-body ol { margin: 6px 0 18px; padding-left: 26px; }
.jco-body li { margin: 4px 0; }
.jco-body strong { color: #1a1a1a; font-weight: 600; }

@media (max-width: 680px) {
  .jco-page h1 { font-size: 26px; }
  .jco-page { padding: 0 16px 32px; }
  .jco-h2 { font-size: 21px; margin-top: 28px; }
  .jco-body h3 { font-size: 16.5px; margin-top: 20px; }
  .jco-cta { padding: 24px 20px; }
}
