:root {
  --ink: #10183f;
  --muted: #65706c;
  --line: #dee5e0;
  --line-dark: #c5cec8;
  --paper: #f7f6f1;
  --white: #ffffff;
  --green: #2f6f86;
  --green-dark: #10183f;
  --orange: #b86644;
  --focus: #2f6f86;
  --wash: #eef3ea;
  --content: 1380px;
  --header-x: clamp(40px, 4.25vw, 80px);
  --text-label: 12px;
  --text-ui: 14px;
  --text-body: 15px;
  --text-title: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
button, input, select, textarea { color: inherit; font: inherit; }
a { color: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }

.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;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 10px var(--header-x);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}
.brand-block { display: flex; align-items: center; gap: 20px; min-width: 0; }
.brand {
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.brand-block p { margin: 0; color: var(--muted); font-size: var(--text-ui); line-height: 1.35; }
.topbar nav, body > footer nav { display: flex; align-items: center; gap: 10px; }
.topbar nav > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  font-size: var(--text-ui);
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}
.topbar nav > a::after {
  display: none;
}
.topbar nav > a:hover::after,
.topbar nav > a:focus-visible::after {
  opacity: 0.45;
  transform: translateY(0);
}
.topbar .jobsnacks-link { color: var(--ink); }
.language-toggle {
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
}
.language-option {
  width: 42px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
}
.language-option { border-radius: 7px; }
.language-option.active { color: var(--white); background: var(--ink); }

main { display: flex; flex-direction: column; min-height: 70vh; }
.action-band { order: 4; }
.vendor-cta { order: initial; }
.pilot { order: 2; }
.workspace { order: 3; }
.launch-capture { order: initial; }
.workspace, .pilot, .launch-capture, .vendor-cta, body > footer {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}
.workspace { padding: 18px 0 20px; }
.catalog-lead {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(620px, 1.18fr);
  gap: 48px;
  align-items: end;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--ink);
}
.action-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(620px, 1.28fr);
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
  border-top: 1px solid var(--line-dark);
}
.action-band .vendor-cta, .action-band .launch-capture { width: auto; margin: 0; border-top: 0; }
.eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-size: var(--text-label);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalog-lead h2, .finder-intro h1, .launch-capture h2, .vendor-cta h2, .vendor-hero h1, .vendor-registration h2, .review-hero h1, .review-registration h2 {
  margin: 0;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.03;
}
.catalog-lead h2 {
  max-width: 720px;
  font-size: var(--text-title);
}
.catalog-intro { max-width: 620px; margin: 8px 0 0; color: var(--muted); font-size: var(--text-ui); line-height: 1.45; }
.catalog-controls {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.search input, .pilot-form select, .pilot-form input, .pilot-form textarea, .lead-form input, .lead-form select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: var(--white);
  line-height: 1.2;
}
.pilot-form textarea {
  min-height: 92px;
  padding-block: 14px;
  resize: vertical;
}
.search {
  position: relative;
  display: flex;
  flex: 1 1 360px;
  min-width: 0;
  max-width: none;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(16, 24, 63, 0.06);
}
.search::before {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 12px;
  height: 12px;
  border: 1.5px solid var(--green-dark);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: translateY(-58%);
}
.search::after {
  position: absolute;
  top: calc(50% + 5px);
  left: 29px;
  width: 6px;
  height: 1.5px;
  background: var(--green-dark);
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
  transform-origin: left center;
}
.search input {
  min-height: 48px;
  padding: 0 18px 0 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.sort-control {
  display: flex;
  gap: 3px;
  align-items: center;
  min-height: 48px;
  padding: 4px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(16, 24, 63, 0.05);
}
.sort-control > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.sort-option {
  min-width: 76px;
  min-height: 38px;
  padding: 0 13px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
.sort-option:hover {
  background: color-mix(in srgb, var(--green) 7%, var(--white));
}
.sort-option.active {
  background: var(--green);
  color: var(--white);
}
.search input:focus, .sort-option:focus-visible, .pilot-form select:focus, .pilot-form input:focus, .pilot-form textarea:focus {
  border-color: transparent;
  outline: 2px solid color-mix(in srgb, var(--green) 25%, transparent);
  outline-offset: -2px;
}

.known-tools {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.known-tools-copy h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 820;
  line-height: 1.2;
}
.known-tools-copy p:last-child {
  max-width: 330px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.known-tool-strip {
  display: grid;
  grid-auto-columns: minmax(108px, 1fr);
  grid-auto-flow: column;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}
.known-tool {
  display: grid;
  grid-template-rows: 42px auto;
  gap: 8px;
  min-width: 0;
  min-height: 84px;
  padding: 10px 8px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.known-tool:hover {
  border-color: var(--line-dark);
  background: var(--white);
  box-shadow: 0 10px 24px rgba(16, 24, 63, 0.06);
}
.known-tool .logo-tile {
  width: 42px;
  height: 42px;
  margin-inline: auto;
  border-radius: 8px;
}
.known-tool span:last-child {
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-size: 12px;
  font-weight: 780;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-panel { padding: 20px 0 14px; border-bottom: 1px solid var(--line); }
.quick-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.quick-filters > span {
  flex: 0 0 auto;
  margin-right: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.filter {
  flex: 0 0 auto;
  padding: 7px 2px 6px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
.filter + .filter { margin-left: 14px; }
.filter:hover, .filter.active { border-bottom-color: var(--orange); }
.filter.active { color: var(--green-dark); }
.filter:disabled { cursor: not-allowed; opacity: 0.45; }
.subcategory-filters {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.subcategory-filters[hidden] { display: none; }
.subcategory-filters > span {
  flex: 0 0 auto;
  padding-top: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.subcategory-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.subcategory-option {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--surface);
  color: var(--text);
  padding: 7px 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.subcategory-option:hover { border-color: var(--green); }
.subcategory-option.active {
  border-color: var(--green-dark);
  background: var(--green-dark);
  color: #fff;
}
.subcategory-option .count {
  margin-left: 5px;
  opacity: 0.7;
  font-variant-numeric: tabular-nums;
}
.tool-count { margin: 18px 0 0; color: var(--muted); font-size: 13px; }

.tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
  margin-top: 10px;
  border-top: 1px solid var(--line-dark);
}
.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.load-more-wrap[hidden] { display: none; }
.load-more-wrap .button { min-width: 190px; }
.tool-card {
  display: grid;
  content-visibility: auto;
  contain-intrinsic-size: auto 250px;
  grid-template-rows: auto auto auto;
  gap: 14px;
  min-width: 0;
  padding: 24px 0 20px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.tool-card header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.logo-link { display: block; }
.logo-tile {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 850;
}
.logo-tile img,
.logo-tile span { grid-area: 1 / 1; }
.logo-tile img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px;
  object-fit: contain;
  opacity: 0;
}
.logo-tile img.favicon-fallback { padding: 11px; }
.logo-tile.has-logo img { opacity: 1; }
.logo-tile.has-logo span { display: none; }
.logo-tile.logo-on-dark { background: var(--ink); }
.logo-tile.logo-mark-only img {
  padding: 0;
  object-fit: cover;
  object-position: left center;
}
.logo-tile.brand-fallback {
  border-color: transparent;
  background: var(--ink);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}
.logo-tile.brand-fallback.segment-farm { background: #315c45; }
.logo-tile.brand-fallback.segment-fresh { background: #9f3f36; }
.logo-tile.brand-fallback.segment-retailops { background: #284b73; }
.logo-tile.brand-fallback.segment-innovation { background: #71512f; }
.logo-tile.brand-fallback.segment-data-layer { background: #4e5451; }
.tool-title { min-width: 0; }
.tool-card h3 {
  margin: 0;
  font-size: 23px;
  font-weight: 760;
  line-height: 1.15;
}
.tool-card h3 a { text-decoration: none; }
.tool-card h3 a:hover { color: var(--green); }
.tool-card p, .detail-title p, .detail-grid p, .pilot-result p, .launch-capture p { color: var(--muted); }
.short-description {
  display: -webkit-box;
  margin: 7px 0 0;
  overflow: hidden;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tag-row, .detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-left: 64px;
}
.tag { padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 11px; font-weight: 750; }
.tag::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 7px 1px 0;
  border-radius: 50%;
  background: var(--line-dark);
}
.source-tag { color: var(--green-dark); }
.source-tag::before { background: var(--green); }
.tool-card footer { display: flex; align-items: center; gap: 18px; margin-left: 64px; }
.compare-toggle { margin-left: auto; }
.compare-toggle[aria-pressed="true"] { color: var(--green); border-bottom-color: var(--green); }
.profile-link, .website-link, .detail-close, .result-actions a {
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.website-link { color: var(--green); }
.profile-link:hover, .website-link:hover, .detail-close:hover { color: var(--orange); }

.tool-detail[hidden] { display: none; }
.tool-detail { margin: 56px 0 0; padding: 32px 0; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--ink); }
.detail-shell { width: 100%; }
.detail-head, .detail-title, .detail-actions { display: flex; }
.detail-head { justify-content: space-between; gap: 32px; align-items: flex-start; }
.detail-title { gap: 18px; }
.detail-title h3 { margin: 0; font-size: 36px; font-weight: 760; }
.detail-title p { max-width: 720px; margin: 8px 0 0; }
.detail-meta { margin: 22px 0 0 66px; }
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}
.detail-grid section { padding: 22px 0; border-bottom: 1px solid var(--line); }
.detail-grid h4 { margin: 0 0 8px; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; }
.detail-grid p { margin: 0; }
.detail-wide { grid-column: 1 / -1; }
.risk-section { color: #733d28; }
.detail-actions { margin-top: 24px; }
.profile-reviews {
  margin-top: 28px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.profile-reviews h4 {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.profile-review-summary {
  display: flex;
  gap: 14px;
  align-items: baseline;
}
.profile-review-summary strong {
  color: var(--ink);
  font-size: 34px;
  font-weight: 850;
  line-height: 1;
}
.profile-review-summary span,
.review-empty {
  color: var(--muted);
  font-size: 14px;
}
.profile-review-quotes {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.profile-review-quotes blockquote {
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid var(--green);
  background: rgba(255, 255, 255, 0.58);
}
.profile-review-quotes p {
  margin: 0;
  color: var(--ink);
}
.profile-review-quotes footer {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.pilot {
  display: block;
  padding: 16px 0 18px;
  border-bottom: 1px solid var(--ink);
}
#pilot-finder, #tools { scroll-margin-top: 92px; }
.finder-intro,
.pilot-form,
.pilot-result {
  margin-top: 0;
}
.finder-intro {
  display: block;
  margin-bottom: 12px;
}
.finder-title {
  display: block;
  min-width: 0;
}
.finder-title .eyebrow { margin: 0 0 6px; white-space: nowrap; }
.finder-intro h1 {
  font-size: var(--text-title);
  line-height: 1.08;
  white-space: normal;
}
.launch-capture h2 {
  font-size: 32px;
  line-height: 1.12;
}
.pilot-form, .lead-form { display: grid; gap: 8px 10px; }
.hp-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-privacy { grid-column: 1 / -1; margin: 0; font-size: 13px !important; line-height: 1.45; }
.form-privacy a { color: inherit; text-underline-offset: 3px; }
.pilot-form {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-areas:
    "problem problem problem problem problem company company company company submit submit submit"
    "refine refine refine refine refine refine refine refine refine refine refine refine";
  align-content: start;
  align-self: start;
}
.finder-problem { grid-area: problem; }
.finder-company { grid-area: company; }
.finder-submit { grid-area: submit; }
.finder-refinements {
  grid-area: refine;
  min-width: 0;
  margin-top: 2px;
  border-top: 1px solid var(--line);
}
.finder-refinements summary {
  display: flex;
  width: fit-content;
  min-height: 34px;
  padding-top: 8px;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}
.finder-refinements summary::-webkit-details-marker { display: none; }
.finder-refinements summary small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}
.finder-refinements summary::after {
  color: var(--green);
  content: "+";
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.finder-refinements[open] summary::after { content: "-"; }
.finder-refinement-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 8px 0 2px;
}
.pilot-form select,
.pilot-form input { min-height: 44px; font-size: 14px; }
.pilot-form textarea {
  height: 44px;
  min-height: 44px;
  max-height: 96px;
  padding-block: 12px;
  font-size: var(--text-ui);
}
.company-analysis {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}
.company-analysis:empty { display: none; }
.company-analysis.is-ready {
  color: var(--green-dark);
  font-weight: 700;
}
.company-analysis.is-error { color: #8a2d2d; }
.pilot-form label, .lead-form label {
  position: relative;
  display: grid;
  gap: 5px;
  align-content: start;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}
.finder-label-row {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.finder-detected {
  flex: 0 0 auto;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 750;
}
.pilot-form label:has(select)::after {
  position: absolute;
  right: 16px;
  bottom: 18px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}
.pilot-form select {
  min-width: 0;
  padding: 0 40px 0 16px;
  appearance: none;
  cursor: pointer;
  font-weight: 650;
  text-overflow: ellipsis;
}
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
}
.primary { border-color: var(--green-dark); background: var(--green-dark); color: var(--white); }
.primary:hover { background: var(--ink); }
.button:disabled { cursor: wait; opacity: 0.62; }
.secondary { background: transparent; }
.pilot-form .button { min-height: 44px; align-self: end; }
.pilot-result {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  min-width: 0;
  min-height: 0;
  padding: 18px 20px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: var(--white);
  scroll-margin-top: 92px;
}
.pilot-result:not(.has-results) { display: none; }
.pilot-result h3 { max-width: none; margin: 0; font-family: inherit; font-size: clamp(20px, 1.55vw, 24px); font-weight: 800; line-height: 1.24; }
.pilot-result p { max-width: 620px; margin: 8px 0 0; font-size: 14px; line-height: 1.45; }
.pilot-result.has-results {
  grid-column: 1 / -1;
  display: block;
  min-height: 0;
  padding: 18px 0 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
}
.finder-result-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}
.finder-result-head > div:first-child > p { max-width: 760px; }
.finder-context {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 0;
}
.finder-context span {
  padding: 5px 8px;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.finder-disclaimer { max-width: none !important; margin-top: 14px !important; color: var(--muted); font-size: 11px !important; line-height: 1.45 !important; }
.finder-summary { display: flex; gap: 10px; align-items: baseline; min-width: 205px; padding: 11px 14px; border: 1px solid var(--line-dark); border-radius: 8px; background: var(--white); }
.finder-summary-count { color: var(--green-dark); font-size: 26px; font-weight: 800; line-height: 1; }
.finder-summary small { display: block; margin-top: 3px; color: var(--muted); }
.result-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }
.result-list article { display: flex; min-width: 0; min-height: 238px; padding: 15px; flex-direction: column; border: 1px solid var(--line-dark); border-radius: 8px; background: var(--white); }
.result-rank { display: none; }
.result-card-head { display: flex; gap: 10px; align-items: center; }
.result-card-head .logo-tile { width: 40px; height: 40px; }
.result-card-head h4 { margin: 0; font-size: 17px; line-height: 1.2; }
.result-card-title { min-width: 0; flex: 1; }
.result-card-title strong { display: block; margin-top: 4px; color: var(--green-dark); font-size: 11px; }
.result-summary { display: -webkit-box; min-height: 57px; margin-top: 12px !important; overflow: hidden; color: var(--ink) !important; font-size: 13px !important; line-height: 1.45 !important; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.result-meta { display: flex; flex-wrap: wrap; gap: 5px 9px; margin-top: 10px; color: var(--muted); font-size: 11px; }
.result-meta span + span::before { margin-right: 10px; color: var(--line-dark); content: "·"; }
.result-reasons { margin-top: 10px; padding-top: 9px; border-top: 1px solid var(--line); font-size: 11px; line-height: 1.4; }
.result-reasons strong { display: block; margin-bottom: 3px; color: var(--ink); }
.result-reasons span { color: var(--muted); }
.result-actions { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: auto; padding-top: 13px; font-size: 13px; }
.finder-result-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 12px; }
.finder-result-actions > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.finder-result-actions .button { min-height: 40px; padding: 9px 14px; }
.finder-visible-count { color: var(--muted); font-size: 12px; }

.launch-capture {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  padding: 24px 0 30px;
  border-top: 1px solid var(--line-dark);
}
.action-band .launch-capture {
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 30px 0 30px 40px;
  border-left: 1px solid var(--line-dark);
}
.action-band .vendor-cta {
  grid-template-columns: 1fr;
  align-content: space-between;
  gap: 24px;
  padding: 30px 40px 30px 0;
}
.action-band .vendor-cta .button { width: fit-content; }
.launch-capture p { max-width: 560px; }
.lead-form { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lead-form .button, .lead-result { grid-column: 1 / -1; }
.lead-result { margin: 0; }

.compare-dock {
  position: fixed; z-index: 30; right: 24px; bottom: 24px; left: 24px;
  display: flex; max-width: 920px; min-height: 68px; margin: auto; padding: 12px 14px 12px 18px;
  align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--ink);
  border-radius: 8px; background: var(--white); box-shadow: 0 16px 45px rgba(16, 24, 63, 0.18);
}
.detail-filters { border-top: 1px dashed var(--line); }
.compare-dock[hidden] { display: none; }
.compare-dock > div:first-child { display: grid; gap: 2px; min-width: 0; }
.compare-dock span { overflow: hidden; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.compare-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.compare-dialog { width: min(calc(100% - 32px), 1120px); max-height: calc(100vh - 48px); padding: 28px; border: 1px solid var(--ink); border-radius: 8px; background: var(--paper); color: var(--ink); }
.compare-dialog::backdrop { background: rgba(16, 24, 63, 0.46); }
.compare-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.compare-dialog-actions { display: flex; align-items: center; gap: 18px; }
.compare-dialog h2 { margin: 0; font-size: 32px; }
.compare-table-wrap { margin-top: 24px; overflow-x: auto; }
.share-result { min-height: 20px; margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.compare-table { width: 100%; min-width: 720px; border-collapse: collapse; background: var(--white); }
.compare-table th, .compare-table td { padding: 15px 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th:first-child { width: 150px; color: var(--muted); font-size: 12px; text-transform: uppercase; }
.compare-table th { font-size: 18px; }
.compare-table td { color: var(--muted); font-size: 14px; }
.compare-profile-link { color: var(--ink); font-weight: 700; text-underline-offset: 3px; }
.compare-table td .compare-profile-link { display: inline-block; margin-top: 8px; font-size: 13px; }
.lead-context { grid-column: 1 / -1; margin: 0; padding: 12px 14px; border-left: 3px solid var(--accent); background: var(--white); color: var(--muted); font-size: 13px; line-height: 1.5; }
.lead-context:empty { display: none; }

.vendor-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 16px;
  align-items: center;
  margin-top: 0;
  padding: 30px 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 0;
}
.vendor-cta-copy {
  display: block;
}
.vendor-cta .eyebrow { margin: 0 0 8px; }
.vendor-cta h2 { margin: 0; font-size: 32px; line-height: 1.12; white-space: normal; }
.vendor-cta-body { display: block; max-width: 680px; margin: 10px 0 0; color: var(--muted); line-height: 1.55; }
.vendor-cta .button { min-width: 210px; min-height: 48px; }

.profile-page-main { width: min(calc(100% - 48px), 1120px); margin: 0 auto; padding: 56px 0 80px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; align-items: start; }
.profile-page-card { min-width: 0; }
.profile-page-title { display: flex; gap: 24px; align-items: flex-start; margin-bottom: 24px; }
.profile-page-title img { width: 88px; height: 88px; object-fit: contain; padding: 10px; border: 1px solid var(--line); background: #fff; }
.profile-page-title h1 { margin: 4px 0 10px; font-size: clamp(38px, 5vw, 64px); line-height: 1; }
.profile-page-title p:last-child { margin: 0; max-width: 720px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.profile-page-card > section { padding: 28px 0; border-top: 1px solid var(--line); }
.profile-page-card > section h2, .profile-vendor-cta h2 { margin: 0 0 10px; font-size: 22px; }
.profile-page-card > section p, .profile-vendor-cta p { color: var(--muted); line-height: 1.65; }
.profile-page-card > section .eyebrow { margin: 0 0 8px; color: var(--accent); line-height: 1.2; }
.profile-page-card > section h3 { margin: 22px 0 8px; font-size: 16px; }
.use-case-page-main { width: min(calc(100% - 48px), 1120px); margin: 0 auto; padding: 64px 0 88px; }
.use-case-guide { margin: 32px 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.use-case-guide h2 { margin: 4px 0 8px; font-size: 24px; }
.use-case-guide > p:not(.eyebrow), .use-case-method { color: var(--muted); line-height: 1.6; }
.use-case-guide ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 20px 0 0; padding: 0; list-style: none; counter-reset: guide; }
.use-case-guide li { position: relative; padding-left: 32px; line-height: 1.5; }
.use-case-guide li::before { counter-increment: guide; content: counter(guide); position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--line-strong); font-size: 12px; font-weight: 700; }
.use-case-method { margin-top: 24px; font-size: 14px; }
.use-case-hero { max-width: 820px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.use-case-hero h1 { margin: 8px 0 16px; font-size: clamp(38px, 5vw, 64px); line-height: 1.04; }
.use-case-hero > p:last-child { color: var(--muted); font-size: 19px; line-height: 1.6; }
.use-case-tools { padding-top: 40px; }
.use-case-tools h2 { margin: 0 0 8px; font-size: 30px; }
.use-case-tools > p { margin: 0 0 28px; color: var(--muted); }
.use-case-section-head { max-width: 780px; }
.use-case-section-head h2 { margin: 4px 0 10px; font-size: 28px; line-height: 1.15; }
.use-case-section-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.use-case-map,
.use-case-capabilities { padding: 34px 0 4px; border-bottom: 1px solid var(--line); }
.use-case-stage-grid,
.use-case-capability-grid { display: grid; gap: 14px; margin-top: 22px; }
.use-case-stage-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.use-case-capability-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.use-case-stage-grid article,
.use-case-capability-grid article { min-width: 0; border: 1px solid var(--line); background: var(--white); }
.use-case-stage-grid article { padding: 18px; }
.use-case-capability-grid article { padding: 16px; }
.use-case-stage-grid h3,
.use-case-capability-grid h3 { margin: 12px 0 8px; font-size: 18px; line-height: 1.2; }
.use-case-stage-grid ul { margin: 12px 0 14px; padding-left: 18px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.use-case-stage-grid li + li { margin-top: 6px; }
.use-case-stage-grid p,
.use-case-capability-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.use-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.use-case-tool { display: grid; grid-template-rows: auto auto 1fr auto; min-height: 240px; padding: 20px; border: 1px solid var(--line); background: var(--white); }
.use-case-tool h3 { margin: 14px 0 8px; font-size: 20px; }
.use-case-tool p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.use-case-tool .tag { width: fit-content; }
.use-case-tool > a { margin-top: 20px; color: var(--ink); font-weight: 700; text-underline-offset: 3px; }
.use-case-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.use-case-index { order: 5; margin-top: 0; padding: 30px 24px 32px; border-top: 1px solid var(--line-dark); background: var(--paper); }
.use-case-index-inner { width: min(100%, var(--content)); margin-inline: auto; }
.use-case-index .eyebrow { margin-bottom: 8px; }
.use-case-index h2 { max-width: 720px; margin: 0; font-size: 32px; line-height: 1.12; }
.use-case-index-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); column-gap: 28px; margin-top: 18px; }
.use-case-index-links a { min-width: 0; padding: 12px 0 11px; border-top: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.35; text-decoration: none; }
.use-case-index-links a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.profile-reference-list { margin: 16px 0 0; padding-left: 20px; }
.profile-reference-list a { color: var(--navy); font-weight: 700; text-underline-offset: 3px; }
.profile-vendor-cta { position: sticky; top: 24px; padding: 24px; border: 1px solid var(--line); background: #fff; }
.profile-vendor-cta .button { width: 100%; margin-top: 10px; }

.vendor-page main,
.review-page main {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}
.vendor-hero,
.review-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: 64px;
  align-items: start;
  padding: 72px 0 52px;
  border-bottom: 2px solid var(--ink);
}
.vendor-hero h1,
.review-hero h1 {
  max-width: 720px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
}
.vendor-hero p:not(.eyebrow),
.review-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
}
.vendor-note,
.review-principles {
  padding: 26px 28px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: var(--white);
}
.vendor-note h2,
.review-principles h2 { margin: 0; font-size: 24px; line-height: 1.12; }
.vendor-note ol,
.review-principles ul {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding-left: 22px;
  color: var(--muted);
}
.vendor-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 34px 0 18px;
}
.vendor-options article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: var(--white);
  display: flex;
  flex-direction: column;
}
.vendor-options h2 {
  margin: 12px 0 0;
  font-size: 25px;
  line-height: 1.08;
}
.vendor-options p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}
.vendor-options ul { margin: 16px 0 22px; padding-left: 20px; color: var(--muted); font-size: 15px; line-height: 1.45; }
.vendor-options li + li { margin-top: 8px; }
.vendor-options .button { align-self: flex-start; margin-top: auto; }
.vendor-options .featured-offer { border-color: var(--ink); box-shadow: inset 0 4px 0 var(--accent); }
.vendor-independence { max-width: 760px; margin: 0 auto 24px; padding: 0 24px; color: var(--muted); font-size: 14px; text-align: center; }
.vendor-registration,
.review-registration {
  display: grid;
  grid-template-columns: minmax(260px, 0.4fr) minmax(0, 1fr);
  gap: 64px;
  padding: 42px 0 88px;
}
.vendor-registration h2,
.review-registration h2 { font-size: clamp(30px, 2.6vw, 44px); line-height: 1.04; }
.vendor-copy p:last-child,
.review-copy p:last-child { max-width: 360px; margin: 16px 0 0; color: var(--muted); }
.vendor-form,
.review-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.vendor-form label,
.review-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}
.vendor-form .wide,
.vendor-form .button,
.vendor-result,
.review-form .wide,
.review-form .button,
.review-result,
.rating-group {
  grid-column: 1 / -1;
}
.vendor-form input,
.vendor-form select,
.vendor-form textarea,
.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  line-height: 1.2;
}
.vendor-form textarea,
.review-form textarea {
  min-height: 132px;
  padding-block: 14px;
  resize: vertical;
  line-height: 1.45;
}
.vendor-form input:focus,
.vendor-form select:focus,
.vendor-form textarea:focus,
.review-form input:focus,
.review-form select:focus,
.review-form textarea:focus {
  border-color: transparent;
  outline: 2px solid color-mix(in srgb, var(--green) 25%, transparent);
  outline-offset: -2px;
}
.vendor-result,
.review-result {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
}

.rating-group {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}
.rating-group legend {
  padding: 0 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

body > footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 30px 0 44px;
  border-top: 1px solid var(--line-dark);
  color: var(--muted);
  font-size: 12px;
}
body > footer p { max-width: 640px; margin: 0; }
body > footer a { text-decoration: none; }

.legal-page { width: min(calc(100% - 48px), 860px); margin: 0 auto; padding: 64px 0 96px; }
.legal-page section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-page h2, .legal-page h3 { font-weight: 760; }

@media (max-width: 980px) {
  .brand-block p { display: none; }
  .catalog-lead { grid-template-columns: 1fr; gap: 18px; }
  .tool-grid { grid-template-columns: 1fr; }
  .pilot-result { grid-column: 1 / -1; margin-top: 0; padding: 24px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .result-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .finder-refinement-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vendor-cta-body { display: none; }
  .action-band { grid-template-columns: 1fr; }
  .action-band .vendor-cta { padding-right: 0; }
  .action-band .launch-capture { padding-left: 0; border-top: 1px solid var(--line-dark); border-left: 0; }
}

@media (max-width: 760px) {
  .topbar { position: static; display: block; min-height: 0; padding: 16px 20px 12px; }
  #pilot-finder, #tools, .pilot-result { scroll-margin-top: 16px; }
  body .topbar nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    width: 100%;
    margin-top: 10px;
    overflow: visible;
  }
  .topbar nav > a {
    flex: 0 0 auto;
    min-height: 38px;
    min-width: 0;
    padding: 0 12px;
    font-size: 13px;
    white-space: nowrap;
  }
  .language-option {
    width: 40px;
    height: 31px;
    font-size: 12px;
  }
  .language-toggle {
    margin: -3px 0 0 auto;
    padding-left: 0;
    border-left: 0;
  }
  .workspace, .pilot, .launch-capture, .vendor-cta, .vendor-page main, .review-page main, body > footer { width: min(calc(100% - 32px), var(--content)); }
  .workspace { padding: 22px 0 18px; }
  .catalog-lead h2, .finder-intro h1 { font-size: 30px; }
  .known-tools { grid-template-columns: 1fr; gap: 16px; }
  .known-tools-copy p:last-child { max-width: 520px; }
  .known-tool-strip { grid-auto-columns: 112px; margin-inline: -16px; padding-inline: 16px; }
  .pilot, .pilot-form, .launch-capture, .lead-form, .detail-grid { grid-template-columns: 1fr; }
  .pilot-form {
    grid-template-areas:
      "problem"
      "company"
      "submit"
      "refine";
  }
  .finder-refinement-grid { grid-template-columns: 1fr; }
  .finder-refinements summary {
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
    column-gap: 8px;
    row-gap: 2px;
  }
  .finder-refinements summary small { grid-column: 1 / -1; grid-row: 2; width: auto; }
  .finder-refinements summary::after { grid-column: 2; grid-row: 1; }
  .pilot-form textarea { height: 64px; min-height: 64px; resize: none; }
  .catalog-controls { justify-content: stretch; }
  .catalog-controls { flex-wrap: wrap; }
  .search { max-width: none; }
  .sort-control { width: 100%; }
  .sort-option { flex: 1 1 0; min-width: 0; padding-inline: 8px; }
  .search input { border-radius: 8px; }
  .filter + .filter { margin-left: 8px; }
  .subcategory-filters { display: block; }
  .subcategory-filters[hidden] { display: none; }
  .subcategory-filters > span { display: block; padding: 0 0 8px; }
  .tool-grid { column-gap: 0; }
  .tool-card { padding: 20px 0 18px; }
  .tool-card header { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; }
  .logo-tile { width: 42px; height: 42px; }
  .tool-card h3 { font-size: 21px; }
  .tag-row, .tool-card footer { margin-left: 54px; }
  .tool-card footer { flex-wrap: wrap; gap: 12px 16px; }
  .compare-toggle { margin-left: 0; }
  .detail-head, .detail-title { display: grid; }
  .detail-meta { margin-left: 0; }
  .detail-wide { grid-column: auto; }
  .pilot { padding: 18px 0 20px; }
  .finder-intro { display: block; margin-bottom: 16px; }
  .finder-title { display: block; }
  .finder-title .eyebrow { margin-bottom: 8px; }
  .finder-intro h1 { white-space: normal; }
  .pilot-result { min-height: 0; margin-top: 0; padding: 16px; border: 1px solid var(--line-dark); }
  .pilot-result.has-results { padding: 16px 0 0; border-right: 0; border-bottom: 0; border-left: 0; }
  .finder-result-head { grid-template-columns: 1fr; gap: 14px; }
  .finder-summary { width: 100%; }
  .result-list { grid-template-columns: 1fr; }
  .result-list article { min-height: 0; }
  .result-summary { min-height: 0; }
  .finder-result-actions { align-items: stretch; flex-direction: column; }
  .finder-result-actions > div { justify-content: stretch; }
  .finder-result-actions .button { flex: 1; }
  .launch-capture, .vendor-cta, .vendor-hero, .review-hero, .vendor-options, .vendor-registration, .review-registration, .vendor-form, .review-form, .rating-group { grid-template-columns: 1fr; }
  .launch-capture, .vendor-registration, .review-registration { gap: 28px; }
  .launch-capture { padding: 26px 0 30px; }
  .vendor-cta { grid-template-columns: 1fr; gap: 10px; margin-top: 0; padding: 12px 0; }
  .vendor-cta-copy { display: block; }
  .vendor-cta h2 { margin-top: 5px; white-space: normal; }
  .vendor-cta .button { width: 100%; }
  .compare-dock { right: 12px; bottom: 12px; left: 12px; align-items: stretch; flex-direction: column; gap: 10px; }
  .compare-actions .button { flex: 1; }
  .compare-dialog { padding: 20px 16px; }
  .compare-dialog-head, .compare-dialog-actions { flex-direction: column; align-items: flex-start; }
  .profile-page-main { width: min(calc(100% - 32px), var(--content)); grid-template-columns: 1fr; gap: 32px; padding-top: 36px; }
  .profile-page-title { gap: 16px; }
  .profile-page-title img { width: 68px; height: 68px; }
  .use-case-page-main { width: min(calc(100% - 32px), var(--content)); padding-top: 40px; }
  .use-case-guide ul { grid-template-columns: 1fr; }
  .use-case-stage-grid,
  .use-case-capability-grid { grid-template-columns: 1fr; }
  .use-case-grid { grid-template-columns: 1fr; }
  .use-case-index { margin-top: 0; padding: 26px 16px 30px; }
  .launch-capture h2, .vendor-cta h2, .use-case-index h2 { font-size: 28px; }
  .use-case-index-links { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; }
  .profile-vendor-cta { position: static; }
  .vendor-cta .button { width: 100%; }
  .vendor-hero { gap: 28px; padding: 42px 0 36px; }
  .vendor-hero h1 { font-size: 44px; }
  body > footer { display: grid; }
}
