.funds-page { --funds-ink: #1a1a1a; --funds-muted: #686868; color: var(--funds-ink); overflow: clip; }
.funds-wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.funds-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 7vw, 104px); align-items: center; }
.funds-eyebrow { margin: 0 0 18px; color: var(--ink-3); font-family: var(--mono); font-size: 11px; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.funds-page h2, .funds-page h3 { color: var(--funds-ink); letter-spacing: -.045em; }
.funds-page h2 { margin: 0 0 24px; font-size: clamp(36px, 5vw, 64px); line-height: .99; }
.funds-page h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.1; }
.funds-lead { max-width: 43ch; margin: 28px 0 0; color: var(--ink-2); font-size: clamp(19px, 2vw, 25px); line-height: 1.25; letter-spacing: -.025em; }

/* The page hero follows the product catalog pattern; the feature stylesheet
   supplies the centered copy, CTA row, quick points, and product screenshot. */
.funds-page > .funds-product-hero h1 { max-width: 20ch; margin-inline: auto; font-size: clamp(40px, 5.4vw, 66px); line-height: 1.04; letter-spacing: -.032em; }
.funds-page > .funds-product-hero h1 .hl { display: inline-block; margin-top: .12em; line-height: 1.15; }
.funds-page .feature-hero-visual img { border-radius: var(--radius-lg); }
.funds-page > .show { padding-block: clamp(44px, 6vw, 84px); }
.funds-page > .show .show-text h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.04; }
.funds-page > .show .show-text p { color: var(--ink-2); font-size: 19px; line-height: 1.55; margin-top: 18px; max-width: 42ch; }
.funds-sublead { color: var(--ink-2); font-size: 20px; line-height: 1.35; }
.funds-shot { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 18px 50px -34px rgba(26,26,26,.55); }
.funds-shot img { display: block; width: 100%; height: auto; }
.funds-section { padding: clamp(82px, 11vw, 156px) 0; }
.funds-columns { display: grid; grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr); gap: clamp(32px, 8vw, 130px); align-items: start; }
.funds-prose { max-width: 70ch; }
.funds-prose p, .funds-copy p, .funds-page li, .funds-faq p, .funds-receipts p { color: var(--ink-2); font-size: 18px; line-height: 1.5; }
.funds-prose p:first-child { margin-top: 0; }
.funds-prose p:last-child { margin-bottom: 0; }
.funds-page a:not(.btn) { color: inherit; text-decoration-color: var(--accent-2); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.funds-dark { background: var(--funds-ink); color: #fff; }
.funds-dark h2, .funds-dark h3 { color: #fff; }
.funds-dark .funds-eyebrow, .funds-dark .funds-copy p, .funds-dark .funds-prose p, .funds-dark .funds-lead, .funds-dark .funds-sublead { color: rgba(255,255,255,.72); }
.funds-split--intro { align-items: start; }
.funds-split--dark { margin-top: clamp(74px, 10vw, 140px); }
.funds-card { border-radius: 16px; background: #f4f4f1; color: var(--funds-ink); padding: 26px; }
.funds-card h3 { color: var(--funds-ink); }
.funds-card p { margin: 0 0 18px; color: var(--ink-2); font-size: 16px; line-height: 1.4; }
.funds-card .funds-muted { color: var(--ink-3); font-size: 14px; }
.funds-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }
.funds-card dl div { display: grid; gap: 3px; } .funds-card dt { color: var(--ink-3); font-family: var(--mono); font-size: 10px; text-transform: uppercase; } .funds-card dd { margin: 0; font-size: 14px; font-weight: 600; }
.funds-badge { display: inline-block; margin: -4px 0 22px; padding: 4px 7px; border-radius: 4px; background: #deded9; color: var(--ink-3); font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.funds-model { margin-top: clamp(74px, 10vw, 140px); }
.funds-model h2 { max-width: 20ch; }
.funds-object-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 36px; margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.funds-object-list li { display: grid; gap: 5px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); } .funds-object-list strong { color: #fff; font-size: 18px; } .funds-object-list span { color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.4; }
.funds-shot--portrait { max-width: 75%; justify-self: end; }
.funds-split--reverse > :first-child { order: 2; } .funds-split--reverse > :last-child { order: 1; }
.funds-light-panel { background: #f0f0ee; }
.funds-checklist, .funds-timelite, .funds-bullets { margin: 34px 0 0; padding: 0; list-style: none; }
.funds-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; } .funds-checklist li { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
.funds-answer { color: var(--accent); }
.funds-salesforce-hero { max-width: 650px; padding-bottom: 50px; }
.funds-pill-cloud { display: flex; flex-wrap: wrap; gap: 8px; max-width: 940px; padding: 30px 0 80px; }
.funds-pill-cloud span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.75); font-family: var(--mono); font-size: 11px; }
.funds-salesforce .funds-copy p, .funds-salesforce .funds-lead, .funds-salesforce .funds-stamp { color: rgba(255,255,255,.72); }
.funds-salesforce .funds-card { background: #f4f4f1; }
.funds-stamp { margin: 24px 0 0; color: var(--ink-3); font-family: var(--mono); font-size: 11px !important; line-height: 1.55 !important; }
.funds-receipts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } .funds-receipts article { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; } .funds-receipts article > p { margin: 0 0 22px; color: var(--ink-3); font-size: 14px; } .funds-receipts ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; } .funds-receipts li { display: flex; justify-content: space-between; gap: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 15px; } .funds-receipts li span { display: grid; gap: 4px; } .funds-receipts li small { color: var(--ink-3); font-size: 12px; line-height: 1.35; } .funds-receipts li b { white-space: nowrap; font-size: 14px; } .funds-receipts .funds-receipt--ours { border-color: var(--ink); background: var(--ink); } .funds-receipts--ours h3, .funds-receipts .funds-receipt--ours > p, .funds-receipts .funds-receipt--ours li, .funds-receipts .funds-receipt--ours li small { color: rgba(255,255,255,.72); } .funds-receipts .funds-receipt--ours h3 { color: #fff; } .funds-total { display: flex; justify-content: space-between; margin-top: 22px; color: var(--ink-3); font-family: var(--mono); font-size: 11px; text-transform: uppercase; } .funds-receipts .funds-receipt--ours .funds-total { color: rgba(255,255,255,.66); } .funds-total b { color: var(--ink); font-size: 15px; } .funds-receipt--ours .funds-total b { color: #fff; }
.funds-bullets { display: grid; gap: 14px; } .funds-bullets li { padding-bottom: 14px; border-bottom: 1px solid var(--line); } .funds-bullets strong { color: var(--ink); }
.funds-faq { max-width: 760px; } .funds-faq details { border-top: 1px solid rgba(255,255,255,.18); } .funds-faq summary { padding: 20px 0; color: #fff; font-size: 20px; font-weight: 600; cursor: pointer; list-style: none; } .funds-faq summary::-webkit-details-marker { display: none; } .funds-faq summary::after { content: '+'; float: right; color: rgba(255,255,255,.6); font-weight: 400; } .funds-faq details[open] summary::after { content: '−'; } .funds-faq p { margin: 0 0 22px; color: rgba(255,255,255,.72); font-size: 16px; }
.funds-faq--light details { border-top-color: var(--line); } .funds-faq--light summary { color: var(--ink); } .funds-faq--light summary::after { color: var(--ink-3); } .funds-faq--light p { color: var(--ink-2); }
.funds-timelite { display: grid; gap: 14px; } .funds-timelite li { padding: 0 0 14px; border-bottom: 1px solid var(--line); } .funds-timelite strong { color: var(--accent); }
.funds-cta { padding: clamp(84px, 12vw, 170px) 0; background: var(--funds-ink); color: #fff; } .funds-cta h2 { color: #fff; } .funds-cta .funds-eyebrow, .funds-cta .funds-lead { color: rgba(255,255,255,.72); } .funds-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
@media (max-width: 760px) { .funds-wrap { width: min(100% - 28px, 620px); } .funds-split, .funds-columns { grid-template-columns: 1fr; gap: 36px; } .funds-split--reverse > :first-child, .funds-split--reverse > :last-child { order: initial; } .funds-page h2 { font-size: clamp(36px, 12vw, 54px); } .funds-object-list, .funds-checklist, .funds-receipts, .funds-compare-row > div { grid-template-columns: 1fr; } .funds-shot--portrait { max-width: 100%; justify-self: stretch; } .funds-card dl { grid-template-columns: 1fr 1fr; } }

/* More breathing room between the fund story and its product screenshots. */
.funds-page > .show .show-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(48px, 6vw, 88px); }
.funds-page > .show .show-text h2 { margin-bottom: 36px; }

/* A plain sales record, matching the vocabulary comparison. */
.funds-page > .funds-dark:not(.funds-salesforce) { background: #141414; }
.funds-crm-comparison { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: center; gap: clamp(40px, 7vw, 96px); }
.funds-crm-comparison .funds-copy h2 { font-size: clamp(34px, 4vw, 50px); font-weight: 400; line-height: 1.08; margin-bottom: 30px; }
.funds-crm-comparison .funds-copy p { color: #a3a3a3; font-size: clamp(20px, 2.2vw, 28px); line-height: 1.45; }
.funds-crm-comparison .funds-copy .funds-muted { margin-top: 30px; font-size: 18px; color: #8d8d8d; }
.funds-crm-comparison .funds-card--record { padding: 24px; border: 1px solid #3b3b3b; border-radius: 7px; background: #222; }
.funds-record-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.funds-record-heading h3 { margin: 0; color: #f5f5f5; font-size: 21px; letter-spacing: -.02em; }
.funds-record-heading .funds-badge { margin: 0; padding: 6px 8px; background: transparent; border: 1px solid #505050; color: #999; font-family: inherit; font-size: 13px; letter-spacing: .04em; }
.funds-crm-comparison .funds-card dl { display: block; margin: 18px 0 0; padding: 0; border-color: #3b3b3b; }
.funds-crm-comparison .funds-card dl div { grid-template-columns: 1fr .95fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid #343434; }
.funds-crm-comparison .funds-card dl div:last-child { padding-bottom: 0; border-bottom: 0; }
.funds-crm-comparison .funds-card dt { color: #888; font-family: inherit; font-size: 16px; text-transform: none; }
.funds-crm-comparison .funds-card dd { color: #ddd; font-size: 16px; font-weight: 400; }
@media (max-width: 760px) {
  .funds-crm-comparison { grid-template-columns: 1fr; }
  .funds-crm-comparison .funds-card--record { padding: 20px; }
  .funds-record-heading h3 { font-size: 19px; }
  .funds-record-heading .funds-badge { font-size: 11px; }
  .funds-page > .show .show-text h2 { margin-bottom: 28px; }
}

/* Keep headings roomy while preserving the alternating screenshot layout. */
.funds-page > .show .show-text { min-width: 0; }
.funds-page > .show .show-text h2 { max-width: none; }
.funds-setup .funds-model { margin-top: 0; }
.funds-comparisons, .funds-core-section { background: #fff; }
.funds-comparisons { color: #353a3d; }
.funds-compare-intro { max-width: 650px; margin-bottom: 52px; }
.funds-compare-intro h2, .funds-core-list h2 { font-weight: 400; line-height: 1.06; }
.funds-compare-intro .funds-lead { color: #353a3d; line-height: 1.5; }
.funds-compare-totals { display: flex; gap: 48px; padding: 34px 0; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #e2e5e7; }
.funds-compare-totals > div { display: grid; gap: 8px; }
.funds-compare-totals > div + div { border-left: 1px solid #e2e5e7; padding-left: 48px; }
.funds-compare-totals b { font-size: clamp(56px, 6vw, 80px); line-height: 1; font-weight: 500; color: #151515; }
.funds-compare-totals > div:first-child b { color: #a4aaae; }
.funds-compare-totals span, .funds-compare-row strong { font-family: var(--mono); font-size: 12px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; color: #6f777e; }
.funds-compare-row { padding: 48px 0; border-bottom: 1px solid #e7e2d9; }
.funds-compare-row h3 { max-width: 34ch; margin: 0 0 40px; font-size: clamp(26px, 3vw, 36px); line-height: 1.2; color: #353a3d; }
.funds-compare-row h3::before { content: '“'; color: #a4aaae; }
.funds-compare-row h3::after { content: '”'; color: #a4aaae; }
.funds-compare-row > div { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 72px); align-items: start; }
.funds-compare-row strong { display: flex; align-items: center; gap: 14px; }
.funds-step-count { display: inline-block; padding: 6px 10px; border: 1px solid #e0e3e5; border-radius: 99px; color: #a4aaae; white-space: nowrap; letter-spacing: .1em; }
.funds-compare-row ol { counter-reset: fund-step; list-style: none; margin: 24px 0; padding: 0; }
.funds-compare-row li { position: relative; counter-increment: fund-step; padding: 0 0 20px 42px; color: #353a3d; font-size: 20px; line-height: 1.4; }
.funds-compare-row li::before { content: counter(fund-step, decimal-leading-zero); position: absolute; left: 10px; top: 2px; color: #a4aaae; font-family: var(--mono); font-size: 13px; }
.funds-compare-row li:not(:last-child)::after { content: ''; position: absolute; left: 12px; top: 23px; bottom: 4px; border-left: 1px solid #c9cdd0; }
.funds-compare-row li:last-child { color: #151515; font-weight: 500; padding-bottom: 0; }
.funds-compare-row ol + p { display: inline-block; margin: 0; padding: 10px 14px; background: #edeef0; font-family: var(--mono); font-size: 12px; line-height: 1.65; letter-spacing: .12em; text-transform: uppercase; color: #151515; }
.funds-compare-row > div > div:last-child { padding: 28px 30px; border-left: 4px solid #151515; background: #f4f5f6; }
.funds-compare-row > div > div:last-child strong { color: #151515; }
.funds-compare-row > div > div:last-child p { margin: 20px 0 0; font-size: 25px; line-height: 1.5; color: #151515; }
.funds-comparisons .funds-stamp, .funds-core-list .funds-stamp { max-width: 80ch; margin-top: 36px; color: #a0a7ad; font-size: 14px !important; }
.funds-core-list { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 70px; }
.funds-core-list .funds-sublead { margin-top: 0; font-size: 24px; line-height: 1.5; }
.funds-core-list .funds-bullets { gap: 24px; margin-top: 38px; }
.funds-core-list .funds-bullets li { position: relative; padding: 0 0 0 36px; border: 0; color: #353a3d; font-size: 21px; line-height: 1.5; }
.funds-core-list .funds-bullets li::before { content: '✓'; position: absolute; left: 0; color: #279e68; font-weight: 600; }
.funds-core-list .funds-bullets strong { color: inherit; }
@media (max-width: 1000px) {
  .funds-page > .show .show-grid, .funds-page > .show .show-grid.rev { grid-template-columns: 1fr; gap: 40px; }
  .funds-page > .show .show-grid.rev .show-text { order: 0; }
  .funds-page > .show .show-text h2 { font-size: clamp(30px, 4.5vw, 46px); }
}
@media (max-width: 760px) {
  .funds-compare-row > div, .funds-core-list { grid-template-columns: 1fr; gap: 32px; }
  .funds-compare-row > div > div:last-child { padding: 24px; }
  .funds-compare-row > div > div:last-child p { font-size: 21px; }
  .funds-compare-totals { gap: 24px; }
  .funds-compare-totals > div + div { padding-left: 24px; }
  .funds-compare-totals span { font-size: 10px; letter-spacing: .08em; }
  .funds-core-list .funds-sublead { font-size: 21px; }
  .funds-core-list .funds-bullets li { font-size: 18px; }
}
