img[src=""],
[data-rive-url=""] {
  display: none !important;
}

.w-dyn-empty {
  display: none !important;
}

.w-dyn-bind-empty:empty,
.testimonials-carousel .testimonial-card:has(.testimonial-card_text:empty) {
  display: none !important;
}

.section:has(.testimonials-carousel .testimonial-card_text:empty) {
  display: none !important;
}

/* Keep CMS logo rows identical to the original Webflow composition even when
   source images have different aspect ratios. */
.static-logo_list > .static-logos_img {
  height: 3.5rem;
  object-fit: contain;
}

/* Match the Pricing reference: card feature lists use the regular secondary
   typeface, while comparison-table row titles remain emphasized. */
.pricing-card_info-item > :last-child {
  font-family: var(--font--secondary);
  font-weight: 400;
}

.pricing-row_heading {
  font-weight: 500;
}

/* Keep the Lead Wall action unavailable until all required fields are valid. */
#form-ai-btn:disabled:not(.is-loading) {
  cursor: not-allowed;
  opacity: .5;
}

/* Keep the Demo submit action unavailable until its required fields are valid. */
#form-demo-btn:disabled:not(.is-loading) {
  cursor: not-allowed;
  opacity: .5;
}

/* Keep both use-case Hero Rive artboards at their native 456:800 ratio.
   Fixed 30/40/30 columns prevent flex shrink and canvas overlap at every breakpoint. */
[data-use-case] .section-bg_media {
  grid-template-columns: minmax(0, 3fr) minmax(0, 4fr) minmax(0, 3fr);
  align-items: start;
  display: grid;
}

[data-use-case] .rive-bg {
  aspect-ratio: 456 / 800;
  width: 100%;
  height: auto;
  min-width: 0;
}

[data-use-case] .space-hero-media {
  min-width: 0;
}

/* Match Figma node 520:35501 and its tablet/mobile variants. */
#investors {
  padding-block: 7rem;
  background-color: var(--color--purple-50);
  border-radius: 0;
}

#investors .container {
  max-width: 64rem;
  padding-inline: 3rem;
}

#investors .section-inner {
  gap: 5rem;
}

.investors-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

.investors-heading h2,
.investors-heading p {
  margin: 0;
}

.investors-heading h2 {
  color: var(--color--purple-900);
  font-family: var(--font--primary);
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.25rem;
}

.investors-heading p {
  color: var(--color--gray-800);
  font-family: var(--font--secondary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.investors-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

#investors .investors-logos {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: stretch;
  display: grid;
}

#investors .investors-card {
  width: 100%;
  align-items: center;
  gap: 1.5rem;
}

#investors .investors-card_image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 1.5rem;
  object-fit: cover;
}

.investors-card_copy {
  width: 100%;
  text-align: center;
}

#investors .card-person_name,
#investors .card-person_role {
  margin: 0;
}

#investors .card-person_name {
  color: var(--color--purple-900);
  font-family: var(--font--primary);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

#investors .card-person_role {
  color: var(--color--gray-800);
  font-family: var(--font--secondary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  white-space: nowrap;
}

.investors-funds {
  width: 29.8125rem;
  height: 3.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.investors-fund_logo {
  display: block;
  flex: none;
  border-radius: .25rem;
  object-fit: fill;
}

.investors-fund_logo.is-exor {
  width: 7.586125rem;
  height: 3.25rem;
}

.investors-fund_logo.is-zanichelli {
  width: auto;
  min-width: 0;
  height: auto;
  flex: 1 0 0;
  aspect-ratio: 300 / 51.3984375;
}

.investors-fund_divider {
  width: 1px;
  height: 3.5625rem;
  flex: none;
  background: var(--color--gray-200);
}

@media screen and (max-width: 991px) {
  #investors {
    padding-block: 3.375rem;
  }

  #investors .section-inner {
    gap: 2.5rem;
  }

  .investors-heading h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

}

@media screen and (max-width: 767px) {
  #investors .container {
    padding-inline: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .static-logo_list > .static-logos_img {
    height: 2.5rem;
  }

  #investors {
    padding-block: 3rem;
  }

  #investors .container {
    padding-inline: 2rem;
  }

  #investors .section-inner {
    gap: 2.5rem;
  }

  .investors-heading {
    gap: 1rem;
  }

  .investors-heading p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .investors-funds {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 1rem;
  }

  .investors-fund_divider {
    width: 12.5rem;
    height: 1px;
  }

  .investors-fund_logo.is-zanichelli {
    width: 100%;
    height: auto;
    flex: none;
  }
}
