:root {
  --variable-collection-textprimary: rgba(25, 26, 21, 1);
}

.landing-page {
  background-color: #ffffff;
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Hero Section Background */
.frame-14 {
  background: linear-gradient(135deg, #E8E4FF 0%, #F0EFFF 50%, #E8E4FF 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 120px 130px 80px;
  margin-top: 0;
}

.frame-15 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.frame-16 {
  margin-bottom: 2rem;
  z-index: 2;
}

.vector-stroke {
  display: block;
  width: 250px;
  height: auto;
  margin: 0 auto 1.5rem auto;
  opacity: 0.8;
}

/* Hero Title Styles */
.hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  color: #191a15;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Inter", Helvetica;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.02em;
}

.hero-title-blue {
  background: linear-gradient(97deg, rgba(54, 152, 244, 1) 0%, rgba(179, 66, 244, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.r-volutionnez-votre {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #666666;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.frame-17 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
  margin-top: 1rem;
}

.frame-18 {
  display: flex;
  width: 180px;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  position: relative;
  border-radius: 27px;
  border: 1.5px solid;
  border-color: #191a15;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.frame-18:hover {
  background-color: #191a15;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(25, 26, 21, 0.3);
}

.frame-18:hover a {
  color: #f8f8fa;
}

.frame-18 a {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #191a15;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: none;
}

.frame-19 {
  width: 240px;
  height: 54px;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  position: relative;
  border-radius: 27px;
  background: linear-gradient(
    97deg,
    rgba(54, 152, 244, 1) 0%,
    rgba(179, 66, 244, 1) 100%
  );
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(54, 152, 244, 0.3);
}

.frame-19:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(54, 152, 244, 0.4);
}

.frame-19 a {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #f8f8fa;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 768px) {
  .frame-14 {
    padding: 60px 30px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .r-volutionnez-votre {
    font-size: 1rem;
  }

  .frame-17 {
    flex-direction: column;
    align-items: center;
  }

  .frame-18 a, .frame-19 a {
    width: 100%;
    max-width: 250px;
  }

  .vector-stroke {
    bottom: -50px;
    right: -20px;
    width: 200px;
  }
}

.landing-page .frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  align-items: center;
  gap: 35px;
  padding: 180px 130px 60px;
  position: relative;
  margin: 0 auto;
  background: linear-gradient(
    163deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(66, 133, 244, 0.1) 100%
  );
}

.landing-page .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .text-wrapper {
  position: relative;
  width: 485px;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: var(--variable-collection-textprimary);
  font-size: 50px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .des-outils {
  position: relative;
  width: 498px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .span {
  color: #686868;
}

.landing-page .text-wrapper-2 {
  color: #a6a6a6;
}

.landing-page .frame-2 {
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .frame-3 {
  display: flex;
  flex-direction: column;
  width: 670px;
  align-items: flex-start;
  gap: 28px;
  position: relative;
}

.landing-page .frame-4 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 430px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(
    148deg,
    rgba(66, 133, 244, 0.9) 0%,
    rgba(38, 77, 142, 0.9) 100%
  );
}

.landing-page .vector {
  position: absolute;
  top: 190px;
  left: 296px;
  width: 374px;
  height: 240px;
}

.landing-page .group {
  position: absolute;
  top: 34px;
  left: 38px;
  width: 595px;
  height: 367px;
}

.landing-page .rectangle {
  position: absolute;
  top: 49px;
  left: 26px;
  width: 531px;
  height: 287px;
  background-color: #fffffff2;
  border-radius: 10px;
}

.landing-page .img {
  position: absolute;
  top: 0;
  left: 6px;
  width: 71px;
  height: 71px;
}

.landing-page .text-wrapper-3 {
  position: absolute;
  top: 10px;
  left: 87px;
  width: 229px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .group-2 {
  position: absolute;
  top: 67px;
  left: 257px;
  width: 284px;
  height: 76px;
}

.landing-page .rectangle-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 282px;
  height: 76px;
  background-color: #4535af;
  border-radius: 10px 10px 0px 10px;
}

.landing-page .p {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 252px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}

.landing-page .group-3 {
  position: absolute;
  top: 153px;
  left: 44px;
  width: 415px;
  height: 124px;
}

.landing-page .rectangle-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 413px;
  height: 124px;
  background-color: #f1f1f1;
  border-radius: 10px 10px 10px 0px;
}

.landing-page .text-wrapper-4 {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 390px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}

.landing-page .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 291px;
  left: 0;
}

.landing-page .group-4 {
  position: relative;
  width: 503px;
  height: 56px;
}

.landing-page .rectangle-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 501px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid;
  border-color: rgba(229, 238, 253, 1);
  box-shadow: 0px 0px 20px #00000014;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.87) 100%
  );
}

.landing-page .text-wrapper-5 {
  position: absolute;
  top: 13px;
  left: 16px;
  width: 400px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #a6a6a6;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .group-5 {
  position: relative;
  width: 113.6px;
  height: 113.6px;
  margin-top: -18.80px;
  margin-bottom: -18.80px;
  margin-right: -18.80px;
}

.landing-page .frame-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .group-6 {
  position: relative;
  width: 559px;
  height: 110px;
}

.landing-page .text-wrapper-6 {
  position: absolute;
  top: 50px;
  left: 0;
  width: 555px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textsecondary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .text-wrapper-7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 555px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: var(--variable-collection-textprimary);
  font-size: 30px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .frame-7 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-primary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.landing-page .tabler-icon-arrow {
  position: relative;
  width: 24px;
  height: 24px;
}

.landing-page .cloud-storage {
  position: relative;
  width: 482px;
  height: 610px;
}

.landing-page .frame-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 482px;
  height: 430px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(
    131deg,
    rgba(255, 227, 142, 1) 0%,
    rgba(216, 183, 85, 1) 100%
  );
}

.landing-page .group-7 {
  position: absolute;
  top: 98px;
  left: 36px;
  width: 446px;
  height: 351px;
}

.landing-page .rectangle-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 432px;
  height: 351px;
  background-color: #f3f3f3;
  border-radius: 10px;
}

.landing-page .rectangle-6 {
  position: absolute;
  top: 18px;
  left: 17px;
  width: 429px;
  height: 314px;
  background-color: #ffffff;
}

.landing-page .group-8 {
  position: absolute;
  top: 33px;
  left: 80px;
  width: 413px;
  height: 369px;
}

.landing-page .group-9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 205px;
}

.landing-page .frame-9 {
  position: absolute;
  top: 31px;
  left: 0;
  width: 343px;
  height: 174px;
  background-color: #4535af;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 14px 44px #00000026;
}

.landing-page .vector-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 343px;
  height: 174px;
}

.landing-page .group-10 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 222px;
  height: 129px;
  display: flex;
  flex-direction: column;
}

.landing-page .group-11 {
  width: 42px;
  height: 42px;
}

.landing-page .text-wrapper-9 {
  width: 218px;
  height: 46px;
  margin-top: 19px;
  font-family: "Inter", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 38px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-10 {
  width: 136px;
  height: 22px;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .union-wrapper {
  position: absolute;
  top: 0;
  left: 294px;
  height: 66px;
  display: flex;
  align-items: flex-start;
  min-width: 66px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 9px #0000000d;
}

.landing-page .union {
  width: 66px;
  height: 66px;
  object-fit: cover;
}

.landing-page .rectangle-7 {
  position: absolute;
  top: 117px;
  left: 363px;
  width: 28px;
  height: 109px;
  background-color: var(--variable-collection-primary);
  border-radius: 30px;
}

.landing-page .group-12 {
  position: absolute;
  top: 235px;
  left: 0;
  width: 402px;
  height: 134px;
}

.landing-page .tabler-icon {
  position: absolute;
  top: 49px;
  left: 390px;
  width: 34px;
  height: 34px;
}

.landing-page .frame-10 {
  display: flex;
  flex-direction: column;
  width: 482px;
  align-items: flex-start;
  gap: 12px;
  position: absolute;
  top: 458px;
  left: 0;
}

.landing-page .frame-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .text-wrapper-11 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: var(--variable-collection-textprimary);
  font-size: 30px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #a6a6a6;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .frame-12 {
  display: flex;
  width: 100%;
  max-width: 1440px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 130px;
  position: relative;
  margin: 60px auto;
  background: linear-gradient(
    96deg,
    rgba(66, 133, 244, 1) 0%,
    rgba(111, 66, 244, 1) 100%
  );
}

.landing-page .frame-13 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .text-wrapper-13 {
  position: relative;
  width: 617px;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-14 {
  position: relative;
  width: 437px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .div-wrapper {
  display: flex;
  width: 264px;
  height: 62px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  background-color: #ffffff;
  border-radius: 64px;
}

.landing-page .text-wrapper-15 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .group-13 {
  position: relative;
  width: 508px;
  height: 411px;
}

.landing-page .group-14 {
  position: absolute;
  top: 0;
  left: 0;
  width: 512px;
  height: 107px;
}

.landing-page .text-wrapper-16 {
  position: absolute;
  top: 47px;
  left: 80px;
  width: 428px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #a6a6a6;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .rectangle-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0px 0px 8px #00000017;
}

.landing-page .img-2 {
  position: absolute;
  top: 15px;
  left: 14px;
  width: 30px;
  height: 30px;
}

.landing-page .text-wrapper-17 {
  position: absolute;
  top: 3px;
  left: 80px;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .group-15 {
  position: absolute;
  top: 167px;
  left: 0;
  width: 512px;
  height: 107px;
}

.landing-page .pie-chart {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
}

.landing-page .group-16 {
  position: absolute;
  top: 304px;
  left: 0;
  width: 512px;
  height: 107px;
}

.landing-page .frame-14 {
  position: relative;
  width: 100%;
  min-height: 786px;
  margin: 0 auto;
}

.landing-page .frame-15 {
  flex-direction: column;
  width: 874px;
  gap: 28px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.landing-page .vector-stroke {
  position: relative;
  width: 295.96px;
  height: 27.35px;
}

.landing-page .frame-16 {
  display: flex;
  flex-direction: column;
  width: 780px;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .r-volutionnez-votre {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
  max-width: 780px;
}

.landing-page .frame-17 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .frame-18 {
  display: flex;
  width: 200px;
  height: 62px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  border-radius: 64px;
  border: 1px solid;
  border-color: var(--variable-collection-textprimary);
  background-color: transparent;
  cursor: pointer;
}

.landing-page .frame-19 {
  width: 220px;
  height: 50px;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  position: relative;
  border-radius: 25px;
  background: linear-gradient(
    97deg,
    rgba(54, 152, 244, 1) 0%,
    rgba(179, 66, 244, 1) 100%
  );
  display: flex;
  align-items: center;
  cursor: pointer;
}

.landing-page .text-wrapper-18 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #f8f8fa;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .frame-20 {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 60px auto;
  padding: 60px 130px;
}

.landing-page .group-17 {
  position: relative;
  width: 499px;
  height: 452px;
}

.landing-page .text-wrapper-19 {
  position: absolute;
  top: 0;
  left: 0;
  width: 497px;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-textprimary);
  font-size: 50px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .group-18 {
  position: absolute;
  width: 471px;
  height: 280px;
  top: 172px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.landing-page .group-19 {
  width: 473px;
  display: flex;
  gap: 20px;
}

.landing-page .subtract {
  width: 32px;
  height: 32px;
}

.landing-page .text-wrapper-20 {
  margin-top: 1px;
  width: 419px;
  height: 30px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .group-20 {
  width: 401px;
  display: flex;
  gap: 20px;
}

.landing-page .text-wrapper-21 {
  margin-top: 1px;
  width: 347px;
  height: 30px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .group-21 {
  width: 311px;
  display: flex;
  gap: 20px;
}

.landing-page .croissance {
  margin-top: 1px;
  width: 257px;
  height: 30px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.landing-page .group-22 {
  width: 342px;
  display: flex;
  gap: 20px;
}

.landing-page .text-wrapper-22 {
  margin-top: 1px;
  width: 288px;
  height: 30px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.landing-page .group-23 {
  width: 258px;
  display: flex;
  gap: 20px;
}

.landing-page .text-wrapper-23 {
  margin-top: 1px;
  width: 204px;
  height: 30px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.landing-page .group-24 {
  position: relative;
  width: 643px;
  height: 543px;
}

.landing-page .rectangle-9 {
  position: absolute;
  top: 0;
  left: 124px;
  width: 450px;
  height: 529px;
}

.landing-page .group-wrapper {
  position: absolute;
  top: 36px;
  left: 0;
  width: 304px;
  height: 82px;
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 13.8px #0000001a;
}

.landing-page .group-25 {
  margin-top: 12px;
  width: 264px;
  margin-left: 20px;
  display: flex;
}

.landing-page .ellipse {
  width: 58px;
  height: 58px;
  object-fit: cover;
}

.landing-page .group-26 {
  margin-top: 6px;
  width: 127px;
  height: 46px;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.landing-page .text-wrapper-24 {
  width: 72px;
  height: 19px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .text-wrapper-25 {
  width: 123px;
  height: 17px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #a6a6a6;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .group-27 {
  margin-top: 9px;
  width: 40px;
  height: 40px;
  margin-left: 23px;
}

.landing-page .group-28 {
  position: absolute;
  width: 138px;
  height: 70px;
  top: 121px;
  left: 505px;
  display: flex;
}

.landing-page .group-29 {
  width: 138px;
  height: 70px;
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 13.8px #0000001a;
}

.landing-page .group-30 {
  margin-top: 13px;
  width: 118px;
  height: 43px;
  margin-left: 12px;
  position: relative;
}

.landing-page .text-wrapper-26 {
  position: absolute;
  top: 24px;
  left: 1px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .text-wrapper-27 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #a9a7b6;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .bar-chart {
  position: absolute;
  top: 23px;
  left: 94px;
  width: 20px;
  height: 20px;
}

.landing-page .group-31 {
  position: absolute;
  top: 475px;
  left: 18px;
  width: 248px;
  height: 68px;
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 13.8px #0000001a;
}

.landing-page .group-32 {
  margin-top: 22px;
  width: 200px;
  margin-left: 25px;
  display: flex;
  gap: 15px;
}

.landing-page .union-2 {
  position: absolute;
  width: 90.28%;
  height: 90.28%;
  top: 0;
  left: 4.86%;
}

.landing-page .text-wrapper-28 {
  margin-top: 1px;
  width: 159px;
  height: 22px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-textprimary);
  font-size: 18px;
  letter-spacing: -0.54px;
  line-height: normal;
}

.landing-page .group-33 {
  position: absolute;
  top: 252px;
  left: 43px;
  width: 95px;
  height: 95px;
}

.landing-page .frame-21 {
  display: flex;
  width: 100%;
  max-width: 1440px;
  align-items: center;
  justify-content: space-between;
  padding: 25px 130px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: all 0.3s ease;
  background-color: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.landing-page .frame-21.scrolled {
  background: linear-gradient(135deg, rgba(232, 228, 255, 0.95) 0%, rgba(240, 239, 255, 0.95) 50%, rgba(232, 228, 255, 0.95) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.landing-page .asset {
  position: relative;
  width: 135px;
  height: 40px;
}

.landing-page .frame-22 {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .text-wrapper-29 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-30 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #6e6e6e;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.landing-page .frame-22 .landing-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 8px;
  color: #6e6e6e;
  transition: color 0.3s ease;
}

.landing-page .frame-22 .landing-nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(97deg, rgba(54, 152, 244, 1) 0%, rgba(179, 66, 244, 1) 100%);
  transition: width 0.3s ease;
}

.landing-page .frame-22 .landing-nav-link:hover {
  color: rgba(54, 152, 244, 1);
}

.landing-page .frame-22 .landing-nav-link.active {
  color: #191a15;
  font-weight: 600;
}

.landing-page .frame-22 .landing-nav-link.active::after {
  width: 100%;
}

.landing-page .frame-23 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .frame-24 {
  display: flex;
  width: 160px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  position: relative;
  background: linear-gradient(97deg, rgba(54, 152, 244, 1) 0%, rgba(179, 66, 244, 1) 100%);
  border-radius: 22px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(54, 152, 244, 0.3);
}

.landing-page .frame-24:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(54, 152, 244, 0.4);
}

.landing-page .text-wrapper-31 {
  margin-top: -0.50px;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #f8f8fa;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .frame-25 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  min-height: 679px;
  align-items: center;
  gap: 38px;
  padding: 68px 130px 60px;
  position: relative;
  margin: 60px auto;
  right: 0;
  background-color: #fafafa;
}

.landing-page .frame-26 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-page .frame-27 {
  display: flex;
  flex-direction: column;
  height: 250px;
  align-items: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.landing-page .frame-28 {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
}

.landing-page .frame-29 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 18px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 40px;
  border: 1px solid;
  border-color: rgba(229, 238, 253, 1);
  background: linear-gradient(
    96deg,
    rgba(66, 133, 244, 0.15) 0%,
    rgba(111, 66, 244, 0.15) 100%
  );
}

.landing-page .img-3 {
  position: relative;
  width: 20px;
  height: 20px;
}

.landing-page .text-wrapper-32 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-primary);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.landing-page .text-wrapper-33 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-textprimary);
  font-size: 80px;
  text-align: center;
  letter-spacing: 0;
  line-height: 90px;
}

.landing-page .text-wrapper-34 {
  position: relative;
  width: 820px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .frame-30 {
  width: 290px;
  height: 62px;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  background-color: var(--variable-collection-primary);
  border-radius: 64px;
  display: flex;
  align-items: center;
}

/* Footer positioning overrides */
.landing-page .frame-31 {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}

.landing-page .frame-32 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 59px;
  position: relative;
  padding: 60px 0;
  margin: 0;
  background: linear-gradient(135deg, #E8E4FF 0%, #F0EFFF 50%, #E8E4FF 100%);
}

.landing-page .frame-32 .frame-33 {
  max-width: 1440px;
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
}

.landing-page .frame-32 > .div {
  max-width: 1440px;
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .landing-page .frame-32 {
    padding: 60px 2rem;
    margin-top: 3rem;
  }

  .landing-page .frame-32 .frame-33,
  .landing-page .frame-32 > .div {
    padding: 0 2rem;
  }
}

@media (max-width: 640px) {
  .landing-page .frame-32 {
    padding: 0 1.5rem;
    gap: 2rem;
  }

  .landing-page .frame-32 .frame-33,
  .landing-page .frame-32 > .div {
    padding: 0;
  }
}

/* Additional responsive fixes for footer */
@media (max-width: 900px) {
  .landing-page .frame-33 {
    gap: 40px;
  }

  .landing-page .group-35 {
    flex-wrap: wrap;
    gap: 30px;
  }

  .landing-page .group-36,
  .landing-page .group-37,
  .landing-page .group-38 {
    margin-right: 0;
    margin-bottom: 30px;
    flex: 1 1 150px;
  }
}

@media (max-width: 768px) {
  .landing-page .frame-33 {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: center;
  }

  .landing-page .group-34 {
    flex: none;
    width: 100%;
    max-width: 400px;
  }

  .landing-page .group-35 {
    flex: none;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }

  .landing-page .group-36,
  .landing-page .group-37,
  .landing-page .group-38 {
    flex: 1 1 200px;
    text-align: left;
    margin-right: 0;
  }
}

.landing-page .frame-33 {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  justify-content: center;
  max-width: none;
}

.landing-page .group-34 {
  position: relative;
  flex: 1;
  max-width: 500px;
  min-height: 150px;
  height: auto;
  margin-right: 40px;
}

.landing-page .text-wrapper-35 {
  display: block;
  margin-top: 20px;
  width: 100%;
  max-width: 400px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .asset-2 {
  display: block;
  width: 135px;
  height: 40px;
  margin-bottom: 20px;
}

.landing-page .group-35 {
  position: relative;
  flex: 2;
  max-width: 800px;
  min-height: 200px;
  height: auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
}

.landing-page .group-36 {
  position: relative;
  flex: 1;
  width: auto;
  min-width: 140px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.landing-page .text-wrapper-36 {
  width: auto;
  height: auto;
  font-family: "Inter", Helvetica;
  font-weight: 800;
  color: var(--variable-collection-textprimary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 30px;
  white-space: nowrap;
}

.landing-page .text-wrapper-37 {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .text-wrapper-38 {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textprimary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-page .group-37 {
  position: relative;
  flex: 1;
  width: auto;
  min-width: 180px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.landing-page .text-wrapper-39 {
  width: auto;
  height: auto;
  font-family: "Inter", Helvetica;
  font-weight: 800;
  color: var(--variable-collection-textprimary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 30px;
  white-space: nowrap;
}

.landing-page .group-38 {
  position: relative;
  flex: 1;
  width: auto;
  min-width: 180px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.landing-page .text-wrapper-40 {
  width: auto;
  height: auto;
  font-family: "Inter", Helvetica;
  font-weight: 800;
  color: var(--variable-collection-textprimary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 30px;
  white-space: nowrap;
}

.landing-page .group-39 {
  position: relative;
  width: 321px;
  height: 30px;
}

.landing-page .text-wrapper-41 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textsecondary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.landing-page .group-40 {
  position: relative;
  width: 335px;
  height: 30px;
  margin-right: -4.00px;
}

.landing-page .text-wrapper-42 {
  position: absolute;
  top: 0;
  left: 0;
  width: 185px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textsecondary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

.landing-page .ellipse-2 {
  position: absolute;
  top: 13px;
  left: 195px;
  width: 4px;
  height: 4px;
  background-color: var(--variable-collection-textsecondary);
  border-radius: 2px;
}

.landing-page .text-wrapper-43 {
  position: absolute;
  top: 0;
  left: 209px;
  width: 122px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-textsecondary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}
