/* =============================
   Investment Page Wrapper
   ============================= */

.investment-page {
  min-height: 100vh;
  width: 100%;
}

@media (max-width: 768px) {
  .investment-page {
    padding: 10px;
  }
}

@media (max-width: 640px) {
  .investment-page {
    padding: 4px;
  }
}

.investment-page .heroColorSpotlightBlue {
  position: absolute;
  width: 60%;
  height: 650px;
  top: 5%;
  left: -80px;
  filter: blur(265px);
  border-radius: 35%;
  background: radial-gradient(ellipse, #3495ff 0%, #3495ff 25%, rgba(52, 149, 255, 0.7) 50%, rgba(52, 149, 255, 0.3) 100%);
  opacity: 0.8;
  z-index: 0;
  pointer-events: none;
}

.investment-page .heroColorSpotlightOrange {
  width: 40%;
  height: 630px;
  position: absolute;
  top: 5%;
  right: 25%;
  transform: translateX(50%);
  filter: blur(265px);
  border-radius: 100%;
  background: radial-gradient(ellipse, #f8d194 0%, #f8d194 30%, rgba(248, 209, 148, 0.8) 60%, rgba(248, 209, 148, 0.3) 100%);
  opacity: 0.9;
  z-index: 0;
  pointer-events: none;
}


@media (max-width: 767px) {
  .investment-page {
    gap: 20px;
  }

  .investment-page .heroColorSpotlightBlue {
    position: absolute;
    width: 243.045px;
    height: 243.045px;
    top: 3.5%;
    left: -5%;
    filter: blur(100px);
    border-radius: 50%;
  }

  .investment-page .heroColorSpotlightOrange {
    width: 243.045px;
    height: 243.045px;
    position: absolute;
    top: 3.5%;
    right: 30%;
    transform: translateX(50%);
    filter: blur(100px);
    border-radius: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .investment-page {
    gap: 80px;
    padding: 0px 24px;
  }

  .investment-page .heroColorSpotlightBlue {
    position: absolute;
    width: 50%;
    height: 343px;
    top: 3%;
    left: 1%;
    filter: blur(165px);
    border-radius: 50%;
  }

  .investment-page .heroColorSpotlightOrange {
    width: 50%;
    height: 343px;
    position: absolute;
    top: 3%;
    right: 25%;
    transform: translateX(50%);
    filter: blur(165px);
    border-radius: 50%;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .investment-page {
    gap: 120px;
    padding: 0px 24px;
  }
}
