/* Pages éditoriales SEO (vague 2, 2026-09-27) : reconversion, guides, comparatifs.
   Classes génériques partagées par ces pages ; tokens du site (styles.min.css). */
.page-hero{padding:4.5rem 0 3rem;background:var(--bg-surface);border-bottom:1px solid var(--border);}
.page-hero .container{max-width:860px;}
.page-hero h1{font-size:clamp(1.7rem,3.4vw,2.5rem);line-height:1.15;margin:0 0 1rem;color:var(--text-1);letter-spacing:-.01em;}
.page-hero .lede{font-size:1.08rem;line-height:1.65;color:var(--text-2);margin:0 0 1.5rem;max-width:68ch;}
.page-hero .hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;}
.page-hero .eyebrow{display:inline-block;font-family:'JetBrains Mono',monospace;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--amber-text,#f59e0b);margin-bottom:.9rem;}
.section{padding:3rem 0;}
.section .container{max-width:860px;}
.section h2{font-size:1.45rem;margin:0 0 .9rem;color:var(--text-1);line-height:1.25;}
.section h3{font-size:1.1rem;margin:1.6rem 0 .5rem;color:var(--text-1);}
.section p{line-height:1.7;color:var(--text-2);margin:0 0 1rem;}
.section ul,.section ol{color:var(--text-2);line-height:1.65;margin:0 0 1rem;padding-left:1.3rem;}
.section li{margin-bottom:.4rem;}
.section strong{color:var(--text-1);}
.section a{color:var(--amber-text,#f59e0b);}
.section+.section{border-top:1px solid var(--border);}
.section.alt{background:var(--bg-surface);}
.direct-answer{background:var(--bg-surface);border-left:3px solid var(--amber-text,#f59e0b);padding:.9rem 1.1rem;border-radius:0 8px 8px 0;margin:0 0 1.2rem;}
.direct-answer p{margin:0;color:var(--text-1);}
.toc{margin:1.8rem 0 0;padding:1rem 1.2rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:10px;}
.toc-title{font-family:'JetBrains Mono',monospace;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3,var(--text-2));margin:0 0 .5rem;display:block;}
.toc ol{margin:0;padding-left:1.2rem;columns:2;column-gap:2rem;line-height:1.7;}
.toc a{color:var(--text-1);text-decoration:none;}
.toc a:hover{color:var(--amber-text,#f59e0b);}
.tbl{overflow-x:auto;border:1px solid var(--border);border-radius:10px;margin:1rem 0 1.4rem;}
.tbl table{width:100%;border-collapse:collapse;font-size:.92rem;}
.tbl th,.tbl td{text-align:left;padding:.65rem .8rem;border-bottom:1px solid var(--border);vertical-align:top;color:var(--text-2);}
.tbl th{background:var(--bg-surface);color:var(--text-1);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;}
.tbl tr:last-child td{border-bottom:0;}
.faq-item{border-bottom:1px solid var(--border);padding:1rem 0;}
.faq-item:first-of-type{border-top:1px solid var(--border);}
.faq-item summary{cursor:pointer;font-weight:700;color:var(--text-1);font-size:1rem;list-style:none;display:flex;justify-content:space-between;gap:1rem;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:"+";color:var(--amber-text,#f59e0b);font-weight:700;flex-shrink:0;}
.faq-item[open] summary::after{content:"\2212";}
.faq-item p{margin:.7rem 0 0;}
.section pre{background:var(--bg-base);border:1px solid var(--border);border-radius:8px;padding:1rem;overflow-x:auto;font-size:.85rem;line-height:1.5;margin:0 0 1.2rem;}
.section code{font-family:'JetBrains Mono',monospace;font-size:.88em;}
.cta-final{background:var(--bg-surface);border-top:1px solid var(--border);padding:3rem 0;text-align:center;}
.cta-final h2{font-size:1.5rem;margin:0 0 .6rem;color:var(--text-1);}
.cta-final p{color:var(--text-2);max-width:60ch;margin:0 auto 1.4rem;line-height:1.65;}
.cta-final .hero-actions{justify-content:center;display:flex;flex-wrap:wrap;gap:.75rem;}
.steps{counter-reset:step;list-style:none;padding:0;margin:0 0 1.2rem;}
.steps li{counter-increment:step;position:relative;padding-left:2.6rem;margin-bottom:.9rem;}
.steps li::before{content:counter(step);position:absolute;left:0;top:0;width:1.9rem;height:1.9rem;border-radius:50%;background:var(--amber-text,#f59e0b);color:#000;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:.85rem;}
.source-note{font-size:.82rem;color:var(--text-3,var(--text-2));}
@media(max-width:768px){.toc ol{columns:1;}.page-hero{padding:3rem 0 2.2rem;}.section{padding:2.2rem 0;}}
/* Alias utilisés par certains fragments (vague 2) */
.page-hero .hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;}
.page-hero .hero-cta .btn,.page-hero .hero-actions .btn{margin:0;}
.tbl th.hl,.tbl td.hl,.section table th.hl{background:rgba(245,158,11,.14);color:var(--text-1);}
.section .table-scroll{overflow-x:auto;border:1px solid var(--border);border-radius:10px;margin:1rem 0 1.4rem;}
.section .table-scroll table{width:100%;border-collapse:collapse;font-size:.92rem;}
.section .table-scroll th,.section .table-scroll td{text-align:left;padding:.65rem .8rem;border-bottom:1px solid var(--border);vertical-align:top;color:var(--text-2);}
.section .table-scroll th{background:var(--bg-surface);color:var(--text-1);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;}
.section .cta-section,.cta-section.section-padding{background:var(--bg-surface);border-top:1px solid var(--border);padding:3rem 0;text-align:center;}
.cta-section h2{font-size:1.5rem;margin:0 0 .6rem;color:var(--text-1);}
.cta-section p{color:var(--text-2);max-width:60ch;margin:0 auto 1.4rem;line-height:1.65;}
.cta-section .btn{margin:.3rem;}
