.cft-home {
  --ink: #16231c;
  --muted: #5d6962;
  --line: #dce2dc;
  --paper: #ffffff;
  --surface: #f6f8f5;
  --accent: #c5fa6d;
  --max-width: 1240px;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.55 "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.cft-home *, .cft-home *::before, .cft-home *::after { box-sizing: border-box; }
.cft-home :where(h1, h2, h3, p, figure, ol) { margin: 0; }
.cft-home a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.cft-home a:focus-visible, .cft-home button:focus-visible, .cft-home [tabindex]:focus-visible { outline: 3px solid #447e18; outline-offset: 5px; }
.cft-home .wrap { width: min(var(--max-width), calc(100% - 96px)); margin-inline: auto; }
.cft-home .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.cft-home .skip-link { position: absolute; left: 24px; top: -80px; padding: 12px 20px; z-index: 30; background: var(--accent); }
.cft-home .skip-link:focus { top: 16px; }
.cft-home .site-header { display: flex; align-items: center; justify-content: space-between; gap: 32px; width: min(1344px, calc(100% - 96px)); min-height: 88px; margin-inline: auto; border-bottom: 1px solid var(--line); }
.cft-home .brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; font-size: 24px; font-weight: 750; letter-spacing: -1.2px; text-decoration: none; }
.cft-home .brand-divider { color: #508429; padding-inline: 3px; }
.cft-home .brand-symbol { display: flex; align-items: flex-end; gap: 3px; width: 31px; height: 29px; transform: skew(-12deg); }
.cft-home .brand-symbol i { width: 7px; height: 14px; background: var(--ink); }
.cft-home .brand-symbol i:nth-child(2) { height: 21px; }
.cft-home .brand-symbol i:nth-child(3) { height: 28px; background: #80b840; }
.cft-home .navigation { display: flex; gap: 32px; align-items: center; }
.cft-home .navigation a { display: inline-flex; align-items: center; gap: 14px; min-height: 48px; font-size: 14px; font-weight: 600; text-decoration: none; }
.cft-home .navigation a:hover { text-decoration: underline; }
.cft-home .menu-toggle { display: none; }
.cft-home .intro { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(260px, .8fr); gap: 56px; align-items: end; padding-block: 56px 48px; }
.cft-home .eyebrow { font-size: 12px; font-weight: 750; letter-spacing: 1.5px; line-height: 1.6; }
.cft-home h1 { margin-top: 16px; font-size: clamp(42px, 4.3vw, 64px); line-height: 1.04; letter-spacing: -.062em; font-weight: 650; }
.cft-home h1 span { color: #52733b; }
.cft-home .intro-copy { max-width: 340px; padding-bottom: 3px; }
.cft-home .intro-copy p { font-size: 17px; line-height: 1.6; color: var(--muted); }
.cft-home .text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 48px; font-weight: 650; font-size: 14px; text-decoration: none; border-bottom: 1px solid var(--ink); }
.cft-home .intro-copy .text-link { margin-top: 14px; }
.cft-home .section-topline { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 18px; }
.cft-home .section-topline h2 { font-size: 17px; font-weight: 650; letter-spacing: -.3px; }
.cft-home .product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.cft-home .product-card { display: flex; flex-direction: column; min-width: 0; padding: 26px 28px 22px; background: var(--surface); }
.cft-home .product-card + .product-card { border-left: 1px solid var(--line); }
.cft-home .product-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.cft-home .product-number { display: grid; place-items: center; width: 28px; height: 28px; flex-shrink: 0; border: 1px solid #c5cfc3; border-radius: 50%; font-size: 12px; font-weight: 600; }
.cft-home .category { font-size: 14px; font-weight: 600; letter-spacing: .1px; }
.cft-home .product-name { min-height: 44px; font-size: 34px; line-height: 1.25; letter-spacing: -1.4px; font-weight: 750; }
.cft-home .product-dot { color: #528939; }
.cft-home .monday span { font-size: 23px; font-weight: 500; letter-spacing: -1px; }
.cft-home .product-purpose { min-height: 50px; margin-top: 12px; font-size: 16px; font-weight: 500; color: var(--muted); letter-spacing: -.15px; }
.cft-home .trial { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-block: 16px; margin-top: 12px; border-block: 1px solid var(--line); }
.cft-home .trial strong { display: flex; align-items: baseline; gap: 7px; font-size: 45px; line-height: 1; letter-spacing: -2px; font-weight: 600; }
.cft-home .trial strong span { font-size: 14px; letter-spacing: 0; font-weight: 500; }
.cft-home .trial-note { color: var(--muted); font-size: 14px; line-height: 1.6; text-align: right; }
.cft-home .watch-for { flex: 1; padding-block: 19px 20px; }
.cft-home .small-label { font-size: 12px; letter-spacing: .65px; font-weight: 700; }
.cft-home .watch-for p { margin-top: 7px; font-size: 14px; line-height: 1.55; max-width: 32ch; }
.cft-home .button { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 48px; padding: 12px 17px; border: 1px solid var(--ink); border-radius: 5px; background: var(--ink); color: white; font-size: 14px; font-weight: 600; text-decoration: none; transition: background .15s, color .15s; }
.cft-home .button:hover { background: var(--accent); color: var(--ink); }
.cft-home .button span { font-size: 19px; font-weight: 400; }
.cft-home .review-link { display: flex; justify-content: center; align-items: center; min-height: 44px; margin-top: 7px; font-size: 14px; color: var(--muted); text-decoration: none; }
.cft-home .review-link:hover { text-decoration: underline; }
.cft-home .comparison-disclosure { display: flex; align-items: flex-start; gap: 9px; margin-top: 17px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.cft-home .disclosure-icon { display: grid; place-items: center; flex-shrink: 0; width: 17px; height: 17px; margin-top: 2px; border: 1px solid #80907e; border-radius: 50%; font-size: 12px; }
.cft-home .details-section { padding-block: 90px; }
.cft-home .section-heading h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.15; letter-spacing: -1.6px; font-weight: 600; margin-top: 12px; }
.cft-home .section-heading > p:last-child { margin-top: 15px; color: var(--muted); }
.cft-home .comparison-scroll { max-width: 100%; overflow-x: auto; margin-top: 32px; }
.cft-home table { width: 100%; min-width: 760px; table-layout: fixed; border-collapse: collapse; font-size: 14px; }
.cft-home th, .cft-home td { text-align: left; vertical-align: top; padding: 24px 24px 24px 0; border-bottom: 1px solid var(--line); }
.cft-home th { font-weight: 650; }
.cft-home thead th { padding-block: 18px; border-top: 1px solid var(--ink); border-bottom-color: var(--ink); font-size: 16px; }
.cft-home thead th:first-child { font-size: 12px; font-weight: 500; color: var(--muted); }
.cft-home tbody td { color: var(--muted); }
.cft-home tbody td a { color: var(--ink); }
.cft-home .source-note { margin-top: 20px; max-width: 108ch; color: var(--muted); font-size: 12px; line-height: 1.7; }
.cft-home .trial-playbook { background: var(--ink); color: white; padding-block: 72px; }
.cft-home .playbook-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.cft-home .playbook-heading .eyebrow { color: var(--accent); }
.cft-home .playbook-heading h2 { font-size: clamp(34px, 3.3vw, 48px); line-height: 1.1; letter-spacing: -1.8px; font-weight: 500; margin-top: 20px; }
.cft-home .playbook-heading > p:last-child { max-width: 43ch; color: #becac0; font-size: 16px; line-height: 1.7; margin-top: 24px; }
.cft-home .playbook-steps { list-style: none; padding: 0; }
.cft-home .playbook-steps li { display: flex; gap: 22px; padding-block: 22px; border-top: 1px solid #425047; }
.cft-home .playbook-steps li:first-child { padding-top: 0; border: 0; }
.cft-home .playbook-steps li:last-child { padding-bottom: 0; }
.cft-home .playbook-steps li > span { font-size: 12px; padding-top: 4px; color: var(--accent); }
.cft-home .playbook-steps h3 { font-size: 19px; letter-spacing: -.4px; font-weight: 550; }
.cft-home .playbook-steps p { margin-top: 8px; color: #becac0; font-size: 14px; line-height: 1.7; }
.cft-home .method-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding-block: 96px; }
.cft-home .method-mark { width: fit-content; font-size: clamp(48px, 5.8vw, 83px); letter-spacing: -.07em; font-weight: 750; line-height: .98; }
.cft-home .method-mark > span { display: block; }
.cft-home .green-period { color: #78a946; }
.cft-home .method-copy h2 { font-size: 32px; line-height: 1.18; letter-spacing: -1.1px; font-weight: 600; margin-top: 14px; }
.cft-home .method-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 20px; }
.cft-home .author-line { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.cft-home .author-initials { display: grid; place-items: center; flex-shrink: 0; width: 43px; height: 43px; border-radius: 50%; background: var(--accent); font-size: 12px; font-weight: 700; }
.cft-home .author-line strong { display: block; font-size: 14px; font-weight: 650; }
.cft-home .author-line div > span { display: block; font-size: 12px; color: var(--muted); }
.cft-home .method-copy .text-link { margin-top: 22px; }
.cft-home .site-footer { border-top: 1px solid var(--line); padding-block: 34px; }
.cft-home .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cft-home .site-footer .brand { gap: 0; font-size: 21px; }
.cft-home .site-footer nav { display: flex; flex-wrap: wrap; gap: 26px; }
.cft-home .site-footer nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; text-decoration: none; }
.cft-home .site-footer p { color: var(--muted); font-size: 12px; }
@media (max-width: 1100px) {
  .cft-home .wrap, .cft-home .site-header { width: calc(100% - 64px); }
  .cft-home .intro { grid-template-columns: 1.7fr 1fr; gap: 32px; }
  .cft-home .product-card { padding: 22px 20px 16px; }
  .cft-home .product-name { font-size: 29px; }
  .cft-home .trial { gap: 8px; }
  .cft-home .trial strong { font-size: 36px; }
  .cft-home .trial { flex-wrap: wrap; }
  .cft-home .trial-note { font-size: 14px; }
  .cft-home .playbook-layout, .cft-home .method-section { gap: 56px; }
}
@media (max-width: 800px) {
  .cft-home .site-header { min-height: 76px; }
  .cft-home .brand { font-size: 22px; }
  .cft-home .navigation { gap: 20px; }
  .cft-home .navigation a { font-size: 14px; }
  .cft-home .intro { grid-template-columns: 1fr; gap: 22px; padding-block: 42px 36px; }
  .cft-home .intro-copy { max-width: 55ch; }
  .cft-home .intro-copy p br { display: none; }
  .cft-home .intro-copy .text-link { display: none; }
  .cft-home .product-grid { grid-template-columns: 1fr; }
  .cft-home .product-card { padding: 26px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
  .cft-home .product-card + .product-card { border-left: 0; border-top: 1px solid var(--line); }
  .cft-home .product-heading { grid-column: 1 / -1; margin-bottom: 16px; }
  .cft-home .product-name, .cft-home .product-purpose { grid-column: 1; }
  .cft-home .trial { grid-column: 2; grid-row: 2 / 4; margin-top: 0; }
  .cft-home .watch-for { grid-column: 1 / -1; padding-bottom: 0; }
  .cft-home .product-actions { grid-column: 1 / -1; margin-top: 24px; }
  .cft-home .product-name { min-height: auto; }
  .cft-home .trial-note { font-size: 14px; }
  .cft-home .details-section { padding-block: 64px; }
  .cft-home .playbook-layout, .cft-home .method-section { grid-template-columns: 1fr; gap: 40px; }
  .cft-home .method-mark { display: none; }
  .cft-home .trial-playbook { padding-block: 52px; }
  .cft-home .method-section { padding-block: 60px; }
  .cft-home .footer-inner { flex-wrap: wrap; }
}
@media (max-width: 580px) {
  .cft-home .wrap, .cft-home .site-header { width: calc(100% - 40px); }
  .cft-home .site-header { position: relative; min-height: 72px; }
  .cft-home .brand-symbol { width: 25px; height: 25px; }
  .cft-home .brand-symbol i { width: 6px; }
  .cft-home .brand-symbol i:nth-child(3) { height: 25px; }
  .cft-home .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 48px; height: 48px; padding: 12px; border: 1px solid var(--line); border-radius: 4px; background: white; }
  .cft-home .menu-toggle span { width: 22px; height: 2px; background: var(--ink); }
  .cft-home .navigation { display: none; position: absolute; top: 71px; left: -20px; right: -20px; padding: 16px 20px; background: white; border-bottom: 1px solid var(--line); z-index: 20; }
  .cft-home .navigation.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .cft-home .navigation a { font-size: 15px; }
  .cft-home .intro { padding-block: 32px 30px; }
  .cft-home .eyebrow { font-size: 12px; letter-spacing: 1px; }
  .cft-home h1 { font-size: clamp(34px, 9vw, 49px); line-height: 1.08; }
  .cft-home .intro-copy p { font-size: 16px; }
  .cft-home .section-topline { display: block; }
  .cft-home .section-topline h2 { font-size: 16px; }
  .cft-home .product-card { display: flex; padding: 24px; }
  .cft-home .product-heading { margin-bottom: 20px; }
  .cft-home .product-name { font-size: 33px; }
  .cft-home .product-purpose { min-height: 0; }
  .cft-home .trial { margin-top: 24px; padding-block: 18px; }
  .cft-home .trial strong { font-size: 46px; }
  .cft-home .trial-note { font-size: 14px; }
  .cft-home .watch-for { padding-block: 18px 0; }
  .cft-home .watch-for p { max-width: none; font-size: 15px; }
  .cft-home .small-label { font-size: 12px; }
  .cft-home .product-actions { margin-top: 22px; }
  .cft-home .button { font-size: 15px; min-height: 50px; }
  .cft-home .review-link { font-size: 14px; }
  .cft-home .section-heading h2 { font-size: 32px; }
  .cft-home .comparison-scroll { margin-right: -20px; padding-right: 20px; max-width: calc(100% + 20px); }
  .cft-home table { min-width: 850px; }
  .cft-home .playbook-heading h2 { font-size: 36px; }
  .cft-home .playbook-steps p { font-size: 16px; }
  .cft-home .site-footer nav { gap: 22px; }
  .cft-home .footer-inner { display: block; }
  .cft-home .site-footer nav { margin-block: 18px 8px; }
}
@media (prefers-reduced-motion: reduce) { .cft-home *, .cft-home *::before, .cft-home *::after { transition: none !important; scroll-behavior: auto !important; } }

/* Shared CRM architecture: each page family uses the same site identity. */
.cft-home .navigation a:last-child { padding-inline: 18px; border-radius: 5px; background: var(--ink); color: white; }
.cft-home .navigation .nav-current { text-decoration: underline; text-underline-offset: 6px; }
.cft-home .page-intro { padding-block: 40px 48px; border-bottom: 1px solid var(--line); }
.cft-home .back-link { display: inline-flex; align-items: center; min-height: 44px; margin-bottom: 22px; font-size: 14px; text-decoration: none; color: var(--muted); }
.cft-home .page-intro h1 { max-width: 20ch; font-size: clamp(36px, 4.2vw, 58px); margin-top: 16px; }
.cft-home .page-lead { max-width: 68ch; color: var(--muted); font-size: 18px; line-height: 1.65; margin-top: 22px; }
.cft-home .page-section { padding-block: 48px 72px; }
.cft-home .directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.cft-home .directory-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); scroll-margin-top: 24px; }
.cft-home .directory-card .eyebrow { color: var(--muted); letter-spacing: .7px; font-size: 12px; }
.cft-home .directory-card h3 { margin-top: 22px; font-size: 30px; line-height: 1.2; letter-spacing: -1px; }
.cft-home .directory-card > p:not(.eyebrow) { margin-top: 12px; }
.cft-home .trial-label { align-self: flex-start; background: #e6eedf; padding: 5px 10px; font-size: 13px; border-radius: 4px; margin-top: 20px; }
.cft-home .directory-limit { color: var(--muted); font-size: 14px; padding-block: 20px; flex: 1; }
.cft-home .more-crms { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; padding-top: 26px; }
.cft-home .more-crms > span { color: var(--muted); font-size: 13px; }
.cft-home .more-crms a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; }
.cft-home .quiz-callout { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 44px; padding: 34px 38px; background: var(--accent); border-radius: 9px; }
.cft-home .quiz-callout h2 { margin-top: 8px; font-size: 30px; line-height: 1.2; letter-spacing: -1px; font-weight: 600; }
.cft-home .quiz-callout p:last-child { margin-top: 10px; max-width: 65ch; }
.cft-home .quiz-callout .button { max-width: 190px; flex-shrink: 0; }
.cft-home .article-body { padding-block: 48px 72px; }
.cft-home .article-body h2 { margin-bottom: 18px; font-size: 29px; line-height: 1.2; letter-spacing: -.8px; font-weight: 600; }
.cft-home .article-body h3 { margin-block: 24px 12px; font-size: 21px; line-height: 1.25; font-weight: 600; }
.cft-home .article-body p { margin-bottom: 18px; max-width: 76ch; }
.cft-home .article-body ul { margin: 16px 0 24px; padding-left: 22px; }
.cft-home .article-body li { margin-bottom: 12px; padding-left: 4px; }
.cft-home .article-body p + h2 { margin-top: 38px; }
.cft-home .article-layout { display: grid; grid-template-columns: minmax(0,1.8fr) minmax(260px,1fr); gap: 64px; align-items: start; }
.cft-home .decision-note, .cft-home .offer-panel { padding: 30px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.cft-home .offer-panel .eyebrow { margin-bottom: 18px; }
.cft-home .offer-panel .button { margin-block: 24px 12px; }
.cft-home .decision-note h3 { margin-top: 18px; }
.cft-home .product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding-block: 40px; border-top: 1px solid var(--line); margin-top: 40px; scroll-margin-top: 24px; }
.cft-home .product-detail h2 { margin-top: 16px; font-size: 34px; }
.cft-home .product-detail h3 { margin-top: 0; }
.cft-home .key-limit, .cft-home .result-limit { border-left: 3px solid #7d9d5e; padding-left: 20px; margin-block: 20px; color: var(--muted); }
.cft-home .article-section, .cft-home .article-sources { padding-top: 36px; margin-top: 36px; border-top: 1px solid var(--line); }
.cft-home .article-sources { color: var(--muted); font-size: 14px; }
.cft-home .article-sources h2 { font-size: 20px; color: var(--ink); }
.cft-home .related-links { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.cft-home .related-links a { display: inline-flex; align-items: center; min-height: 44px; }
.cft-home .versus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.cft-home .versus-card { display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.cft-home .versus-card h2 { margin-top: 18px; }
.cft-home .versus-card .button { margin-top: auto; }
.cft-home .guide-index { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cft-home .guide-index-card { position: relative; padding: 30px 48px 30px 0; border-top: 1px solid var(--line); }
.cft-home .guide-index-card h2 { margin-block: 14px; font-size: 27px; line-height: 1.25; font-weight: 600; letter-spacing: -.8px; }
.cft-home .guide-index-card h2 a { text-decoration: none; }
.cft-home .guide-index-card > span { position: absolute; right: 12px; top: 48px; font-size: 26px; }
.cft-home .guide-index-card > p:last-of-type { color: var(--muted); }
.cft-home .comparison-index { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cft-home .comparison-index-card a { display: flex; align-items: center; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 7px; text-decoration: none; }
.cft-home .comparison-index-card a:hover { background: var(--surface); }
.cft-home .comparison-index-card small { color: var(--muted); }
.cft-home .comparison-index-card span:last-child { margin-left: auto; }
.cft-home .legal-copy { max-width: 900px; }
.cft-home .legal-copy h2 { margin-top: 32px; }
.cft-home .legal-copy h2:first-child { margin-top: 0; }
.cft-home .legal-copy input, .cft-home .legal-copy textarea { max-width: 100%; }

.cft-home .practical-questions details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.cft-home .practical-questions summary { cursor: pointer; font-size: 18px; font-weight: 600; line-height: 1.5; }
.cft-home .practical-questions details p { margin: 18px 0 0; }
.cft-home .pair-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
.cft-home .pair-table { min-width: 620px; }
.cft-home .pair-table caption { text-align: left; padding: 20px; background: var(--surface); font-size: 13px; color: var(--muted); }
.cft-home .pair-table th, .cft-home .pair-table td { padding: 24px; vertical-align: top; text-align: left; }
.cft-home .pair-table th:first-child { width: 23%; }
.cft-home .comparison-verdict { margin-top: 36px; }

/* Finder: native form controls with explicit choices and editable results. */
.cft-home .quiz-page { display: grid; grid-template-columns: minmax(0,2fr) minmax(230px,.75fr); gap: 64px; align-items: start; padding-block: 40px 72px; }
.cft-home .quiz-app { min-width: 0; }
.cft-home .quiz-progress { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 13px; }
.cft-home .progress-track { height: 3px; margin-top: 14px; background: var(--line); }
.cft-home .progress-track span { display: block; height: 100%; background: #618943; }
.cft-home .quiz-app fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.cft-home .quiz-app legend { float: left; width: 100%; margin-block: 28px; font-size: 30px; line-height: 1.2; letter-spacing: -.8px; font-weight: 600; }
.cft-home .quiz-options { clear: both; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cft-home .quiz-option { display: flex; align-items: flex-start; gap: 13px; min-height: 105px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.cft-home .quiz-option:hover { background: var(--surface); }
.cft-home .quiz-option:has(input:checked) { background: #edf6e4; border-color: #648442; box-shadow: inset 0 0 0 1px #648442; }
.cft-home .quiz-option input { flex-shrink: 0; accent-color: #385d22; width: 18px; height: 18px; margin: 3px 0 0; }
.cft-home .quiz-option strong { display: block; font-size: 16px; font-weight: 600; line-height: 1.4; }
.cft-home .quiz-option small { display: block; color: var(--muted); font-size: 14px; line-height: 1.5; margin-top: 6px; }
.cft-home .quiz-controls { clear: both; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; justify-content: space-between; margin-top: 26px; }
.cft-home .quiz-controls .button { width: auto; min-width: 160px; cursor: pointer; }
.cft-home .quiet-button { border: 0; padding: 12px 0; background: none; color: var(--ink); font: inherit; cursor: pointer; min-height: 48px; text-decoration: underline; text-underline-offset: 4px; }
.cft-home .quiet-button:disabled { cursor: default; opacity: .4; text-decoration: none; }
.cft-home .quiz-method { padding: 26px; background: var(--surface); border-radius: 8px; }
.cft-home .quiz-method h2 { font-size: 21px; line-height: 1.25; font-weight: 600; }
.cft-home .quiz-method p { margin-top: 18px; font-size: 14px; color: var(--muted); }
.cft-home .quiz-method .text-link { margin-top: 16px; }
.cft-home .result-heading h2 { font-size: 34px; line-height: 1.15; font-weight: 600; letter-spacing: -1px; margin-top: 14px; }
.cft-home .result-heading > p:last-child { margin-top: 18px; color: var(--muted); }
.cft-home .answer-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-block: 24px; padding-block: 18px; border-block: 1px solid var(--line); }
.cft-home .answer-summary dt { font-size: 12px; color: var(--muted); margin-bottom: 5px; }
.cft-home .answer-summary dd { margin: 0; font-size: 14px; }
.cft-home .result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.cft-home .result-card { padding: 24px; border: 1px solid var(--line); border-radius: 8px; display: flex; flex-direction: column; }
.cft-home .result-card h3 { font-size: 30px; line-height: 1.2; letter-spacing: -.7px; margin-top: 20px; }
.cft-home .result-card ul { padding-left: 18px; font-size: 15px; line-height: 1.6; }
.cft-home .result-card li { margin-bottom: 10px; }
.cft-home .result-limit { font-size: 14px; }
.cft-home .result-limit p { margin-top: 9px; }
.cft-home .result-card .button { margin-top: auto; }
.cft-home .result-official { display: inline-flex; align-items: center; min-height: 48px; margin-top: 8px; font-size: 14px; }
@media (max-width: 1050px) {
  .cft-home .directory-grid { grid-template-columns: 1fr 1fr; }
  .cft-home .article-layout, .cft-home .quiz-page { gap: 32px; }
  .cft-home .quiz-page { grid-template-columns: 1fr; }
  .cft-home .quiz-method { max-width: 76ch; }
}
@media (max-width: 960px) {
  .cft-home .site-header { position: relative; }
  .cft-home .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 48px; height: 48px; padding: 12px; border: 1px solid var(--line); border-radius: 4px; background: white; }
  .cft-home .menu-toggle span { width: 22px; height: 2px; background: var(--ink); }
  .cft-home .navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 16px; background: white; border: 1px solid var(--line); z-index: 20; }
  .cft-home .navigation.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
  .cft-home .navigation a { font-size: 15px; padding-inline: 12px; }
}
@media (max-width: 700px) {
  .cft-home .directory-grid, .cft-home .guide-index, .cft-home .comparison-index, .cft-home .article-layout, .cft-home .product-detail, .cft-home .versus-grid, .cft-home .result-grid { grid-template-columns: 1fr; }
  .cft-home .quiz-callout { display: block; padding: 28px; }
  .cft-home .quiz-callout .button { max-width: none; margin-top: 24px; }
  .cft-home .page-intro { padding-block: 22px 32px; }
  .cft-home .page-intro h1 { max-width: none; }
  .cft-home .product-detail { gap: 24px; }
  .cft-home .quiz-options { grid-template-columns: 1fr; }
  .cft-home .quiz-option { min-height: 82px; }
  .cft-home .quiz-progress > span:last-child { display: none; }
  .cft-home .answer-summary { grid-template-columns: 1fr; gap: 12px; }
  .cft-home .comparison-index-card a { flex-wrap: wrap; }
  .cft-home .more-crms { gap: 5px 18px; }
  .cft-home .back-link { margin-bottom: 16px; }
  .cft-home .quiz-app legend { font-size: 27px; }
}
