.investment-hero {
  padding-top: var(--space-80);
}

.investment-hero__grid {
  align-items: center;
  gap: var(--space-40);
}

.investment-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16);
  margin-top: var(--space-24);
}

.investment-hero__trust {
  margin-top: var(--space-24);
  max-width: 32rem;
}

.investment-hero__visual {
  min-height: 260px;
}

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

.investment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.investment-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: var(--space-10);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.investment-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-gold), var(--color-accent));
}

.investment-transaction {
  gap: var(--space-40);
  align-items: flex-start;
}

.investment-transaction__highlight {
  align-self: stretch;
}

.investment-section-heading {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-40);
}

.investment-packages .card {
  position: relative;
}

.investment-package--featured {
  border-color: rgba(182, 150, 75, 0.5);
  box-shadow: var(--shadow-lg);
}

.investment-price {
  font-weight: 600;
  margin-bottom: var(--space-16);
}

.investment-why__stats {
  align-self: stretch;
}

.investment-metrics {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-16);
}

.investment-metrics li {
  margin-bottom: var(--space-12);
}

.investment-metrics strong {
  display: block;
  margin-bottom: var(--space-4);
}

.investment-featured-grid .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.investment-featured__image {
  margin-bottom: var(--space-16);
  min-height: 180px;
}

.investment-featured__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-8);
}

.investment-featured__location {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
}

.investment-testimonials {
  gap: var(--space-40);
  align-items: flex-start;
}

.investment-testimonial {
  margin-bottom: var(--space-20);
}

.investment-testimonial__image-wrap {
  max-width: 120px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: var(--space-16);
}

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

.investment-testimonials__aside {
  align-self: stretch;
}

.investment-advisors {
  gap: var(--space-40);
  align-items: center;
}

.investment-advisors__image {
  min-height: 260px;
}

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

.investment-faq {
  gap: var(--space-40);
}

.investment-faq__item {
  margin-bottom: var(--space-20);
}

.investment-faq__item h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-8);
}

.investment-consultation {
  gap: var(--space-40);
  align-items: flex-start;
}

.investment-consultation__form-card {
  align-self: stretch;
}

.investment-consultation__privacy {
  font-size: var(--text-xs);
}

.investment-contact-details p {
  margin-bottom: var(--space-8);
}

@media (max-width: 768px) {
  .investment-hero {
    padding-top: var(--space-64);
  }

  .investment-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .investment-hero__visual {
    order: -1;
  }

  .investment-section-heading {
    margin-bottom: var(--space-32);
  }
}
