.products-hero {
  padding-right: max(20px, (100vw - 1280px) / 2);
  padding-left: max(20px, (100vw - 1280px) / 2);
  border-bottom: 1px solid #ebebeb;
}
.products-hero__frame {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.products-hero__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}
.products-hero__content {
  min-width: 0;
  padding: calc(var(--site-header-height) + 80px) 40px 80px 40px;
}
.products-hero__breadcrumb {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
.products-hero__title {
  margin: 32px 0 0;
  color: #191717;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.12;
}
.products-hero__subtitle {
  max-width: 560px;
  margin: 16px 0 0;
  color: #191717;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.55;
}
.products-hero__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 0;
  margin-top: 32px;
  color: #191717;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.55;
}
.products-hero__highlights span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}
.products-hero__highlights span img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
.products-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.products-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-sizing: border-box;
  min-width: 160px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.products-hero__button img {
  width: 16px;
  height: 16px;
}
.products-hero__button--primary {
  background: #247CFF;
  color: #fff;
}
.products-hero__button--primary:hover {
  background: #2070e5;
}
.products-hero__button--secondary {
  color: #191717;
  background: #fff;
  border: 1px solid #EBEBEB;
}
.products-hero__button--secondary:hover {
  background: #f7f6f5;
}
.products-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: calc(var(--site-header-height) + 78px) 50px 84px 50px;
  border-left: 1px solid #ebebeb;
}
.products-hero__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .products-hero__content {
    padding: calc(var(--site-header-height) + 80px) 40px 80px 80px;
  }
  .products-hero__title {
    font-size: 36px;
  }
  .products-hero__visual {
    padding: calc(var(--site-header-height) + 48px) 40px 48px;
  }
}
@media (max-width: 1024px) {
  .products-hero__content {
    padding: calc(var(--site-header-height) + 64px) 32px 64px 48px;
  }
  .products-hero__title {
    font-size: 32px;
  }
  .products-hero__highlights {
    font-size: 14px;
  }
  .products-hero__visual {
    padding: calc(var(--site-header-height) + 40px) 32px 40px;
  }
}
@media (max-width: 768px) {
  .products-hero {
    padding-right: 18px;
    padding-left: 18px;
  }
  .products-hero__body {
    grid-template-columns: minmax(0, 1fr);
  }
  .products-hero__content {
    padding: calc(var(--site-header-height) + 40px) 16px 32px;
  }
  .products-hero__title {
    margin-top: 24px;
    font-size: clamp(27px, 8vw, 34px);
  }
  .products-hero__subtitle {
    margin-top: 16px;
    font-size: 14px;
  }
  .products-hero__highlights {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 16px;
    font-size: 14px;
  }
  .products-hero__actions {
    margin-top: 24px;
  }
  .products-hero__button {
    width: 100%;
    min-width: 0;
  }
  .products-hero__visual {
    justify-content: center;
    padding: 0 16px 40px;
    border-top: 1px solid #ebebeb;
    border-left: 0;
  }
  .products-hero__image {
    max-width: 100%;
  }
}

/*# sourceMappingURL=products-hero.css.map */
