/* ===== CONSOFINANCE — Variant C v2 ===== */
/* Design tokens from DESIGN.md */
:root{
  --ink:#1A1A2E;
  --ink-muted:#5A5A72;
  --ink-subtle:#8A8A9E;
  --canvas:#F8F7F4;
  --surface-1:#FFFFFF;
  --surface-2:#F0EEE8;
  --hairline:#E2E0DA;
  --hairline-soft:#F0EEE8;
  --primary:#1B3A5C;
  --primary-light:#2A5A8F;
  --primary-dark:#0F2440;
  --primary-soft:#E8EDF3;
  --accent:#C9952E;
  --accent-soft:#F5E6C8;
  --accent-dark:#A67A20;
  --success:#2D8F6C;
  --success-soft:#E8F5F0;
  --danger:#C44545;
  --danger-soft:#FDECEC;
  --on-primary:#FFFFFF;
  --on-dark:#FFFFFF;
  --on-dark-soft:rgba(255,255,255,0.72);
  --on-accent:#1A1A2E;
  --font-heading:'Fraunces',Georgia,'Times New Roman',serif;
  --font-body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-ui:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --max-w:1280px;
  --r-sm:4px;
  --r-md:8px;
  --r-lg:12px;
  --r-xl:16px;
  --shadow-card:0 1px 3px rgba(26,26,46,0.06),0 1px 2px rgba(26,26,46,0.04);
  --shadow-hover:0 8px 24px rgba(26,26,46,0.08),0 2px 6px rgba(26,26,46,0.04);
  --shadow-header:0 1px 3px rgba(26,26,46,0.06);
}

/* ===== RESET ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--ink);background:var(--canvas);-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:var(--primary);text-decoration:none;transition:color .15s}
a:hover{color:var(--primary-light)}
img{display:block;max-width:100%;height:auto}
.article-card-img img,.une-card-img img,.sujet-card-img img,.recent-item-img img{width:100%;height:100%;object-fit:cover}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font:inherit}
input{font:inherit}
h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;color:var(--ink)}

/* ===== HEADER ===== */
.site-header{background:var(--surface-1);border-bottom:1px solid var(--hairline);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-header)}
.header-inner{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;height:64px;gap:2rem}
.logo{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:var(--primary);letter-spacing:-0.02em;display:flex;align-items:center;gap:8px;text-decoration:none}
.logo:hover{color:var(--primary)}
.logo .logo-icon{display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;width:auto;height:auto;background:transparent;color:initial}
.logo span{color:var(--accent)}
.nav{display:flex;gap:2px;flex:1}
.nav a{padding:.35rem .85rem;font-family:var(--font-ui);font-size:13px;font-weight:600;color:var(--ink-muted);border-radius:6px;transition:all .15s;letter-spacing:.04em;text-transform:uppercase}
.nav a:hover,.nav a.active{color:var(--primary);background:var(--primary-soft)}
.header-r{display:flex;align-items:center;gap:1rem}
.header-r .search{padding:.35rem .75rem;border:1px solid var(--hairline);border-radius:6px;font-size:13px;width:160px;background:var(--canvas);transition:border-color .15s,width .2s}
.header-r .search:focus{outline:none;border-color:var(--primary);width:200px}

/* ===== HERO GRID ===== */
.hero-grid{max-width:var(--max-w);margin:0 auto;padding:1.5rem 1.5rem 0;display:grid;grid-template-columns:1.6fr 1fr;gap:1rem}
.hero-main{position:relative;border-radius:14px;overflow:hidden;background:var(--primary-dark);min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;cursor:default}
.hero-main-img{width:100%;height:100%;position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-dark) 0%,#162d4f 100%);display:flex;align-items:center;justify-content:center;font-size:4rem}
.hero-main-overlay{position:relative;z-index:2;padding:2rem 1.5rem;background:linear-gradient(transparent,rgba(0,0,0,0.7))}
.hero-main-badge{display:inline-block;padding:3px 10px;border-radius:var(--r-sm);background:var(--danger);color:#fff;font-family:var(--font-ui);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem}
.hero-main-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-0.02em;line-height:1.2;margin-bottom:.3rem}
.hero-main-desc{font-size:13px;color:rgba(255,255,255,0.7);line-height:1.5;margin-bottom:.5rem}
.hero-main-meta{font-size:11px;color:rgba(255,255,255,0.5);display:flex;gap:.75rem}
.hero-side{display:flex;flex-direction:column;gap:1rem}
.hero-side-card{position:relative;border-radius:14px;overflow:hidden;flex:1;min-height:172px;display:flex;flex-direction:column;justify-content:flex-end;cursor:default}
.hero-side-card:nth-child(1){background:linear-gradient(135deg,#1a3a5c,#0f2440)}
.hero-side-card:nth-child(2){background:linear-gradient(135deg,#2d5a3c,#1a3a2a)}
.hero-side-overlay{position:relative;z-index:2;padding:1.25rem}
.hero-side-badge{display:inline-block;padding:2px 8px;border-radius:var(--r-sm);font-family:var(--font-ui);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}
.hero-side-badge.green{background:var(--success);color:#fff}
.hero-side-badge.blue{background:var(--primary-light);color:#fff}
.hero-side-title{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:#fff;letter-spacing:-0.01em;line-height:1.25;margin-bottom:.2rem}
.hero-side-meta{font-size:11px;color:rgba(255,255,255,0.5)}

/* ===== SECTION ===== */
.section{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem}
.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}
.section-header h2{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--primary);letter-spacing:-0.02em;text-transform:uppercase}
.section-header a{font-family:var(--font-ui);font-size:12px;font-weight:600;color:var(--ink-subtle);text-transform:uppercase;letter-spacing:.06em}
.section-header a:hover{color:var(--primary)}

/* ===== À LA UNE ===== */
.une-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.une-card{background:var(--surface-1);border-radius:var(--r-lg);overflow:hidden;transition:all .25s;cursor:default;border:1px solid var(--hairline-soft)}
.une-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px);border-color:var(--accent-soft)}
.une-card-img{width:100%;height:110px;display:flex;align-items:center;justify-content:center;font-size:2rem}
.une-card-img.green{background:var(--success-soft)}
.une-card-img.blue{background:var(--primary-soft)}
.une-card-img.red{background:var(--danger-soft)}
.une-card-img.gold{background:var(--accent-soft)}
.une-card-body{padding:.85rem 1rem 1rem}
.une-card-badge{display:inline-block;padding:2px 7px;border-radius:var(--r-sm);font-family:var(--font-ui);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}
.une-card-badge.green{background:var(--success);color:#fff}
.une-card-badge.blue{background:var(--primary-light);color:#fff}
.une-card-badge.red{background:var(--danger);color:#fff}
.une-card-badge.gold{background:var(--accent-soft);color:var(--accent-dark)}
.une-card-title{font-family:var(--font-heading);font-size:.9rem;font-weight:600;color:var(--ink);line-height:1.25;margin-bottom:.25rem}
.une-card-meta{font-size:11px;color:var(--ink-subtle)}

/* ===== SUJETS D'ACTU ===== */
.sujets-tabs{display:flex;gap:.35rem;margin-bottom:1.25rem;flex-wrap:wrap}
.sujets-tab{padding:.35rem .85rem;border-radius:6px;font-family:var(--font-ui);font-size:12px;font-weight:600;color:var(--ink-muted);background:transparent;cursor:pointer;border:none;transition:all .15s}
.sujets-tab:hover{color:var(--primary);background:var(--primary-soft)}
.sujets-tab.active{color:var(--primary);background:var(--primary-soft)}
.sujets-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.sujet-card{background:var(--surface-1);border-radius:var(--r-lg);overflow:hidden;transition:all .25s;cursor:default;border:1px solid var(--hairline-soft)}
.sujet-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px);border-color:var(--accent-soft)}
.sujet-card[data-cat="aides"]{display:none}
.sujet-card[data-cat="conso"]{display:none}
.sujet-card[data-cat="credits"]{display:none}
.sujet-card[data-cat="assurances"]{display:none}
.sujet-card.show{display:block}
.sujet-card-img{width:100%;height:110px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;background:var(--surface-2)}
.sujet-card-body{padding:.75rem 1rem 1rem}
.sujet-card-cat{font-family:var(--font-ui);font-size:10px;font-weight:600;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}
.sujet-card-title{font-family:var(--font-heading);font-size:.85rem;font-weight:600;color:var(--ink);line-height:1.2;margin-bottom:.3rem}
.sujet-card-author{font-size:11px;color:var(--ink-subtle)}

/* ===== ACTUALITÉS RÉCENTES + SIDEBAR ===== */
.main-dual{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem 2rem;display:grid;grid-template-columns:1fr 320px;gap:2rem}
.recent-list{display:flex;flex-direction:column;gap:1rem}
.recent-item{display:flex;gap:1rem;align-items:flex-start;background:var(--surface-1);border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--hairline-soft);padding:.75rem;transition:all .2s;cursor:default}
.recent-item:hover{box-shadow:0 4px 12px rgba(0,0,0,0.04);border-color:var(--accent-soft)}
.recent-item-img{width:100px;height:70px;border-radius:var(--r-md);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:var(--surface-2)}
.recent-item-body{flex:1;min-width:0}
.recent-item-cat{font-family:var(--font-ui);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.recent-item-cat.green{color:var(--success)}
.recent-item-cat.red{color:var(--danger)}
.recent-item-cat.blue{color:var(--primary-light)}
.recent-item-cat.gold{color:var(--accent)}
.recent-item-title{font-family:var(--font-heading);font-size:.9rem;font-weight:600;color:var(--ink);line-height:1.25;margin:.15rem 0 .2rem}
.recent-item-meta{font-size:11px;color:var(--ink-subtle)}

/* ===== SIDEBAR ===== */
.sidebar{display:flex;flex-direction:column;gap:1rem}
.widget{background:var(--surface-1);border-radius:var(--r-lg);border:1px solid var(--hairline-soft);padding:1.25rem}
.widget-title{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--primary);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--hairline-soft);letter-spacing:-0.01em}
.pop-item{display:flex;gap:.65rem;padding:.55rem 0;border-bottom:1px solid var(--hairline-soft)}
.pop-item:last-child{border-bottom:none}
.pop-num{font-family:var(--font-ui);font-size:13px;font-weight:700;color:var(--ink-subtle);width:20px;flex-shrink:0}
.pop-text{font-size:13px;line-height:1.3;color:var(--ink)}
.widget-item{display:flex;gap:.65rem;padding:.5rem 0;border-bottom:1px solid var(--hairline-soft);align-items:center}
.widget-item:last-child{border-bottom:none}
.widget-item-icon{font-size:1.1rem;flex-shrink:0}
.widget-item-text{font-size:13px;color:var(--ink);line-height:1.3}

/* ===== NEWSLETTER ===== */
.newsletter{background:var(--primary-dark);padding:3rem 1.5rem;text-align:center;color:#fff}
.nw-inner{max-width:500px;margin:0 auto}
.nw-inner h2{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;margin-bottom:.35rem}
.nw-inner p{color:rgba(255,255,255,0.7);font-size:14px;margin-bottom:1.25rem}
.nw-form{display:flex;gap:.5rem;max-width:400px;margin:0 auto}
.nw-form input{flex:1;padding:.65rem 1rem;border-radius:var(--r-md);border:none;font-size:14px}
.nw-form button{padding:.65rem 1.25rem;border-radius:var(--r-md);background:var(--accent);color:var(--on-accent);font-family:var(--font-ui);font-size:14px;font-weight:700;border:none;cursor:pointer;transition:all .15s}
.nw-form button:hover{background:var(--accent-dark)}

/* ===== FOOTER ===== */
.footer{background:var(--primary-dark);border-top:1px solid rgba(255,255,255,0.06);padding:2.5rem 1.5rem 1.5rem}
.footer-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;color:#fff}
.footer h3{font-family:var(--font-heading);font-size:1rem;font-weight:700;margin-bottom:.75rem}
.footer p{font-size:13px;color:rgba(255,255,255,0.5);line-height:1.6}
.footer ul{list-style:none}
.footer li{margin-bottom:.35rem}
.footer a{font-size:13px;color:rgba(255,255,255,0.5);transition:color .15s}
.footer a:hover{color:var(--accent)}
.footer-btm{grid-column:1/-1;border-top:1px solid rgba(255,255,255,0.06);padding-top:1rem;margin-top:1.5rem;font-size:12px;color:rgba(255,255,255,0.3);text-align:center}

/* ===== PAGE HERO (category pages) ===== */
.page-hero{background:var(--primary-dark);padding:2.5rem 1.5rem;text-align:center;color:#fff}
.page-hero-inner{max-width:640px;margin:0 auto}
.page-hero-icon{font-size:2.5rem;margin-bottom:.75rem;display:block;line-height:1}
.page-hero h1{font-family:var(--font-heading);font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;color:#fff;letter-spacing:-0.03em;line-height:1.1;margin-bottom:.6rem}
.page-hero p{font-size:15px;color:rgba(255,255,255,0.7);line-height:1.6;max-width:480px;margin:0 auto}

/* ===== ARTICLE LIST (category pages) ===== */
.article-list{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem}
.article-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.article-card{background:var(--surface-1);border-radius:var(--r-lg);overflow:hidden;transition:all .25s;cursor:default;border:1px solid var(--hairline-soft)}
.article-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px);border-color:var(--accent-soft)}
.article-card-img{width:100%;height:140px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;background:var(--surface-2)}
.article-card-body{padding:1rem}
.article-card-badge{display:inline-block;padding:2px 7px;border-radius:var(--r-sm);font-family:var(--font-ui);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}
.article-card-badge.green{background:var(--success);color:#fff}
.article-card-badge.red{background:var(--danger);color:#fff}
.article-card-badge.blue{background:var(--primary-light);color:#fff}
.article-card-badge.gold{background:var(--accent-soft);color:var(--accent-dark)}
.article-card-title{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--ink);line-height:1.25;margin-bottom:.4rem}
.article-card-excerpt{font-size:14px;color:var(--ink-muted);line-height:1.5;margin-bottom:.5rem}
.article-card-meta{font-size:12px;color:var(--ink-subtle)}

/* ===== OUTILS CARDS ===== */
.outils-grid{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
 .outil-card{background:var(--surface-1);border-radius:var(--r-lg);overflow:hidden;transition:all .25s;cursor:default;border:1px solid var(--hairline-soft);padding:1.5rem}
.outil-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px);border-color:var(--accent-soft)}
.outil-card-icon{font-size:2rem;margin-bottom:.75rem;display:block;line-height:1}
.outil-card-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--ink);letter-spacing:-0.015em;line-height:1.25;margin-bottom:.4rem}
.outil-card-desc{font-size:13px;color:var(--ink-muted);line-height:1.5;margin-bottom:1rem}
.outil-card-link{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-ui);font-size:13px;font-weight:600;color:var(--primary)}

/* ===== COMPARATIFS TABLE ===== */
.comparatif-section{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem}
.comparatif-table{width:100%;border-collapse:collapse;background:var(--surface-1);border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--hairline-soft)}
.comparatif-table thead{background:var(--primary-dark);color:#fff}
.comparatif-table th{font-family:var(--font-ui);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.85rem 1rem;text-align:left;color:#fff}
.comparatif-table td{padding:.75rem 1rem;border-bottom:1px solid var(--hairline-soft);font-size:14px;color:var(--ink)}
.comparatif-table tr:last-child td{border-bottom:none}
.comparatif-table tr:hover td{background:var(--primary-soft)}
.comparatif-badge{display:inline-block;padding:2px 8px;border-radius:var(--r-sm);font-family:var(--font-ui);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.comparatif-badge.green{background:var(--success-soft);color:var(--success)}
.comparatif-badge.red{background:var(--danger-soft);color:var(--danger)}
.comparatif-badge.gold{background:var(--accent-soft);color:var(--accent-dark)}
.comparatif-badge.blue{background:var(--primary-soft);color:var(--primary)}

/* ===== CONTACT FORM ===== */
.contact-section{max-width:640px;margin:0 auto;padding:2rem 1.5rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-family:var(--font-ui);font-size:12px;font-weight:600;color:var(--ink-muted);margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.04em}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.65rem 1rem;border:1px solid var(--hairline);border-radius:var(--r-md);font-size:14px;background:var(--surface-1);color:var(--ink);transition:border-color .15s}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(27,58,92,0.08)}
.form-group textarea{min-height:140px;resize:vertical}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.65rem 1.5rem;border-radius:var(--r-md);font-family:var(--font-ui);font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .15s}
.btn-primary{background:var(--primary);color:var(--on-primary)}
.btn-primary:hover{background:var(--primary-light);transform:translateY(-1px);box-shadow:0 4px 12px rgba(27,58,92,0.15)}
.btn-accent{background:var(--accent);color:var(--on-accent)}
.btn-accent:hover{background:var(--accent-dark)}
.contact-success{max-width:640px;margin:2rem auto;padding:2rem 1.5rem;text-align:center;background:var(--success-soft);border:1px solid var(--success);border-radius:var(--r-lg);color:var(--success)}
.contact-success-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--success);color:#fff;font-size:24px;font-weight:700;margin-bottom:1rem}
.contact-success strong{display:block;font-family:var(--font-heading);font-size:1.4rem;margin-bottom:.5rem;color:var(--success)}
.contact-success p{margin:0;color:var(--ink-muted);font-size:14px}

/* ===== À PROPOS ===== */
.apropos-section{max-width:760px;margin:0 auto;padding:2rem 1.5rem}
.apropos-section h2{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--primary);letter-spacing:-0.02em;margin-bottom:1rem}
.apropos-section p{font-size:16px;color:var(--ink-muted);line-height:1.7;margin-bottom:1.25rem}
.apropos-section ul{list-style:none;padding:0;margin-bottom:1.5rem}
.apropos-section ul li{padding:.5rem 0;padding-left:1.5rem;position:relative;color:var(--ink-muted);line-height:1.6}
.apropos-section ul li::before{content:'';position:absolute;left:0;top:.85rem;width:6px;height:6px;border-radius:50%;background:var(--accent)}

/* ===== HAMBURGER BUTTON ===== */
.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;border-radius:6px;padding:0;cursor:pointer;transition:all .2s}
.hamburger span{display:block;width:24px;height:2.5px;background:var(--primary);border-radius:2px;transition:all .25s ease}
.hamburger:hover{background:var(--primary-soft)}
.hamburger.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

/* ===== ARTICLE SINGLE — LAYOUT & TYPOGRAPHIE ===== */
.single-article{max-width:720px;margin:0 auto;padding:2rem 1.5rem}
.single-article-inner{background:var(--surface-1);border-radius:var(--r-lg);border:1px solid var(--hairline-soft);overflow:hidden}
.single-article-header{padding:2rem 2rem 0}
.single-article-header h1{font-family:var(--font-heading);font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:var(--ink);letter-spacing:-0.02em;line-height:1.2;margin:.75rem 0 .5rem}
.single-article-meta{font-size:13px;color:var(--ink-subtle);display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}
.single-article-meta a{color:var(--ink-muted);text-decoration:none;border-bottom:1px solid transparent;transition:all .15s}
.single-article-meta a:hover{color:var(--primary);border-bottom-color:var(--primary)}
.article-author-link{font-weight:600}
.single-article-img{margin:0 2rem}
.single-article-img img{width:100%;height:auto;border-radius:var(--r-md)}
.single-article-content{padding:2rem;font-size:17px;line-height:1.8;color:var(--ink)}
.single-article-content h2{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--primary);margin:2rem 0 .75rem;letter-spacing:-0.02em}
.single-article-content h3{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--ink);margin:1.5rem 0 .5rem}
.single-article-content p{margin-bottom:1.25rem}
.single-article-content ul,.single-article-content ol{margin-bottom:1.25rem;padding-left:1.5rem}
.single-article-content li{margin-bottom:.5rem}
.single-article-content img{max-width:100%;height:auto;border-radius:var(--r-md);margin:1.5rem 0}
.single-article-content a{color:var(--primary-light);text-decoration:underline}
.single-article-content a:hover{color:var(--primary)}
.single-article-content blockquote{border-left:3px solid var(--accent);padding:.75rem 1.25rem;margin:1.5rem 0;background:var(--accent-soft);border-radius:0 var(--r-sm) var(--r-sm) 0;font-style:italic;color:var(--ink-muted)}
.single-article-tags{padding:0 2rem 1rem;display:flex;gap:.5rem;flex-wrap:wrap}
.article-tag{display:inline-block;padding:4px 10px;border-radius:var(--r-sm);background:var(--surface-2);font-size:12px;color:var(--ink-muted);font-family:var(--font-ui);text-decoration:none;transition:all .15s}
.article-tag:hover{background:var(--primary-soft);color:var(--primary);transform:translateY(-1px)}
.single-article-footer{padding:1rem 2rem 2rem}

/* ===== RESPONSIVE — TABLET (≤1024px) ===== */
@media(max-width:1024px){
  .une-grid,.sujets-grid,.article-list-grid,.outils-grid{grid-template-columns:1fr 1fr}
  .main-dual{grid-template-columns:1fr}
  .sidebar{flex-direction:row;flex-wrap:wrap}
  .sidebar .widget{flex:1 1 280px}
  .hero-grid{grid-template-columns:1fr;gap:1rem}
  .hero-main{min-height:300px}
  .hero-side{flex-direction:row}
  .hero-side-card{min-height:140px}
  .footer-inner{grid-template-columns:1fr 1fr;gap:1.5rem}
}

/* ===== RESPONSIVE — MOBILE (≤768px) ===== */
@media(max-width:768px){
  /* Header / Hamburger */
  .header-inner{height:auto;padding:.6rem 1rem;gap:.75rem;flex-wrap:nowrap}
  .hamburger{display:flex;margin-left:auto}
  .header-r{margin-left:auto}
  .header-r .search{display:none}
  .nav{
    position:fixed;top:64px;left:0;right:0;bottom:0;
    flex-direction:column;background:var(--surface-1);
    padding:1rem;gap:.25rem;z-index:99;
    transform:translateX(-100%);transition:transform .25s ease;
    overflow-y:auto;box-shadow:0 4px 12px rgba(0,0,0,0.08);
    border-top:1px solid var(--hairline)
  }
  .nav.open{transform:translateX(0)}
  .nav a{padding:.75rem 1rem;font-size:15px;border-radius:8px;width:100%;text-align:left}
  .nav a:hover,.nav a.active{background:var(--primary-soft)}
  .logo{font-size:1.2rem}
  .logo .logo-icon{font-size:1.3rem}

  /* Hero */
  .hero-grid{grid-template-columns:1fr;padding:1rem 1rem 0}
  .hero-main{min-height:240px}
  .hero-main-overlay{padding:1.5rem 1.25rem}
  .hero-main-title{font-size:1.2rem}
  .hero-main-desc{font-size:12px}
  .hero-side{flex-direction:column}
  .hero-side-card{min-height:120px}
  .hero-side-overlay{padding:1rem}
  .hero-side-title{font-size:.9rem}

  /* Sections */
  .section{padding:1.5rem 1rem}
  .section-header h2{font-size:1.1rem}
  .section-header{flex-wrap:wrap;gap:.5rem}

  /* Grids → 1 col */
  .une-grid,.sujets-grid,.article-list-grid,.outils-grid{grid-template-columns:1fr}
  .une-card-img,.sujet-card-img,.article-card-img{height:120px;font-size:2rem}

  /* Sujets tabs scrollable */
  .sujets-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:.25rem}
  .sujets-tab{white-space:nowrap}

  /* Main dual → stacked */
  .main-dual{grid-template-columns:1fr;padding:0 1rem 1.5rem;gap:1.5rem}
  .sidebar{flex-direction:column}
  .sidebar .widget{flex:1 1 auto}

  /* Recent items */
  .recent-item{padding:.6rem}
  .recent-item-img{width:70px;height:55px;font-size:1.2rem}
  .recent-item-title{font-size:.85rem}

  /* Newsletter */
  .newsletter{padding:2rem 1rem}
  .nw-inner h2{font-size:1.2rem}
  .nw-form{flex-direction:column;gap:.5rem}
  .nw-form input,.nw-form button{width:100%}

  /* Footer → 1 col */
  .footer{padding:2rem 1rem 1rem}
  .footer-inner{grid-template-columns:1fr;gap:1.5rem}
  .footer-btm{font-size:11px}

  /* Page hero */
  .page-hero{padding:2rem 1rem}
  .page-hero h1{font-size:1.5rem}
  .page-hero p{font-size:14px}
  .page-hero-icon{font-size:2rem}

  /* Article list */
  .article-list{padding:1.5rem 1rem}
  .article-card-title{font-size:.95rem}
  .article-card-excerpt{font-size:13px}

  /* Outils */
  .outils-grid{padding:1.5rem 1rem}
  .outil-card{padding:1.25rem}
  .outil-card-title{font-size:1rem}

  /* Comparatif table → scroll horizontal */
  .comparatif-section{padding:1.5rem 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .comparatif-table{font-size:13px;min-width:500px}

  /* Contact */
  .contact-section{padding:1.5rem 1rem}

  /* À propos */
  .apropos-section{padding:1.5rem 1rem}
  .apropos-section p{font-size:15px}

  /* Article single — mobile */
  .single-article{padding:1rem}
  .single-article-header{padding:1.25rem 1.25rem 0}
  .single-article-content{padding:1.25rem;font-size:16px}
  .single-article-img{margin:0 1.25rem}
  .single-article-tags{padding:0 1.25rem 1rem}
  .single-article-footer{padding:1rem 1.25rem 1.5rem}

  /* Related articles — mobile */
  .related-section{padding:0 1rem 1.5rem}
  .related-grid{grid-template-columns:1fr}
}

/* ===== RESPONSIVE — SMALL MOBILE (≤480px) ===== */
@media(max-width:480px){
  html{font-size:15px}
  .header-inner{padding:.5rem .75rem}
  .logo{font-size:1.1rem}
  .logo .logo-icon{font-size:1.2rem}
  .hamburger{width:36px;height:36px}
  .hamburger span{width:20px}

  .hero-main{min-height:200px}
  .hero-main-overlay{padding:1.25rem 1rem}
  .hero-main-title{font-size:1.05rem;line-height:1.15}
  .hero-main-desc{font-size:11px}
  .hero-side-card{min-height:100px}
  .hero-side-overlay{padding:.85rem}
  .hero-side-title{font-size:.85rem}

  .section{padding:1.25rem .75rem}
  .section-header h2{font-size:1rem}
  .une-card-body,.sujet-card-body,.article-card-body{padding:.75rem}
  .une-card-title,.sujet-card-title{font-size:.82rem}

  .main-dual{padding:0 .75rem 1.25rem;gap:1.25rem}
  .recent-item-img{width:60px;height:48px;font-size:1rem}
  .recent-item-title{font-size:.8rem}

  .widget{padding:1rem}
  .widget-title{font-size:.9rem}
  .pop-text,.widget-item-text{font-size:12px}

  .newsletter{padding:1.5rem .75rem}
  .nw-inner h2{font-size:1.05rem}
  .nw-inner p{font-size:13px}

  .footer{padding:1.5rem .75rem 1rem}
  .footer h3{font-size:.9rem}
  .footer a,.footer p{font-size:12px}

  .page-hero{padding:1.5rem .75rem}
  .page-hero h1{font-size:1.25rem}
  .article-list,.outils-grid,.comparatif-section,.contact-section,.apropos-section{padding:1.25rem .75rem}
  .outil-card{padding:1rem}
  .outil-card-title{font-size:.95rem}
  .outil-card-desc{font-size:12px}
}

/* ===== RELATED ARTICLES (À LIRE AUSSI) ===== */
.related-section{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem 2rem}
.related-section .section-header h2{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--primary);letter-spacing:-0.02em;text-transform:uppercase}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}

/* ===== PRINT ===== */
@media print{
  .site-header,.newsletter,.footer,.hamburger,.search{display:none}
  .hero-grid,.main-dual{display:block}
}

/* ============================================================
   VAGUES 2+3 — OUTILS, FAQ, COMPARATIFS CTA, TRUST
   ============================================================ */

/* ===== OUTIL CARD META (vague 2 — outils.php) ===== */
.outil-card-meta{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:1rem;font-size:12px;color:var(--ink-subtle);font-family:var(--font-ui)}
.outil-card-meta span{display:inline-flex;align-items:center;gap:.3rem}

/* ===== OUTIL PAGE (pages outils individuelles) ===== */
.outil-page{max-width:880px;margin:0 auto;padding:2rem 1.5rem}
.outil-hero{text-align:center;padding:2.5rem 1rem 2rem;background:var(--surface-1);border-radius:var(--r-lg);border:1px solid var(--hairline-soft);margin-bottom:2rem}
.outil-hero-icon{font-size:3rem;display:block;margin-bottom:.75rem;line-height:1}
.outil-hero h1{font-family:var(--font-heading);font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;color:var(--ink);letter-spacing:-0.02em;margin-bottom:.5rem;line-height:1.15}
.outil-hero-desc{font-size:15px;color:var(--ink-muted);line-height:1.6;max-width:560px;margin:0 auto 1rem}
.outil-hero-meta{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;font-size:12px;color:var(--ink-subtle);font-family:var(--font-ui)}

/* ===== OUTIL FORM (formulaire outil) ===== */
.outil-form{background:var(--surface-1);border:1px solid var(--hairline-soft);border-radius:var(--r-lg);padding:1.75rem;margin-bottom:1.5rem}
.outil-form h2{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--primary);margin-bottom:1.25rem;letter-spacing:-0.01em}
.outil-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.outil-form-row.full{grid-template-columns:1fr}
.outil-form .form-group{margin-bottom:0}
.outil-form-actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}
.outil-form-actions .btn{flex:1;min-width:140px}
.outil-checkbox-group{display:flex;flex-wrap:wrap;gap:.5rem}
.outil-checkbox-group label{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:var(--surface-2);border:1px solid var(--hairline);border-radius:var(--r-sm);font-size:13px;cursor:pointer;font-family:var(--font-ui);color:var(--ink);text-transform:none;letter-spacing:0;font-weight:500;transition:all .15s}
.outil-checkbox-group label:hover{border-color:var(--primary);background:var(--primary-soft)}
.outil-checkbox-group input{width:auto;margin:0;accent-color:var(--primary)}

/* ===== OUTIL RESULT (résultat calcul) ===== */
.outil-result{background:linear-gradient(135deg,var(--success-soft) 0%,var(--surface-1) 100%);border:2px solid var(--success);border-radius:var(--r-lg);padding:2rem;margin-bottom:1.5rem;animation:fadeIn .4s ease}
.outil-result.error{background:linear-gradient(135deg,var(--danger-soft) 0%,var(--surface-1) 100%);border-color:var(--danger)}
.outil-result h2{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;color:var(--ink);margin-bottom:1.25rem;letter-spacing:-0.01em}
.outil-result-main{text-align:center;padding:1rem 0 1.5rem;border-bottom:1px solid var(--hairline-soft);margin-bottom:1.5rem}
.outil-result-label{font-family:var(--font-ui);font-size:11px;font-weight:600;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem}
.outil-result-value{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--success);letter-spacing:-0.03em;line-height:1.1}
.outil-result-value.is-currency::after{content:' €';font-size:.6em;color:var(--ink-muted);font-weight:600}
.outil-result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}
.outil-result-item{text-align:center;padding:.85rem;background:var(--surface-1);border-radius:var(--r-md);border:1px solid var(--hairline-soft)}
.outil-result-item .outil-result-label{margin-bottom:.25rem}
.outil-result-item-val{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:var(--ink);letter-spacing:-0.02em}

/* ===== OUTIL RANKING (comparateurs) ===== */
.outil-ranking{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}
.outil-ranking-item{background:var(--surface-1);border:1px solid var(--hairline-soft);border-radius:var(--r-md);padding:1.1rem 1.25rem;display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;transition:all .15s}
.outil-ranking-item:hover{border-color:var(--primary);box-shadow:var(--shadow-hover)}
.outil-ranking-item.top{border-color:var(--accent);background:linear-gradient(90deg,var(--accent-soft) 0%,var(--surface-1) 50%)}
.outil-ranking-rank{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--ink-muted);width:36px;text-align:center;line-height:1}
.outil-ranking-item.top .outil-ranking-rank{color:var(--accent-dark)}
.outil-ranking-body strong{display:block;font-size:15px;color:var(--ink);margin-bottom:.2rem;font-family:var(--font-ui);font-weight:600}
.outil-ranking-body small{font-size:12px;color:var(--ink-muted);line-height:1.4}
.outil-ranking-score{text-align:center;min-width:80px}
.outil-ranking-score-val{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--success);display:block;line-height:1}
.outil-ranking-score-val.mid{color:var(--accent-dark)}
.outil-ranking-score-val.low{color:var(--ink-muted)}
.outil-ranking-score-label{font-size:10px;color:var(--ink-subtle);font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem}
.outil-ranking-price{text-align:right;font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--ink)}

/* ===== OUTIL DISCLAIMER ===== */
.outil-disclaimer{background:var(--accent-soft);border-left:3px solid var(--accent);border-radius:var(--r-sm);padding:1rem 1.25rem;font-size:13px;color:var(--ink-muted);line-height:1.6;margin-top:1rem}
.outil-disclaimer::before{content:'⚠️ ';margin-right:.25rem}

/* ===== FAQ ===== */
.faq-section{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem}
.faq-section .section-header h2{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--primary);letter-spacing:-0.02em;text-transform:uppercase;margin-bottom:1.25rem}
.faq-list{display:flex;flex-direction:column;gap:.75rem}
.faq-item{background:var(--surface-1);border:1px solid var(--hairline-soft);border-radius:var(--r-md);overflow:hidden;transition:all .2s}
.faq-item:hover{border-color:var(--primary)}
.faq-item h3{font-family:var(--font-ui);font-size:15px;font-weight:600;color:var(--ink);padding:1rem 1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0;user-select:none}
.faq-item h3::after{content:'+';font-size:1.2rem;color:var(--primary);transition:transform .2s;flex-shrink:0;font-weight:400}
.faq-item.open h3::after{transform:rotate(45deg)}
.faq-item p{padding:0 1.25rem 1.1rem;font-size:14px;color:var(--ink-muted);line-height:1.65;margin:0;display:none;border-top:1px solid var(--hairline-soft);padding-top:1rem;margin-top:0}
.faq-item.open p{display:block}
.faq-item h3:hover{background:var(--primary-soft)}

/* ===== COMPARATIF CTA (colonne Offre) ===== */
.comparatif-table th:last-child,.comparatif-table td:last-child{text-align:right}
.comparatif-cta{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem 1rem;background:var(--accent);color:var(--on-accent);font-family:var(--font-ui);font-size:12px;font-weight:600;border-radius:var(--r-sm);text-decoration:none;transition:all .15s;white-space:nowrap}
.comparatif-cta:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 4px 10px rgba(201,149,46,0.25)}
.comparatif-cta.outline{background:transparent;color:var(--primary);border:1px solid var(--primary)}
.comparatif-cta.outline:hover{background:var(--primary);color:var(--on-primary)}
.comparatif-disclaimer{background:var(--accent-soft);border-radius:var(--r-md);padding:1rem 1.25rem;font-size:13px;color:var(--ink-muted);line-height:1.6;margin:2rem auto;max-width:var(--max-w)}
.comparatif-disclaimer::before{content:'ℹ️ ';margin-right:.25rem}

/* ===== COMPARATIF METHODOLOGIE ===== */
.comparatif-methodo{background:var(--surface-1);border:1px solid var(--hairline-soft);border-radius:var(--r-lg);padding:2rem;max-width:var(--max-w);margin:2rem auto}
.comparatif-methodo h2{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--primary);letter-spacing:-0.02em;margin-bottom:1rem}
.comparatif-methodo p{font-size:15px;color:var(--ink-muted);line-height:1.7;margin-bottom:1rem}
.comparatif-methodo ol{padding-left:1.5rem;color:var(--ink-muted);line-height:1.8}
.comparatif-methodo ol li{margin-bottom:.5rem}
.comparatif-methodo ol li strong{color:var(--ink)}

/* ===== HOW IT WORKS + TRUST ===== */
.how-section{max-width:var(--max-w);margin:0 auto;padding:3rem 1.5rem 2rem}
.how-section .section-header h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-0.02em;text-align:center;margin-bottom:2rem}
.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.how-step{text-align:center;padding:1.5rem 1rem}
.how-step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;font-family:var(--font-heading);font-size:1.3rem;font-weight:700;margin-bottom:1rem}
.how-step h3{font-family:var(--font-ui);font-size:16px;font-weight:600;color:var(--ink);margin-bottom:.5rem}
.how-step p{font-size:14px;color:var(--ink-muted);line-height:1.6}

.trust-section{background:var(--primary-soft);max-width:var(--max-w);margin:0 auto;border-radius:var(--r-lg);padding:2.5rem 2rem;margin-bottom:2rem}
.trust-section h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-0.02em;text-align:center;margin-bottom:1.75rem}
.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}
.trust-item{text-align:center;padding:1rem}
.trust-item-icon{font-size:2rem;display:block;margin-bottom:.5rem;line-height:1}
.trust-item h3{font-family:var(--font-ui);font-size:15px;font-weight:600;color:var(--ink);margin-bottom:.35rem}
.trust-item p{font-size:13px;color:var(--ink-muted);line-height:1.55}

/* ===== ANIM ===== */
@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

/* ===== PAGE 404 ===== */
.page-404{background:linear-gradient(135deg,var(--primary-dark) 0%,#162d4f 100%);padding:4rem 1.5rem 3rem;text-align:center;color:#fff}
.page-404-inner{max-width:640px;margin:0 auto}
.page-404-icon{font-size:5rem;line-height:1;margin-bottom:1rem;display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,0.25))}
.page-404-title{font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:#fff;letter-spacing:-0.02em;margin-bottom:.75rem;line-height:1.15}
.page-404-desc{font-size:16px;color:rgba(255,255,255,0.75);line-height:1.6;margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}
.page-404-search{display:flex;gap:.5rem;max-width:440px;margin:0 auto;background:var(--surface-1);padding:.5rem;border-radius:var(--r-md);box-shadow:0 8px 24px rgba(0,0,0,0.15)}
.page-404-search input{flex:1;padding:.5rem .75rem;border:none;font-size:14px;background:transparent;color:var(--ink)}
.page-404-search input:focus{outline:none}
.page-404-suggestions{max-width:var(--max-w);margin:0 auto;padding:3rem 1.5rem}
.page-404-suggestions-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--primary);text-align:center;margin-bottom:1.75rem;letter-spacing:-0.02em}
.page-404-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.page-404-suggestion-card{background:var(--surface-1);border:1px solid var(--hairline-soft);border-radius:var(--r-lg);padding:1.5rem 1.25rem;text-align:center;text-decoration:none;color:var(--ink);transition:all .2s;display:flex;flex-direction:column;align-items:center}
.page-404-suggestion-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover);border-color:var(--accent-soft);color:var(--ink)}
.page-404-suggestion-icon{font-size:2.2rem;display:block;margin-bottom:.75rem;line-height:1}
.page-404-suggestion-card h3{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--ink);margin-bottom:.4rem;letter-spacing:-0.01em}
.page-404-suggestion-card p{font-size:13px;color:var(--ink-muted);line-height:1.5;margin:0}
@media(max-width:1024px){.page-404-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.page-404{padding:3rem 1.25rem 2.5rem}.page-404-icon{font-size:4rem}.page-404-suggestions{padding:2rem 1.25rem}.page-404-grid{grid-template-columns:1fr;gap:.85rem}}
@media(max-width:480px){.page-404{padding:2.5rem 1rem 2rem}.page-404-search{flex-direction:column}.page-404-search .btn{width:100%}}

/* ===== PAGE AUTEUR ===== */
.author-page{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem}
.author-hero{background:var(--surface-1);border:1px solid var(--hairline-soft);border-radius:var(--r-xl);padding:2.5rem 2rem;text-align:center;margin-bottom:2rem;box-shadow:var(--shadow-card)}
.author-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 1.25rem;background:var(--primary-soft);display:flex;align-items:center;justify-content:center;border:4px solid var(--surface-1);box-shadow:0 4px 16px rgba(26,26,46,0.08)}
.author-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.author-avatar-initials{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1}
.author-name{font-family:var(--font-heading);font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;color:var(--ink);letter-spacing:-0.02em;margin-bottom:.5rem;line-height:1.15}
.author-bio{font-size:15px;color:var(--ink-muted);line-height:1.65;max-width:560px;margin:0 auto 1.25rem}
.author-stats{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--primary-soft);border-radius:var(--r-md);font-family:var(--font-ui);font-size:13px;color:var(--primary)}
.author-stat strong{font-weight:700;font-size:15px;margin-right:.15rem}
.author-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
@media(max-width:1024px){.author-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.author-hero{padding:2rem 1.25rem;margin-bottom:1.5rem}.author-avatar{width:96px;height:96px;margin-bottom:1rem}.author-avatar-initials{font-size:2rem}.author-grid{grid-template-columns:1fr;gap:1rem}}
@media(max-width:480px){.author-page{padding:1.5rem 1rem}.author-hero{padding:1.5rem 1rem}}

/* ===== RESPONSIVE — TABLET (≤1024px) — Outils ===== */
@media(max-width:1024px){
  .how-grid{grid-template-columns:1fr 1fr}
}

/* ===== RESPONSIVE — MOBILE (≤768px) — Outils ===== */
@media(max-width:768px){
  .outil-form-row{grid-template-columns:1fr}
  .outil-form{padding:1.25rem}
  .outil-result{padding:1.5rem 1.25rem}
  .outil-ranking-item{grid-template-columns:auto 1fr;text-align:left;gap:.75rem}
  .outil-ranking-score,.outil-ranking-price{grid-column:2}
  .outil-ranking-score{text-align:left}
  .outil-ranking-price{text-align:left;font-size:1rem}
  .how-grid{grid-template-columns:1fr}
  .trust-section{padding:1.75rem 1.25rem}
  .comparatif-table{font-size:13px}
  .comparatif-table th,.comparatif-table td{padding:.6rem .5rem}
}