/* Texte intro SEO — bloc standalone (legacy) */
.seo-content-intro {
  max-width: 820px;
  margin: 0 auto 28px;
  padding: 18px 22px;
  background: #ffffff;
  border: 1px solid rgba(145, 138, 68, 0.22);
  border-left: 4px solid #918a44;
  border-radius: 0 8px 8px 0;
  color: #333;
  font-size: 15px;
  line-height: 1.65;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.seo-content-intro p {
  margin: 0;
}

/* Intro SEO sous l'en-tête section-produits */
.page-section-produits .page-header-seo-intro {
  width: 80%;
  max-width: 960px;
  margin: -18px auto 24px;
  padding: 20px 24px;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
  color: #333333;
  font-size: 15px;
  line-height: 1.65;
  position: relative;
  z-index: 2;
}

.page-section-produits .page-header-seo-text {
  margin: 0;
  color: #333333;
}

.page-section-produits .page-header-seo-toggle {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  padding: 7px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(229, 72, 138, 0.08);
  color: var(--couleur-dominante, #e5488a);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.page-section-produits .page-header-seo-toggle:hover,
.page-section-produits .page-header-seo-toggle:focus-visible {
  background: rgba(229, 72, 138, 0.14);
  outline: none;
}

@media (max-width: 767px) {
  .seo-content-intro {
    display: none !important;
  }

  .page-section-produits .page-header-seo-intro {
    display: none !important;
  }
}

.home-section-seo-intro {
  max-width: 720px;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.72);
}
