/* =========================================================
   PRODUCTS PAGE — MINIMAL ADDITIONS
   Reuses existing JupitoSecure design system
   ========================================================= */

.product-section {
  scroll-margin-top: 90px;
}

.product-section .section-heading {
  margin-bottom: 34px;
}

.product-section .why-card,
.product-section .platform-card {
  height: 100%;
}

.product-section .why-card .text-link,
.product-section .platform-card .text-link {
  display: inline-block;
  margin-top: 18px;
}

.product-section .card-meta {
  margin-top: 14px;
}

#products .catalog-grid,
#products .platform-grid {
  align-items: stretch;
}

#products .catalog-grid > *,
#products .platform-grid > * {
  min-width: 0;
}

#products .fabric {
  margin-top: 34px;
}

#products .fabric .execution-flow {
  margin-top: 20px;
}

#products .hero-points {
  flex-wrap: wrap;
}

#products .hero-points span {
  white-space: nowrap;
}

@media (max-width: 860px) {
  .product-section .section-heading {
    margin-bottom: 26px;
  }
}

@media (max-width: 600px) {
  .product-section .card-meta {
    line-height: 1.5;
  }

  #products .hero-points span {
    white-space: normal;
  }
}