:root {
  --bg: #f8fafc;
  --ink: #0f172a;
  --ink-soft: #64748b;
  --panel: rgba(255, 255, 255, 0.96);
  --line: #e2e8f0;
  --line-strong: #cbd5e1;
  --mint: #10b981;
  --sea: #0e7490;
  --sea-mid: #0891b2;
  --gold: #f59e0b;
  --rose: #e76f51;
  --white: #ffffff;
  --slate: #1e293b;
  --shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "kern" 1, "liga" 1, "clig" 1;
  background:
    radial-gradient(circle at top left, rgba(14, 116, 144, 0.06), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #f8fafc 100%);
}

.hero-shell {
  position: relative;
  padding: 0;
  background: transparent;
}

body.theme-inverse {
  background:
    radial-gradient(circle at top left, rgba(243, 201, 111, 0.14), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(126, 242, 199, 0.16), transparent 24%),
    linear-gradient(180deg, #102026 0%, #162d35 100%);
  color: var(--white);
}

body.theme-inverse .panel,
body.theme-inverse .site-header,
body.theme-inverse .compare-strip {
  background: rgba(17, 35, 43, 0.86);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.08);
}

body.theme-inverse .muted,
body.theme-inverse .lede,
body.theme-inverse .field span,
body.theme-inverse .brand-copy small,
body.theme-inverse .site-nav a,
body.theme-inverse .metric-list span,
body.theme-inverse .vendor-meta {
  color: rgba(241, 248, 245, 0.76);
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(12, 29, 34, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 29, 34, 0.03) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at center, black 28%, transparent 85%);
}

.wrap {
  width: min(1260px, calc(100% - 2rem));
  margin: 0 auto;
}

.compare-strip {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(8, 20, 25, 0.92);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.compare-strip-shell,
.header-shell,
.results-head,
.profile-hero-grid,
.compare-page-hero,
.footer-grid {
  display: grid;
  gap: 18px;
}

.compare-strip-shell > *,
.header-shell > *,
.results-head > *,
.profile-hero-grid > *,
.compare-page-hero > *,
.footer-grid > *,
.hero-grid > *,
.directory-layout > *,
.split-band > *,
.monetisation-grid > *,
.vendor-grid > *,
.profile-grid > *,
.static-grid > *,
.form-layout > * {
  min-width: 0;
}

.compare-strip-shell {
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  padding: 12px 0;
}

.compare-strip-items,
.compare-strip-actions,
.site-nav,
.hero-actions-row,
.hero-trust,
.state-row,
.chip-row,
.action-row,
.criteria-snapshot,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.compare-strip-label,
.eyebrow {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: var(--sea);
  font-weight: 700;
}

.section-kicker {
  display: block;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: var(--sea);
  font-weight: 700;
}

.strip-pill,
.state-badge,
.chip,
.criteria-snapshot span {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
}

.strip-pill {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.strip-pill-empty {
  opacity: 0.75;
}

.site-header {
  position: sticky;
  top: 56px;
  z-index: 30;
  background: var(--slate);
  border-bottom: none;
  backdrop-filter: blur(16px);
}

.header-shell {
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  padding: 16px 0;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  width: 94px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 94px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.brand-copy strong {
  font-size: 1.32rem;
  line-height: 1.1;
}

.brand-copy small {
  max-width: none;
  font-size: 0.92rem;
}

.brand-copy small,
.site-nav a,
.muted,
.lede,
.field span,
.metric-list span,
.vendor-meta,
.vendor-summary,
.inline-note p {
  color: var(--ink-soft);
}

.metric-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.metric-list li + li {
  margin-top: 4px;
}

.metric-list span {
  flex: 0 0 auto;
}

.metric-list b {
  flex: 1 1 auto;
  text-align: right;
  color: var(--ink);
}

.site-header .brand-copy strong,
.site-header .brand-copy small,
.site-header .site-nav a {
  color: rgba(255, 255, 255, 0.82);
}

.site-header .site-nav a:hover {
  color: #fff;
}

.site-nav {
  display: flex;
  justify-content: end;
  flex-wrap: nowrap;
  gap: 18px;
  min-width: 0;
}

.site-nav a {
  white-space: nowrap;
}

.nav-right {
  display: flex;
  gap: 10px;
  justify-content: end;
  flex-wrap: wrap;
  min-width: 0;
}

.button-nav-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: transparent;
}

.button-nav-accent {
  background: var(--rose);
  color: #fff;
  border-color: transparent;
}

.site-nav a,
.text-link {
  text-decoration: none;
}

.text-link {
  color: var(--sea);
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-word;
}

.hero-shell,
.market-strip,
.directory-layout,
.split-band,
.monetisation-grid,
.profile-shell,
.static-shell,
.form-page-shell,
.compare-page-shell {
  padding: 28px 0;
}

.hero-grid,
.market-grid,
.directory-layout,
.split-band,
.monetisation-grid,
.vendor-grid,
.profile-grid,
.static-grid,
.form-layout,
.hero-kpis,
.rating-row,
.compare-summary-grid {
  display: grid;
  gap: 18px;
}

.hero-grid {
  grid-template-columns: 1fr;
  align-items: start;
  min-height: 0;
  gap: 10px;
}

.hero-copy,
.hero-copy.panel {
  border-radius: 28px;
  background:
    radial-gradient(ellipse 90% 70% at 0% 100%, rgba(14, 116, 144, 0.2) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 100% 0%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    var(--slate);
  color: #fff;
  padding: 1.2rem 1.45rem;
  box-shadow: none;
  border: none;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 10px;
  align-self: start;
}

.hero-copy .lede,
.hero-copy .eyebrow,
.hero-copy p,
.hero-copy span,
.hero-copy h1 {
  color: #fff;
}

.hero-copy .lede {
  color: rgba(255, 255, 255, 0.62);
}

.hero-copy .eyebrow {
  color: #bae6fd;
}

.hero-aside {
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  min-width: 0;
  border-radius: 0;
}

.hero-search-panel {
  display: grid;
  gap: 10px;
}

.hero-aside-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.role-card {
  padding: 16px 16px 14px;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.role-card .eyebrow {
  margin-bottom: 6px;
}

.role-card h3 {
  margin-bottom: 6px;
  font-size: 1.2rem;
  line-height: 1.15;
}

.role-card p {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.35;
}

.role-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--sea);
}

.search-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  min-height: 0;
}

.search-card h3,
.search-card p {
  color: var(--ink);
}

.search-card-controls {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.vendor-rfp-filterbar {
  margin: 0 0 14px;
}

.vendor-rfp-table {
  min-width: 0;
  table-layout: fixed;
}

.vendor-rfp-table th:nth-child(1),
.vendor-rfp-table td:nth-child(1) {
  width: 22%;
}

.vendor-rfp-table th:nth-child(2),
.vendor-rfp-table td:nth-child(2) {
  width: 18%;
}

.vendor-rfp-table th:nth-child(3),
.vendor-rfp-table td:nth-child(3) {
  width: 15%;
}

.vendor-rfp-table th:nth-child(4),
.vendor-rfp-table td:nth-child(4) {
  width: 14%;
}

.vendor-rfp-table th:nth-child(5),
.vendor-rfp-table td:nth-child(5) {
  width: 19%;
}

.vendor-rfp-table td:last-child,
.vendor-rfp-table th:last-child {
  width: 12%;
}

body[data-page="vendor-rfp"] .wrap {
  width: min(1460px, calc(100% - 1.5rem));
}

.search-card-controls select,
.search-card-controls input {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 10px 14px;
  min-width: 0;
}

.search-card-row {
  display: flex;
  gap: 8px;
  min-width: 0;
}

.button-search {
  background: var(--rose);
  color: #fff;
  border: none;
}

.market-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.directory-layout {
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
}

.split-band,
.monetisation-grid,
.static-grid,
.form-layout,
.profile-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vendor-grid {
  grid-template-columns: 1fr;
  margin-top: 18px;
}

.hero-kpis,
.rating-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-stats-row,
.hero-inline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-stats-row span,
.hero-inline-points span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.hero-brand-row {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.hero-logo-block {
  width: 210px;
  height: 92px;
  display: grid;
  place-items: center;
}

.hero-logo-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hero-brand-row h1 {
  margin: 0;
  max-width: none;
  width: 100%;
}

.hero-stats-row {
  color: rgba(255, 255, 255, 0.82);
}

.hero-stats-row strong {
  color: #f8fafc;
}

.hero-inline-points span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
}

.page-hero {
  padding: 34px 34px 30px;
  background:
    radial-gradient(circle at top right, rgba(14, 116, 144, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 251, 0.94));
  border: 1px solid rgba(8, 145, 178, 0.16);
}

.page-hero .eyebrow {
  margin-bottom: 10px;
}

.page-hero h1 {
  max-width: 22ch;
  margin-bottom: 14px;
}

.page-hero .lede.narrow {
  max-width: 64ch;
  font-size: 1.02rem;
  line-height: 1.55;
}

.vendor-rfp-hero h1 {
  max-width: 30ch;
}

.vendor-rfp-hero .lede.narrow {
  max-width: 72ch;
}

.panel,
.vendor-card {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.panel-glow {
  background:
    radial-gradient(circle at top right, rgba(126, 242, 199, 0.2), transparent 26%),
    var(--panel);
}

h1,
h2,
h3 {
  margin-top: 0;
}

h1 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
  font-weight: 700;
  max-width: 14ch;
}

h2 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 700;
}

h3 {
  font-family: "DM Sans", sans-serif;
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.results-head h2 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 700;
  max-width: 16ch;
}

.brand-copy strong,
.site-nav a,
.button,
.metric-list li,
.vendor-summary,
.vendor-meta,
.vendor-meta-row span,
.results-summary strong,
.results-summary span,
.text-link,
.muted,
.lede,
.field span,
.inline-note p,
.compare-table td,
.compare-table th,
.workflow-node p,
.role-card p {
  letter-spacing: -0.01em;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  white-space: nowrap;
}

.button-primary {
  border: none;
  background: linear-gradient(135deg, var(--mint), var(--gold));
  color: #052029;
  font-weight: 700;
}

.button-compare {
  border: none;
  background: linear-gradient(135deg, #0f172a, #155e75);
  color: #fff;
  font-weight: 700;
}

.button-secondary,
.button-ghost,
.social-button {
  background: rgba(12, 29, 34, 0.04);
}

.hero-button-sponsor {
  background: rgba(14, 116, 144, 0.16);
  border-color: rgba(125, 211, 252, 0.36);
  color: #f8fafc;
}

.hero-button-review {
  background: rgba(245, 158, 11, 0.14);
  border-color: rgba(253, 224, 71, 0.34);
  color: #f8fafc;
}

.auth-button-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: auto;
}

.compare-strip .button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.button-wide {
  width: 100%;
}

.hero-trust span,
.criteria-snapshot span,
.helper-card,
.market-card,
.score-ring,
.profile-score-card,
.inline-note,
.compare-summary-card,
.hero-kpis article,
.rating-row > div {
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 14px 16px;
  min-width: 0;
}

.directory-empty-state,
.compare-pending-note {
  margin-bottom: 18px;
}

.rating-row span,
.vendor-meta-row span {
  display: block;
  font-size: 0.72rem;
  line-height: 1.3;
}

.rating-row span {
  font-weight: 600;
}

.rating-row strong {
  display: block;
  margin-top: 6px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.hero-copy .lede {
  font-size: 1.02rem;
  line-height: 1.5;
  max-width: 58ch;
}

.hero-actions-row {
  gap: 12px;
  margin-top: 0;
}

.hero-stats-row {
  gap: 16px;
  margin: 2px 0 0;
  font-size: 0.92rem;
}

.signal-list,
.bullet-list,
.metric-list,
.source-list {
  margin: 0;
  padding-left: 20px;
  line-height: 1.7;
}

.editorial-band {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: end;
}

.editorial-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.editorial-copy h2 {
  max-width: 18ch;
}

.process-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 28px;
}

.category-strip-wrap {
  padding-top: 12px;
}

.strip-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.strip-title {
  font-family: "DM Serif Display", serif;
  font-size: 1.6rem;
}

.strip-title em {
  color: var(--sea);
}

.category-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.category-pill {
  flex-shrink: 0;
  min-width: 168px;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 16px;
  padding: 1rem 1.15rem;
  cursor: pointer;
  transition: all 0.18s ease;
}

.category-pill:hover {
  border-color: var(--sea);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(14, 116, 144, 0.12);
}

.category-pill-empty {
  background: rgba(255, 255, 255, 0.72);
  border-style: dashed;
}

.category-pill-empty .category-pill-count {
  color: #94a3b8;
}

.category-pill-name {
  font-size: 0.85rem;
  font-weight: 700;
}

.category-pill-count {
  font-size: 0.72rem;
  color: var(--ink-soft);
}

.process-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--line-strong);
}

.process-step > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(15, 127, 136, 0.12);
  color: var(--sea);
  font-weight: 700;
}

.workflow-section {
  padding: 34px 0 48px;
}

.workflow-heading {
  max-width: 860px;
  margin-bottom: 22px;
}

.workflow-diagram {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}

.workflow-node {
  position: relative;
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(8, 145, 178, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(8, 145, 178, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 251, 0.95));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.workflow-node::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 18px;
  height: 2px;
  background: rgba(8, 145, 178, 0.34);
}

.workflow-node:last-child::after {
  display: none;
}

.workflow-node span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(8, 145, 178, 0.12);
  color: var(--sea);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.workflow-node h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.workflow-node p {
  margin: 0;
  color: var(--ink-soft);
}

.workflow-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.workflow-link-card {
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.workflow-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(8, 145, 178, 0.28);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.ordered-list {
  list-style: decimal;
}

.filters-panel {
  position: static;
  padding: 22px 20px 20px;
  border-radius: 22px;
}

.results-column {
  min-width: 0;
}

.category-pill-active {
  border-color: rgba(8, 145, 178, 0.42);
  background: rgba(14, 116, 144, 0.12);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.filters-panel .panel-heading {
  margin-bottom: 14px;
}

.filters-panel .panel-heading .eyebrow {
  margin-bottom: 0;
}

.filters-panel .field {
  gap: 10px;
  margin-bottom: 12px;
}

.results-head,
.profile-hero-grid,
.compare-page-hero,
.footer-grid {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.vendor-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
  min-width: 0;
}

.panel-clickable {
  cursor: pointer;
}

.vendor-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  min-width: 0;
}

.directory-sort-field {
  min-width: 190px;
  margin-top: 6px;
}

.directory-sort-field select {
  min-width: 190px;
}

.directory-sort-status {
  display: block;
  margin-top: 2px;
  font-size: 0.76rem;
  color: var(--ink-soft);
  max-width: 240px;
}

.public-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0 2px;
  color: var(--ink);
  font-size: 0.82rem;
}

.public-signal-row span {
  display: inline-flex;
  gap: 6px;
  min-width: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(14, 116, 144, 0.08);
  border: 1px solid rgba(8, 145, 178, 0.18);
}

.public-signal-row b {
  color: var(--ink);
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.public-signal-note p + p {
  margin-top: 8px;
}

.vendor-card-title {
  display: flex;
  gap: 14px;
  align-items: start;
  min-width: 0;
  flex: 1 1 auto;
}

.vendor-logo {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--sea), #1f4c68);
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.vendor-card h3 {
  margin: 0 0 6px;
  font-size: 1.35rem;
  overflow-wrap: anywhere;
}

.score-ring {
  min-width: 84px;
  text-align: center;
}

.score-ring strong,
.hero-kpis strong {
  display: block;
  font-size: 1.8rem;
}

.company-type-pill {
  display: inline-flex;
  align-self: start;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(15, 127, 136, 0.1);
  color: var(--sea);
  font-size: 0.8rem;
  font-weight: 600;
}

.bucket-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bucket-pill-secondary {
  display: inline-flex;
  align-self: start;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 600;
}

.vendor-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 12px 0 2px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.vendor-meta-row span {
  display: inline-flex;
  gap: 6px;
  align-items: baseline;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.vendor-meta-row b {
  color: var(--ink);
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.weakness-note {
  background: rgba(231, 131, 113, 0.08);
  border: 1px solid rgba(231, 131, 113, 0.18);
  border-radius: 18px;
  padding: 14px 16px;
}

.weakness-note span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a54b3d;
}

.weakness-note p {
  margin: 0;
}

.vendor-card-footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: auto;
  min-width: 0;
}

.sponsored-banner {
  margin: -22px -22px 14px;
  padding: 10px 18px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(135deg, var(--gold), #f8df97);
  color: #6f5312;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.state-badge {
  background: rgba(12, 29, 34, 0.06);
}

.state-badge.sponsored {
  background: rgba(243, 201, 111, 0.24);
  color: #71510e;
}

.state-badge.verified {
  background: rgba(126, 242, 199, 0.22);
  color: #166553;
}

.state-badge.new {
  background: rgba(15, 127, 136, 0.16);
  color: var(--sea);
}

.field {
  display: grid;
  gap: 8px;
}

.field-help {
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--line-strong);
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.85);
}

.structured-form {
  display: grid;
  gap: 16px;
}

.review-score-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sponsor-rfp-split {
  align-items: stretch;
}

.sponsor-support-panel {
  background:
    radial-gradient(circle at top right, rgba(14, 116, 144, 0.22), transparent 30%),
    radial-gradient(circle at bottom left, rgba(16, 185, 129, 0.12), transparent 34%),
    linear-gradient(180deg, #173245 0%, #223a4f 100%);
  color: #fff;
  border: none;
}

.sponsor-support-panel .eyebrow,
.sponsor-support-panel h2,
.sponsor-support-panel p,
.sponsor-support-panel li,
.sponsor-support-panel strong {
  color: #fff;
}

.sponsor-support-panel .inline-note {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.sponsor-support-panel .inline-note p {
  color: rgba(255, 255, 255, 0.78);
}

.sponsor-support-figure strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.85rem;
}

.sponsor-support-steps {
  margin: 0 0 18px;
  padding-left: 0;
  list-style: none;
}

.sponsor-support-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sponsor-support-steps li:first-child {
  border-top: 0;
}

.sponsor-support-steps span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
}

.why-cvc-hero {
  background:
    radial-gradient(circle at top right, rgba(14, 116, 144, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(14, 116, 144, 0.04), rgba(255, 255, 255, 0.98));
}

.why-cvc-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}

.why-cvc-visual {
  display: grid;
  gap: 14px;
}

.why-cvc-visual-card {
  min-height: 132px;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.3)),
    radial-gradient(circle at top left, rgba(126, 242, 199, 0.22), transparent 32%),
    #203346;
  color: #fff;
}

.why-cvc-visual-card span {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.74);
}

.why-cvc-visual-card strong {
  font-size: 1.1rem;
  line-height: 1.3;
}

.evidence-panel {
  background:
    radial-gradient(circle at top right, rgba(243, 201, 111, 0.12), transparent 24%),
    #fff;
}

.evidence-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.evidence-stat {
  padding: 16px;
  border-radius: 18px;
  background: rgba(12, 29, 34, 0.04);
  border: 1px solid var(--line);
}

.evidence-stat strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.6rem;
  color: var(--sea);
}

.evidence-stat p {
  margin: 0;
  color: var(--ink);
  line-height: 1.45;
}

.why-cvc-rationale {
  padding: 30px;
}

.why-cvc-figure-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.why-cvc-figure {
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 251, 0.92));
  border: 1px solid rgba(8, 145, 178, 0.14);
}

.why-cvc-figure strong {
  display: block;
  margin-bottom: 8px;
  color: var(--sea);
  font-size: 1.55rem;
}

.why-cvc-figure p {
  margin: 0;
  line-height: 1.45;
}

.filter-checklist {
  display: grid;
  gap: 8px;
  max-height: 132px;
  overflow: auto;
  padding-right: 4px;
}

.filter-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
}

.filter-check input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.filter-check span {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 500;
}

.chip {
  border: 1px solid var(--line);
  background: rgba(12, 29, 34, 0.04);
  cursor: pointer;
}

.chip-active {
  background: rgba(15, 127, 136, 0.16);
  color: var(--sea);
}

.chip-grid .chip {
  text-align: left;
}

.filter-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-chip-grid .chip,
#therapeuticAreaFilters .chip {
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1.5px solid var(--line);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.filter-chip-grid .chip:hover,
#therapeuticAreaFilters .chip:hover {
  transform: translateY(-1px);
  border-color: rgba(8, 145, 178, 0.34);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.filter-chip-grid .chip-active,
#therapeuticAreaFilters .chip-active {
  background: rgba(14, 116, 144, 0.12);
  border-color: rgba(14, 116, 144, 0.42);
  color: var(--sea);
}

.role-card {
  text-decoration: none;
  min-height: 0;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  overflow: hidden;
  padding: 16px 18px;
}

.role-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 145, 178, 0.32);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.role-card-sponsor {
  background:
    radial-gradient(circle at top right, rgba(8, 145, 178, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(14, 116, 144, 0.04), transparent 38%),
    #ffffff;
}

.role-card-vendor {
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(243, 201, 111, 0.05), transparent 38%),
    #ffffff;
}

.role-card-decision {
  background:
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(126, 242, 199, 0.05), transparent 38%),
    #ffffff;
}

.role-card-review {
  background:
    radial-gradient(circle at top right, rgba(231, 111, 81, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(231, 111, 81, 0.08), transparent 38%),
    #ffffff;
}

.hero-aside {
  display: grid;
  gap: 16px;
}

.hero-aside-top,
.hero-aside-mini-grid {
  display: grid;
  gap: 16px;
}

.hero-aside-mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scientific-note {
  background: #ffffff;
}

.role-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  color: var(--sea);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.role-card-link::after {
  content: ">";
  font-size: 0.9rem;
}

.split-band-top {
  padding-top: 0;
}

.score-table {
  display: grid;
  gap: 12px;
}

.score-row {
  display: grid;
  grid-template-columns: 210px 1fr 44px;
  gap: 12px;
  align-items: center;
}

.bar-track {
  height: 10px;
  border-radius: 999px;
  background: rgba(12, 29, 34, 0.08);
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--sea), var(--mint));
}

.compare-table-scroll {
  overflow: auto;
}

.compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.vendor-rfp-table.compare-table {
  min-width: 0;
}

.compare-table td,
.compare-table th,
.vendor-summary,
.lede,
.muted,
.text-link,
.strip-pill,
.compare-strip-copy,
.compare-strip-items,
.scientific-note h3,
.role-card h2,
.role-card h3 {
  overflow-wrap: anywhere;
}

.compare-table th,
.compare-table td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.compare-table td strong {
  display: block;
  margin-bottom: 6px;
}

.empty-table-cell {
  padding: 28px 16px !important;
}

.empty-table-cell strong,
.empty-table-cell span {
  display: block;
}

.empty-table-cell span {
  margin-top: 6px;
  color: var(--ink-soft);
}

.signin-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.signin-card {
  max-width: 520px;
  width: 100%;
  display: grid;
  gap: 14px;
}

.auth-status-note p {
  margin: 0;
}

.footer-grid {
  padding-bottom: 32px;
}

select[multiple] {
  min-height: 132px;
}

@media (max-width: 1120px) {
  .hero-grid,
  .market-grid,
  .editorial-band,
  .editorial-stats,
  .process-ribbon,
  .directory-layout,
  .split-band,
  .monetisation-grid,
  .profile-grid,
  .static-grid,
  .form-layout,
  .workflow-links,
  .compare-strip-shell,
  .results-head,
  .profile-hero-grid,
  .compare-page-hero,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .vendor-grid {
    grid-template-columns: 1fr;
  }

  .hero-aside-mini-grid {
    grid-template-columns: 1fr;
  }

  .hero-brand-row {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 18px;
  }

  .hero-brand-row h1 {
    font-size: clamp(2.8rem, 6vw, 4rem);
  }

  .filters-panel {
    position: static;
  }

  .workflow-diagram {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    overflow-x: auto;
    align-items: stretch;
    padding-bottom: 6px;
  }

  .why-cvc-hero-grid,
  .evidence-stat-grid,
  .why-cvc-figure-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1400px) {
  .header-shell {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  .site-nav,
  .nav-right {
    justify-content: start;
  }

  .hero-brand-row {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .hero-logo-block {
    width: 180px;
    height: 80px;
  }

  .hero-brand-row h1 {
    width: auto;
    max-width: 12ch;
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(100% - 1rem, 1260px);
  }

  .site-header,
  .compare-strip {
    position: static;
  }

  .header-shell {
    grid-template-columns: 1fr;
  }

  .site-nav {
    justify-content: start;
  }

  .nav-right,
  .search-card-row {
    flex-direction: column;
  }

  .compare-strip-shell {
    grid-template-columns: 1fr;
  }

  .vendor-grid,
  .hero-kpis,
  .rating-row,
  .hero-aside-mini-grid {
    grid-template-columns: 1fr;
  }

  .hero-brand-banner {
    grid-template-columns: 1fr;
  }

  .hero-brand-mark {
    min-height: 92px;
  }

  .panel,
  .vendor-card {
    padding: 20px;
    border-radius: 22px;
  }

  .why-cvc-rationale {
    padding: 20px;
  }

  .score-row {
    grid-template-columns: 1fr;
  }

  .workflow-node::after {
    display: none;
  }

  .sponsored-banner {
    position: static;
    display: inline-flex;
    margin-bottom: 8px;
  }
}
