/* SEO-friendly reading + strong mobile/tablet layout */
.product-hero__title {
  word-break: break-word;
  hyphens: auto;
}

.product-hero__cta {
  flex-direction: column;
  align-items: stretch;
}

@media (min-width: 576px) {
  .product-hero__cta {
    flex-direction: row;
    align-items: center;
  }
}

.product-hero__btn {
  min-height: 48px;
  text-align: center;
}

.product-rich {
  max-width: 48rem;
  margin-inline: auto;
}

.product-rich h2 {
  font-size: clamp(1.15rem, 2.8vw, 1.35rem);
  font-weight: 800;
  margin-top: 1.75rem;
  margin-bottom: 0.65rem;
  line-height: 1.35;
}

.product-rich p,
.product-rich li {
  font-size: 1.02rem;
  line-height: 1.85;
  color: rgba(15, 18, 34, 0.88);
}

.product-rich ul {
  padding-right: 1.25rem;
}

.product-section--rich {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .product-section--rich {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

/* Blog: inline images + readable measure */
.home-v3.page-blog-post .post-body {
  font-size: clamp(1rem, 2.4vw, 1.06rem);
  line-height: 1.9;
  max-width: 100%;
}

.home-v3.page-blog-post .post-body h2 {
  font-size: clamp(1.2rem, 3vw, 1.45rem);
  margin-top: 2rem;
  line-height: 1.35;
}

.post-inline-figure {
  margin: 1.5rem 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(13, 18, 89, 0.1);
  box-shadow: 0 12px 36px rgba(30, 41, 156, 0.1);
  background: #fff;
}

.post-inline-figure img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.post-inline-figure figcaption {
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
  color: rgba(15, 18, 34, 0.65);
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .container--narrow {
    max-width: 40rem;
  }
}
