/* AVIX V31 — profile venture-brand consistency + Founder proof CTA removal */
:root{
  --profile-brand-tbooster:#8F1D2C;
  --profile-brand-green:#39B54A;
  --profile-brand-water:#4BC8EF;
}

/* Use one shared product-colour language in Founder and Advisor journey strips. */
html body.avix-profile-page .founder-journey-map__ventures .venture-brand--tbooster > strong{
  color:var(--profile-brand-tbooster)!important;
}
html body.avix-profile-page .founder-journey-map__ventures .venture-brand--green > strong{
  color:var(--profile-brand-green)!important;
}
html body.avix-profile-page .founder-journey-map__ventures .venture-brand--water > strong{
  color:var(--profile-brand-water)!important;
}

/* Preserve a single neutral supporting-text treatment beneath all product names. */
html body.avix-profile-page .founder-journey-map__ventures .venture-brand > span{
  color:rgba(255,255,255,.66)!important;
}
