/* Content pages: shared shell for blog, FAQ and editorial guides.
   Legacy legal-* selectors are kept as aliases during migration. */

.page-hero,
.legal-hero {
  padding: 104px 0 40px;
  background: var(--c-creme, #faf8f5);
  border-bottom: 1px solid var(--c-gris-clair, #f1ede6);
  position: relative;
}
.page-hero::before,
.legal-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--c-rouge, #e20612);
}
.page-hero__back,
.legal-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--c-text-muted, #6b6258);
  text-decoration: none;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-hero__back:hover,
.legal-hero__back:hover { color: var(--c-rouge, #e20612); }
.page-hero__kicker,
.legal-hero__kicker {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--c-rouge, #e20612);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-hero__kicker::before,
.legal-hero__kicker::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--c-rouge, #e20612);
  flex-shrink: 0;
}
.page-hero h1,
.legal-hero h1 {
  font-family: var(--font-display, 'Fraunces', Georgia, serif);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: var(--c-noir, #0a0a0a);
  line-height: 1.1;
  margin: 0 0 12px;
}
.page-hero__meta,
.legal-hero__meta {
  font-size: 12px;
  color: var(--c-text-muted, #6b6258);
}

.page-breadcrumb,
.legal-breadcrumb {
  background: var(--c-creme, #faf8f5);
  border-bottom: 1px solid var(--c-gris-clair, #f1ede6);
  border-top: 1px solid var(--c-gris-clair, #f1ede6);
  margin-bottom: 15px;
}
.page-breadcrumb__list,
.legal-breadcrumb__list {
  max-width: 860px;
  margin: 0;
  padding-top: 12px;
  padding-right: clamp(20px, 4vw, 40px);
  padding-bottom: 12px;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  font-size: 12px;
  color: #888;
}
.page-breadcrumb__list::-webkit-scrollbar,
.legal-breadcrumb__list::-webkit-scrollbar { display: none; }
.page-breadcrumb__item,
.legal-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.page-breadcrumb__item:not(:last-child)::after,
.legal-breadcrumb__item:not(:last-child)::after {
  content: '>';
  color: #c9c2b8;
}
.page-breadcrumb__item a,
.legal-breadcrumb__item a {
  color: #777;
  text-decoration: none;
}
.page-breadcrumb__item a:hover,
.legal-breadcrumb__item a:hover { color: var(--c-rouge, #e20612); }
.page-breadcrumb__item span,
.legal-breadcrumb__item span { color: #1a1a1a; font-weight: 600; }

.page-subnav,
.legal-nav {
  background: var(--c-creme, #faf8f5);
  border-bottom: 1px solid var(--c-gris-clair, #f1ede6);
  position: sticky;
  top: 64px;
  z-index: 10;
}
.page-subnav__inner,
.legal-nav__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.page-subnav__inner::-webkit-scrollbar,
.legal-nav__inner::-webkit-scrollbar { display: none; }
.page-subnav a,
.legal-nav a {
  display: inline-block;
  padding: 13px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.page-subnav a:hover,
.legal-nav a:hover { color: #1a1a1a; border-color: #ddd; }
.page-subnav a.active,
.legal-nav a.active { color: var(--c-rouge, #e20612); border-color: var(--c-rouge, #e20612); }

.page-body,
.legal-body {
  max-width: 860px;
  margin: 0 auto;
  padding: 56px clamp(20px, 4vw, 40px) 80px;
}
.content-section,
.legal-section {
  margin-bottom: 28px;
}
.content-section:last-child,
.legal-section:last-child { margin-bottom: 0; }
.content-section > h2,
.legal-section > h2 {
  font-family: var(--font-display, 'Fraunces', Georgia, serif);
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
}
.content-section > h3,
.legal-section > h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 24px 0 8px;
}
.content-section > p,
.legal-section > p {
  font-size: 14.5px;
  color: #444;
  line-height: 1.75;
  margin: 0 0 14px;
}
.content-section > ul,
.legal-section > ul {
  margin: 8px 0 14px 0;
  padding-left: 20px;
}
.content-section > ul li,
.legal-section > ul li {
  font-size: 14.5px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 5px;
}

.content-card {
  background: #fff;
  border: 1.5px solid #ece8df;
  border-radius: 16px;
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 10px 28px rgba(10,10,10,.04);
}

.c-summary,
.article-summary {
  background: #fff;
  border: 1.5px solid #ece8df;
  border-radius: 12px;
  padding: 18px 20px;
  margin: 24px 0 32px;
}
.article-summary__title,
.c-summary__title {
  font-weight: 800;
  margin: 0 0 10px;
  color: #0a0a0a;
}
.article-summary ol,
.c-summary ol {
  margin: 0;
  padding-left: 20px;
}
.article-summary li,
.c-summary li { margin: 6px 0; }
.article-summary a,
.c-summary a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(226,6,18,.35);
}
.article-summary a:hover,
.c-summary a:hover { color: var(--c-rouge, #e20612); }

.c-keypoints,
.article-keypoints {
  background: #fff;
  border: 1px solid rgba(10,10,10,.08);
  border-left: 4px solid var(--c-rouge, #e20612);
  border-radius: 12px;
  padding: 20px 22px;
  margin: 24px 0 28px;
  box-shadow: 0 4px 14px rgba(10,10,10,.04);
}
.c-keypoints__title,
.article-keypoints__title {
  font-weight: 800;
  color: #0a0a0a;
  margin: 0 0 12px;
  font-size: 16px;
}
.c-keypoints ul,
.article-keypoints ul {
  margin: 0;
  padding-left: 20px;
}
.c-keypoints li,
.article-keypoints li {
  margin: 8px 0;
  line-height: 1.6;
}

.c-note,
.c-alert,
.article-tip,
.article-alert {
  border-radius: 0 12px 12px 0;
  padding: 16px 18px;
  margin: 22px 0;
  font-size: 14px;
  line-height: 1.65;
}
.c-note,
.article-tip {
  background: #fdf8f0;
  border: 1.5px solid #f0dfbf;
  border-left: 4px solid #c8922a;
}
.c-note strong,
.article-tip strong { color: #9b6a0a; }
.c-alert,
.article-alert {
  background: #fff8f8;
  border: 1.5px solid #fde0e0;
  border-left: 4px solid var(--c-rouge, #e20612);
}

.c-table,
.prod-compare {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  font-size: 14px;
}
.c-table th,
.c-table td,
.prod-compare th,
.prod-compare td {
  border-bottom: 1px solid #eee;
  padding: 11px 12px;
  text-align: left;
}
.c-table th,
.prod-compare th {
  background: #1a1a1a;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.c-faq,
.article-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 22px 0 8px;
}
.c-faq__item,
.article-faq__item {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 12px;
  align-items: start;
  background: #fff;
  border: 1px solid rgba(10,10,10,.08);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 8px 22px rgba(10,10,10,.035);
}
.c-faq__item::before,
.article-faq__item::before {
  content: "?";
  position: static;
  grid-column: 1;
  grid-row: 1;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--c-rouge, #e20612);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.c-faq .c-faq__question,
.article-faq .article-faq__item h3,
.article-faq__item h3 {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--font-body, Inter, sans-serif);
  font-size: 17px;
  font-weight: 800;
  color: #0a0a0a;
  line-height: 1.35;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  letter-spacing: 0;
}
.c-faq .c-faq__answer,
.article-faq .article-faq__item p,
.article-faq__item p {
  grid-column: 2;
  font-size: 15px;
  line-height: 1.72;
  color: #3a3a3a;
  margin: 0;
  padding: 0;
}
.c-faq__answer:last-child { margin-bottom: 0; }

.c-cta,
.article-cta--devis {
  border-radius: 16px;
  padding: clamp(28px, 5vw, 44px);

}
.c-cta--article,
.article-cta--devis {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fffaf2 0%, #ffffff 55%, #fff4f4 100%);
  border: 1.5px solid #f0dfbf;
  border-left: 5px solid var(--c-rouge, #e20612);
  border-radius: 18px;
  color: #0a0a0a;
  box-shadow: 0 14px 34px rgba(10,10,10,.07);
  text-align: left;
}
.c-cta--article::before,
.article-cta--devis::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  border: 1px solid rgba(255,255,255,.75);
  pointer-events: none;
}
.c-cta--article::after,
.article-cta--devis::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(226,6,18,.07);
  pointer-events: none;
}
.c-cta--article .c-cta__content,
.article-cta--devis .article-cta__content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}
.c-cta--article .c-cta__eyebrow,
.article-cta--devis .article-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #b47a12;
}
.c-cta--article .c-cta__eyebrow::before,
.article-cta--devis .article-cta__eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}
.c-cta--article h2,
.article-cta--devis h2 {
  margin: 0 0 12px;
  color: #0a0a0a;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}
.c-cta--article p,
.article-cta--devis p {
  margin: 0 0 20px;
  color: #4d463f;
  font-size: 15px;
  line-height: 1.7;
}
.c-cta--article .c-cta__benefits,
.article-cta--devis .article-cta__benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.c-cta--article .c-cta__benefits li,
.article-cta--devis .article-cta__benefits li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(200,146,42,.10);
  border: 1px solid rgba(200,146,42,.18);
  color: #3a3127;
  font-size: 13px;
  font-weight: 700;
}
.c-cta--article .c-cta__benefits li::before,
.article-cta--devis .article-cta__benefits li::before {
  content: "✓";
  color: var(--c-rouge, #e20612);
  font-weight: 900;
}
.c-cta--article .btn,
.article-cta--devis .btn {
  width: fit-content;
  box-shadow: 0 10px 24px rgba(226,6,18,.22);
}

.c-related {
  background: #fff;
  border: 1.5px solid #ece8df;
  border-radius: 16px;
}
.c-related--articles {
  padding: clamp(24px, 4vw, 34px);
  box-shadow: 0 10px 28px rgba(10,10,10,.04);
}
.c-related__head {
  margin-bottom: 20px;
}
.c-related__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #c8922a;
}
.c-related__eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}
.c-related h2 {
  margin: 0 0 8px;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(23px, 3vw, 30px);
  line-height: 1.12;
  color: #0a0a0a;
}
.c-related__head p:last-child {
  margin: 0;
  max-width: 580px;
  color: #6b6258;
  font-size: 14.5px;
  line-height: 1.65;
}
.c-related__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin-top: 0;
}
.c-related__item {
  position: relative;
  overflow: hidden;
  padding: 18px 20px;
  background: linear-gradient(135deg, #faf8f5 0%, #fff 100%);
  border: 1.5px solid #ece8df;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  color: #0a0a0a;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.c-related__item::after {
  content: "→";
  position: absolute;
  right: 18px;
  bottom: 15px;
  color: var(--c-rouge, #e20612);
  font-weight: 900;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .18s ease, transform .18s ease;
}
.c-related__item:hover {
  border-color: rgba(226,6,18,.35);
  color: #0a0a0a;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(10,10,10,.07);
}
.c-related__item:hover::after {
  opacity: 1;
  transform: translateX(0);
}
.c-related__item span {
  display: block;
  width: fit-content;
  margin-top: 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(200,146,42,.10);
  color: #9b6a0a;
  font-size: 11px;
  font-weight: 800;
}
@media (max-width: 700px) {
  .page-hero,
  .legal-hero { padding: 80px 0 32px; }
  .page-hero h1,
  .legal-hero h1 { font-size: 28px; }
  .page-body,
  .legal-body { padding: 36px 18px 60px; }
  .content-card { padding: 22px 18px; border-radius: 12px; }
  .c-faq .c-faq__question { font-size: 19px; }
  .c-cta { padding: 28px 18px; }
}

@media (max-width: 640px) {
  .c-faq__item,
  .article-faq__item {
    grid-template-columns: 24px 1fr;
    column-gap: 10px;
    padding: 18px;
    border-radius: 12px;
  }
  .c-faq .c-faq__question,
  .article-faq .article-faq__item h3,
  .article-faq__item h3 { font-size: 16px; }
  .c-cta--article,
  .article-cta--devis {
    border-radius: 14px;
    padding: 26px 20px;
  }
  .c-cta--article .c-cta__benefits,
  .article-cta--devis .article-cta__benefits {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-cta--article .btn,
  .article-cta--devis .btn { width: 100%; }
}

/* ============================================================
   c-decision-grid — aide au choix matériel
   ============================================================ */

.c-decision-grid {
  margin: 28px 0 34px;
  padding: clamp(22px, 4vw, 30px);
  background: linear-gradient(135deg, #fffaf2 0%, #fff 58%, #fff5f5 100%);
  border: 1.5px solid #f0dfbf;
  border-radius: 16px;
}

.c-decision-grid__head {
  margin-bottom: 18px;
}

.c-decision-grid__eyebrow,
.c-mistakes__eyebrow,
.c-quote-prep__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #b47a12;
}

.c-decision-grid__eyebrow::before,
.c-mistakes__eyebrow::before,
.c-quote-prep__eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.c-decision-grid__head h2,
.c-mistakes__head h2,
.c-quote-prep h2 {
  margin: 0 0 10px;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(23px, 3vw, 30px);
  line-height: 1.12;
  color: #0a0a0a;
}

.c-decision-grid__head p,
.c-mistakes__head p,
.c-quote-prep p {
  margin: 0;
  color: #6b6258;
  font-size: 15px;
  line-height: 1.7;
}

.c-decision-grid__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.c-decision-card {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(10, 10, 10, .08);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 8px 22px rgba(10, 10, 10, .035);
}

.c-decision-card__top {
  margin-bottom: 10px;
}

.c-decision-card strong {
  display: block;
  color: #0a0a0a;
  font-size: 15px;
  line-height: 1.35;
}

.c-decision-card span {
  display: inline-flex;
  margin-top: 6px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(226, 6, 18, .08);
  color: #b00410;
  font-size: 11px;
  font-weight: 800;
}

.c-decision-card p {
  margin: 0;
  color: #4d463f;
  font-size: 14px;
  line-height: 1.65;
}


/* ============================================================
   c-mistakes — erreurs fréquentes
   ============================================================ */

.c-mistakes {
  margin: 28px 0 34px;
  padding: clamp(22px, 4vw, 30px);
  background: #fff;
  border: 1.5px solid rgba(226, 6, 18, .16);
  border-left: 5px solid #e20612;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(10, 10, 10, .04);
}

.c-mistakes__head {
  margin-bottom: 18px;
}

.c-mistakes__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.c-mistakes__list li {
  position: relative;
  padding: 14px 14px 14px 42px;
  border-radius: 12px;
  background: #faf8f5;
  border: 1px solid #f0ede8;
}

.c-mistakes__list li::before {
  content: "!";
  position: absolute;
  top: 15px;
  left: 14px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #e20612;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.c-mistakes__list strong {
  display: block;
  margin-bottom: 4px;
  color: #0a0a0a;
  font-size: 15px;
  line-height: 1.35;
}

.c-mistakes__list span {
  display: block;
  color: #5f564d;
  font-size: 14px;
  line-height: 1.6;
}


/* ============================================================
   c-quote-prep — informations à préparer pour le devis
   ============================================================ */

.c-quote-prep {
  margin: 28px 0 34px;
  padding: clamp(24px, 4vw, 34px);
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 16px 38px rgba(10, 10, 10, .16);
}

.c-quote-prep__content {
  max-width: 680px;
}

.c-quote-prep h2 {
  color: #fff;
}

.c-quote-prep p {
  color: rgba(255, 255, 255, .78);
}

.c-quote-prep__list {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
  display: grid;
  gap: 10px;
}

.c-quote-prep__list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, .88);
  font-size: 14.5px;
  line-height: 1.6;
}

.c-quote-prep__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(200, 146, 42, .20);
  color: #e0b25a;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
}

.c-quote-prep .btn {
  box-shadow: 0 10px 26px rgba(226, 6, 18, .34);
}

/* ============================================================
   Product shortcodes — version compacte éditoriale
   À placer en fin de assets/content.css, après les anciens styles produits.
   Objectif : moins massif, plus intégré au contenu article, padding corrigé.
   ============================================================ */

.c-product-card,
.c-product-mini,
.c-product-compare {
  --psc-red: var(--c-rouge, #e20612);
  --psc-gold: var(--c-or, #c8922a);
  --psc-black: #0a0a0a;
  --psc-text: #2d2925;
  --psc-muted: #6b6258;
  --psc-border: #ebe5dc;
  --psc-cream: #faf8f5;
}

/* Reset anti-collision article */
.article-body .c-product-card ul,
.article-body .c-product-mini ul,
.article-body .c-product-card li,
.article-body .c-product-mini li,
.content-section .c-product-card ul,
.content-section .c-product-mini ul,
.content-section .c-product-card li,
.content-section .c-product-mini li {
  list-style: none;
}

.article-body .c-product-card li::before,
.article-body .c-product-mini li::before,
.content-section .c-product-card li::before,
.content-section .c-product-mini li::before {
  content: none;
}

/* ============================================================
   Carte produit principale — compacte
   ============================================================ */

.c-product-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin: 24px 0 28px;
  padding: 18px 20px;
  background: #fff;
  border: 1.5px solid var(--psc-border);
  border-left: 4px solid var(--psc-red);
  border-radius: 15px;
  box-shadow: 0 8px 22px rgba(10, 10, 10, .045);
}

.c-product-card::after {
  content: none;
}

.c-product-card__media {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff5f5 0%, #fffaf2 100%);
  border: 1px solid rgba(226, 6, 18, .10);
  color: var(--psc-red);
  font-size: 22px;
  box-shadow: none;
}

.c-product-card__content {
  min-width: 0;
}

.c-product-card__eyebrow,
.c-product-mini__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 5px;
  color: #a87312;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .10em;
  line-height: 1.2;
  text-transform: uppercase;
}

.c-product-card__eyebrow::before,
.c-product-mini__eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.c-product-card h3,
.c-product-mini h3 {
  margin: 0 0 9px;
  color: var(--psc-black);
  font-family: var(--font-display, Georgia, serif);
  line-height: 1.15;
}

.c-product-card h3 {
  font-size: clamp(20px, 2.4vw, 25px);
}

.c-product-mini h3 {
  font-size: 17px;
}

.article-body .c-product-card__desc,
.content-section .c-product-card__desc,
.c-product-card__desc {
  margin: 0 0 12px;
  color: var(--psc-muted);
  font-size: 14px;
  line-height: 1.58;
}

/* Specs — petites lignes propres, padding corrigé */
.c-product-card__specs,
.c-product-mini__specs {
  display: grid;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.c-product-card__specs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-body .c-product-card__specs li,
.article-body .c-product-mini__specs li,
.content-section .c-product-card__specs li,
.content-section .c-product-mini__specs li,
.c-product-card__specs li,
.c-product-mini__specs li {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  margin: 0;
  padding: 8px 10px;
  background: var(--psc-cream);
  border: 1px solid #f0ede8;
  border-radius: 9px;
  color: var(--psc-text);
  font-size: 13px;
  line-height: 1.35;
}

.c-product-card__specs strong,
.c-product-mini__specs strong {
  display: block;
  margin: 0;
  color: var(--psc-black);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.article-body .c-product-card__price,
.content-section .c-product-card__price,
.c-product-card__price,
.c-product-mini__price {
  margin: 0 0 14px;
  color: var(--psc-text);
  font-size: 14px;
}

.c-product-card .btn,
.c-product-mini .btn {
  min-height: 0;
  padding: 11px 17px;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 6px 16px rgba(226, 6, 18, .20);
}

.article-body .c-product-card .btn,
.article-body .c-product-card a.btn,
.article-body .c-product-mini .btn,
.article-body .c-product-mini a.btn,
.content-section .c-product-card .btn,
.content-section .c-product-card a.btn,
.content-section .c-product-mini .btn,
.content-section .c-product-mini a.btn {
  color: #fff;
  text-decoration: none;
}

/* ============================================================
   Grille produit — plus légère
   ============================================================ */

.c-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 12px;
  margin: 24px 0 28px;
}

.c-product-mini {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 0;
  margin: 0;
  padding: 15px;
  background: #fff;
  border: 1.5px solid var(--psc-border);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(10, 10, 10, .04);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.c-product-mini:hover {
  transform: translateY(-1px);
  border-color: rgba(226, 6, 18, .25);
  box-shadow: 0 10px 24px rgba(10, 10, 10, .065);
}

.c-product-mini__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff5f5 0%, #fffaf2 100%);
  color: var(--psc-red);
  font-size: 18px;
}

.c-product-mini__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.c-product-mini__specs {
  margin-bottom: 12px;
}

.article-body .c-product-mini__specs li,
.content-section .c-product-mini__specs li,
.c-product-mini__specs li {
  padding: 7px 9px;
  font-size: 12.5px;
}

.c-product-mini .btn {
  width: fit-content;
  margin-top: auto;
  padding: 10px 14px;
  font-size: 12.5px;
}

/* Variante grid compacte sans boutons multiples, si ajoutée plus tard côté PHP */
.c-product-grid--compact .c-product-mini .btn {
  display: none;
}

/* ============================================================
   Comparatif produit — moins lourd
   ============================================================ */

.c-product-compare {
  margin: 24px 0 28px;
  overflow-x: auto;
  background: #fff;
  border: 1.5px solid var(--psc-border);
  border-radius: 14px;
  box-shadow: 0 7px 20px rgba(10, 10, 10, .04);
}

.c-product-compare table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 13.5px;
}

.c-product-compare th {
  background: #111;
  color: #fff;
  padding: 11px 12px;
  text-align: left;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.c-product-compare td {
  padding: 11px 12px;
  border-bottom: 1px solid #f0ede8;
  color: #333;
  vertical-align: top;
}

.c-product-compare td:first-child {
  color: var(--psc-black);
}

.c-product-compare tr:nth-child(even) td {
  background: #fdfbf8;
}

.c-product-compare tr:last-child td {
  border-bottom: 0;
}

.article-body .c-product-compare__note,
.content-section .c-product-compare__note,
.c-product-compare__note {
  margin: 0;
  padding: 10px 12px;
  border-top: 1px solid #f0ede8;
  color: var(--psc-muted);
  background: #faf8f5;
  font-size: 12px;
  line-height: 1.5;
}

.c-inline-price {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(226, 6, 18, .08);
  color: var(--c-rouge, #e20612);
  font-weight: 800;
  white-space: nowrap;
}

.c-delivery-box {
  margin: 24px 0 30px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #fffaf2 0%, #ffffff 70%);
  border: 1.5px solid #f0dfbf;
  border-left: 5px solid #c8922a;
  border-radius: 14px;
}

.c-delivery-box strong {
  display: block;
  margin-bottom: 8px;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 800;
}

.article-body .c-delivery-box p,
.content-section .c-delivery-box p,
.c-delivery-box p {
  margin: 0 0 8px;
  color: #4d463f;
  font-size: 14.5px;
  line-height: 1.65;
}

.article-body .c-delivery-box p:last-child,
.content-section .c-delivery-box p:last-child,
.c-delivery-box p:last-child {
  margin-bottom: 0;
}

.article-body .c-delivery-box__meta,
.content-section .c-delivery-box__meta,
.c-delivery-box__meta {
  color: #6b6258;
  font-size: 12.5px;
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 700px) {
  .c-product-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 17px;
  }

  .c-product-card__media {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .c-product-card__specs {
    grid-template-columns: 1fr;
  }

  .c-product-grid {
    grid-template-columns: 1fr;
  }

  .c-product-mini {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 14px;
  }

  .c-product-mini__icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .c-product-card .btn,
  .c-product-mini .btn {
    width: 100%;
  }
}


/* ============================================================
   Component hardening inside .article-body
   These selectors intentionally outrank broad blog.css rules such as
   .article-body p and .article-body ul li::before.
   ============================================================ */

.article-body .c-quote-prep,
.content-section .c-quote-prep {
  color: #fff;
}

.article-body .c-quote-prep h2,
.content-section .c-quote-prep h2 {
  color: #fff;
}

.article-body .c-quote-prep p,
.content-section .c-quote-prep p {
  color: rgba(255, 255, 255, .78);
}

.article-body .c-quote-prep__list,
.content-section .c-quote-prep__list {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
}

.article-body .c-quote-prep__list li,
.content-section .c-quote-prep__list li {
  display: block;
  position: relative;
  padding-left: 28px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 14.5px;
  line-height: 1.6;
}

.article-body .c-quote-prep__list li::before,
.content-section .c-quote-prep__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(200, 146, 42, .20);
  color: #e0b25a;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.article-body .c-mistakes__list,
.content-section .c-mistakes__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-body .c-mistakes__list li,
.content-section .c-mistakes__list li {
  display: block;
  position: relative;
  padding: 14px 14px 14px 42px;
  margin: 0;
  color: inherit;
  border-radius: 12px;
  background: #faf8f5;
  border: 1px solid #f0ede8;
}

.article-body .c-mistakes__list li::before,
.content-section .c-mistakes__list li::before {
  content: "!";
  position: absolute;
  top: 15px;
  left: 14px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #e20612;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.article-body .c-mistakes__list strong,
.content-section .c-mistakes__list strong {
  display: block;
  margin-bottom: 4px;
  color: #0a0a0a;
  font-size: 15px;
  line-height: 1.35;
}

.article-body .c-mistakes__list span,
.content-section .c-mistakes__list span {
  display: block;
  color: #5f564d;
  font-size: 14px;
  line-height: 1.6;
}

.article-body .c-decision-card p,
.content-section .c-decision-card p {
  color: #4d463f;
}

/* Bouton dans c-quote-prep — anti-conflit avec .article-body a */
.article-body .c-quote-prep .btn,
.article-body .c-quote-prep a.btn,
.c-quote-prep .btn,
.c-quote-prep a.btn {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(226, 6, 18, .34);
}

.article-body .c-quote-prep .btn:hover,
.article-body .c-quote-prep a.btn:hover,
.c-quote-prep .btn:hover,
.c-quote-prep a.btn:hover {
  color: #fff;
  text-decoration: none;
}

.article-body .c-product-card__specs,
.article-body .c-product-mini__specs,
.content-section .c-product-card__specs,
.content-section .c-product-mini__specs {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.article-body .c-product-card__specs li,
.article-body .c-product-mini__specs li,
.content-section .c-product-card__specs li,
.content-section .c-product-mini__specs li {
  display: block;
  margin: 0;
  color: #3a3127;
}

.article-body .c-product-card__specs li::before,
.article-body .c-product-mini__specs li::before,
.content-section .c-product-card__specs li::before,
.content-section .c-product-mini__specs li::before {
  content: none;
}

.article-body .c-product-card .btn,
.article-body .c-product-card a.btn,
.article-body .c-product-mini .btn,
.article-body .c-product-mini a.btn {
  color: #fff;
  text-decoration: none;
}

.c-audience {
  margin: 22px 0 30px;
  padding: 18px 20px;
  background: #fff;
  border: 1.5px solid #ece8df;
  border-radius: 14px;
}

.c-audience__title {
  margin: 0 0 10px;
  font-weight: 800;
  color: #0a0a0a;
}

.c-audience ul {
  margin: 0;
  padding-left: 20px;
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 760px) {
  .c-decision-grid__items {
    grid-template-columns: 1fr;
  }

  .c-decision-grid,
  .c-mistakes,
  .c-quote-prep {
    border-radius: 13px;
  }

  .c-mistakes__list li {
    padding-right: 12px;
  }
}
