.investors-hero {
  background-color: var(--color-gray-50);
}

.investors-hero__grid {
  align-items: center;
  gap: var(--space-32);
}

.investors-hero__content {
  max-width: 34rem;
}

.investors-hero__actions {
  flex-wrap: wrap;
}

.investors-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-16);
}

.investors-hero__stat dt {
  font-weight: 600;
  margin-bottom: var(--space-8);
}

.investors-hero__stat dd {
  margin: 0;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.investors-hero__figure {
  max-width: 480px;
  margin-left: auto;
}

.investors-hero__image {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.investors-section-header {
  max-width: 42rem;
}

.investors-benefits .card {
  height: 100%;
}

.track-record__grid {
  gap: var(--space-32);
  align-items: center;
}

.track-record__stats {
  align-items: stretch;
}

.track-record__stat-number {
  font-size: var(--font-size-xl);
  font-weight: 600;
  margin-bottom: var(--space-8);
}

.track-record__figure {
  max-width: 440px;
  margin-left: auto;
}

.track-record__image {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.track-record__caption {
  margin-top: var(--space-12);
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.investment-model__list,
.case-study__list {
  margin: var(--space-16) 0 0;
  padding-left: 1.1rem;
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
}

.investment-model__list li,
.case-study__list li {
  margin-bottom: var(--space-8);
}

.market-insight {
  height: 100%;
}

.investment-team__grid {
  gap: var(--space-32);
  align-items: center;
}

.investment-team__profiles .card {
  height: 100%;
}

.investment-team__figure {
  max-width: 420px;
  margin-left: auto;
}

.investment-team__image {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.testimonial blockquote {
  margin: 0 0 var(--space-12);
}

.testimonial__author {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.investor-faq__item {
  height: 100%;
}

.start-investment__grid {
  gap: var(--space-32);
  align-items: flex-start;
}

.start-investment__form {
  width: 100%;
}

#investor-form-feedback {
  min-height: 1.2em;
}

@media (max-width: 992px) {
  .investors-hero__stats {
    grid-template-columns: 1fr;
  }

  .track-record__grid,
  .investment-team__grid,
  .start-investment__grid {
    grid-template-columns: 1fr;
  }

  .investors-hero__figure,
  .track-record__figure,
  .investment-team__figure {
    margin: var(--space-24) auto 0;
  }
}

@media (max-width: 600px) {
  .investors-hero__actions {
    flex-direction: column;
  }

  .investors-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
}
