/* Bright, commercial hero artwork for Enterprise and Search / AI visibility. */
.product-hero-enterprise.hero-showcase,
.page-hero-geo.hero-showcase {
  max-width: 1504px;
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.45fr);
  gap: clamp(28px, 4vw, 64px);
  padding: 64px 40px 76px;
  align-items: center;
}
.hero-showcase h1 {
  font-size: clamp(34px, 3.25vw, 48px);
  line-height: 1.32;
  text-wrap: balance;
}
.hero-showcase .product-hero-lead,
.hero-showcase .page-hero-copy > p:not(.eyebrow) {
  max-width: 510px;
  color: var(--gray-700);
  font-size: 17px;
  line-height: 1.85;
}
.hero-showcase .hero-artwork {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--ocean-200);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 48px rgba(37, 111, 168, .12);
}
.hero-artwork img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}
.support-visual {
  width: 100%;
  max-width: 1080px;
  margin: 36px auto 44px;
  overflow: hidden;
  border: 1px solid var(--ocean-200);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 14px 36px rgba(37, 111, 168, .08);
}
.support-visual img { display: block; width: 100%; height: auto; }
.support-visual figcaption { padding: 14px 22px; color: var(--ocean-800); font-size: 13px; border-top: 1px solid var(--ocean-200); }
.measurement-section > .support-visual { grid-column: 1 / -1; margin-block: 16px 0; max-width: 1080px; }
.support-visual.enterprise-dashboard .dashboard-body { min-height: 360px; }
@media (max-width: 900px) {
  .product-hero-enterprise.hero-showcase, .page-hero-geo.hero-showcase {
    grid-template-columns: 1fr;
    padding: 48px 24px 60px;
    gap: 30px;
  }
  .hero-showcase .hero-artwork, .hero-showcase .page-hero-copy { grid-column: 1; grid-row: auto; }
  .hero-showcase h1 { font-size: 40px; max-width: 720px; }
  .hero-showcase .product-hero-lead, .hero-showcase .page-hero-copy > p:not(.eyebrow) { max-width: 760px; }
}
@media (max-width: 620px) {
  .product-hero-enterprise.hero-showcase, .page-hero-geo.hero-showcase { padding: 36px 16px 48px; gap: 24px; }
  .hero-showcase h1 { font-size: 32px; }
  .hero-showcase .product-hero-lead, .hero-showcase .page-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-showcase .hero-artwork { border-radius: 12px; }
  .support-visual { margin-block: 28px 32px; border-radius: 12px; }
  .support-visual.enterprise-dashboard .dashboard-body { min-height: 0; }
}
