*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: inherit;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
}

a {
  color: inherit;
  text-decoration: inherit;
}

strong {
  font-weight: bolder;
}

button,
input {
  color: inherit;
  font-feature-settings: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  background-image: none;
  text-transform: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

blockquote,
menu,
ul {
  margin: 0;
}

menu,
ul {
  list-style: none;
  padding: 0;
}

input::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}

input::placeholder {
  color: #9ca3af;
  opacity: 1;
}

button {
  cursor: pointer;
}

img,
svg {
  display: block;
  vertical-align: middle;
}

.clickable {
  cursor: pointer;
}

img {
  height: auto;
  max-width: 100%;
  cursor: pointer;
}

[hidden] {
  display: none;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 80px 0px;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.logo img {
  height: 56px;
}

.link {
  color: rgb(245, 153, 88);
  font-weight: 500;
}

.link:hover {
  text-decoration: underline;
}

/* HERO */
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0%;
  line-height: 1.3;
}

.hero {
  background: url(../images/background1.webp)
    center/cover no-repeat;
  padding: 50px 0px 30px 0px;
  color: rgba(255, 255, 255, 1);
}

.hero .logo img {
  margin-bottom: 100px;
}

.title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}

.subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 95px;
  margin-bottom: 60px;
}

.subtitle p {
  max-width: 809px;
  font-size: 26px;
}

.main-btn {
  display: inline-block;
  padding: 9px 40px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.3)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 4px rgba(110, 56, 163, 0.25);
  transition: all 0.8s ease-out;
  cursor: pointer;
}

.main-btn:hover {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.9)
  );
  color: #5a59d1;
}

.main-btn:active {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8),
    rgba(100, 100, 100, 0.7)
  );
  color: #fff;
}

.cta-button:hover {
  opacity: 0.9;
}

.video-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}

video {
  width: 100%;
}

/* STORIES */
.success-stories {
  text-align: center;
  background: rgba(255, 255, 255, 1);
  color: rgba(30, 30, 30, 1);
}

.success-stories p {
  font-size: 26px;
  margin: 0 auto 50px;
}

.stories-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.story-card-wrapper {
  background: linear-gradient(
    135deg,
    rgba(160, 100, 243, 0.7),
    rgba(255, 255, 255, 0)
  );
  padding: 2.5px;
  border-radius: 30px;
  width: 380px;
  height: 271px;
  box-sizing: border-box;
  display: inline-block;
}

.story-card {
  background: #fff;
  border-radius: 27px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 4px rgba(110, 56, 163, 0.25);
}

.story-card video {
  flex-grow: 1;
  width: 100%;
  display: block;
  object-fit: cover;
}

.story-card .name {
  text-align: center;
  padding: 8px 0;
  font-weight: 700;
  font-size: 26px;
}

/* REVIEWS */
.reviews-section {
  background: url(../images/background2.webp)
    center/cover no-repeat;
  color: #fff;
  text-align: center;
}

.reviews-section p {
  font-size: 26px;
  margin-bottom: 60px;
  margin-inline: auto;
}

.reviews-swiper {
  padding-bottom: 60px;
  padding-left: 20px;
}

.review-card {
  background: #fff;
  min-width: 230px;
  min-height: 260px;
  color: #000;
  border-radius: 20px;
  padding: 18px 17px 28px 17px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
  font-size: 14px;
}

.review-header {
  display: flex;
  gap: 10px;
}

.review-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.review-card .avatar {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-placeholder {
  width: 100%;
  height: 100%;
  background: #ddd;
  border-radius: 50%;
}

.review-card h3 {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}

.review-card .stars {
  color: rgba(99, 82, 236, 1);
  font-size: 14px;
  line-height: 1;
}

.label.invested {
  color: rgba(99, 82, 236, 1);
  font-weight: 600;
}

.label.profit {
  color: rgba(99, 82, 236, 1);
  font-weight: 600;
}

.review-card .review {
  font-size: 14px;
  line-height: 1.4;
}

.brands {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.brands img {
  object-fit: contain;
}

/* FAQ */
.faq-section {
  background: #fff;
  text-align: center;
}

.faq-section .section-title {
  margin-bottom: 60px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 20px 30px;
  width: 100%;
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  color: rgba(99, 82, 236, 1);
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.4s ease;
}

.faq-icon {
  width: 35px;
  height: 35px;
  background-image: url(../images/plus_icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease, background-image 0.3s ease;
}

.faq-item.active .faq-icon {
  background-image: url(../images/minus_icon.webp);
  transform: none;
}

.faq-answer {
  text-align: left;
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  font-size: 26px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  margin-top: 10px;
}

.faq-item.active .faq-answer {
  padding: 16px 24px 20px;
  max-height: 500px;
}

/* FORM */
.benefits-form {
  background: #fff;
}

.benefits-form .section-title {
  font-size: 40px;
  margin-bottom: 30px;
}

.benefits-content {
  flex: 1;
  min-width: 300px;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}

.benefits-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.benefits-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 26px;
}

.benefits-list img {
  width: 45px;
  height: 45px;
}

.logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logos img {
  height: 37px;
  object-fit: contain;
}

/* COUNTDOWN */
.countdown-section {
  background-image: url(../images/background3.webp);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.countdown-section .section-title {
  font-size: 40px;
  margin-bottom: 30px;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.time-box {
  font-size: 100px;
  font-weight: 700;
}

.time-box span {
  display: block;
}

.time-box small {
  font-size: 20px;
  display: block;
}

.colon {
  font-size: 100px;
  font-weight: 700;
  margin-top: -30px;
}

/* COMMENTS */
.comments-section {
  background: #fff;
}

.comments-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.comments-header .section-title {
  font-size: 40px;
  color: rgba(99, 82, 236, 1);
}

.sort {
  font-size: 26px;
  color: rgba(99, 82, 236, 1);
}

.sort span {
  color: rgba(30, 30, 30, 1);
}

.comment-form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}

.avatar img {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  object-fit: cover;
}

.comment-input {
  flex: 1;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 45px;
  padding: 23px 60px;
}

.comment-input input {
  border: none;
  flex: 1;
  font-size: 18px;
  outline: none;
}

.send-btn img {
  width: 36px;
  height: 36px;
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.comment {
  display: flex;
  gap: 39px;
  margin-top: 30px;
}

.comment-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.comment-author {
  font-size: 26px;
  font-weight: 700;
}

.comment-text {
  font-size: 26px;
}

.comment-meta {
  font-size: 18px;
}

.comment-meta span {
  font-weight: 700;
}

.comment.reply {
  padding-left: 130px;
  margin-top: 0px;
}

.comment.reply .avatar img {
  width: 63px;
  height: 63px;
}

.comments-action {
  padding-left: 130px;
}

.show-more {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(99, 82, 236, 1);
  font-size: 18px;
  font-weight: 700;
}

.show-more img {
  width: 12px;
}

.show-more:hover {
  opacity: 0.7;
}

.show-more::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: rgba(99, 82, 236, 1);
  margin-left: 10px;
  align-self: center;
}

/* FOOTER */
.footer {
  background-image: url(../images/background4.webp);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 80px 0px 40px;
}

.footer .logo img {
  margin-bottom: 80px;
}

.footer .section-title {
  margin-bottom: 30px;
}

.footer-content {
  margin-bottom: 113px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-note {
  display: flex;
  gap: 50px;
  font-size: 26px;
}

.footer-note strong {
  display: inline-block;
  font-weight: 700;
  min-width: 273px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  text-align: center;
  font-size: 22px;
}

.footer-links a,
.footer-copy a {
  margin: 0 5px;
}

.footer-links a:hover,
.footer-copy a:hover {
  text-decoration: underline;
}

/* MODAL */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}

.modal-dialog {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px 5px rgba(50, 50, 50, 0.2);
  width: 100%;
  max-width: 500px;
  margin: auto;
  overflow: hidden;
}

.modal-header {
  position: relative;
  background: linear-gradient(90deg, #aa5cf3, #3c5bce);
  color: white;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-header h5 {
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
  font-size: 24px;
}

.close-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: white;
  cursor: pointer;
}

.modal-body {
  padding: 20px;
}

.form-group {
  margin-bottom: 20px;
  background: linear-gradient(
    135deg,
    rgba(160, 100, 243, 0.7),
    rgba(255, 255, 255, 0)
  );
  padding: 2.5px;
  border-radius: 30px;
}

.form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 30px;
  font-size: 1rem;
}

.btn-primary {
  display: block;
  width: 100%;
  padding: 10px;
  background: linear-gradient(90deg, #ac67db, #3c71ea);
  color: white;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
}

.btn-primary:hover {
  opacity: 0.8;
}

.spinner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.loading {
  width: 30px;
  height: 30px;
  border: 4px solid #8c51d5;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.modal-footer {
  padding: 16px;
  text-align: center;
}

.modal.show {
  visibility: visible;
  opacity: 1;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .container {
    max-width: 864px;
  }

  .section {
    padding: 60px 0px;
  }

  .hero {
    padding: 50px 0px 60px 0px;
  }

  .logo img {
    height: 40px;
  }

  .title {
    font-size: 30px;
  }

  .subtitle {
    gap: 20px;
  }

  .stories-grid {
    gap: 20px;
  }

  .story-card-wrapper {
    width: 100%;
    height: 186px;
    border-radius: 20px;
  }

  .story-card {
    border-radius: 18px;
  }

  .story-card .name {
    font-size: 18px;
  }

  .reviews-swiper {
    padding-left: 30px;
  }

  .subtitle p {
    font-size: 23px;
    max-width: 543px;
  }

  .benefits-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }

  .benefits-form-box {
    margin: 0 auto;
  }

  .benefits-form .section-title {
    font-size: 30px;
  }

  .footer-content {
    margin-bottom: 90px;
  }

  .footer .section-title,
  .footer-note {
    font-size: 22px;
  }

  .footer-bottom {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }

  .hero {
    padding: 40px 0px 20px 0px;
  }

  .logo {
    height: 40px;
  }

  .hero .logo img {
    margin-bottom: 40px;
  }

  .title {
    font-size: 26px;
  }

  .subtitle {
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    margin-bottom: 50px;
  }

  .stories-grid {
    flex-direction: column;
  }

  .story-card-wrapper {
    height: auto;
  }

  .section-title {
    font-size: 24px;
  }

  .success-stories p {
    font-size: 18px;
  }

  .story-card-wrapper {
    width: 100%;
  }

  .reviews-section p {
    font-size: 18px;
  }

  .review-card {
    max-width: 212px;
  }

  .brands {
    align-items: center;
  }

  .brands img {
    height: 50px;
  }

  .brands img:nth-child(1) {
    height: 29px;
  }

  .brands img:nth-child(n + 3) {
    display: none;
  }

  .benefits-content {
    flex-direction: column;
    gap: 50px;
  }

  .countdown {
    gap: 15px;
  }

  .time-box,
  .colon {
    font-size: 61px;
  }

  .time-box small {
    font-size: 16px;
    font-weight: 400;
  }

  .faq-question {
    font-size: 20px;
  }

  .faq-answer {
    font-size: 18px;
  }

  .faq-icon {
    width: 26px;
    height: 26px;
  }

  .benefits-form .section-title,
  .countdown-section .section-title {
    font-size: 26px;
    text-align: center;
  }

  .comments-header .section-title {
    font-size: 26px;
    margin-bottom: 0;
  }

  .logos img {
    height: 25px;
  }

  .comments-title {
    font-size: 24px;
  }

  .sort {
    font-size: 14px;
  }

  .comment-form {
    gap: 10px;
    margin-bottom: 0;
  }

  .comment-input {
    padding: 10px 20px;
    border-radius: 45px;
  }

  .send-btn img {
    width: 25px;
    height: 25px;
  }

  .avatar img {
    width: 51px;
    height: 51px;
  }

  .comment {
    gap: 20px;
  }

  .comment-author {
    font-size: 20px;
  }

  .comment-text {
    font-size: 18px;
  }

  .comment.reply {
    padding-left: 69px;
  }

  .comment.reply .avatar img {
    width: 42px;
    height: 42px;
  }

  .comments-action {
    padding-left: 0;
  }

  .footer {
    padding: 40px 0px;
  }

  .footer .logo img {
    margin-bottom: 63px;
  }

  .footer .section-title,
  .footer-note {
    font-size: 24px;
  }

  .footer-content {
    margin-bottom: 80px;
  }

  .footer-note {
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
  }

  .footer-note strong {
    font-size: 20px;
  }

  .footer-bottom {
    font-size: 14px;
  }
}

.lander-form-wrapper {
  border-radius: 30px !important;
}

.lander-form-header {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  background: linear-gradient(90deg, #aa5cf3, #3c5bce) !important;
}

.lander-form-field .lander-submit {
  background: linear-gradient(90deg, #ac67db, #3c71ea) !important;
  border-radius: 20px !important;
}

.lander-form-field input {
  border-radius: 20px !important;
}

.iti__selected-flag {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.iti__country-list {
  border-radius: 10px !important;
}

/* Investment calculator */
.investment-calculator {
  text-align: center;
  padding: 70px 0px;
  background-color: #fff;
}

.investment-calculator h2 {
  margin-bottom: 10px;
}

.investment-calculator p {
  font-size: 33px;
  font-weight: 600;
  line-height: 39px;
  text-align: center;
  margin-bottom: 20px;
  color: #575756;
}

.investment-calculator .slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.investment-calculator .profit {
  margin-top: 20px;
  margin-bottom: 30px;
}

.investment-calculator .profit p {
  font-size: 33px;
  font-weight: 600;
  line-height: 39px;
  text-align: center;
  color: #575756;
  margin-bottom: 10px;
}

.investment-calculator .profit h3 {
  font-size: 33px;
  font-weight: 600;
  line-height: 39px;
  text-align: center;
  color: #575756;
}

.arrow-button {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  color: rgba(99, 82, 236, 1);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.arrow-button:hover {
  color: rgba(99, 82, 236, 1);
}

.arrow-button .circle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(99, 82, 236, 1);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  transition: background-color 0.3s ease;
}

.arrow-button .circle-icon img {
  width: 12px;
  height: 12px;
  rotate: 90deg;
}

.arrow-button .join-now:hover .circle-icon {
  background-color: rgba(99, 82, 236, 1);
}

@media (max-width: 1200px) {
  .investment-calculator {
    padding: 40px 10px;
  }
  .arrow-button.mob-hide {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .arrow-button.tablet-hide {
    display: none !important;
  }
}