.product-page .section {
  padding: 120px 0;
}

.product-page #software,
.product-page #aicontrol,
.product-page #lf,
.product-page #aitargetolog,
.product-page #faq {
  scroll-margin-top: 110px;
}

.product-page .price-products {
  padding-top: 54px;
  padding-bottom: 54px;
}

.price-products__intro {
  max-width: 900px;
}

.product-page__section-head {
  max-width: 880px;
}

.product-suite__label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 120, 255, 0.1);
  color: #1078ff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.price-products__intro .section-title {
  max-width: 900px;
}

.price-products__intro .section-text {
  max-width: 760px;
}

.price-products__tile,
.product-suite__shell,
.product-info-card,
.conversion-flow,
.product-suite__loop {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(18px);
}

.price-products__map {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-products__tile {
  position: relative;
  min-height: 280px;
  padding: 28px;
  border-radius: 34px;
  overflow: hidden;
  color: #0f172a;
}

.price-products__tile::after {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  right: -92px;
  bottom: -108px;
  border-radius: 999px;
  background: var(--tile-glow, rgba(16, 120, 255, 0.14));
  filter: blur(2px);
}

.price-products__tile--control {
  --tile-glow: rgba(16, 120, 255, 0.18);
}

.price-products__tile--forms {
  --tile-glow: rgba(52, 199, 89, 0.16);
}

.price-products__tile--audit {
  --tile-glow: rgba(15, 23, 42, 0.12);
}

.price-products__tile > * {
  position: relative;
  z-index: 1;
}

.product-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #fff;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 18px 34px rgba(15, 23, 42, 0.14);
}

.product-icon .icon {
  width: 28px;
  height: 28px;
}

.product-icon--control {
  background: linear-gradient(145deg, #0f7cff, #72b7ff);
}

.product-icon--forms {
  background: linear-gradient(145deg, #15b87a, #8be8b4);
}

.product-icon--audit {
  background: linear-gradient(145deg, #111827, #64748b);
}

.price-products__tile-kicker {
  display: block;
  margin-top: 26px;
  color: #1078ff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.price-products__tile strong {
  display: block;
  margin-top: 12px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 500;
}

.price-products__tile > span:last-child {
  display: block;
  margin-top: 14px;
  color: #475569;
  line-height: 1.35;
  letter-spacing: -0.3px;
}

.product-page .product-suite {
  --suite-accent: #1078ff;
  padding: 24px 0;
}

.product-suite--forms {
  --suite-accent: #16a34a;
  margin-top: 170px;
}

.product-suite--audit {
  --suite-accent: #0f172a;
}

.product-suite__shell {
  position: relative;
  padding: clamp(28px, 4vw, 54px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
  border-radius: 44px;
  overflow: visible;
}

.product-suite__shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(560px 360px at 88% 14%, var(--suite-accent-soft), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.88));
  pointer-events: none;
}

.product-suite__shell > * {
  position: relative;
  z-index: 1;
}

.product-suite__label {
  background: rgb(245 247 251);
  color: var(--suite-accent);
}

.product-suite__title {
  margin-top: 20px;
  max-width: 760px;
  color: #0f172a;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.075em;
  font-weight: 400;
}

.product-suite__lead {
  margin-top: 22px;
  max-width: 620px;
  color: #475569;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.34;
  letter-spacing: -0.025em;
}

.product-suite__price {
  margin-top: 30px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.product-suite__price strong {
  color: #0f172a;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.9;
  letter-spacing: -0.075em;
  font-weight: 100;
}

.product-suite__price span {
  color: #64748b;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.8px;
}

.product-suite__chips {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-suite__chips span {
  min-height: 34px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
  color: #334155;
  font-size: 13px;
  line-height: 1;
  font-weight: 100;
  opacity: 0.7;
}

.product-suite__actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.product-suite__visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-suite__media-slot {
  width: min(100%, 620px);
  aspect-ratio: 16 / 10;
}

.product-suite--control .product-suite__shell {
  grid-template-columns: 1fr;
  text-align: center;
}

.product-suite--control .product-suite__content {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-suite--control .product-suite__media-slot {
  margin-top: 26px;
  width: min(100%, 1040px);
  aspect-ratio: 1551 / 513;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}

.product-suite--control .product-suite__media-slot img {
  width: 80%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product-suite--control .product-suite__title {
  margin: 30px auto 0;
  max-width: 900px;
}

.product-suite--control .product-suite__lead {
  margin-right: auto;
  margin-left: auto;
}

.product-suite--control .product-suite__price,
.product-suite--control .product-suite__chips,
.product-suite--control .product-suite__actions {
  justify-content: center;
}

.audit-board {
  position: relative;
  width: min(100%, 560px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.13);
  backdrop-filter: blur(20px);
}

.audit-board__grid span {
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(248, 250, 252, 0.92);
}

.product-suite__loop,
.conversion-flow,
.product-suite__cards {
  margin-top: 18px;
}

.product-suite__loop {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  border-radius: 32px;
}

.product-flow__step {
  position: relative;
  padding: 20px;
  border-radius: 24px;
  background: rgb(245 247 251);
}

.product-flow__step span {
  color: var(--suite-accent);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.product-flow__step strong,
.conversion-flow__step strong,
.product-info-card h4 {
  display: block;
  margin-top: 12px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.product-flow__step p,
.conversion-flow__step p,
.product-info-card p {
  margin-top: 10px;
  color: #64748b;
  line-height: 1.3;
  font-size: 15px;
  letter-spacing: -0.3px;
}

.product-suite__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-suite__cards--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-info-card {
  padding: 26px;
  border-radius: 30px;
  text-align: center;
}

.product-info-card__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-info-card__icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.product-suite__visual--home-phone {
  min-height: 620px;
  align-self: start;
  margin-top: -190px;
  margin-bottom: -72px;
}

.price-home-phone {
  width: min(100%, 430px);
  min-height: 620px;
}

.price-home-phone .hero-phone {
  width: min(100%, 342px);
}

.price-home-phone .hero-phone__inner {
  display: flex;
  flex-direction: column;
}

.price-home-phone .hero-phone__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.price-home-phone .hero-phone__card--lead {
  padding-bottom: 15px;
}

.price-home-phone .hero-phone__question {
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.price-home-phone .hero-phone__question .hero-phone__title {
  margin-top: 0;
}

.price-home-phone .hero-phone__question .hero-phone__desc {
  margin-top: 7px;
}

.price-home-phone .hero-phone__choices--compact {
  margin-top: 10px;
  grid-template-columns: 1fr;
  gap: 7px;
}

.price-home-phone .hero-phone__choices--compact .hero-phone__choice {
  min-height: 20px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.price-home-phone .hero-phone__card--messengers {
  margin-top: auto;
}

.brand-stub {
  min-width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 14px 26px rgba(15, 23, 42, 0.12);
}

.brand-stub--ad { background: linear-gradient(145deg, #ff7a18, #ffc46a); }
.brand-stub--lf { background: linear-gradient(145deg, #16a34a, #9ae6b4); }
.brand-stub--crm { background: linear-gradient(145deg, #7c3aed, #c4b5fd); }
.brand-stub--metrika { background: linear-gradient(145deg, #ef4444, #fbbf24); }

.conversion-flow {
  position: relative;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr) 58px minmax(0, 1fr) 58px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  border-radius: 34px;
  overflow: hidden;
}

.conversion-flow__step {
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 26px;
  background: rgb(245 247 251);
  text-align: center;
}

.conversion-flow__connector {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1078ff;
}

.conversion-flow__connector--two {
  color: #16a34a;
}

.conversion-flow__connector--three {
  color: #7c3aed;
}

.conversion-flow__connector svg {
  width: 72px;
  height: 24px;
  overflow: visible;
}

.conversion-flow__connector path {
  fill: none;
  stroke: #a0a0a0;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.conversion-flow__connector path:first-child {
  opacity: 1;
}

.conversion-flow__step .brand-stub {
  margin-bottom: 8px;
}

.audit-board {
  padding: 26px;
}

.audit-board__head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.audit-board__head strong {
  display: block;
  color: #0f172a;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.audit-board__head p {
  margin-top: 6px;
  color: #64748b;
}

.audit-board__grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.audit-board__grid span {
  min-height: 58px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  border-radius: 18px;
  color: #0f172a;
  font-weight: 600;
}

@media (max-width: 1180px) {
  .product-suite--forms {
    margin-top: 140px;
  }

  .price-products__map,
  .product-suite__loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .conversion-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .conversion-flow__connector {
    height: 52px;
  }

  .conversion-flow__connector svg {
    transform: rotate(90deg);
  }

  .product-suite__shell {
    grid-template-columns: 1fr;
  }

  .product-suite__visual {
    min-height: 460px;
  }
}

@media (max-width: 767px) {
  .product-suite--forms {
    margin-top: 96px;
  }

  .product-page .price-products,
  .product-page .product-suite {
    padding: 42px 0;
  }

  .price-products__map,
  .product-suite__loop,
  .conversion-flow,
  .product-suite__cards,
  .product-suite__cards--compact {
    grid-template-columns: 1fr;
  }

  .price-products__tile,
  .product-suite__shell,
  .conversion-flow,
  .product-suite__loop,
  .product-info-card {
    border-radius: 28px;
  }

  .price-products__tile {
    min-height: 0;
    padding: 24px;
  }

  .product-suite__shell {
    padding: 24px;
  }

  .product-suite--control .product-suite__media-slot {
    margin-top: 22px;
    min-height: 0;
    border-radius: 0;
  }

  .product-suite--control .product-suite__media-slot img {
    width: 100%;
    height: 100%;
  }

  .product-suite__title {
    font-size: clamp(38px, 10vw, 54px);
  }

  .product-suite__actions {
    display: grid;
  }

  .product-suite__actions .btn {
    width: 100%;
  }

  .product-suite__visual {
    min-height: 390px;
  }

  .product-suite__visual--home-phone {
    min-height: 540px;
    margin-top: -120px;
    margin-bottom: -48px;
  }

  .price-home-phone {
    min-height: 540px;
  }

  .conversion-flow {
    gap: 0;
    padding: 20px;
  }
}

@media (max-width: 560px) {
  .product-suite--forms {
    margin-top: 72px;
  }

  .product-info-card,
  .conversion-flow__step,
  .product-flow__step {
    padding: 20px;
  }

  .product-icon {
    width: 52px;
    height: 52px;
  }

  .product-suite__visual {
    min-height: 340px;
  }

  .product-suite__visual--home-phone,
  .price-home-phone {
    min-height: 500px;
  }

  .product-suite__visual--home-phone {
    margin-top: -72px;
    margin-bottom: -28px;
  }

  .price-home-phone .hero-phone {
    width: min(100%, 300px);
  }

  .audit-board__grid {
    grid-template-columns: 1fr;
  }
}
