body.soarcho-products-page-body {
  width: 100%;
  margin: 0;
  background: #f5f9ff;
  color: #082454;
  font-family: Arial, Helvetica, sans-serif;
}

.soarcho-products-page-body #page,
.soarcho-products-page-body #content,
.soarcho-products-page-body main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.soarcho-products-page-body .site-header,
.soarcho-products-page-body .site-footer {
  display: none;
}

.soarcho-products-page-body .site-content,
.soarcho-products-page-body .ast-container,
.soarcho-products-page-body .content-area,
.soarcho-products-page-body .site-main {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  float: none;
}

.soarcho-products-page-body .ast-container {
  display: block;
}

.soarcho-products-page * {
  box-sizing: border-box;
}

.soarcho-products-page {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 38%, #f5f9ff 100%);
}

.products-wrap {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.products-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 18px rgba(10, 45, 100, 0.06);
}

.products-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  gap: 22px;
}

.products-logo {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  color: #092454;
  line-height: 1;
  text-decoration: none;
}

.products-logo span {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.4px;
}

.products-logo b,
.products-hero h1 span {
  color: #075eea;
}

.products-logo small {
  margin-top: 5px;
  color: #61728f;
  font-size: 10px;
}

.products-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: clamp(18px, 2.25vw, 38px);
  height: 58px;
  font-size: 13px;
  font-weight: 900;
}

.products-nav a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #082454;
  text-decoration: none;
}

.products-nav a.is-active {
  color: #075eea;
  border-bottom: 2px solid #075eea;
}

.products-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #082454;
  font-size: 13px;
  font-weight: 900;
}

.products-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid #075eea;
  border-radius: 9px;
  background: #075eea;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(7, 94, 234, 0.2);
}

.products-btn:hover {
  color: #fff;
}

.products-btn--small {
  min-height: 36px;
  padding: 0 22px;
  border-radius: 20px;
}

.products-btn--outline {
  background: #fff;
  color: #075eea;
  box-shadow: none;
}

.products-btn--outline:hover {
  color: #075eea;
}

.products-hero {
  width: 100%;
  background: linear-gradient(90deg, #f7fbff 0%, #edf6ff 42%, #e6f3ff 100%);
}

.products-hero__grid {
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: stretch;
  min-height: clamp(340px, 32vw, 410px);
}

.products-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(340px, 32vw, 410px);
  padding: 42px 38px 42px 0;
}

.products-breadcrumb {
  margin-bottom: 22px;
  color: #526786;
  font-size: 14px;
  line-height: 1.4;
}

.products-breadcrumb span {
  margin: 0 10px;
  color: #8aa2c0;
}

.products-hero h1 {
  margin: 0 0 18px;
  color: #082454;
  font-size: clamp(48px, 4.4vw, 64px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.products-hero p {
  max-width: 620px;
  margin: 0 0 34px;
  color: #082454;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 800;
}

.products-hero__badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 640px;
}

.products-hero-badge,
.products-advantage {
  display: flex;
  align-items: center;
  gap: 14px;
}

.products-hero-badge {
  min-height: 72px;
  padding: 12px 16px;
  border: 1px solid rgba(7, 94, 234, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(9, 42, 95, 0.06);
}

.products-hero-badge img,
.products-advantage img,
.products-category-panel img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  object-fit: contain;
  background: transparent;
}

.products-hero-badge strong,
.products-advantage strong {
  display: block;
  color: #082454;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.products-hero-badge span,
.products-advantage span {
  display: block;
  margin-top: 4px;
  color: #61728f;
  font-size: 12px;
  line-height: 1.35;
}

.products-hero__media {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  aspect-ratio: 3 / 2;
  min-height: clamp(340px, 32vw, 410px);
  overflow: hidden;
}

.products-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(340px, 32vw, 410px);
  object-fit: cover;
  object-position: center right;
}

.products-main {
  padding: 16px 0 18px;
}

.products-layout {
  display: grid;
  grid-template-columns: 228px 1fr;
  gap: 26px;
  align-items: start;
}

.products-sidebar {
  display: grid;
  gap: 14px;
}

.products-category-panel,
.products-custom-card,
.products-card,
.products-advantages__inner {
  border: 1px solid #dce9fb;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(15, 68, 145, 0.08);
}

.products-category-panel {
  overflow: hidden;
}

.products-category-panel h2 {
  margin: 0;
  padding: 18px 20px;
  background: #075eea;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.products-category-panel ul {
  margin: 0;
  padding: 12px;
  list-style: none;
}

.products-category-panel li + li {
  margin-top: 4px;
}

.products-category-panel a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #082454;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.products-category-panel .category-depth-1 a {
  padding-left: 22px;
  font-size: 12.5px;
  font-weight: 800;
}

.products-category-panel .category-depth-2 a {
  padding-left: 34px;
  font-size: 12px;
  font-weight: 800;
}

.products-category-panel li.is-active a {
  background: #eaf3ff;
  color: #075eea;
}

.products-category-panel a b {
  margin-left: auto;
  color: #075eea;
}

.products-category-panel img {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}

.products-category-panel .category-depth-1 img,
.products-category-panel .category-depth-2 img {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
}

.products-category-empty {
  padding: 12px 10px;
  color: #607795;
  font-size: 13px;
}

.products-custom-card {
  position: relative;
  overflow: hidden;
  min-height: 205px;
  padding: 24px 18px 18px;
  background: linear-gradient(145deg, #f7fbff 0%, #eaf3ff 100%);
}

.products-custom-card > span {
  position: relative;
  z-index: 2;
  color: #075eea;
  font-size: 11px;
  font-weight: 900;
}

.products-custom-card h3 {
  position: relative;
  z-index: 2;
  max-width: 180px;
  margin: 8px 0 10px;
  color: #082454;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 900;
}

.products-custom-card p {
  position: relative;
  z-index: 2;
  max-width: 175px;
  margin: 0 0 14px;
  color: #31506f;
  font-size: 12px;
  line-height: 1.5;
}

.products-custom-card__image {
  position: absolute;
  z-index: 1;
  right: -12px;
  bottom: -8px;
  width: 116px;
  height: 116px;
  object-fit: contain;
  opacity: 0.18;
  pointer-events: none;
}

.products-custom-card .products-btn {
  position: relative;
  z-index: 2;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 12px;
}

.products-content {
  min-width: 0;
}

.products-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 14px 0 20px;
}

.products-section-head h2 {
  margin: 0 0 10px;
  color: #082454;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.products-section-head p {
  max-width: 660px;
  margin: 0;
  color: #273c61;
  font-size: 13px;
  line-height: 1.65;
}

.products-section-head > a {
  flex: 0 0 auto;
  margin-top: 14px;
  color: #075eea;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.products-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.products-card {
  overflow: hidden;
}

.products-card__image {
  display: block;
  width: 100%;
  height: 136px;
  object-fit: cover;
}

.products-card__body {
  padding: 18px 18px 16px;
}

.products-card h3 {
  margin: 0 0 16px;
  color: #082454;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 900;
}

.products-card p {
  margin: 0;
  color: #61728f;
  font-size: 12px;
  line-height: 1.55;
}

.products-btn--card {
  min-height: 34px;
  margin-top: 16px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 12px;
}

.products-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.products-card--category {
  min-height: 100%;
}

.products-category__image {
  display: block;
  width: calc(100% - 34px);
  height: 134px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 8px;
}

.products-view-all {
  display: inline-flex;
  margin: auto 18px 16px;
  color: #075eea;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.products-advantages {
  padding: 0 0 18px;
}

.products-advantages__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  padding: 26px 34px;
  background: rgba(247, 251, 255, 0.96);
}

.products-footer {
  margin-top: 0;
}

.soarcho-products-page .soarcho-media--empty,
.soarcho-products-page .soarcho-icon-img--empty {
  display: block;
  background: #eaf3ff;
}

.soarcho-products-page img[src$=".svg"] {
  object-fit: contain;
}

@media (max-width: 1180px) {
  .products-nav {
    display: none;
  }

  .products-layout {
    grid-template-columns: 1fr;
  }

  .products-sidebar {
    grid-template-columns: 1fr 260px;
  }

  .products-category-panel ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .products-category-panel li + li {
    margin-top: 0;
  }

  .products-featured-grid,
  .products-category-grid,
  .products-advantages__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .products-header__inner,
  .products-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .products-header__actions span {
    display: none;
  }

  .products-hero__grid {
    grid-template-columns: 1fr;
  }

  .products-hero__copy {
    min-height: 0;
    padding: 34px 0 24px;
  }

  .products-hero h1 {
    font-size: 38px;
  }

  .products-hero p {
    font-size: 16px;
  }

  .products-hero-badge {
    min-height: 64px;
  }

  .products-hero__badges,
  .products-sidebar,
  .products-category-panel ul,
  .products-featured-grid,
  .products-category-grid,
  .products-advantages__inner {
    grid-template-columns: 1fr;
  }

  .products-hero__media {
    display: none;
  }

  .products-main {
    padding-top: 12px;
  }

  .products-card__image,
  .products-category__image {
    height: 190px;
  }

  .products-advantages__inner {
    padding: 22px;
  }
}
