.home-hero,
.home-benefits {
  box-sizing: border-box;
}

.home-hero *,
.home-benefits *,
.home-hero *::before,
.home-benefits *::before,
.home-hero *::after,
.home-benefits *::after {
  box-sizing: border-box;
}

.home-hero {
  width: 100%;
  max-width: 92.5em;
  --home-hero-content: 0.92fr;
  --home-hero-visual: 1.08fr;
  margin: 0 auto;
  padding: clamp(2.2em, 5vh, 4.2em) clamp(1em, 3vw, 3em);
  display: grid;
  grid-template-columns: minmax(0, var(--home-hero-content)) minmax(0, var(--home-hero-visual));
  align-items: center;
  gap: clamp(2em, 5vw, 4em);
  overflow: hidden;
}

.home-hero__content,
.home-hero__visual {
  min-width: 0;
}

.home-hero__label {
  margin-bottom: 1.2em;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #705bc6;
}

.home-hero__title {
  margin: 0 0 0.55em;
  font-size: clamp(2.7em, 3.2vw, 3.25em);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  color: #080914;
}

.home-hero__title span {
  color: #705bc6;
}

.home-hero__text {
  max-width: 34em;
  margin: 0 0 1.8em;
  font-size: 1em;
  line-height: 1.55;
  font-weight: 500;
  color: #3f4355;
}

.home-hero__actions {
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
}

.home-hero__button {
  min-width: 14.75em;
  min-height: 3.75em;
  padding: 1em 1.75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.0625em solid #705bc6;
  border-radius: 0.55em;
  font-size: 1.0625em;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.home-hero__button:hover {
  transform: translateY(-0.08em);
}

.home-hero__button--primary {
  color: #fff;
  background: #705bc6;
  box-shadow: 0 0.75em 1.75em rgba(112, 91, 198, 0.2);
}

.home-hero__button--primary:hover {
  background: #5b47b5;
  border-color: #5b47b5;
}

.home-hero__button--secondary {
  color: #705bc6;
  background: #fff;
}

.home-hero__button--secondary:hover {
  background: #f4f1ff;
}

.home-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.375em 1.75em;
}

.home-hero__feature {
  position: relative;
  min-height: 1.5em;
  padding-left: 2em;
  display: inline-flex;
  align-items: center;
  font-size: 0.85em;
  line-height: 1.3;
  font-weight: 700;
  color: #3f4355;
}

.home-hero__feature::before,
.home-hero__feature::after {
  content: "";
  position: absolute;
  color: #705bc6;
}

.home-hero__feature--code::before {
  left: 0.2em;
  width: 0.62em;
  height: 0.62em;
  border-left: 0.125em solid #705bc6;
  border-bottom: 0.125em solid #705bc6;
  transform: rotate(45deg);
}

.home-hero__feature--code::after {
  left: 1.02em;
  width: 0.62em;
  height: 0.62em;
  border-right: 0.125em solid #705bc6;
  border-top: 0.125em solid #705bc6;
  transform: rotate(45deg);
}

.home-hero__feature--shield::before {
  left: 0.25em;
  top: 0.08em;
  width: 1.25em;
  height: 1.45em;
  border: 0.125em solid #705bc6;
  border-radius: 0.55em 0.55em 0.75em 0.75em;
}

.home-hero__feature--shield::after {
  left: 0.72em;
  top: 0.48em;
  width: 0.28em;
  height: 0.56em;
  border-right: 0.125em solid #705bc6;
  border-bottom: 0.125em solid #705bc6;
  transform: rotate(45deg);
}

.home-hero__feature--stack::before {
  left: 0.16em;
  top: 0.12em;
  width: 1.35em;
  height: 1.35em;
  border: 0.125em solid #705bc6;
  transform: rotate(45deg) scaleY(0.55);
}

.home-hero__feature--stack::after {
  left: 0.16em;
  top: 0.68em;
  width: 1.35em;
  height: 1.35em;
  border-right: 0.125em solid #705bc6;
  border-bottom: 0.125em solid #705bc6;
  transform: rotate(45deg) scaleY(0.55);
}

.home-hero__visual {
  position: relative;
  top: -2em;
  height: clamp(22em, 54vh, 32em);
}

.hero-crm {
  color: #111a3a;
}

.hero-crm__flow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-color: #705bc6;
  opacity: 0.95;
}

.hero-crm__flow::after {
  content: "";
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  border-right: 0.125em solid #705bc6;
  border-bottom: 0.125em solid #705bc6;
}

.hero-crm__flow--top {
  left: 7.6em;
  top: 6.2em;
  width: 12em;
  height: 7.2em;
  border-top: 0.125em dashed #705bc6;
  border-left: 0.125em dashed #705bc6;
  border-radius: 4.5em 0 0 0;
}

.hero-crm__flow--top::after {
  right: -0.15em;
  top: -0.42em;
  transform: rotate(-45deg);
}

.hero-crm__flow--bottom {
  right: 1.65em;
  bottom: 6.4em;
  width: 5.5em;
  height: 5.4em;
  border-right: 0.125em dashed #705bc6;
  border-bottom: 0.125em dashed #705bc6;
  border-radius: 0 0 4em 0;
}

.hero-crm__flow--bottom::after {
  left: -0.12em;
  bottom: -0.42em;
  transform: rotate(135deg);
}

.hero-crm__notice,
.hero-crm__form,
.hero-crm__card,
.hero-crm__paid {
  background: #fff;
  border: 0.0625em solid #e7e9f3;
  box-shadow: 0 1.375em 3.75em rgba(34, 33, 82, 0.12);
}

.hero-crm__notice {
  position: absolute;
  top: 0;
  left: 18em;
  z-index: 4;
  width: 20em;
  min-height: 8.1em;
  padding: 1.4em 1.5em;
  display: grid;
  grid-template-columns: 2.2em 1fr;
  gap: 0.9em;
  border-radius: 0.9em;
}

.hero-crm__notice-icon {
  position: relative;
  width: 1.8em;
  height: 1.8em;
  border: 0.22em solid #705bc6;
  border-radius: 1em 1em 0.72em 0.72em;
}

.hero-crm__notice-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.45em;
  width: 0.62em;
  height: 0.62em;
  border-top: 0.18em solid #705bc6;
  border-radius: 50%;
  transform: translateX(-50%);
}

.hero-crm__notice-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.45em;
  width: 0.55em;
  height: 0.18em;
  border-radius: 1em;
  background: #705bc6;
  transform: translateX(-50%);
}

.hero-crm__notice-title {
  margin-bottom: 0.55em;
  font-size: 0.95em;
  line-height: 1.25;
  font-weight: 900;
  color: #080914;
}

.hero-crm__notice-name,
.hero-crm__notice-phone {
  font-size: 0.82em;
  line-height: 1.45;
  font-weight: 800;
  color: #080914;
}

.hero-crm__notice-meta {
  margin-top: 1.05em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.4em;
  font-size: 0.72em;
  line-height: 1.25;
  color: #8c91a4;
}

.hero-crm__form {
  position: absolute;
  left: 0;
  top: 12.4em;
  z-index: 3;
  width: 18.2em;
  border-radius: 0.9em;
  overflow: visible;
}

.hero-crm__form-bar {
  height: 2.05em;
  padding: 0 1em;
  display: flex;
  align-items: center;
  gap: 0.42em;
  border-bottom: 0.0625em solid #e7e9f3;
  border-radius: 0.9em 0.9em 0 0;
  background: linear-gradient(180deg, #fbfbff 0%, #f1f3fa 100%);
}

.hero-crm__form-bar span {
  width: 0.46em;
  height: 0.46em;
  border-radius: 50%;
  background: #c4c8d8;
}

.hero-crm__form-body {
  padding: 1.7em 1.5em;
}

.hero-crm__form-title {
  margin-bottom: 1.25em;
  font-size: 1.18em;
  line-height: 1.27;
  font-weight: 900;
  color: #080914;
}

.hero-crm__form-title span {
  color: #705bc6;
}

.hero-crm__field {
  height: 2.85em;
  margin-bottom: 0.75em;
  padding: 0 1em;
  display: flex;
  align-items: center;
  border: 0.0625em solid #e7e9f3;
  border-radius: 0.58em;
  font-size: 0.9em;
  color: #8c91a4;
  background: #fff;
}

.hero-crm__submit {
  min-height: 2.9em;
  margin-top: 1em;
  padding: 0.85em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.58em;
  background: #705bc6;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}

.hero-crm__form-badge {
  position: absolute;
  left: 0;
  bottom: -3.2em;
  min-width: 13.2em;
  min-height: 2.65em;
  padding: 0.75em 1.05em;
  display: flex;
  align-items: center;
  border: 0.0625em solid #e7e9f3;
  border-radius: 0.65em;
  background: #fff;
  box-shadow: 0 0.625em 1.75em rgba(34, 33, 82, 0.08);
  font-size: 0.92em;
  line-height: 1.15;
  font-weight: 800;
  color: #705bc6;
}

.hero-crm__form-badge::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.55em;
  border: 0.14em solid #705bc6;
  border-radius: 50%;
  background: linear-gradient(#705bc6, #705bc6) 50% 0 / 0.12em 100% no-repeat, linear-gradient(#705bc6, #705bc6) 0 50% / 100% 0.12em no-repeat;
}

.hero-crm__card {
  position: absolute;
  right: 0;
  top: 7.35em;
  z-index: 1;
  width: min(100%, 37.4em);
  min-height: 24.9em;
  display: grid;
  grid-template-columns: 4.2em 1fr;
  border-radius: 0.95em;
  overflow: hidden;
}

.hero-crm__sidebar {
  padding-top: 7.05em;
  border-right: 0.0625em solid #e7e9f3;
  background: linear-gradient(180deg, #fff 0%, #fbfbff 100%);
}

.hero-crm__sidebar span {
  position: relative;
  display: block;
  height: 3.65em;
}

.hero-crm__sidebar span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.25em;
  height: 1.25em;
  border: 0.12em solid #a2a6b8;
  border-radius: 0.34em;
  transform: translate(-50%, -50%);
}

.hero-crm__sidebar span.is-active {
  background: #705bc6;
}

.hero-crm__sidebar span.is-active::before {
  border-color: #fff;
  border-radius: 50%;
}

.hero-crm__main {
  min-width: 0;
}

.hero-crm__title {
  height: 5.9em;
  padding: 2.25em 1.5em 0;
  border-bottom: 0.0625em solid #e7e9f3;
  font-size: 1.05em;
  line-height: 1;
  font-weight: 900;
  color: #080914;
}

.hero-crm__workspace {
  padding: 1.15em;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 9.85em;
  gap: 1.15em;
}

.hero-crm__head {
  margin-bottom: 0.85em;
  display: flex;
  align-items: center;
  gap: 0.55em;
}

.hero-crm__head strong {
  font-size: 1.25em;
  line-height: 1.05;
  font-weight: 900;
  color: #080914;
}

.hero-crm__head span {
  min-width: 2.25em;
  min-height: 1.6em;
  padding: 0.25em 0.55em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999em;
  background: #f0f1f7;
  font-size: 0.78em;
  line-height: 1;
  font-weight: 800;
  color: #3f4355;
}

.hero-crm__lead {
  min-height: 13.5em;
  padding: 1em 1.15em;
  border: 0.0625em solid #e7e9f3;
  border-radius: 0.85em;
  background: #fff;
  box-shadow: 0 0.625em 1.75em rgba(34, 33, 82, 0.08);
}

.hero-crm__lead p {
  margin: 0 0 0.55em;
  font-size: 0.82em;
  line-height: 1.35;
  color: #3f4355;
}

.hero-crm__lead p:last-child {
  margin-bottom: 0;
}

.hero-crm__lead-top {
  margin-bottom: 0.8em;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}

.hero-crm__lead-top strong {
  display: block;
  margin-bottom: 0.45em;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 900;
  color: #080914;
}

.hero-crm__lead-top span {
  display: block;
  font-size: 0.78em;
  line-height: 1.25;
  color: #8c91a4;
}

.hero-crm__avatar {
  width: 3em;
  height: 3em;
  flex: 0 0 3em;
  border: 0.18em solid #fff;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 34%, #f2c09c 0 22%, transparent 23%), radial-gradient(circle at 50% 78%, #87513a 0 36%, transparent 37%), #f6f0ec;
  box-shadow: 0 0 0 0.0625em #e7e9f3;
}

.hero-crm__status {
  width: fit-content;
  margin-bottom: 0.95em;
  padding: 0.5em 0.82em;
  border-radius: 0.45em;
  background: #e8f8f0;
  color: #36bd78;
  font-size: 0.78em;
  line-height: 1;
  font-weight: 800;
}

.hero-crm__stages {
  display: grid;
  gap: 0.85em;
}

.hero-crm__stage {
  min-height: 5.1em;
  padding: 0.9em;
  border: 0.0625em solid #e7e9f3;
  border-radius: 0.8em;
  background: #fff;
  box-shadow: 0 0.5em 1.375em rgba(34, 33, 82, 0.06);
}

.hero-crm__stage strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  font-size: 0.9em;
  line-height: 1.2;
  font-weight: 900;
  color: #080914;
}

.hero-crm__stage span {
  min-width: 1.55em;
  min-height: 1.55em;
  padding: 0.28em 0.45em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999em;
  background: #f4f5fa;
  font-size: 0.78em;
  line-height: 1;
  color: #8c91a4;
}

.hero-crm__stage::after {
  content: "";
  display: block;
  width: 76%;
  height: 0.48em;
  margin-top: 1em;
  border-radius: 2em;
  background: #edf0f7;
  box-shadow: 0 0.8em 0 #f4f5f9;
}

.hero-crm__stage--paid strong {
  color: #36bd78;
}

.hero-crm__stage--paid::after {
  background: #dff5e9;
  box-shadow: none;
}

.hero-crm__paid {
  position: absolute;
  right: 5.4em;
  bottom: 0.35em;
  z-index: 5;
  min-width: 18.5em;
  min-height: 5.2em;
  padding: 1em 1.2em;
  display: grid;
  grid-template-columns: 3em 1fr auto;
  align-items: center;
  gap: 0.9em;
  border-radius: 0.9em;
}

.hero-crm__paid-icon {
  position: relative;
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  background: #36bd78;
}

.hero-crm__paid-icon::before {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.68em;
  width: 0.82em;
  height: 1.28em;
  border-right: 0.2em solid #fff;
  border-bottom: 0.2em solid #fff;
  transform: rotate(45deg);
}

.hero-crm__paid-title {
  margin-bottom: 0.18em;
  font-size: 0.94em;
  line-height: 1.15;
  font-weight: 900;
  color: #080914;
}

.hero-crm__paid-price {
  font-size: 1.45em;
  line-height: 1.05;
  font-weight: 900;
  color: #080914;
}

.hero-crm__paid-time {
  align-self: end;
  font-size: 0.85em;
  line-height: 1;
  color: #8c91a4;
}

.home-benefits {
  width: 100%;
  max-width: 92.5em;
  margin: 0 auto;
  padding: 2.1em 1em 2.8em;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4em;
  border-top: 0.0625em solid #e7e9f3;
}

.home-benefits__item {
  display: grid;
  grid-template-columns: 4.5em 1fr;
  gap: 1.5em;
  align-items: start;
  min-width: 0;
}

.home-benefits__icon {
  position: relative;
  width: 4.5em;
  height: 4.5em;
  border-radius: 0.75em;
  background: #f4f1ff;
  color: #705bc6;
}

.home-benefits__icon::before,
.home-benefits__icon::after {
  content: "";
  position: absolute;
}

.home-benefits__title {
  margin: 0 0 0.65em;
  font-size: 1.25em;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
  color: #111a3a;
}

.home-benefits__text {
  margin: 0;
  font-size: 1em;
  line-height: 1.55;
  font-weight: 500;
  color: #3f4355;
}

.home-benefits__item--rocket .home-benefits__icon::before {
  left: 1.52em;
  top: 0.9em;
  width: 1.35em;
  height: 2.15em;
  border: 0.15em solid #705bc6;
  border-radius: 1em 1em 0.3em 0.3em;
  transform: rotate(45deg);
}

.home-benefits__item--rocket .home-benefits__icon::after {
  left: 1.05em;
  top: 2.58em;
  width: 0.95em;
  height: 0.95em;
  border-left: 0.15em solid #705bc6;
  border-bottom: 0.15em solid #705bc6;
  transform: rotate(45deg);
}

.home-benefits__item--crm .home-benefits__icon::before {
  left: 1.05em;
  top: 1.15em;
  width: 2.4em;
  height: 1.75em;
  border: 0.15em solid #705bc6;
  border-radius: 0.35em;
}

.home-benefits__item--crm .home-benefits__icon::after {
  left: 1.38em;
  top: 1.62em;
  width: 1.72em;
  height: 0.16em;
  background: #705bc6;
  box-shadow: 0 0.58em 0 #705bc6, 1.15em 1.14em 0 #705bc6;
}

.home-benefits__item--filter .home-benefits__icon::before {
  left: 1em;
  top: 1.05em;
  width: 2.5em;
  height: 1.55em;
  border: 0.15em solid #705bc6;
  border-radius: 0.4em 0.4em 1.4em 1.4em;
  background: #705bc6;
  clip-path: polygon(0 0, 100% 0, 62% 100%, 38% 100%);
}

.home-benefits__item--filter .home-benefits__icon::after {
  left: 1.96em;
  top: 2.35em;
  width: 0.58em;
  height: 1.12em;
  border-radius: 0.15em;
  background: #705bc6;
}

.home-benefits__item--chart .home-benefits__icon::before {
  left: 1.1em;
  bottom: 1.05em;
  width: 0.42em;
  height: 1.25em;
  border: 0.15em solid #705bc6;
  border-radius: 0.3em;
  box-shadow: 0.88em -0.55em 0 -0.15em #f4f1ff, 0.88em -0.55em 0 0 #705bc6, 1.76em -1.15em 0 -0.15em #f4f1ff, 1.76em -1.15em 0 0 #705bc6;
}

@media (max-height: 46.875em) and (min-width: 68.8125em) {
  .home-hero {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .home-hero__title {
    font-size: clamp(2.5em, 2.7vw, 3.7em);
  }

  .home-hero__text {
    margin-bottom: 1.2em;
    line-height: 1.45;
  }

  .home-hero__actions {
    margin-bottom: 1.2em;
  }

  .home-hero__visual {
    transform: scale(0.88);
    transform-origin: center right;
  }
}

@media (max-width: 68.75em) {
  .home-hero {
    min-height: auto;
    --home-hero-content: 1fr;
    --home-hero-visual: 1fr;
    grid-template-columns: 1fr;
    padding-top: 3em;
    padding-bottom: 3em;
    overflow: visible;
  }

  .home-hero__content {
    max-width: 44em;
  }

  .home-hero__title {
    font-size: clamp(2.4em, 6vw, 3.5em);
  }

  .home-hero__visual {
    width: min(100%, 42em);
    height: 28em;
    margin: 0 auto;
  }

  .home-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 45em) {
  .home-hero {
    min-height: calc(100svh - 4.75em);
    padding: 1.4em 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.2em;
    overflow: hidden;
  }

  .home-hero__label {
    margin-bottom: 0.9em;
    font-size: 0.78em;
    line-height: 1.25;
  }

  .home-hero__title {
    margin-bottom: 0.45em;
    font-size: clamp(2.05em, 10vw, 2.65em);
    line-height: 1.05;
  }

  .home-hero__text {
    margin-bottom: 1em;
    font-size: 0.92em;
    line-height: 1.45;
  }

  .home-hero__actions {
    display: grid;
    gap: 0.75em;
    margin-bottom: 0;
  }

  .home-hero__button,
  .home-hero__actions a {
    width: 100%;
    min-width: 0;
    min-height: 3.25em;
  }

  .home-hero__features {
    display: none;
  }

  .home-hero__visual {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    transform: none;
  }

  .hero-crm__form,
  .hero-crm__paid,
  .hero-crm__stages,
  .hero-crm__flow {
    display: none;
  }

  .hero-crm,
  .hero-crm__card,
  .hero-crm__notice {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
    transform: none;
  }

  .hero-crm__notice {
    margin-bottom: 0.75em;
  }

  .hero-crm__card {
    display: block;
    padding: 1em;
  }

  .hero-crm__sidebar {
    display: none;
  }

  .hero-crm__title {
    height: auto;
    padding: 0 0 1em;
    border-bottom: 0;
  }

  .hero-crm__workspace {
    padding: 0;
    display: block;
  }

  .hero-crm__lead {
    min-height: 0;
  }

  .home-benefits {
    grid-template-columns: 1fr;
    gap: 1.4em;
    padding-bottom: 2.3em;
  }

  .home-benefits__item {
    grid-template-columns: 4em 1fr;
    gap: 1.1em;
  }

  .home-benefits__icon {
    width: 4em;
    height: 4em;
  }
}

@media (max-width: 24.375em) {
  .home-hero {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .home-hero__title {
    font-size: 1.95em;
  }

  .home-hero__text {
    font-size: 0.875em;
  }
}

.home-hero__mobile-card,
.home-hero-showcase__visual {
  display: none;
}

.home-hero-showcase {
  width: 100%;
  max-width: 92.5em;
  margin: 0 auto;
}

@media (max-width: 45em) {
  .home-hero {
    min-height: calc(100svh - 4.75em);
    padding: clamp(1em, 3.8svh, 1.4em) 1em;
    justify-content: center;
    gap: clamp(0.75em, 2.4svh, 1.1em);
  }

  .home-hero__content {
    width: 100%;
  }

  .home-hero__label {
    margin-bottom: 0.75em;
    font-size: clamp(0.72em, 3.2vw, 0.82em);
  }

  .home-hero__title {
    margin-bottom: 0.42em;
    font-size: clamp(2em, 9vw, 2.8em);
    line-height: 1.06;
  }

  .home-hero__text {
    margin-bottom: 0.9em;
    font-size: clamp(0.875em, 3.6vw, 1em);
    line-height: 1.42;
  }

  .home-hero__actions {
    gap: 0.62em;
  }

  .home-hero__button,
  .home-hero__actions a {
    min-height: 3.2em;
    padding: 0.78em 1em;
    font-size: 0.95em;
  }

  .home-hero__features {
    margin-top: 0.9em;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55em;
  }

  .home-hero__feature {
    min-height: 2.8em;
    padding: 1.75em 0 0;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    font-size: clamp(0.68em, 3vw, 0.82em);
    line-height: 1.18;
  }

  .home-hero__feature::before,
  .home-hero__feature::after {
    top: 0;
  }

  .home-hero__feature--code::before {
    left: calc(50% - 0.85em);
  }

  .home-hero__feature--code::after {
    left: calc(50% - 0.05em);
  }

  .home-hero__feature--shield::before {
    left: calc(50% - 0.62em);
  }

  .home-hero__feature--shield::after {
    left: calc(50% - 0.16em);
    top: 0.4em;
  }

  .home-hero__feature--stack::before,
  .home-hero__feature--stack::after {
    left: calc(50% - 0.68em);
  }

  .home-hero > .home-hero__visual {
    display: none;
  }

  .home-hero__mobile-card {
    margin-top: clamp(0.75em, 2.4svh, 1em);
    padding: 0.9em 1em;
    display: block;
    border: 0.0625em solid #e7e9f3;
    border-radius: 0.8em;
    background: #fff;
    box-shadow: 0 0.75em 1.75em rgba(34, 33, 82, 0.08);
    color: #080914;
  }

  .home-hero__mobile-card-title {
    margin-bottom: 0.45em;
    font-size: 0.95em;
    line-height: 1.2;
    font-weight: 900;
  }

  .home-hero__mobile-card-name,
  .home-hero__mobile-card-line,
  .home-hero__mobile-card-status {
    font-size: 0.82em;
    line-height: 1.38;
    font-weight: 700;
  }

  .home-hero__mobile-card-line,
  .home-hero__mobile-card-status {
    color: #3f4355;
  }

  .home-hero-showcase {
    padding: 1.25em 1em 2.5em;
  }

  .home-hero-showcase__visual {
    width: 100%;
    margin: 0 auto 1.25em;
    display: grid;
    gap: 0.9em;
    color: #111a3a;
  }

  .home-hero-showcase .hero-crm__flow {
    display: none;
  }

  .home-hero-showcase .hero-crm__notice,
  .home-hero-showcase .hero-crm__form,
  .home-hero-showcase .hero-crm__card,
  .home-hero-showcase .hero-crm__paid {
    position: static;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    display: block;
    transform: none;
  }

  .home-hero-showcase .hero-crm__notice {
    display: grid;
    grid-template-columns: 2.2em 1fr;
  }

  .home-hero-showcase .hero-crm__form {
    overflow: visible;
  }

  .home-hero-showcase .hero-crm__form-badge {
    position: static;
    width: fit-content;
    min-width: 0;
    margin: 0 1em 1em;
  }

  .home-hero-showcase .hero-crm__card {
    padding: 0;
    overflow: hidden;
  }

  .home-hero-showcase .hero-crm__title {
    padding: 1.05em 1em;
    border-bottom: 0.0625em solid #e7e9f3;
  }

  .home-hero-showcase .hero-crm__workspace {
    padding: 1em;
    display: block;
  }

  .home-hero-showcase .hero-crm__lead {
    min-height: 0;
  }

  .home-hero-showcase .hero-crm__paid {
    display: grid;
    grid-template-columns: 3em 1fr auto;
  }

  .home-hero-showcase .home-benefits {
    padding: 1.25em 0 0;
    border: 0.0625em solid #e7e9f3;
    border-radius: 0.9em;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.75em 1.75em rgba(34, 33, 82, 0.06);
  }

  .home-hero-showcase .home-benefits__item {
    padding: 0 1em 1em;
    border-bottom: 0.0625em solid #e7e9f3;
  }

  .home-hero-showcase .home-benefits__item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 45em) and (max-height: 43.75em) {
  .home-hero__mobile-card {
    display: none;
  }

  .home-hero__features {
    margin-top: 0.65em;
  }
}

@media (max-width: 24.375em) {
  .home-hero__features {
    gap: 0.4em;
  }

  .home-hero__feature {
    font-size: 0.66em;
  }
}


.site-footer {
  margin-bottom: 24px;
}

.site-footer__main {
  display: grid;
  grid-template-columns: 1.5fr .65fr .65fr .8fr;
  gap: 44px;
  padding: 34px;
  color: #f8f8f8;
  background: #272727;
  border-radius: 28px;
}

.site-footer__brand {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, .75);
}

.site-footer__about p {
  max-width: 390px;
  margin: 0 0 22px;
  color: #b9bbc4;
  line-height: 1.55;
}

.site-footer__about span {
  color: #a9abb5;
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.site-footer__column h3 {
  margin: 0 0 5px;
  font-size: 16px;
}

.site-footer__column a {
  color: #d8d9df;
  font-size: 14px;
}

.site-footer__column a:hover {
  color: #fff;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #3b3b3b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  transition: transform .2s, background .2s;
}

.socials a:hover {
  transform: translateY(-2px);
  background: #6752d5;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 14px 8px 0;
  font-size: 12px;
  color: #2f3341;
}

.site-footer__legal a {
  margin-left: auto;
  color: #6752d5;
}

@media (max-width: 1100px) {

  .site-footer__main {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 28px;
  }
}

@media (max-width: 860px) {

  .site-footer__main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {

  .site-footer__main {
    grid-template-columns: 1fr;
    padding: 26px;
    gap: 30px;
    border-radius: 20px;
  }

  .site-footer__legal {
    display: grid;
    gap: 8px;
  }

  .site-footer__legal a {
    margin-left: 0;
  }
}


