.home-page {
  overflow: hidden;
  background: #fff;
}

.home-kicker {
  display: inline-block;
  margin-bottom: 1.2rem;
  color: #fb5521;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .14rem;
  text-transform: uppercase;
}

.home-section-heading {
  max-width: 74rem;
  margin: 0 auto 4rem;
  text-align: center;
}

.home-section-heading .main-heading {
  margin-bottom: 1rem;
  font-size: clamp(3.2rem, 4vw, 4.8rem);
  line-height: 1.12;
  letter-spacing: -.09rem;
}

.home-section-heading > p,
.home-section-heading--split > p {
  color: #68738a;
  font-size: 1.55rem;
  line-height: 1.7;
}

.home-section-heading--split {
  display: flex;
  max-width: 118rem;
  align-items: end;
  justify-content: space-between;
  text-align: left;
  gap: 5rem;
}

.home-section-heading--split > div {
  max-width: 65rem;
}

.home-section-heading--split > p {
  max-width: 42rem;
  margin-bottom: .5rem;
}

.home-page .why-invest {
  padding: 9rem clamp(2rem, 7vw, 10rem);
  background: #f5f7fa;
}

.home-page .why-section {
  display: grid;
  max-width: 124rem;
  align-items: center;
  margin: 0 auto;
  grid-template-columns: minmax(28rem, .75fr) minmax(0, 1.25fr);
  gap: clamp(4rem, 7vw, 8rem);
}

.home-page .why-main-text .main-heading {
  margin-bottom: 1.8rem;
  font-size: clamp(3.4rem, 4vw, 4.8rem);
  line-height: 1.12;
}

.home-page .why-main-text p {
  color: #58637a;
  font-size: 1.6rem;
  line-height: 1.85;
  text-align: left;
}

.home-text-link {
  display: inline-flex;
  margin-top: 2rem;
  align-items: center;
  color: #e94715;
  font-size: 1.4rem;
  font-weight: 650;
  gap: .7rem;
  text-decoration: none;
}

.home-text-link span {
  transition: transform .2s ease;
}

.home-text-link:hover span {
  transform: translateX(4px);
}

.home-page .why-class-cards {
  margin-top: 0;
}

.home-page .why-class-cards .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.home-page .usp {
  min-height: 27rem;
  margin: 0;
  padding: 2.7rem 2.2rem;
  border: 1px solid #e0e5ed;
  border-radius: 1.6rem;
  box-shadow: 0 13px 35px rgba(10, 14, 32, .055);
  text-align: left;
}

.home-page .usp:nth-child(2) {
  border-color: rgba(251, 85, 33, .36);
  box-shadow: 0 16px 38px rgba(251, 85, 33, .08);
}

.home-page .usp-svg {
  width: 5rem;
  height: 5rem;
  margin: 0 0 3rem;
  padding: 1rem;
  border-radius: 1.3rem;
  background: #fff0eb;
}

.home-page .usp-text {
  margin-top: 0;
}

.home-page .usp-headingtext {
  margin-bottom: .8rem;
  color: #0a0e20;
  font-size: 1.8rem;
}

.home-page .usp-othertext {
  color: #68738a;
  font-size: 1.35rem;
  line-height: 1.7;
}

.home-market-section,
.home-chart-section {
  padding: 8rem clamp(2rem, 7vw, 10rem);
  background: #fff;
}

.home-market-widget,
.home-chart-widget {
  max-width: 118rem;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid #e0e5ed;
  border-radius: 1.8rem;
  background: #fff;
  box-shadow: 0 18px 48px rgba(10, 14, 32, .07);
}

.home-market-widget .iframe {
  display: block;
  padding: 0;
  border-radius: 1.1rem;
}

.home-page .statistics {
  position: relative;
  padding: 7rem clamp(2rem, 7vw, 10rem);
  background-color: #0a0e20;
}

.home-page .stat-group {
  display: grid;
  max-width: 118rem;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.home-page .stat {
  padding: 2.8rem 2rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(8px);
}

.home-page .stat-svg {
  width: 3.5rem;
  margin: 0 0 2rem;
  color: #fb5521;
}

.home-page .stat-figure {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: left;
}

.home-page .stat-name {
  margin-top: .6rem;
  color: #aeb7c9;
  font-size: 1.35rem;
  text-align: left;
}

.home-page .investments {
  padding: 9rem clamp(2rem, 7vw, 10rem);
  background: #f5f7fa;
}

.home-page .invest-group {
  display: grid;
  max-width: 118rem;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.home-page .investment-plan {
  position: relative;
  width: auto;
  min-height: 30rem;
  margin: 0;
  padding: 3rem 2.2rem;
  border: 1px solid #e0e5ed;
  border-radius: 1.7rem;
  background: white;
  box-shadow: 0 14px 38px rgba(10, 14, 32, .055);
}

.home-page .investment-plan:nth-child(2) {
  border-color: #fb5521;
  box-shadow: 0 18px 45px rgba(251, 85, 33, .1);
  transform: translateY(-.8rem);
}

.home-page .investment-plan:nth-child(2)::before {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: .5rem .8rem;
  border-radius: 999px;
  background: #fff0eb;
  color: #d94212;
  content: "Popular";
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
}

.home-page .invest-type {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .1rem;
}

.home-page .invest-percent {
  margin: 2rem 0 2.5rem;
  color: #0a0e20;
  font-size: 4.8rem;
  line-height: 1;
}

.home-page .invest-p {
  padding-top: 1.5rem;
  border-top: 1px solid #e7eaf0;
}

.home-page .invest-p p {
  margin: 1rem 0;
  color: #647087;
  font-size: 1.35rem;
  text-transform: capitalize;
}

.home-page .started {
  padding: 9rem clamp(2rem, 7vw, 10rem);
  background: #fff;
}

.home-page .starting-steps {
  display: grid;
  max-width: 110rem;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.home-page .step-card {
  position: relative;
  padding: 3.5rem 2.8rem;
  border: 1px solid #e2e6ed;
  border-radius: 1.7rem;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 14, 32, .05);
}

.home-page .step-card:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 5.5rem;
  right: -2.8rem;
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  place-items: center;
  border: 1px solid #e1e6ed;
  border-radius: 50%;
  background: white;
  color: #fb5521;
  content: "→";
  font-size: 1.6rem;
}

.home-page .step-svg {
  display: grid;
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2rem;
  padding: 1.6rem;
  place-items: center;
  border-radius: 2rem;
  background: #fff0eb;
}

.home-page .step-svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-page .step-heading {
  margin-bottom: .8rem;
  color: #0a0e20;
  font-size: 1.8rem;
  font-weight: 700;
}

.home-page .start-text {
  color: #68738a;
  font-size: 1.35rem;
  line-height: 1.7;
}

.home-chart-section {
  background: #f5f7fa;
}

.home-chart-widget > div {
  border-color: #e0e5ed !important;
  border-radius: 1.1rem !important;
  box-shadow: none !important;
}

.home-page .image-gallery {
  padding: 9rem clamp(2rem, 7vw, 10rem);
  background: #fff;
}

.home-page .image-gallery .swiper {
  max-width: 118rem;
  padding: .5rem .5rem 4rem;
}

.home-page .swiper-slide {
  overflow: hidden;
  border-radius: 1.6rem;
  background: #eef1f6;
  box-shadow: 0 14px 38px rgba(10, 14, 32, .08);
}

.home-page .swiper-slide img {
  display: block;
  width: 100%;
  height: 30rem;
  object-fit: cover;
}

.home-page .swiper-button-prev,
.home-page .swiper-button-next {
  color: #fb5521;
}

.home-page .testimonials {
  padding: 9rem clamp(2rem, 7vw, 10rem);
  border: 0;
  background: #f5f7fa;
}

.home-page .testimony-group {
  display: grid;
  max-width: 118rem;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
}

.home-page .testimony {
  position: relative;
  padding: 3.2rem;
  border: 1px solid #e1e5ec;
  border-radius: 1.7rem;
  background: white;
  box-shadow: 0 14px 38px rgba(10, 14, 32, .055);
  text-align: left;
}

.home-page .testimony::before {
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  color: #ffe0d5;
  content: "“";
  font-family: Georgia, serif;
  font-size: 7rem;
  line-height: 1;
}

.home-page .testimony-image {
  width: 6.5rem;
  height: 6.5rem;
  margin: 0;
}

.home-page .testimony-image img {
  width: 6.5rem;
  height: 6.5rem;
}

.home-page .testimony-details {
  padding: 2rem 0 0;
}

.home-page .testimony-name {
  font-size: 1.7rem;
  font-weight: 700;
}

.home-page .testimony-location {
  color: #fb5521;
  font-size: 1.15rem;
}

.home-page .testimony-details-text {
  color: #626d83;
  font-size: 1.4rem;
  line-height: 1.75;
}

.home-cta {
  display: flex;
  max-width: 118rem;
  align-items: center;
  justify-content: space-between;
  margin: 7rem auto;
  padding: 5rem clamp(3rem, 5vw, 5.5rem);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 90% 0, rgba(251, 85, 33, .2), transparent 28%),
    #0a0e20;
  box-shadow: 0 24px 60px rgba(10, 14, 32, .16);
  color: white;
  gap: 4rem;
}

.home-cta h2 {
  max-width: 70rem;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 4vw, 4.4rem);
  line-height: 1.12;
  letter-spacing: -.08rem;
}

.home-cta p {
  max-width: 68rem;
  margin: 0;
  color: #aeb7ca;
  font-size: 1.45rem;
  line-height: 1.7;
}

.home-cta__actions {
  display: flex;
  flex: none;
  gap: 1rem;
}

.home-button {
  display: inline-flex;
  min-height: 4.7rem;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1.9rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  font-size: 1.35rem;
  font-weight: 650;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.home-button:hover {
  transform: translateY(-1px);
}

.home-button--primary {
  background: #fb5521;
  color: white;
}

.home-button--primary:hover {
  background: #df4211;
}

.home-button--secondary {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  color: white;
}

@media only screen and (max-width: 1050px) {
  .home-page .why-section {
    grid-template-columns: 1fr;
  }

  .home-page .invest-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .investment-plan:nth-child(2) {
    transform: none;
  }
}

@media only screen and (max-width: 800px) {
  .home-section-heading--split,
  .home-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-page .stat-group,
  .home-page .testimony-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .starting-steps {
    grid-template-columns: 1fr;
  }

  .home-page .step-card:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -2.9rem;
    transform: translateX(50%) rotate(90deg);
  }

  .home-cta {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 650px) {
  .home-page .why-invest,
  .home-market-section,
  .home-chart-section,
  .home-page .investments,
  .home-page .started,
  .home-page .image-gallery,
  .home-page .testimonials {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-page .why-class-cards .row,
  .home-page .invest-group,
  .home-page .stat-group,
  .home-page .testimony-group {
    grid-template-columns: 1fr;
  }

  .home-page .stat {
    max-width: 100%;
    margin: 0;
  }

  .home-page .investment-plan {
    width: 100%;
  }

  .home-page .swiper-slide img {
    height: 26rem;
  }

  .home-cta {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 3.5rem 2.5rem;
  }

  .home-cta__actions {
    width: 100%;
    flex-direction: column;
  }

  .home-button {
    width: 100%;
  }
}
