/* Home — funnel + 3 filières */
.hhero { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(40px, 8vw, 96px); }
.hhero-art { position: absolute; inset: 0; z-index: -1; }
.hhero-art svg { width: 100%; height: 100%; object-fit: cover; }
.hhero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, var(--paper) 0%, color-mix(in srgb, var(--paper) 74%, transparent) 46%, transparent 70%); }
.hhero-in { position: relative; max-width: 660px; }
.hhero .display { font-size: clamp(2.4rem, 8vw, 4.4rem); }
.ink-hi { color: var(--terre); position: relative; white-space: nowrap; }
.ink-hi::after { content: ""; position: absolute; left: -2px; right: -2px; bottom: .08em; height: .28em; background: color-mix(in srgb, var(--terre) 30%, transparent); z-index: -1; border-radius: 3px; }
.hhero .lead { margin: 16px 0 28px; max-width: 34ch; }

/* Funnel 4 étapes */
.funnel { margin-top: -34px; position: relative; z-index: 2; }
.funnel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.fstep { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow); position: relative; }
.fstep .fn { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--terre); color: #fff; font-weight: 700; font-family: var(--display); margin-bottom: 10px; }
.fstep b { display: block; margin-bottom: 3px; }
.fstep small { color: var(--ink-soft); font-size: .84rem; }

.block { padding-block: clamp(48px, 8vw, 88px); }
.block-head { max-width: 640px; margin-bottom: 32px; }
.block-head h2 { margin-top: 6px; }
.block-alt { background: linear-gradient(var(--terre-tint), color-mix(in srgb, var(--terre-tint) 35%, var(--paper))); }

/* Filières */
.fil-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fil-card { background: var(--paper-2); border: 1px solid var(--line); border-top: 4px solid var(--accent); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow); display: grid; gap: 8px; align-content: start; transition: .25s var(--ease); }
.fil-card.live { box-shadow: var(--shadow-lg); border-color: color-mix(in srgb, var(--terre) 30%, var(--line)); }
.fil-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.fil-ico { font-size: 2.4rem; }
.fil-card h3 { color: var(--accent); }
.fil-card p { color: var(--ink-soft); font-size: .95rem; }
.fil-card .btn { margin-top: 10px; }
.fil-soon { margin-top: 10px; font-size: .82rem; color: var(--ink-soft); background: var(--paper); border: 1px dashed var(--line); border-radius: 999px; padding: 7px 14px; justify-self: start; }
.fil-note { margin-top: 22px; text-align: center; color: var(--ink-soft); font-size: .92rem; }

/* Value */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-grid > div { text-align: center; }
.v-ico { font-size: 2rem; margin-bottom: 10px; }
.value-grid b { display: block; font-family: var(--display); font-size: 1.2rem; margin-bottom: 6px; }
.value-grid p { color: var(--ink-soft); font-size: .92rem; }

@media (max-width: 820px) {
  .funnel-grid { grid-template-columns: 1fr 1fr; }
  .fil-grid { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; gap: 26px; }
  .funnel { margin-top: 18px; }
}

/* v2 — hero image home */
.hhero { min-height: clamp(480px, 62vh, 660px); display: grid; align-items: center; }
.hhero-art .hero-veil { background: linear-gradient(96deg, var(--paper) 8%, color-mix(in srgb, var(--paper) 90%, transparent) 40%, color-mix(in srgb, var(--paper) 45%, transparent) 58%, transparent 78%); }

/* CTA band (partagé avec fiche) */
.cta-band { margin-top: 8px; padding: clamp(24px, 4vw, 40px); border-radius: var(--radius); background: linear-gradient(120deg, var(--ink), #1c5171); color: var(--paper); display: flex; gap: 24px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.cta-band h3 { color: #fff; margin-bottom: 8px; }
.cta-band h3 b { color: #a9d69a; }
.cta-band p { color: color-mix(in srgb, #fff 82%, transparent); max-width: 52ch; font-size: .95rem; }
.cta-band .btn-primary { background: #fff; color: var(--ink); }
.cta-band .btn-primary:hover { background: var(--terre-tint); }
