.asta-home-lead-emphasis {
  max-width: 1100px !important;
  font-size: clamp(20px, 2.15vw, 32px) !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
}

.asta-product-grid--1 {
  grid-template-columns: minmax(0, 1fr) !important;
}

.asta-product-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(13, 122, 62, .16);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(18, 68, 48, .08);
}

.asta-product-variants-table {
  width: 100%;
  border-collapse: collapse;
  color: #173d30;
}

.asta-product-variants-table th,
.asta-product-variants-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(13, 122, 62, .12);
  text-align: left;
  vertical-align: top;
}

.asta-product-variants-table th {
  background: #eaf7ef;
  color: #0d6739;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.asta-product-variants-table tbody tr:last-child td {
  border-bottom: 0;
}

.asta-service-request-form {
  margin-top: 28px;
}

@media (max-width: 760px) {
  .asta-product-variants-table th,
  .asta-product-variants-table td {
    min-width: 170px;
    padding: 14px;
  }
}

/* Блог: если удалена именно AI-иллюстрация, сетка должна схлопнуться без пустой колонки. */
.asta-single-news-hero-grid.asta-blog-without-ai-image {
  grid-template-columns: minmax(0, 1fr) !important;
}

.asta-single-news-hero-grid.asta-blog-without-ai-image .asta-single-news-hero-copy {
  max-width: 920px;
}

.asta-single-news-cta.asta-blog-without-ai-image {
  grid-template-columns: minmax(0, 1fr) !important;
}

@media (max-width: 760px) {
  .asta-single-news-hero-grid.asta-blog-without-ai-image .asta-single-news-hero-copy {
    max-width: none;
  }
}
