/* ===== Composants d'articles spéciaux (comparatif / top-outils / review) ===== */

/* Image de couverture */
.prose .art-cover{max-width:100%;margin:6px 0 22px}
.prose .art-cover img{width:100%;display:block;border:1px solid var(--line);border-radius:16px;box-shadow:0 16px 40px rgba(20,40,80,.1)}

/* Captures pleine largeur avec légende */
.prose figure.ph-img{margin:22px 0;text-align:center}
.prose figure.ph-img img{max-width:100%;height:auto;display:inline-block;border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 34px rgba(20,40,80,.09)}
.prose figure.ph-img figcaption{margin-top:9px;font-size:13px;color:var(--muted);text-align:center;font-style:italic}

/* Sous-en-tête outil (logo + nom + tag) */
.prose .toolhead{display:flex;align-items:center;gap:11px;margin:28px 0 12px}
.prose .toolhead .lg{width:34px;height:34px;border-radius:9px;color:#fff;font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;flex:none}
.prose .toolhead.sr .lg{background:linear-gradient(135deg,#3a67ad,var(--navy))}
.prose .toolhead.se .lg{background:linear-gradient(135deg,#e0793b,#cf5526)}
.prose .toolhead h3{margin:0;font-size:19px;color:var(--ink)}
.prose .toolhead .tag{font-family:'Space Mono',monospace;font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);background:var(--soft);border:1px solid var(--line);padding:3px 9px;border-radius:999px}

/* Versus hero (2 outils face à face) */
.prose .versus{display:grid;grid-template-columns:1fr 60px 1fr;gap:16px;align-items:stretch;margin:26px 0 8px}
.prose .vcard{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px 24px;text-align:center;position:relative;box-shadow:0 10px 30px rgba(20,40,80,.06);display:flex;flex-direction:column;align-items:center}
.prose .vcard .logo{width:60px;height:60px;border-radius:16px;background:linear-gradient(135deg,#3a67ad,var(--navy));color:#fff;font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:26px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.prose .vcard.b .logo{background:linear-gradient(135deg,#e0793b,#cf5526)}
.prose .vcard h3{font-size:22px;margin:0 0 4px}
.prose .vcard .tl{color:var(--slate);font-size:13.5px;margin:0 0 16px;min-height:38px}
.prose .vcard .btn{width:100%}
.prose .vs{display:flex;align-items:center;justify-content:center}
.prose .vs span{width:52px;height:52px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:0 8px 20px rgba(20,40,80,.08);font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:18px;color:var(--slate);display:flex;align-items:center;justify-content:center}
@media(max-width:640px){.prose .versus{grid-template-columns:1fr;gap:12px}.prose .vs span{margin:0 auto}}

/* Verdict express */
.prose .verdict{background:var(--tint);border:1px solid var(--tint-b);border-left:4px solid var(--blue);border-radius:14px;padding:22px 24px;margin:26px 0}
.prose .verdict .h{font-family:'Space Mono',monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);font-weight:700;margin-bottom:8px}
.prose .verdict p{margin:0 0 14px;font-size:16px;color:var(--ink)}
.prose .verdict .chips{display:flex;flex-wrap:wrap;gap:8px}
.prose .verdict .chips span{font-size:13px;font-weight:600;color:var(--slate);background:#fff;border:1px solid var(--tint-b);padding:7px 13px;border-radius:999px}
.prose .verdict .chips b{color:var(--blue)}

/* Bouton orange (affiliation) */
.prose .btn.orange{background:linear-gradient(135deg,var(--orange),var(--orange-d));box-shadow:0 10px 24px rgba(217,96,43,.28)}

/* Table comparative scrollable */
.prose .table-wrap{overflow-x:auto;margin:24px 0}
