.landing-home-page {
  display: flex;
  flex-direction: column;
  min-height: 905px;
  align-items: center;
  gap: 48px;
  padding: 80px 16px;
  position: relative;
  background-color: #ffffff;
  width: 100%;
}

.landing-home-page .header-navigation {
  display: flex;
  width: 100%;
  max-width: 994px;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  padding: 40px 200px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.landing-home-page .LOGO {
  display: inline-flex;
  height: 19px;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.landing-home-page .logo-image {
  width: 116px;
  height: auto;
}

.landing-home-page .hero-section {
  width: 100%;
  max-width: 1440px;
  gap: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.landing-home-page .hero-text {
  width: 100%;
  max-width: 986px;
  gap: 8px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.landing-home-page .div-wrapper {
  position: relative;
  width: 208px;
  height: 17px;
}

.landing-home-page .text-2 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #5d4cf6;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-home-page .p {
  position: relative;
  width: fit-content;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  color: #111827;
  font-size: 32px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-home-page .custom-text {
  position: relative;
  width: 100%;
  max-width: 744px;
  min-height: 47px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: #4c5665;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-home-page .hero-text-wrapper {
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 0px;
  background-color: #fafafa;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-home-page .hero-text-2 {
  align-items: flex-start;
  justify-content: space-between;
  padding: 2px 200px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-home-page .card {
  display: flex;
  flex-direction: column;
  width: 262px;
  height: 163px;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  position: relative;
}

.landing-home-page .icon {
  position: relative;
  width: 35px;
  height: 35px;
  margin-top: -1.00px;
  margin-left: -1.00px;
}

.landing-home-page .text-wrapper-2 {
  position: relative;
  width: 267px;
  margin-right: -45.00px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #111827;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-home-page .text-3 {
  position: relative;
  width: 236px;
  height: 71px;
  margin-bottom: -23.00px;
  margin-right: -14.00px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #4b5563;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-home-page .card-2 {
  display: flex;
  flex-direction: column;
  width: 262px;
  height: 163px;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  position: relative;
  margin-left: -2.67px;
}

.landing-home-page .text-4 {
  position: relative;
  width: 236px;
  height: 71px;
  margin-bottom: -42.00px;
  margin-right: -14.00px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #4b5563;
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-home-page .itiligent {
  display: flex;
  width: 100%;
  max-width: 994px;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 16px 16px;
  position: relative;
  flex: 0 0 auto;
}

.landing-home-page .text-5 {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: #6b7280;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
}

/* Responsive layout */

@media (max-width: 1200px) {
  .landing-home-page {
    padding: 48px 24px;
  }

  .landing-home-page .header-navigation {
    padding: 24px 40px;
  }

  .landing-home-page .hero-text-2 {
    padding: 2px 40px;
    flex-wrap: wrap;
    row-gap: 32px;
  }

  .landing-home-page .card,
  .landing-home-page .card-2 {
    width: calc(50% - 24px);
  }
}

@media (max-width: 768px) {
  .landing-home-page {
    padding: 32px 16px;
    gap: 24px;
  }

  .landing-home-page .header-navigation {
    padding: 16px 0;
  }

  .landing-home-page .hero-section {
    gap: 16px;
  }

  .landing-home-page .p {
    font-size: 26px;
    text-align: center;
  }

  .landing-home-page .hero-text-2 {
    padding: 2px 0;
    flex-direction: column;
    align-items: stretch;
    row-gap: 12px;
  }

  .landing-home-page .card,
  .landing-home-page .card-2 {
    width: 100%;
    height: auto;
    padding: 16px 16px 18px;
  }

  .landing-home-page .custom-text {
    font-size: 14px;
  }
}

/* Desktop centering and fixed logo */

@media (min-width: 1024px) {
  .landing-home-page {
    min-height: 100vh;
    justify-content: center;
    padding-left: 0;
    padding-right: 0; /* убираем горизонтальные паддинги, чтобы серая плашка была во всю ширину */
  }

  .landing-home-page .header-navigation {
    position: fixed;
    top: 5vh; /* примерно 5% высоты экрана */
    left: 0;
    right: 0;
    margin: 0;
    transform: none;
    z-index: 10;
  }

  .landing-home-page .itiligent {
    position: fixed;
    bottom: 5vh; /* примерно 5% высоты экрана от низа */
    left: 0;
    right: 0;
    margin: 0;
    padding: 24px 200px 16px; /* как у шапки: слева 200px */
  }

  /* растягиваем серую плашку на всю ширину окна, независимо от контейнеров */
  .landing-home-page .hero-text-wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
