/* ================================================================
   SHOP-ELEC — se-brands-directory.css
   Styles pour la page /brands (annuaire des 201 marques)
   Cible : .brand-intro et .brand-seo-content (template brands.tpl)
   La grille .list-brands est stylée séparément par brand.tpl
   ================================================================ */

/* ── Intro sous le H1 ── */
.brand-intro {
  background: #fafafa;
  border-left: 4px solid #d4001a;
  border-radius: 0 4px 4px 0;
  padding: 16px 20px;
  margin: 0 0 32px 0;
}
.brand-intro p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #374151;
}

/* ── Bloc SEO/FAQ en bas de page ── */
.brand-seo-content {
  margin-top: 48px;
  padding: 32px 28px;
  background: #ffffff;
  border: 1px solid #e4e8ec;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  overflow: hidden;
}
.brand-seo-content::before {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(to right, #d4001a, #3C5C9D);
  margin: -32px -28px 28px -28px;
}

.brand-seo-content h2 {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a2335;
  border-left: 4px solid #d4001a;
  padding-left: 14px;
  margin: 28px 0 12px 0;
  line-height: 1.3;
}
.brand-seo-content h2:first-of-type { margin-top: 0; }

.brand-seo-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #3C5C9D;
  margin: 22px 0 8px 0;
  padding-left: 10px;
  border-left: 3px solid #3C5C9D;
  line-height: 1.4;
}

.brand-seo-content p {
  margin: 0 0 12px 0;
  font-size: 0.92rem;
  color: #374151;
  line-height: 1.75;
}

.brand-seo-content strong {
  color: #1a2335;
  font-weight: 700;
}

.brand-seo-content ul {
  padding-left: 0;
  list-style: none;
  margin: 8px 0 16px 0;
}
.brand-seo-content ul li {
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.92rem;
  color: #374151;
  line-height: 1.65;
}
.brand-seo-content ul li:last-child { border-bottom: none; }

.brand-seo-content a {
  color: #3C5C9D;
  text-decoration: underline;
  font-weight: 500;
}
.brand-seo-content a:hover { color: #d4001a; }

/* JSON-LD FAQPage : présent pour Googlebot, invisible à l'écran */
.brand-seo-content script { display: none; }

/* ── Responsive mobile ── */
@media (max-width: 767px) {
  .brand-intro { padding: 14px 16px; margin-bottom: 24px; }
  .brand-seo-content { padding: 20px 16px; margin-top: 32px; }
  .brand-seo-content::before { margin: -20px -16px 20px -16px; }
}
