.buyer-decision-section,
.buyer-workflow {
  max-width: 1200px;
  margin: 28px auto 0;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid #dfe5ea;
  border-radius: 18px;
  background: #fff;
  color: #26323d;
  box-shadow: 0 12px 32px rgba(21, 35, 48, 0.06);
}

.buyer-decision-section > h2,
.buyer-workflow > h2 {
  margin: 5px 0 10px;
  color: #152638;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.buyer-decision-section > p,
.buyer-workflow > p {
  max-width: 900px;
  line-height: 1.7;
}

.buyer-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.buyer-decision-grid article {
  padding: 18px;
  border: 1px solid #e5eaee;
  border-radius: 14px;
  background: #f8fafb;
}

.buyer-decision-grid h3 {
  margin: 0 0 8px;
  color: #17304a;
  font-size: 1rem;
}

.buyer-decision-grid p,
.buyer-workflow li {
  margin: 0;
  color: #4c5a67;
  line-height: 1.62;
}

.buyer-workflow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
  counter-reset: sourcing-step;
}

.buyer-workflow li {
  padding: 16px;
  border-left: 4px solid #c62f35;
  border-radius: 8px;
  background: #f8fafb;
}

.buyer-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

/* Category search-intent links stay useful to buyers without overpowering the
   product introduction. They are visible, descriptive internal links rather
   than a hidden keyword block. */
.seo-category-hero .seo-intent-note {
  margin-top: -4px;
  color: #637083;
  font-size: .92rem;
  line-height: 1.5;
}

/* Eighth-round category query coverage remains visible and compact so it
   reads as buyer guidance rather than a keyword block. */
.seo-category-hero .seo-query-expansion {
  margin-top: 12px;
  color: #526173;
  font-size: .88rem;
  line-height: 1.55;
}

.seo-category-hero .seo-query-expansion strong {
  color: #163755;
}

/* Keep the category hero image editorial and immediately visible. The source
   photos are square supplier assets with white letterboxing; a 4:3 frame
   crops that dead space while preserving the product scene and reducing the
   oversized hero height on furniture and packaging pages. */
.seo-category-hero {
  align-items: start;
}

.seo-category-hero > img {
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  object-fit: cover !important;
}

.seo-category-hero .seo-intent-note a {
  color: #163755;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 900px) {
  .buyer-decision-grid,
  .buyer-workflow ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-category-hero > img {
    aspect-ratio: 4 / 3 !important;
  }
}

@media (max-width: 560px) {
  .buyer-decision-grid,
  .buyer-workflow ol {
    grid-template-columns: 1fr;
  }
}
