/* AgriForeX — styles pages SEO pré-rendues + catalogues crawlables */

.seo-prerender .seo-article {
  background: var(--c-surface, #fff);
  border-radius: 0 0 var(--c-radius, 20px) var(--c-radius, 20px);
  overflow: hidden;
  box-shadow: var(--c-shadow, 0 24px 64px -20px rgba(0, 53, 1, 0.12));
}

.seo-hero {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #e8efe4;
  overflow: hidden;
}

.seo-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-hero--coop {
  aspect-ratio: 21 / 9;
}

.seo-body {
  padding: 22px 20px 28px;
}

.seo-crumb {
  font-size: 0.78rem;
  color: var(--c-muted, #5c6860);
  margin-bottom: 12px;
}

.seo-crumb a {
  color: var(--c-primary, #63a800);
  font-weight: 700;
}

.seo-h1 {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--c-dark, #002b02);
  margin-bottom: 10px;
}

.seo-price {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--c-primary, #63a800);
  margin-bottom: 10px;
}

.seo-meta {
  font-size: 0.92rem;
  color: var(--c-muted, #5c6860);
  margin-bottom: 6px;
}

.seo-meta a {
  color: var(--c-primary, #63a800);
  font-weight: 700;
}

.seo-desc {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--c-border, rgba(0, 43, 2, 0.1));
}

.seo-desc h2 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--c-dark, #002b02);
}

.seo-desc p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #2a332c;
}

.seo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--c-border, rgba(0, 43, 2, 0.08));
  font-size: 0.95rem;
}

.seo-list a {
  color: var(--c-dark, #002b02);
  font-weight: 600;
}

.seo-list a:hover {
  color: var(--c-primary, #63a800);
}

.seo-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 800;
  border: 1.5px solid var(--c-border, rgba(0, 43, 2, 0.12));
  background: #fff;
  color: var(--c-dark, #002b02);
}

.seo-btn--primary {
  background: linear-gradient(135deg, #8fd600 0%, #63a800 45%, #3a6e00 100%);
  color: #fff;
  border-color: transparent;
}

.seo-shop-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.seo-avatar {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  object-fit: cover;
  background: #e8efe4;
  flex-shrink: 0;
}

/* Catalogues injectés dans marche / cooperatives */
.seo-catalog {
  margin: 20px 0 8px;
  padding: 18px 16px;
  background: #f7faf5;
  border: 1px solid rgba(0, 53, 1, 0.08);
  border-radius: 16px;
}

.seo-catalog__title {
  font-size: 1.05rem;
  font-weight: 900;
  color: #002b02;
  margin: 0 0 12px;
}

.seo-catalog__list {
  margin: 0;
  padding: 0 0 0 1.1rem;
  columns: 1;
  gap: 24px;
}

@media (min-width: 720px) {
  .seo-catalog__list {
    columns: 2;
  }
}

.seo-catalog__list li {
  margin-bottom: 8px;
  break-inside: avoid;
  font-size: 0.9rem;
  line-height: 1.4;
}

.seo-catalog__list a {
  color: #2f7a05;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
