/*
Theme Name: MonProjetSolo Mini
Theme URI: https://monprojetsolo.fr
Description: Theme custom léger et performant pour MonProjetSolo — optimisé SEO, zéro bloat
Version: 1.1
Author: MonProjetSolo
Author URI: https://monprojetsolo.fr
Text Domain: monprojetsolo-mini
*/

/* ════════════════════════════════════════════════════════════════════ */
/* RESET & BASE                                                         */
/* ════════════════════════════════════════════════════════════════════ */

:root {
  --ink: #0f1117;
  --ink-light: #3d4152;
  --bg: #f8f6f1;
  --bg-card: #ffffff;
  --accent: #e85d26;
  --accent-soft: #fdf0ea;
  --accent2: #1a6b4a;
  --accent2-soft: #e8f5ef;
  --border: #e2ddd5;
  --yellow: #f5c842;
  --yellow-soft: #fefae8;
  --radius: 12px;
  --shadow: 0 2px 16px rgba(15,17,23,0.08);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); }

/* ════════════════════════════════════════════════════════════════════ */
/* LAYOUT                                                               */
/* ════════════════════════════════════════════════════════════════════ */

.container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.article-body {
  padding: 60px 0 80px;
}

/* ════════════════════════════════════════════════════════════════════ */
/* NAVBAR                                                               */
/* Gérée intégralement par assets/js/nav.js                            */
/* ════════════════════════════════════════════════════════════════════ */

/* ════════════════════════════════════════════════════════════════════ */
/* HERO                                                                 */
/* ════════════════════════════════════════════════════════════════════ */

.hero {
  background: var(--ink);
  color: #fff;
  padding: 52px 24px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(232,93,38,0.22) 0%, transparent 70%);
  pointer-events: none;
}

.hero-eyebrow {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(232,93,38,0.15);
  border: 1px solid rgba(232,93,38,0.3);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.hero h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  max-width: 820px;
  margin: 0 auto 20px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.hero h1 span { color: var(--accent); }

.hero-lead {
  font-size: 18px;
  color: rgba(255,255,255,0.72);
  max-width: 600px;
  margin: 0 auto 28px;
  font-weight: 300;
}

.hero-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0 32px;
  position: relative;
  z-index: 1;
}

.hero-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 8px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.15s;
}

.btn-primary { background: var(--accent); color: #fff !important; }
.btn-primary:hover { background: #c94a18 !important; transform: translateY(-1px); }
.btn-secondary { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.85) !important; border: 1px solid rgba(255,255,255,0.22); }
.btn-secondary:hover { background: rgba(255,255,255,0.18) !important; }

.hero-meta {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-top: 8px;
}

/* ════════════════════════════════════════════════════════════════════ */
/* HEADINGS                                                             */
/* ════════════════════════════════════════════════════════════════════ */

h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 60px 0 20px;
  color: var(--ink);
}

h3 {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 36px 0 14px;
  color: var(--ink);
}

p { margin-bottom: 20px; }
strong { font-weight: 600; }

/* ════════════════════════════════════════════════════════════════════ */
/* BREADCRUMB                                                           */
/* ════════════════════════════════════════════════════════════════════ */

.breadcrumb {
  font-size: 13px;
  color: var(--ink-light);
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
}

.breadcrumb a {
  color: var(--ink-light);
  text-decoration: none;
}

.breadcrumb a:hover { color: var(--accent); }

.breadcrumb span {
  margin: 0 4px;
  color: var(--border);
}

/* ════════════════════════════════════════════════════════════════════ */
/* KEY FACTS — encart chiffres clés articles métier                    */
/* ════════════════════════════════════════════════════════════════════ */

.key-facts {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin: 32px 0 40px;
  box-shadow: var(--shadow);
}

.key-facts-title {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-light);
  margin-bottom: 20px;
  font-weight: 700;
}

.key-facts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}

.key-fact {
  border-left: 3px solid var(--accent);
  padding-left: 14px;
}

.key-fact-label {
  font-size: 12px;
  color: var(--ink-light);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.key-fact-value {
  font-family: 'Syne', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}

/* ════════════════════════════════════════════════════════════════════ */
/* SOMMAIRE                                                             */
/* ════════════════════════════════════════════════════════════════════ */

.toc {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  padding: 28px 32px;
  margin-bottom: 52px;
}

.toc-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-light);
  margin-bottom: 16px;
}

.toc ol { list-style: none; counter-reset: toc; padding: 0; }
.toc ol li { counter-increment: toc; padding: 5px 0; display: flex; align-items: center; gap: 10px; }
.toc ol li::before { content: counter(toc, decimal-leading-zero); font-family: 'Syne', sans-serif; font-weight: 700; font-size: 12px; color: var(--accent); min-width: 24px; }
.toc a { color: var(--ink); text-decoration: none; font-size: 15px; font-weight: 500; }
.toc a:hover { color: var(--accent); }

/* ════════════════════════════════════════════════════════════════════ */
/* CALLOUTS                                                             */
/* ════════════════════════════════════════════════════════════════════ */

.callout { border-radius: var(--radius); padding: 22px 26px; margin: 32px 0; display: flex; gap: 16px; align-items: flex-start; }
.callout-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.callout-body { flex: 1; }
.callout-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; margin-bottom: 6px; }
.callout p { margin: 0; font-size: 15px; line-height: 1.6; }
.callout-info { background: var(--accent2-soft); border-left: 4px solid var(--accent2); }
.callout-info .callout-title { color: var(--accent2); }
.callout-warn { background: var(--yellow-soft); border-left: 4px solid var(--yellow); }
.callout-warn .callout-title { color: #9a7a00; }
.callout-tip { background: var(--accent-soft); border-left: 4px solid var(--accent); }
.callout-tip .callout-title { color: var(--accent); }

/* ════════════════════════════════════════════════════════════════════ */
/* TABLEAU                                                              */
/* ════════════════════════════════════════════════════════════════════ */

.table-wrapper { overflow-x: auto; margin: 36px 0; border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; font-size: 15px; background: var(--bg-card); }
thead th { background: var(--ink); color: #fff; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; padding: 14px 16px; text-align: left; white-space: nowrap; }
thead th:first-child { border-radius: var(--radius) 0 0 0; }
thead th:last-child { border-radius: 0 var(--radius) 0 0; }
tbody tr { border-bottom: 1px solid var(--border); transition: background 0.15s; }
tbody tr:last-child { border-bottom: none; }
tbody tr:hover { background: #f9f7f3; }
tbody tr.highlight { background: var(--accent-soft); }
tbody tr.highlight:hover { background: #fce8dc; }
td { padding: 13px 16px; vertical-align: middle; line-height: 1.5; }
td:first-child { font-weight: 600; }

.badge { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.06em; }
.badge-green { background: var(--accent2-soft); color: var(--accent2); }
.badge-orange { background: var(--accent-soft); color: var(--accent); }
.badge-gray { background: #f0ede8; color: var(--ink-light); }
.check { color: var(--accent2); font-size: 17px; }
.cross { color: #c0392b; font-size: 17px; }

/* ════════════════════════════════════════════════════════════════════ */
/* LIENS AFFILIÉS                                                       */
/* ════════════════════════════════════════════════════════════════════ */

.aff-link { display: inline-flex; align-items: center; gap: 5px; background: var(--accent); color: #fff !important; text-decoration: none; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 6px; font-family: 'Syne', sans-serif; transition: background 0.15s; white-space: nowrap; }
.aff-link:hover { background: #c94a18; }
.aff-link-green { background: var(--accent2); }
.aff-link-green:hover { background: #145438; }

.aff-inline { background: var(--bg-card); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: var(--radius); padding: 18px 22px; margin: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.aff-inline-text { flex: 1; min-width: 200px; }
.aff-inline-text strong { display: block; font-family: 'Syne', sans-serif; font-size: 15px; margin-bottom: 4px; }
.aff-inline-text span { font-size: 13px; color: var(--ink-light); display: block; margin-bottom: 6px; }
.aff-disclosure { font-size: 11px; color: var(--ink-light); opacity: 0.7; }
.aff-inline-btn { display: inline-flex; align-items: center; gap: 7px; background: var(--accent); color: #fff !important; text-decoration: none; padding: 11px 22px; border-radius: 8px; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 14px; white-space: nowrap; transition: background 0.15s; }
.aff-inline-btn:hover { background: #c94a18; }
.aff-inline-btn.green { background: var(--accent2); }
.aff-inline-btn.green:hover { background: #145438; }

/* ════════════════════════════════════════════════════════════════════ */
/* CARTES BANQUES                                                       */
/* ════════════════════════════════════════════════════════════════════ */

.bank-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 32px 0; }
@media(max-width: 620px) { .bank-cards { grid-template-columns: 1fr; } }

.bank-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; position: relative; overflow: hidden; transition: box-shadow 0.2s; display: flex; flex-direction: column; }
.bank-card:hover { box-shadow: var(--shadow); }
.bank-card.featured { border-color: var(--accent); border-width: 2px; }
.bank-card.featured::before { content: '⭐ Notre choix'; position: absolute; top: 12px; right: 12px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 100px; text-transform: uppercase; }
.bank-card.recommended::before { content: '🏅 Référence marché'; position: absolute; top: 12px; right: 12px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 100px; text-transform: uppercase; }

.bank-name { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 20px; margin-bottom: 4px; }
.bank-tagline { font-size: 13px; color: var(--ink-light); margin-bottom: 14px; }
.bank-price { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 28px; color: var(--accent); margin-bottom: 2px; }
.bank-price-note { font-size: 12px; color: var(--ink-light); margin-bottom: 16px; }
.bank-pros { list-style: none; flex: 1; margin-bottom: 18px; }
.bank-pros li { font-size: 14px; padding: 4px 0; display: flex; gap: 8px; align-items: flex-start; }
.bank-pros li::before { content: '✓'; color: var(--accent2); font-weight: 700; flex-shrink: 0; }
.bank-cons { list-style: none; margin-bottom: 18px; }
.bank-cons li { font-size: 13px; color: var(--ink-light); padding: 3px 0; display: flex; gap: 8px; }
.bank-cons li::before { content: '–'; color: #c0392b; font-weight: 700; flex-shrink: 0; }
.bank-cta { display: block; text-align: center; background: var(--ink); color: #fff !important; text-decoration: none; padding: 11px 20px; border-radius: 8px; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 14px; transition: background 0.15s; margin-top: auto; }
.bank-cta:hover { background: var(--accent); }
.bank-card.featured .bank-cta { background: var(--accent); }
.bank-card.featured .bank-cta:hover { background: #c94a18; }
.bank-aff-note { font-size: 11px; color: var(--ink-light); text-align: center; margin-top: 8px; }

/* ════════════════════════════════════════════════════════════════════ */
/* CARTES ASSUREURS — articles métier                                   */
/* ════════════════════════════════════════════════════════════════════ */

.insurer-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 32px 0;
}

.insurer-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.insurer-card-name {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 6px;
  color: var(--ink);
}

.insurer-card-price {
  color: var(--accent);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}

.insurer-score-label {
  font-size: 12px;
  color: var(--ink-light);
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}

.insurer-score-bar {
  height: 6px;
  background: var(--border);
  border-radius: 100px;
  margin-bottom: 10px;
}

.insurer-score-fill {
  height: 6px;
  border-radius: 100px;
  background: var(--accent2);
}

.insurer-card p {
  font-size: 14px;
  color: var(--ink-light);
  margin-top: 12px;
  margin-bottom: 0;
  flex: 1;
}

.insurer-card-btn {
  display: inline-block;
  margin-top: 16px;
  background: var(--accent);
  color: #fff !important;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  transition: background 0.15s;
}

.insurer-card-btn:hover { background: #c94a18; }

.insurer-card-btn.secondary {
  background: transparent;
  color: var(--ink) !important;
  border: 1px solid var(--border);
}

.insurer-card-btn.secondary:hover {
  border-color: var(--accent);
  color: var(--accent) !important;
}

/* ════════════════════════════════════════════════════════════════════ */
/* CTA BLOC                                                             */
/* ════════════════════════════════════════════════════════════════════ */

.cta-block { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 40px 36px; margin: 52px 0; text-align: center; position: relative; overflow: hidden; }
.cta-block::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 80% at 50% -10%, rgba(232,93,38,0.25) 0%, transparent 70%); pointer-events: none; }
.cta-block h3 { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800; margin-bottom: 10px; color: #fff; position: relative; }
.cta-block p { color: rgba(255,255,255,0.7); font-size: 15px; margin-bottom: 24px; position: relative; }
.cta-multi { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }
.cta-btn { display: inline-block; background: var(--accent); color: #fff !important; text-decoration: none; padding: 13px 28px; border-radius: 8px; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; transition: background 0.15s, transform 0.15s; }
.cta-btn:hover { background: #c94a18; transform: translateY(-1px); }
.cta-btn-alt { display: inline-block; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.85) !important; text-decoration: none; padding: 13px 28px; border-radius: 8px; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 15px; border: 1px solid rgba(255,255,255,0.2); transition: background 0.15s; }
.cta-btn-alt:hover { background: rgba(255,255,255,0.18); }
.cta-note { font-size: 12px !important; color: rgba(255,255,255,0.45) !important; margin-top: 14px !important; margin-bottom: 0 !important; }

/* ════════════════════════════════════════════════════════════════════ */
/* CHECKLIST + SCORES                                                   */
/* ════════════════════════════════════════════════════════════════════ */

.checklist { list-style: none; margin: 20px 0 28px; }
.checklist li { padding: 10px 0; border-bottom: 1px solid var(--border); display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; }
.checklist li:last-child { border-bottom: none; }
.checklist li .cl-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }

.score-row { display: flex; gap: 8px; align-items: center; margin-bottom: 8px; font-size: 14px; }
.score-bar { flex: 1; height: 8px; background: var(--border); border-radius: 100px; overflow: hidden; }
.score-fill { height: 100%; border-radius: 100px; background: var(--accent2); }
.score-label { min-width: 130px; font-weight: 500; }
.score-val { min-width: 32px; text-align: right; font-weight: 700; font-size: 13px; }

/* ════════════════════════════════════════════════════════════════════ */
/* ÉTAPES — articles guide/how-to                                       */
/* ════════════════════════════════════════════════════════════════════ */

.steps {
  margin: 28px 0;
}

.step-item {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  align-items: flex-start;
}

.step-num {
  background: var(--accent);
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 18px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.step-body { flex: 1; }
.step-body h3 { margin-top: 0; margin-bottom: 8px; font-size: 18px; }
.step-body p { margin-bottom: 0; font-size: 16px; }

/* ════════════════════════════════════════════════════════════════════ */
/* FAQ                                                                  */
/* ════════════════════════════════════════════════════════════════════ */

.faq { margin: 52px 0; }
.faq-title { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 26px; margin-bottom: 28px; letter-spacing: -0.02em; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; background: var(--bg-card); }
.faq-q { padding: 18px 22px; font-weight: 600; font-size: 16px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; background: var(--bg-card); border: none; width: 100%; text-align: left; font-family: 'DM Sans', sans-serif; color: var(--ink); }
.faq-q::after { content: '↓'; font-size: 14px; color: var(--accent); flex-shrink: 0; transition: transform 0.2s; }
.faq-q.open::after { transform: rotate(180deg); }
.faq-a { padding: 0 22px 18px; font-size: 15px; color: var(--ink-light); line-height: 1.65; display: none; }
.faq-a.open { display: block; }
.faq-a a { color: var(--accent); }

/* ════════════════════════════════════════════════════════════════════ */
/* MAILLAGE INTERNE                                                     */
/* ════════════════════════════════════════════════════════════════════ */

.link-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin: 28px 0; }
.link-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; padding: 16px 18px; text-decoration: none; color: var(--ink); font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 10px; transition: border-color 0.15s, box-shadow 0.15s; }
.link-card:hover { border-color: var(--accent); box-shadow: 0 2px 10px rgba(232,93,38,0.1); }
.link-card .lc-icon { font-size: 18px; flex-shrink: 0; }

/* ════════════════════════════════════════════════════════════════════ */
/* SOURCES                                                              */
/* ════════════════════════════════════════════════════════════════════ */

.sources-block {
  background: var(--accent2-soft);
  border-left: 4px solid var(--accent2);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 36px 0;
  font-size: 14px;
}

.sources-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  color: var(--accent2);
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sources-block ul {
  margin: 0;
  padding-left: 18px;
}

.sources-block li {
  padding: 3px 0;
  color: var(--ink-light);
}

.sources-block a {
  color: var(--accent2);
  text-decoration: none;
  font-weight: 500;
}

.sources-block a:hover { text-decoration: underline; }

/* ════════════════════════════════════════════════════════════════════ */
/* ARTICLE FOOTER                                                       */
/* ════════════════════════════════════════════════════════════════════ */

.article-footer { border-top: 1px solid var(--border); padding-top: 32px; margin-top: 60px; font-size: 13px; color: var(--ink-light); line-height: 1.7; }

/* ════════════════════════════════════════════════════════════════════ */
/* SITE FOOTER                                                          */
/* ════════════════════════════════════════════════════════════════════ */

.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,0.55);
  text-align: center;
  padding: 32px 24px;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 80px;
}

.site-footer a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}

.site-footer a:hover { color: var(--accent); }

/* ════════════════════════════════════════════════════════════════════ */
/* RESPONSIVE                                                           */
/* ════════════════════════════════════════════════════════════════════ */

@media(max-width: 640px) {
  .hero { padding: 36px 16px 48px; }
  .article-body { padding: 40px 0 60px; }
  .cta-block { padding: 28px 20px; }
  .aff-inline { flex-direction: column; }
  .key-facts-grid { grid-template-columns: 1fr 1fr; }
  .insurer-cards { grid-template-columns: 1fr; }
  .step-item { gap: 14px; }
  .step-num { min-width: 36px; height: 36px; font-size: 16px; }
}

@media(max-width: 400px) {
  .key-facts-grid { grid-template-columns: 1fr; }
}
