/* ════════════════════════════════════════════════════════════════════════════
   Homepage EasyContrat — design2026
   Tous les styles sont scopés à .ec-home pour ne PAS impacter le reste du site
   (qui utilise Bootstrap + novaterim.css legacy). Bootstrap 3 grid (container,
   row, col-*) est préservé ; on ajoute seulement la couche visuelle au-dessus.
════════════════════════════════════════════════════════════════════════════ */

/* ── Reset legacy : la home utilisait #main-banner{text-align:center} et autres
   trucs qui cassent notre layout. On override tout ce qui interfère. ── */
body.home #header { display: none !important; }
body.home .layout-one-column { padding-top: 0 !important; }
body.home #main-banner { text-align: left !important; }
body.home #main-banner .container { padding-top: 0 !important; }
.ec-home .row { margin-left: -15px; margin-right: -15px; }
.ec-home section { text-align: left; }
/* Empêche le footer legacy de hériter de l'overflow custom */
body.home .ech-hero { padding-top: 72px !important; }

/* ── Navbar custom (rendue dans .ec-home en tête de page) ─────────────────── */
.ec-home .ech-navbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 252, 248, 0.92);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid rgba(232, 230, 221, 0.5);
}
.ec-home .ech-navbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 68px; gap: 16px; flex-wrap: wrap;
}
.ec-home .ech-brand {
  display: inline-flex; align-items: center;
  color: var(--ech-ink); text-decoration: none;
  line-height: 0;
}
.ec-home .ech-brand:hover { text-decoration: none; }
.ec-home .ech-brand-img {
  height: 38px; width: auto; display: block;
}

.ec-home .ech-navbar-links {
  display: flex; align-items: center; gap: 4px;
  list-style: none; padding: 0; margin: 0;
}
.ec-home .ech-navbar-links a {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px; font-weight: 500;
  color: var(--ech-ink-2);
  border-radius: 8px;
}
.ec-home .ech-navbar-links a:hover { background: var(--ech-surface-2); color: var(--ech-ink); text-decoration: none; }
.ec-home .ech-navbar-links a.active { color: var(--ech-accent-dark); font-weight: 600; }

.ec-home .ech-navbar-cta {
  display: flex; align-items: center; gap: 10px;
  list-style: none; padding: 0; margin: 0;
}
.ec-home .ech-navbar-cta a {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px; font-weight: 600;
  border: 1px solid transparent;
  transition: background .12s, border-color .12s;
  line-height: 1; text-decoration: none;
}
.ec-home .ech-navbar-cta a.is-ghost {
  color: var(--ech-ink) !important;
  border-color: var(--ech-line);
  background: white;
}
.ec-home .ech-navbar-cta a.is-ghost:hover {
  background: var(--ech-surface-2);
  border-color: var(--ech-line-2);
  color: var(--ech-ink) !important;
}
.ec-home .ech-navbar-cta a.is-primary {
  background: var(--ech-accent);
  color: white !important;
  border-color: var(--ech-accent-dark);
  box-shadow: 0 1px 2px rgba(0,0,0,.06), 0 4px 12px -2px rgba(232,100,29,.3), inset 0 1px 0 rgba(255,255,255,.15);
}
.ec-home .ech-navbar-cta a.is-primary:hover {
  background: var(--ech-accent-dark);
  color: white !important;
}
.ec-home .ech-navbar-cta a i { font-size: 11px; }

/* Mobile : on masque les liens centraux, on garde brand + CTA */
@media (max-width: 767px) {
  .ec-home .ech-navbar-links { display: none; }
  .ec-home .ech-navbar-cta a { padding: 8px 12px; font-size: 13px; }
}



.ec-home {
  --ech-bg:           #fdfcf8;
  --ech-surface:      #ffffff;
  --ech-surface-2:    #f9f3ec;
  --ech-ink:          #2b1f15;
  --ech-ink-2:        #6b5947;
  --ech-ink-3:        #9a8a78;
  --ech-line:         #e8e6dd;
  --ech-line-2:       #d4d1c5;
  --ech-accent:       #e8641d;
  --ech-accent-dark:  #c64e0a;
  --ech-accent-soft:  #ecf6f0;
  --ech-accent-softer:#fdf3ea;
  --ech-dark:         #1c100a;
  --ech-dark-2:       #2a1810;
  --ech-dark-line:    rgba(255,255,255,0.08);
  --ech-radius:       14px;
  --ech-radius-sm:    8px;
  --ech-radius-lg:    22px;
  --ech-font: "Geist", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  font-family: var(--ech-font);
  color: var(--ech-ink);
  background: var(--ech-bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.ec-home * { box-sizing: border-box; }
.ec-home a { color: inherit; text-decoration: none; }
.ec-home img,
.ec-home svg { display: block; max-width: 100%; }
.ec-home h1,
.ec-home h2,
.ec-home h3,
.ec-home h4,
.ec-home h5 { font-family: var(--ech-font); }

/* ── Section heads ─────────────────────────────────────────────────────── */
.ec-home .ech-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px;
  color: var(--ech-accent-dark);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 14px;
}
.ec-home .ech-eyebrow .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ech-accent);
}
.ec-home .ech-section-head { text-align: center; margin: 0 auto 48px; max-width: 680px; }
.ec-home .ech-section-head h2 {
  font-size: 38px; font-weight: 700;
  letter-spacing: -0.025em; line-height: 1.1;
  margin: 0 0 14px; color: var(--ech-ink);
}
.ec-home .ech-section-head h2 em { font-style: normal; color: var(--ech-accent); }
.ec-home .ech-section-head p {
  font-size: 16px; color: var(--ech-ink-2);
  line-height: 1.5; margin: 0;
}
.ec-home .ech-section-head.dark h2 { color: white; }
.ec-home .ech-section-head.dark p { color: rgba(255,255,255,0.7); }
.ec-home .ech-section-head.dark .ech-eyebrow { color: #f0a472; }

/* ── Buttons ────────────────────────────────────────────────────────────── */
.ec-home .ech-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 14px; font-weight: 600;
  border: 1px solid transparent;
  background: transparent;
  transition: background .12s, border-color .12s, transform .06s;
  cursor: pointer; text-decoration: none;
  font-family: inherit;
  line-height: 1;
}
.ec-home .ech-btn:active { transform: scale(0.99); }
.ec-home .ech-btn:hover { text-decoration: none; }
.ec-home .ech-btn-primary {
  background: var(--ech-accent); color: white !important;
  border-color: var(--ech-accent-dark);
  box-shadow: 0 1px 2px rgba(0,0,0,0.06), 0 4px 12px -2px rgba(232,100,29,.3), inset 0 1px 0 rgba(255,255,255,.15);
}
.ec-home .ech-btn-primary:hover { background: var(--ech-accent-dark); color: white !important; }
.ec-home .ech-btn-ghost { color: var(--ech-ink) !important; border-color: var(--ech-line); background: white; }
.ec-home .ech-btn-ghost:hover { background: var(--ech-surface-2); border-color: var(--ech-line-2); color: var(--ech-ink) !important; }
.ec-home .ech-btn-lg { padding: 13px 22px; font-size: 15px; border-radius: 12px; }
.ec-home .ech-btn-on-green {
  background: white !important; color: var(--ech-accent-dark) !important; border-color: white;
}
.ec-home .ech-btn-on-green:hover { background: var(--ech-surface-2) !important; }
.ec-home .ech-btn-on-green-outline {
  background: transparent; color: white !important; border-color: rgba(255,255,255,0.4);
}
.ec-home .ech-btn-on-green-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.6);
  color: white !important;
}

/* ── HERO ──────────────────────────────────────────────────────────────── */
.ec-home .ech-hero {
  padding: 72px 0 88px;
  position: relative;
  overflow: hidden;
}
.ec-home .ech-hero::before {
  content: "";
  position: absolute;
  top: -200px; right: -200px;
  width: 700px; height: 700px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(232,100,29,.08), transparent 60%);
}
.ec-home .ech-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px 6px 6px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--ech-line);
  font-size: 12.5px; color: var(--ech-ink-2); font-weight: 500;
  margin-bottom: 24px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}
.ec-home .ech-hero-eyebrow .tag {
  background: var(--ech-accent-soft); color: var(--ech-accent-dark);
  font-weight: 600; font-size: 11px;
  padding: 2px 8px; border-radius: 999px;
  text-transform: uppercase; letter-spacing: .04em;
}
.ec-home .ech-hero h1 {
  font-size: 52px; font-weight: 700;
  letter-spacing: -0.035em; line-height: 1.02;
  margin: 0 0 22px; color: var(--ech-ink);
}
.ec-home .ech-hero h1 em {
  font-style: normal; color: var(--ech-accent);
  position: relative; display: inline-block;
}
.ec-home .ech-hero h1 em::after {
  content: "";
  position: absolute; bottom: 6px; left: 0; right: 0;
  height: 10px; background: var(--ech-accent-soft);
  z-index: -1; border-radius: 4px;
}
.ec-home .ech-hero p.lead {
  font-size: 18px; color: var(--ech-ink-2); line-height: 1.55;
  max-width: 520px; margin: 0 0 16px;
}
.ec-home .ech-hero p.lead-bold {
  font-size: 18px; color: var(--ech-ink); font-weight: 600;
  max-width: 520px; margin: 0 0 32px;
}
.ec-home .ech-hero-actions { display: flex; gap: 12px; margin-bottom: 36px; flex-wrap: wrap; }
.ec-home .ech-hero-trust {
  display: flex; gap: 32px; padding-top: 28px;
  border-top: 1px solid var(--ech-line); flex-wrap: wrap;
}
.ec-home .ech-hero-trust .v {
  font-size: 26px; font-weight: 700;
  letter-spacing: -0.02em; color: var(--ech-ink);
}
.ec-home .ech-hero-trust .l { font-size: 12.5px; color: var(--ech-ink-3); }

/* Hero preview */
.ec-home .ech-hero-visual { position: relative; padding-bottom: 50px; }

/* Mockup body (recréé en HTML/CSS, plus l'image) */
.ec-home .ech-mock-body { padding: 22px; background: white; }
.ec-home .ech-mock-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 18px;
}
.ec-home .ech-mock-head h4 {
  font-size: 16px; font-weight: 700;
  letter-spacing: -.015em; margin: 0; color: var(--ech-ink);
}
.ec-home .ech-mock-filter {
  font-size: 11px; padding: 3px 8px;
  background: var(--ech-surface-2);
  border: 1px solid var(--ech-line);
  border-radius: 6px;
  color: var(--ech-ink-2); font-weight: 500;
}
.ec-home .ech-mock-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin-bottom: 18px;
}
.ec-home .ech-mock-stat {
  border: 1px solid var(--ech-line); border-radius: 10px;
  padding: 10px 12px;
}
.ec-home .ech-mock-stat.green {
  background: var(--ech-accent); color: white;
  border-color: var(--ech-accent-dark);
  box-shadow: 0 6px 12px -4px rgba(232,100,29,.3);
}
.ec-home .ech-mock-stat .l {
  font-size: 9.5px; text-transform: uppercase; letter-spacing: .06em;
  color: var(--ech-ink-3); font-weight: 600;
}
.ec-home .ech-mock-stat.green .l { color: rgba(255,255,255,0.85); }
.ec-home .ech-mock-stat .v {
  font-size: 20px; font-weight: 700;
  letter-spacing: -.02em; margin-top: 2px;
  color: var(--ech-ink);
}
.ec-home .ech-mock-stat.green .v { color: white; }
.ec-home .ech-mock-row {
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 12px; align-items: center;
  padding: 11px 0;
  border-top: 1px solid var(--ech-line);
}
.ec-home .ech-mock-row:first-of-type { border-top: none; }
.ec-home .ech-mock-avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
}
.ec-home .ech-mock-avatar.purple { background: #efeaf7; color: #5a3da0; }
.ec-home .ech-mock-avatar.green  { background: #fce6d3; color: #c64e0a; }
.ec-home .ech-mock-avatar.orange { background: #fdf5e6; color: #8a5a00; }
.ec-home .ech-mock-row .name { font-size: 12.5px; font-weight: 600; line-height: 1.2; color: var(--ech-ink); }
.ec-home .ech-mock-row .meta { font-size: 11px; color: var(--ech-ink-3); margin-top: 2px; }
.ec-home .ech-mock-pill {
  font-size: 10px; font-weight: 600;
  padding: 3px 8px; border-radius: 4px;
  text-transform: uppercase; letter-spacing: .04em;
}
.ec-home .ech-mock-pill.scheduled { background: var(--ech-accent-soft); color: var(--ech-accent-dark); }
.ec-home .ech-mock-pill.signed { background: #e8eef6; color: #2a6fc0; }
.ec-home .ech-mock-pill.draft { background: var(--ech-surface-2); color: var(--ech-ink-2); }

/* Floating commission badge */
.ec-home .ech-mock-commission-float {
  position: absolute; bottom: 0; right: -16px;
  background: var(--ech-dark); color: white;
  border-radius: 14px; padding: 14px 18px;
  box-shadow: 0 16px 32px -8px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.08);
  z-index: 2;
}
.ec-home .ech-mock-commission-float .l {
  font-size: 10px; text-transform: uppercase;
  letter-spacing: .08em; color: #fde3d1; font-weight: 600;
}
.ec-home .ech-mock-commission-float .v {
  font-size: 22px; font-weight: 700;
  margin-top: 2px; letter-spacing: -.02em;
}
.ec-home .ech-mock-commission-float .d {
  font-size: 11px; color: rgba(255,255,255,0.6); margin-top: 2px;
  display: flex; align-items: center; gap: 4px;
}
.ec-home .ech-mock-commission-float .d i { color: #fde3d1; font-size: 10px; }
.ec-home .ech-hero-preview {
  background: white;
  border: 1px solid var(--ech-line);
  border-radius: var(--ech-radius-lg);
  box-shadow: 0 32px 64px -20px rgba(0,0,0,.18), 0 12px 24px -8px rgba(0,0,0,.06);
  overflow: hidden;
  position: relative;
}
.ec-home .ech-hero-preview img { width: 100%; height: auto; display: block; }
.ec-home .ech-hero-preview-bar {
  background: var(--ech-surface-2);
  border-bottom: 1px solid var(--ech-line);
  padding: 10px 14px;
  display: flex; align-items: center; gap: 6px;
}
.ec-home .ech-hero-preview-bar .ddot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #e8624e;
  display: inline-block;
}
.ec-home .ech-hero-preview-bar .ddot.y { background: #e8b04e; }
.ec-home .ech-hero-preview-bar .ddot.g { background: #f0a472; }
.ec-home .ech-hero-preview-bar .url {
  margin-left: 12px;
  background: white;
  border: 1px solid var(--ech-line);
  padding: 4px 10px;
  border-radius: 6px;
  font-family: ui-monospace, "Geist Mono", monospace;
  font-size: 11px;
  color: var(--ech-ink-3);
  flex: 1; max-width: 220px;
}

/* ── STEPS (dark) ──────────────────────────────────────────────────────── */
.ec-home .ech-steps {
  background: var(--ech-dark); color: white;
  padding: 96px 0; position: relative; overflow: hidden;
  margin-top: 96px;
}
.ec-home .ech-steps::before {
  content: "";
  position: absolute; top: 0; left: 50%;
  width: 800px; height: 800px; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(232,100,29,.12), transparent 60%);
  pointer-events: none;
}
.ec-home .ech-step {
  background: var(--ech-dark-2);
  border: 1px solid var(--ech-dark-line);
  border-radius: var(--ech-radius);
  padding: 28px 30px;
  position: relative; overflow: hidden;
  transition: transform .18s, border-color .18s;
  margin-bottom: 20px;
  display: flex; gap: 22px; align-items: flex-start;
  min-height: 140px;
}
.ec-home .ech-step:hover {
  transform: translateY(-3px);
  border-color: rgba(232,100,29,0.4);
}
.ec-home .ech-step::after {
  content: attr(data-step);
  position: absolute; right: -10px; bottom: -42px;
  font-size: 140px; font-weight: 800;
  letter-spacing: -0.06em;
  color: rgba(255,255,255,0.025);
  line-height: 1; pointer-events: none;
}
.ec-home .ech-step-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, rgba(232,100,29,.18), rgba(232,100,29,.06));
  border: 1px solid rgba(232,100,29,.3);
  border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fde3d1; flex-shrink: 0; position: relative;
}
.ec-home .ech-step-icon::before {
  content: attr(data-num);
  position: absolute; top: -8px; right: -8px;
  width: 24px; height: 24px;
  background: var(--ech-accent); color: white;
  border-radius: 50%; font-size: 11px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--ech-dark-2);
}
.ec-home .ech-step-icon i { font-size: 22px; }
.ec-home .ech-step-body { position: relative; z-index: 1; }
.ec-home .ech-step h3 {
  font-size: 18px; font-weight: 600;
  margin: 4px 0 8px; color: white;
}
.ec-home .ech-step p {
  font-size: 14.5px; color: rgba(255,255,255,0.65);
  margin: 0; max-width: 380px;
}

/* ── SIMULATOR ─────────────────────────────────────────────────────────── */
.ec-home .ech-simulator { padding: 96px 0; }
.ec-home .ech-simulator h2 {
  font-size: 38px; font-weight: 700;
  letter-spacing: -0.025em; line-height: 1.1;
  margin: 0 0 12px;
}
.ec-home .ech-simulator h2 em { font-style: normal; color: var(--ech-accent); }
.ec-home .ech-simulator .lead {
  font-size: 16px; color: var(--ech-ink-2);
  margin: 0 0 24px; max-width: 420px;
}
.ec-home .ech-sim-flow-item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 14px 16px;
  background: white;
  border: 1px solid var(--ech-line);
  border-radius: 12px;
  margin-bottom: 10px;
  transition: border-color .12s;
}
.ec-home .ech-sim-flow-item:hover { border-color: var(--ech-line-2); }
.ec-home .ech-sim-flow-item .icon {
  width: 36px; height: 36px;
  background: var(--ech-accent-soft);
  border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ech-accent-dark);
  flex-shrink: 0;
}
.ec-home .ech-sim-flow-item .icon i { font-size: 16px; }
.ec-home .ech-sim-flow-item .head {
  font-size: 14.5px; font-weight: 600;
  color: var(--ech-ink); margin-bottom: 2px;
}
.ec-home .ech-sim-flow-item .sub {
  font-size: 13px; color: var(--ech-ink-2); line-height: 1.5;
}
.ec-home .ech-sim-formula {
  background: var(--ech-dark); color: white;
  border-radius: 14px; padding: 18px 20px;
  position: relative; overflow: hidden; margin-top: 18px;
}
.ec-home .ech-sim-formula .lbl {
  font-size: 11px; text-transform: uppercase;
  letter-spacing: .08em; color: #fde3d1;
  font-weight: 600; margin-bottom: 12px;
}
.ec-home .ech-sim-formula .eq {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.ec-home .ech-sim-formula .term {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px; padding: 8px 12px;
}
.ec-home .ech-sim-formula .term .tlbl {
  font-size: 10px; opacity: 0.65;
  text-transform: uppercase; letter-spacing: .04em;
  display: block;
}
.ec-home .ech-sim-formula .term .tval {
  font-size: 15px; font-weight: 700;
  display: block; margin-top: 1px;
}
.ec-home .ech-sim-formula .term.result {
  background: var(--ech-accent);
  border-color: var(--ech-accent-dark);
  box-shadow: 0 4px 12px -4px rgba(232,100,29,.4);
}
.ec-home .ech-sim-formula .op {
  font-size: 20px; font-weight: 600;
  color: rgba(255,255,255,0.5);
}

.ec-home .ech-simulator-card {
  background: white;
  border: 1px solid var(--ech-line);
  border-radius: var(--ech-radius-lg);
  padding: 8px;
  box-shadow: 0 24px 48px -16px rgba(0,0,0,.08), 0 8px 16px -8px rgba(0,0,0,.04);
}
.ec-home .ech-simulator-card .inner {
  background: linear-gradient(180deg, var(--ech-accent-softer), white);
  border-radius: 16px; padding: 28px;
}
.ec-home .ech-simulator-card img {
  width: 100%; height: auto;
  border-radius: 12px; display: block;
}

/* ── CTA band (green) ──────────────────────────────────────────────────── */
.ec-home .ech-cta-band {
  background: var(--ech-accent); color: white;
  padding: 56px 0; position: relative; overflow: hidden;
}
.ec-home .ech-cta-band::before {
  content: "";
  position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px; pointer-events: none;
  background: radial-gradient(circle, rgba(255,255,255,.1), transparent 70%);
}
.ec-home .ech-cta-band h3 {
  font-size: 26px; font-weight: 700;
  letter-spacing: -0.02em; margin: 0 0 4px;
  color: white;
}
.ec-home .ech-cta-band p { font-size: 15px; opacity: 0.9; margin: 0; color: white; }
.ec-home .ech-cta-band-actions {
  display: flex; gap: 12px; flex-wrap: wrap;
}
@media (min-width: 992px) {
  .ec-home .ech-cta-band-actions { justify-content: flex-end; }
}

/* ── AVANTAGES (dark) ──────────────────────────────────────────────────── */
.ec-home .ech-avantages {
  background: var(--ech-dark); color: white;
  padding: 96px 0;
}
.ec-home .ech-avantage {
  background: var(--ech-dark-2);
  border: 1px solid var(--ech-dark-line);
  border-radius: var(--ech-radius);
  padding: 32px 26px;
  transition: border-color .18s, transform .18s;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.ec-home .ech-avantage:hover {
  transform: translateY(-3px);
  border-color: rgba(232,100,29,0.4);
}
.ec-home .ech-avantage-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, rgba(232,100,29,.2), rgba(232,100,29,.05));
  border: 1px solid rgba(232,100,29,.3);
  border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fde3d1; margin-bottom: 22px;
}
.ec-home .ech-avantage-icon i { font-size: 26px; }
.ec-home .ech-avantage h3 {
  font-size: 18px; font-weight: 600;
  margin: 0 0 10px; color: white;
}
.ec-home .ech-avantage p {
  font-size: 14px; color: rgba(255,255,255,0.65);
  margin: 0; line-height: 1.55;
}

/* ── FAQ ───────────────────────────────────────────────────────────────── */
.ec-home .ech-faq { padding: 96px 0; }
.ec-home .ech-faq-item {
  background: white;
  border: 1px solid var(--ech-line);
  border-radius: var(--ech-radius);
  overflow: hidden;
  transition: border-color .18s, box-shadow .18s;
  margin-bottom: 14px;
}
.ec-home .ech-faq-item[open] {
  border-color: var(--ech-line-2);
  box-shadow: 0 8px 24px -12px rgba(0,0,0,.08);
}
.ec-home .ech-faq-item summary {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 22px;
  cursor: pointer; list-style: none;
  font-size: 15px; font-weight: 600;
  transition: background .15s;
}
.ec-home .ech-faq-item summary::-webkit-details-marker { display: none; }
.ec-home .ech-faq-item summary:hover { background: var(--ech-surface-2); }
.ec-home .ech-faq-item summary .q-num {
  flex-shrink: 0;
  font-family: ui-monospace, monospace;
  font-size: 11px;
  color: var(--ech-accent-dark);
  font-weight: 600;
  width: 24px;
}
.ec-home .ech-faq-item summary .q-text { flex: 1; }
.ec-home .ech-faq-item summary .q-text em {
  font-style: normal; color: var(--ech-accent-dark);
}
.ec-home .ech-faq-item summary .toggle {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: var(--ech-surface-2);
  border: 1px solid var(--ech-line);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ech-ink-2); flex-shrink: 0;
  transition: background .15s, transform .18s;
  font-weight: 600;
}
.ec-home .ech-faq-item[open] summary .toggle {
  background: var(--ech-accent);
  color: white;
  border-color: var(--ech-accent-dark);
  transform: rotate(45deg);
}
.ec-home .ech-faq-body {
  padding: 0 22px 22px 60px;
  color: var(--ech-ink-2);
  font-size: 14px; line-height: 1.65;
}
.ec-home .ech-faq-body em {
  font-style: normal; color: var(--ech-accent-dark); font-weight: 600;
}

/* ── SERVICES ──────────────────────────────────────────────────────────── */
.ec-home .ech-services {
  padding: 96px 0;
  background: var(--ech-surface-2);
}
.ec-home .ech-services-img {
  display: block; margin: 0 auto 48px;
  max-width: 880px; width: 100%;
  border-radius: 16px;
  box-shadow: 0 32px 64px -16px rgba(0,0,0,0.15), 0 12px 24px -8px rgba(0,0,0,0.08);
}
.ec-home .ech-feature { text-align: left; margin-bottom: 28px; }
.ec-home .ech-feature-icon {
  width: 44px; height: 44px;
  background: var(--ech-accent-soft);
  border: 1px solid #d4e8dc;
  border-radius: 12px;
  color: var(--ech-accent-dark);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.ec-home .ech-feature-icon i { font-size: 20px; }
.ec-home .ech-feature h4 {
  font-size: 16px; font-weight: 600;
  margin: 0 0 6px; color: var(--ech-ink);
}
.ec-home .ech-feature p {
  font-size: 14px; color: var(--ech-ink-2);
  line-height: 1.55; margin: 0;
}

/* ── CALLBACK ──────────────────────────────────────────────────────────── */
.ec-home .ech-callback { padding: 96px 0; }
.ec-home .ech-callback-card {
  background: linear-gradient(135deg, var(--ech-dark), #2a1810);
  color: white;
  border-radius: var(--ech-radius-lg);
  padding: 56px 48px;
  position: relative; overflow: hidden;
  box-shadow: 0 32px 64px -24px rgba(0,0,0,.2);
}
.ec-home .ech-callback-card::before {
  content: "";
  position: absolute; top: -200px; right: -100px;
  width: 600px; height: 600px; pointer-events: none;
  background: radial-gradient(circle, rgba(232,100,29,.2), transparent 60%);
}
.ec-home .ech-callback-card h2 {
  font-size: 32px; font-weight: 700;
  letter-spacing: -0.025em; line-height: 1.1;
  margin: 0 0 14px; color: white;
}
.ec-home .ech-callback-card h2 em { font-style: normal; color: #fde3d1; }
.ec-home .ech-callback-card .lead {
  font-size: 16px; color: rgba(255,255,255,0.7); margin: 0;
}
.ec-home .ech-callback-form {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px; padding: 18px;
  position: relative;
}
.ec-home .ech-callback-form .lbl {
  display: block;
  font-size: 11px;
  text-transform: uppercase; letter-spacing: .08em;
  color: #fde3d1; font-weight: 600;
  margin-bottom: 10px;
}
.ec-home .ech-callback-form .row-flex {
  display: flex; gap: 8px; flex-wrap: wrap;
}
.ec-home .ech-callback-form input {
  flex: 1; min-width: 0;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.2);
  color: white;
  font-size: 15px;
  font-family: inherit;
  outline: none;
}
.ec-home .ech-callback-form input::placeholder { color: rgba(255,255,255,0.4); }
.ec-home .ech-callback-form input:focus { border-color: #fde3d1; }
.ec-home .ech-callback-form button {
  padding: 14px 22px;
  border-radius: 10px;
  background: var(--ech-accent); color: white;
  font-weight: 600; font-size: 14px;
  border: none;
  display: inline-flex; align-items: center; gap: 8px;
  cursor: pointer; font-family: inherit;
}
.ec-home .ech-callback-form button:hover { background: var(--ech-accent-dark); }
.ec-home .ech-callback-form .alt {
  font-size: 12.5px;
  color: rgba(255,255,255,0.6);
  margin-top: 14px;
}
.ec-home .ech-callback-form .alt a {
  color: #fde3d1; font-weight: 600;
}
.ec-home .ech-callback-form .alt a:hover { text-decoration: underline; }

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 991px) {
  .ec-home .ech-hero h1 { font-size: 40px; }
  .ec-home .ech-section-head h2,
  .ec-home .ech-simulator h2,
  .ec-home .ech-callback-card h2 { font-size: 30px; }
  .ec-home .ech-callback-card { padding: 40px 32px; }
}
@media (max-width: 767px) {
  .ec-home .ech-hero { padding: 48px 0 60px; }
  .ec-home .ech-hero h1 { font-size: 32px; }
  .ec-home .ech-steps,
  .ec-home .ech-avantages,
  .ec-home .ech-faq,
  .ec-home .ech-services,
  .ec-home .ech-callback,
  .ec-home .ech-simulator { padding: 64px 0; }
  .ec-home .ech-section-head { margin-bottom: 32px; }
  .ec-home .ech-cta-band-actions { justify-content: flex-start; }
}


/* ════════════════════════════════════════════════════════════════════════════
   PAGES STATIQUES (CGU, mentions, conditions contractuelles…)
   On réutilise le wrapper .ec-home pour bénéficier de la navbar + tokens.
   Reset legacy : on étend le body.home pour couvrir aussi les pages statiques.
════════════════════════════════════════════════════════════════════════════ */
body.static-page #header { display: none !important; }
body.static-page .layout-one-column { padding-top: 0 !important; }
body.static-page #footer-wrapper,
body.static-page footer.banner-list { background: var(--ech-bg) !important; }

/* ── Page head (hero compact pour titre + breadcrumb) ─────────────────────── */
.ec-home .ech-page-head {
  background: var(--ech-surface);
  border-bottom: 1px solid var(--ech-line-2);
  padding: 64px 0 36px;
}
.ec-home .ech-page-head h1 {
  font-family: var(--ech-font);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ech-ink) !important;
  margin: 14px 0 0;
  line-height: 1.15;
  text-transform: none !important;
  border: none !important;
}
.ec-home .ech-page-head h1 em {
  font-style: normal;
  color: var(--ech-accent);
}
.ec-home .ech-page-head .ech-page-sub {
  font-size: 15px;
  color: var(--ech-ink-3);
  margin: 14px 0 0;
  max-width: 720px;
}

/* ── Breadcrumb ───────────────────────────────────────────────────────────── */
.ec-home .ech-breadcrumb {
  font-size: 13px;
  color: var(--ech-ink-3);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.02em;
}
.ec-home .ech-breadcrumb a {
  color: var(--ech-ink-2);
  text-decoration: none;
  font-weight: 500;
}
.ec-home .ech-breadcrumb a:hover { color: var(--ech-accent); }
.ec-home .ech-breadcrumb .sep { opacity: 0.4; }
.ec-home .ech-breadcrumb .current { color: var(--ech-accent); font-weight: 600; }

/* ── Page content (prose) ────────────────────────────────────────────────── */
.ec-home .ech-page-content {
  background: var(--ech-bg);
  padding: 56px 0 96px;
}
.ec-home .ech-prose {
  max-width: 760px;
  margin: 0 auto;
  font-family: var(--ech-font);
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ech-ink-2);
}
.ec-home .ech-prose > h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--ech-ink) !important;
  margin: 44px 0 14px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-transform: none !important;
  border: none !important;
}
.ec-home .ech-prose > h2:first-child { margin-top: 0; }
.ec-home .ech-prose > h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--ech-accent) !important;
  margin: 32px 0 10px;
  letter-spacing: 0;
  text-transform: none !important;
  border: none !important;
}
.ec-home .ech-prose p { margin: 0 0 14px; }
.ec-home .ech-prose a {
  color: var(--ech-accent);
  text-decoration: none;
  font-weight: 500;
}
.ec-home .ech-prose a:hover {
  color: var(--ech-accent-dark);
  text-decoration: underline;
}
.ec-home .ech-prose strong { color: var(--ech-ink); font-weight: 600; }
.ec-home .ech-prose ul,
.ec-home .ech-prose ol { margin: 0 0 14px; padding-left: 24px; }
.ec-home .ech-prose li { margin-bottom: 6px; }
.ec-home .ech-prose hr {
  border: none;
  border-top: 1px solid var(--ech-line-2);
  margin: 36px 0;
}

@media (max-width: 768px) {
  .ec-home .ech-page-head { padding: 40px 0 24px; }
  .ec-home .ech-page-head h1 { font-size: 32px; }
  .ec-home .ech-page-content { padding: 36px 0 64px; }
}
