.invest-copy {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: 34px 0;
}

.invest-copy::before {
  position: absolute;
  top: -40px;
  left: -60px;
  z-index: -1;
  width: 360px;
  height: 360px;
  content: "";
  opacity: 0.28;
  background:
    radial-gradient(circle at 42% 40%, rgba(31, 122, 77, 0.1), transparent 34%),
    radial-gradient(circle at 68% 72%, rgba(201, 162, 74, 0.08), transparent 28%);
  filter: blur(2px);
}

.invest-copy h2 {
  max-width: 680px;
}

.invest-copy > p:not(.eyebrow) {
  max-width: 640px;
}

.invest-copy .check-list {
  display: grid;
  max-width: 680px;
  grid-template-columns: 1fr;
  gap: 2px;
  margin: 30px 0 24px;
}

.invest-model-panel {
  display: grid;
  max-width: 690px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 0 26px;
}

.invest-model-panel div {
  position: relative;
  overflow: hidden;
  min-height: 154px;
  padding: 18px;
  background:
    radial-gradient(circle at 80% 12%, rgba(159, 224, 184, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(231, 244, 236, 0.56));
  border: 1px solid rgba(31, 122, 77, 0.16);
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.06);
}

.invest-model-panel div::after {
  position: absolute;
  right: -26px;
  bottom: -28px;
  width: 96px;
  height: 66px;
  content: "";
  background:
    linear-gradient(12deg, transparent 46%, rgba(31, 122, 77, 0.14) 47% 49%, transparent 50%),
    radial-gradient(circle at 76% 68%, rgba(201, 162, 74, 0.14), transparent 34%);
  border: 1px solid rgba(31, 122, 77, 0.08);
  border-radius: 55% 42% 0 0;
}

.invest-model-panel span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #0f5132;
  font-size: 12px;
  font-weight: 900;
  background: #e7f4ec;
  border: 1px solid rgba(31, 122, 77, 0.16);
  border-radius: 13px;
}

.invest-model-panel strong {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.invest-model-panel p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.invest-copy .btn {
  margin-top: 8px;
}

@media (max-width: 980px), (prefers-reduced-motion: reduce) {
  .invest-copy {
    position: relative;
    top: auto;
    transform: none;
  }
}
