/* =====================================================================
   v6 — hero lumineux, constat illustré, décisions Telegram, espace membre
   en résultats, tarifs à bascule, AMF, glows en boucle, avis tournants.
   Chargée après style.css (base v4). Remplace v5.css.
   ===================================================================== */

/* ---------- Nav pilule ---------- */
.nav { padding: 12px 0; border-bottom: 0; }
.nav.is-scrolled { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-color: transparent; }
.nav-pill { max-width: var(--w); margin: 0 auto; padding: 10px 12px 10px 16px; display: flex; align-items: center; gap: 18px; border-radius: 100px; border: 1px solid transparent; transition: background 0.4s, border-color 0.4s, box-shadow 0.4s, max-width 0.4s; }
.nav.is-scrolled .nav-pill { background: oklch(12% 0.014 290 / 0.78); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-color: var(--line-2); box-shadow: 0 12px 40px oklch(4% 0.02 290 / 0.5); max-width: calc(var(--w) - 48px); }
.nav-amf { display: inline-flex; align-items: center; gap: 6px; padding: 6px 11px; border-radius: 100px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cyan); border: 1px solid oklch(78% 0.13 215 / 0.35); background: oklch(78% 0.13 215 / 0.08); white-space: nowrap; }
.nav-amf svg { width: 14px; height: 14px; }
.nav-links { display: flex; gap: 22px; margin-left: auto; }
.nav-links a { font-size: 0.88rem; color: var(--ink-3); font-weight: 500; transition: color 0.3s; white-space: nowrap; }
.nav-links a:hover, .nav-links a.is-on { color: var(--ink); }
.nav-cta { padding: 11px 20px; }
.nav-burger { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-2); place-items: center; margin-left: auto; }
.nav-burger i { display: block; width: 18px; height: 12px; position: relative; }
.nav-burger i::before, .nav-burger i::after { content: ""; position: absolute; left: 0; right: 0; height: 1.5px; background: var(--ink); }
.nav-burger i::before { top: 0; } .nav-burger i::after { bottom: 0; }
.menu-in { padding-top: 96px; }

/* ---------- Glows en boucle (légers) ---------- */
@keyframes glowDrift { 0% { transform: translate(-30%, -30%) scale(1); opacity: 0.35; } 50% { transform: translate(30%, 20%) scale(1.25); opacity: 0.6; } 100% { transform: translate(-30%, -30%) scale(1); opacity: 0.35; } }
.glow-loop { position: relative; overflow: hidden; isolation: isolate; }
.glow-loop::after { content: ""; position: absolute; z-index: -1; width: 70%; height: 70%; left: 30%; top: 30%; border-radius: 50%; background: radial-gradient(closest-side, var(--gl, oklch(70% 0.27 320 / 0.55)), transparent 70%); filter: blur(30px); animation: glowDrift 9s ease-in-out infinite; pointer-events: none; }
.glow-cyan { --gl: oklch(78% 0.13 215 / 0.45); }
.glow-green { --gl: oklch(74% 0.16 160 / 0.45); }
@keyframes ringPulse { 0%, 100% { box-shadow: 0 0 0 0 oklch(78% 0.13 215 / 0.35), 0 0 30px oklch(78% 0.13 215 / 0.12); } 50% { box-shadow: 0 0 0 8px oklch(78% 0.13 215 / 0), 0 0 40px oklch(78% 0.13 215 / 0.25); } }

/* ---------- HERO v6 : lumière, pas de boîte ---------- */
.hero { min-height: 0; padding: clamp(120px, 15vh, 170px) 0 clamp(30px, 4vw, 50px); }
.hero-grid { grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr); align-items: center; gap: clamp(28px, 4vw, 60px); }
.amf-badge { display: inline-flex; align-items: center; gap: 12px; padding: 10px 18px 10px 12px; border-radius: 100px; border: 1px solid oklch(78% 0.13 215 / 0.4); background: oklch(78% 0.13 215 / 0.08); color: var(--cyan); animation: ringPulse 4s ease-in-out infinite; transition: border-color 0.3s, transform 0.4s var(--ease); }
.amf-badge:hover { border-color: var(--cyan); transform: translateY(-1px); }
.amf-badge svg { width: 26px; height: 26px; flex-shrink: 0; }
.amf-badge span { display: flex; flex-direction: column; line-height: 1.15; }
.amf-badge b { font-family: var(--fd); font-size: 0.98rem; color: var(--ink); font-weight: 600; }
.amf-badge small { font-size: 0.72rem; color: var(--cyan); letter-spacing: 0.04em; }
.hero h1 { max-width: 13ch; font-size: clamp(2.5rem, 5.2vw, 4.3rem); }
.hero-lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); max-width: 48ch; }
.hero-lead b { color: var(--ink); font-weight: 600; }

.hviz { position: relative; height: clamp(320px, 34vw, 460px); overflow: visible; }
.hviz svg { width: 100%; height: 100%; overflow: visible; display: block; }
.hv-pill { position: absolute; display: inline-flex; flex-direction: column; align-items: flex-end; gap: 2px; padding: 10px 14px; border-radius: 14px; border: 1px solid var(--line-2); background: oklch(12% 0.014 290 / 0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 16px 40px oklch(4% 0.02 290 / 0.5); white-space: nowrap; transform: translate(calc(-100% - 16px), -50%); opacity: 0; transition: opacity 0.6s var(--ease), transform 0.8s var(--ease); z-index: 2; }
.hv-pill.is-in { opacity: 1; }
.hv-pill small { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-4); }
.hv-pill b { font-family: var(--fd); font-size: 1.25rem; letter-spacing: -0.03em; line-height: 1; }
.hv-pill.me { border-color: oklch(70% 0.27 320 / 0.5); box-shadow: 0 16px 40px oklch(4% 0.02 290 / 0.5), 0 0 30px oklch(70% 0.27 320 / 0.25); }
.hv-pill.me b { color: var(--magenta-2); }
.hv-pill.btc b { color: var(--btc); }
.hv-gap { position: absolute; left: 0; top: 0; display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 100px; border: 1px solid oklch(74% 0.16 160 / 0.4); background: oklch(74% 0.16 160 / 0.1); color: var(--ink-2); font-size: 0.86rem; opacity: 0; transform: translateY(8px); transition: opacity 0.6s var(--ease) 0.4s, transform 0.8s var(--ease) 0.4s; z-index: 2; }
.hv-gap.is-in { opacity: 1; transform: none; }
.hv-gap b { font-family: var(--fd); font-size: 1.15rem; color: var(--green); letter-spacing: -0.02em; }
.hv-gap i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); animation: pulse 1.8s ease-in-out infinite; }
.hv-start { position: absolute; left: 0; bottom: -4px; font-size: 0.74rem; color: var(--ink-4); }
.hv-foot { position: absolute; right: 0; bottom: -4px; font-size: 0.74rem; color: var(--ink-4); }
.hv-foot a { color: var(--cyan); }

/* Avis tournant */
.rot { position: relative; margin-top: clamp(24px, 3vw, 36px); min-height: 92px; }
.rot .voice { position: absolute; left: 0; top: 0; max-width: 560px; opacity: 0; filter: blur(10px); transform: translateY(6px) scale(0.98); transition: opacity 0.9s var(--ease), filter 0.9s var(--ease), transform 0.9s var(--ease); pointer-events: none; }
.rot .voice.is-on { opacity: 1; filter: blur(0); transform: none; pointer-events: auto; position: relative; }
.rot-dots { display: flex; gap: 6px; margin-top: 10px; }
.rot-dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--line-2); transition: background 0.3s, width 0.3s; }
.rot-dots i.is-on { background: var(--magenta-2); width: 18px; border-radius: 3px; }
.stars { display: block; color: var(--amber); font-size: 0.85rem; letter-spacing: 2px; margin-bottom: 6px; line-height: 1; }
.voice q { font-size: 0.95rem; }
.voice small { font-size: 0.8rem; }
.voice-end { position: static; margin: 26px 0 0 auto; }

/* ---------- Constat illustré ---------- */
.constat { padding: clamp(60px, 8vw, 100px) 0 0; }
.constat-in { grid-template-columns: 1fr; gap: 26px; }
.constat h2 { max-width: 30ch; }
.constat h2 em { font-style: normal; color: var(--red); }
.cst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cst { padding: 20px 20px 18px; border-radius: 20px; border: 1px solid var(--line); background: oklch(97% 0.005 290 / 0.02); display: flex; flex-direction: column; gap: 12px; }
.cst-ill { height: 120px; border-radius: 14px; background: oklch(11% 0.014 290 / 0.6); border: 1px solid var(--line); overflow: hidden; position: relative; }
.cst-ill svg { width: 100%; height: 100%; display: block; }
.cst b { font-family: var(--fd); font-size: 1.05rem; color: var(--ink); }
.cst p { font-size: 0.9rem; color: var(--ink-3); font-weight: 300; line-height: 1.55; }
.cst-num { font-family: var(--fd); font-size: 0.78rem; color: var(--red); font-weight: 600; letter-spacing: 0.08em; }
.cst .dr { stroke-dasharray: 600; stroke-dashoffset: 600; }
.cst.is-in .dr { animation: cstDraw 1.6s var(--ease) forwards; }
@keyframes cstDraw { to { stroke-dashoffset: 0; } }
.cst .pop { opacity: 0; transform: scale(0.6); transform-box: fill-box; transform-origin: center; }
.cst.is-in .pop { animation: cstPop 0.5s var(--ease) forwards; }
@keyframes cstPop { to { opacity: 1; transform: scale(1); } }
.cst .buzz { transform-box: fill-box; transform-origin: center; }
.cst.is-in .buzz { animation: cstBuzz 1.2s ease-in-out 1.4s infinite; }
@keyframes cstBuzz { 0%, 100% { transform: rotate(0); } 10% { transform: rotate(-3deg); } 20% { transform: rotate(3deg); } 30% { transform: rotate(-2deg); } 40% { transform: rotate(0); } }
.cst-bridge { margin-top: 6px; font-family: var(--fd); font-size: clamp(1.1rem, 1.9vw, 1.4rem); color: var(--ink); max-width: 46ch; line-height: 1.4; }
.cst-bridge em { font-style: normal; color: var(--magenta-2); }

/* ---------- Textes secondaires ---------- */
.tr-note, .sim-disc, .ticker-foot, .tg-foot { font-size: 0.84rem; color: var(--ink-3); }
.trf-s { font-size: 0.84rem; }
.sim-scale { display: flex; justify-content: space-between; font-size: 0.74rem; color: var(--ink-4); margin-top: 2px; }
.trf.me { border-color: oklch(70% 0.27 320 / 0.35); }

/* ---------- 02 : décisions en messages ---------- */
.tg-stage { display: grid; grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr); gap: clamp(22px, 3.5vw, 48px); align-items: start; }
.tg-chart-col { position: sticky; top: 100px; }
.tg-thread { display: flex; flex-direction: column; gap: 14px; }
.tg { display: grid; grid-template-columns: 38px 1fr; gap: 10px; align-items: end; cursor: pointer; }
.tg-av { width: 38px; height: 38px; border-radius: 50%; overflow: hidden; border: 1px solid var(--line-2); flex-shrink: 0; }
.tg-av img { width: 100%; height: 100%; object-fit: cover; }
.tg-bub { position: relative; padding: 12px 14px 10px; border-radius: 16px 16px 16px 4px; background: oklch(18% 0.018 290 / 0.9); border: 1px solid var(--line); transition: border-color 0.3s, box-shadow 0.3s; }
.tg.is-on .tg-bub { border-color: oklch(70% 0.27 320 / 0.5); box-shadow: 0 0 30px oklch(70% 0.27 320 / 0.15); }
.tg.is-miss.is-on .tg-bub { border-color: oklch(83% 0.15 75 / 0.5); box-shadow: 0 0 30px oklch(83% 0.15 75 / 0.12); }
.tg-name { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; font-size: 0.78rem; color: var(--magenta-2); font-weight: 600; }
.tg-name small { font-weight: 400; color: var(--ink-4); font-size: 0.74rem; }
.tg-txt { margin-top: 5px; font-size: 0.95rem; color: var(--ink-2); line-height: 1.55; }
.tg-txt b { color: var(--ink); }
.tg-meta { display: flex; justify-content: flex-end; align-items: center; gap: 6px; margin-top: 6px; font-size: 0.7rem; color: var(--ink-4); }
.tg-meta i { color: var(--cyan); font-style: normal; font-size: 0.8rem; }
.tg-res { display: grid; grid-template-columns: 38px 1fr; gap: 10px; }
.tg-res > div { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding: 10px 14px; border-radius: 12px; border: 1px solid oklch(74% 0.16 160 / 0.35); background: oklch(74% 0.16 160 / 0.08); font-size: 0.86rem; color: var(--ink-3); }
.tg-res.miss > div { border-color: oklch(83% 0.15 75 / 0.4); background: oklch(83% 0.15 75 / 0.08); }
.tg-res b { font-family: var(--fd); font-size: 0.98rem; }
.tg-res .btc { color: var(--btc); } .tg-res .me { color: var(--green); } .tg-res.miss .me { color: var(--amber); }
.tg-res small { font-size: 0.74rem; color: var(--ink-4); width: 100%; }
.tg-item { display: flex; flex-direction: column; gap: 8px; }
.tg-foot { margin-top: 16px; }
.mo-chart { height: clamp(280px, 30vw, 400px); }
@media (max-width: 600px) { .mo-ax { font-size: 0.62rem; } .mo-chart { padding-left: 10px; } }
.mo-foot { font-size: 0.84rem; color: var(--ink-3); }
.mo-bub { opacity: 1; transform: scale(1); }
.mo-dot { opacity: 1 !important; }

/* ---------- 04 : espace membre en résultats (bento) ---------- */
.bento { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bt { position: relative; border-radius: 24px; border: 1px solid var(--line); background: oklch(97% 0.005 290 / 0.02); padding: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: center; overflow: hidden; min-height: 300px; }
.bt::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 80% 0%, oklch(70% 0.27 320 / 0.08), transparent 70%); pointer-events: none; }
.bt-copy { position: relative; }
.bt-copy small { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--magenta-2); }
.bt-copy h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); margin-top: 8px; }
.bt-copy p { margin-top: 8px; font-size: 0.92rem; color: var(--ink-3); font-weight: 300; line-height: 1.55; }
.bt-viz { position: relative; min-width: 0; }
/* score */
.gauge { position: relative; width: 100%; max-width: 230px; margin: 0 auto; }
.gauge svg { width: 100%; height: auto; overflow: visible; }
.gauge-val { position: absolute; left: 50%; top: 58%; transform: translate(-50%, -50%); text-align: center; }
.gauge-val b { display: block; font-family: var(--fd); font-size: 2.6rem; letter-spacing: -0.05em; color: var(--ink); line-height: 1; }
.gauge-val span { display: block; font-size: 0.74rem; color: var(--ink-4); margin-top: 2px; }
.gauge-act { margin-top: 10px; text-align: center; font-size: 0.84rem; color: var(--ink-3); }
.gauge-act b { color: var(--ink); }
.gauge .ga { stroke-dasharray: 300; stroke-dashoffset: 300; }
.bt.is-in .ga { animation: gaDraw 1.4s var(--ease) 0.2s forwards; }
@keyframes gaDraw { to { stroke-dashoffset: var(--off, 120); } }
/* allocation */
.alloc { padding: 16px; border-radius: 16px; border: 1px solid var(--line); background: oklch(11% 0.014 290 / 0.6); }
.alloc-h { display: flex; justify-content: space-between; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-4); }
.alloc-h span:last-child { color: var(--green); }
.alloc-bar { display: flex; height: 18px; border-radius: 9px; overflow: hidden; margin: 12px 0; }
.alloc-bar i { display: block; height: 100%; transform-origin: left; transform: scaleX(0); }
.bt.is-in .alloc-bar i { animation: alGrow 1.2s var(--ease) forwards; }
@keyframes alGrow { to { transform: scaleX(1); } }
.alloc-l { display: flex; justify-content: space-between; padding: 7px 0; border-top: 1px solid var(--line); font-size: 0.86rem; color: var(--ink-3); }
.alloc-l b { color: var(--ink); }
.alloc-l b.hid { filter: blur(5px); }
.alloc-lock { margin-top: 10px; display: inline-flex; align-items: center; gap: 7px; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.alloc-lock svg { width: 13px; height: 13px; color: var(--magenta-2); }
/* alertes */
.notifs { display: flex; flex-direction: column; gap: 10px; }
.ntf { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: start; padding: 12px 14px; border-radius: 14px; border: 1px solid var(--line-2); background: oklch(14% 0.016 290 / 0.9); box-shadow: 0 14px 34px oklch(4% 0.02 290 / 0.45); opacity: 0; transform: translateY(14px); }
.bt.is-in .ntf { animation: ntfIn 0.7s var(--ease) forwards; }
.bt.is-in .ntf:nth-child(2) { animation-delay: 0.35s; }
.bt.is-in .ntf:nth-child(3) { animation-delay: 0.7s; }
@keyframes ntfIn { to { opacity: 1; transform: none; } }
.ntf-ic { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; font-size: 0.7rem; font-weight: 700; color: #fff; }
.ntf-ic.tg { background: #2aabee; } .ntf-ic.ml { background: oklch(66% 0.18 280); } .ntf-ic.md { background: linear-gradient(135deg, var(--magenta), var(--indigo)); }
.ntf b { display: block; font-size: 0.86rem; color: var(--ink); }
.ntf span { display: block; font-size: 0.8rem; color: var(--ink-3); line-height: 1.4; margin-top: 2px; }
.ntf small { font-size: 0.7rem; color: var(--ink-4); }
/* briefs */
.brief { border-radius: 16px; border: 1px solid var(--line); background: oklch(11% 0.014 290 / 0.6); overflow: hidden; }
.brief-v { position: relative; height: 120px; background: radial-gradient(80% 100% at 50% 100%, oklch(70% 0.27 320 / 0.25), oklch(12% 0.014 290)); display: grid; place-items: center; }
.brief-play { width: 46px; height: 46px; border-radius: 50%; background: oklch(97% 0.005 290 / 0.92); display: grid; place-items: center; color: var(--bg); box-shadow: 0 0 0 10px oklch(97% 0.005 290 / 0.12); }
.brief-play svg { width: 18px; height: 18px; margin-left: 3px; }
.brief-bar { position: absolute; left: 14px; right: 14px; bottom: 12px; height: 3px; border-radius: 2px; background: oklch(97% 0.005 290 / 0.15); }
.brief-bar i { display: block; height: 100%; width: 38%; border-radius: 2px; background: var(--magenta-2); }
.brief-l { display: flex; justify-content: space-between; padding: 9px 14px; border-top: 1px solid var(--line); font-size: 0.84rem; color: var(--ink-3); }
.brief-l b { color: var(--ink); }
.feat { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.feat div { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 100px; border: 1px solid var(--line); font-size: 0.88rem; color: var(--ink-2); }
.feat div::before { content: "✓"; color: var(--green); font-weight: 700; }
.feat b { font-weight: 500; color: var(--ink-2); font-size: 0.88rem; }

/* ---------- 05 ---------- */
.alts-copy .voice-end { margin-left: 0; }
.ticker-wrap { margin-top: clamp(30px, 5vw, 50px); border-radius: 22px; border: 1px solid var(--line); background: oklch(97% 0.005 290 / 0.02); padding: 18px 0 14px; overflow: hidden; }
.ticker-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; padding: 0 22px 14px; }
.ticker-sub { font-size: 0.84rem; color: var(--ink-3); }
.ticker { position: relative; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.ticker-track { display: flex; gap: 12px; width: max-content; padding: 0 22px; animation: tick var(--tk-dur, 60s) linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes tick { to { transform: translateX(-50%); } }
.tk { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-width: 250px; padding: 12px 14px; border-radius: 14px; border: 1px solid var(--line); background: oklch(12% 0.014 290 / 0.7); }
.tk.win { border-color: oklch(74% 0.16 160 / 0.35); } .tk.loss { border-color: oklch(68% 0.22 18 / 0.35); }
.tk-sym b { display: block; font-family: var(--fd); font-size: 1rem; color: var(--ink); }
.tk-sym small { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 2px 7px; border-radius: 100px; }
.tk-sym small.long { color: var(--green); background: oklch(74% 0.16 160 / 0.12); }
.tk-sym small.short { color: var(--cyan); background: oklch(78% 0.13 215 / 0.12); }
.tk-info { font-size: 0.8rem; color: var(--ink-3); line-height: 1.35; }
.tk-info small { display: block; font-size: 0.74rem; color: var(--ink-4); }
.tk-pnl { font-family: var(--fd); font-weight: 600; font-size: 1.15rem; letter-spacing: -0.02em; }
.tk.win .tk-pnl { color: var(--green); } .tk.loss .tk-pnl { color: var(--red); }
.ticker-foot { padding: 12px 22px 0; }
.ticker-empty { padding: 10px 22px 6px; font-size: 0.9rem; color: var(--ink-3); }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } .ticker { overflow-x: auto; mask-image: none; -webkit-mask-image: none; } }

/* ---------- 06 : AMF ---------- */
.amf-card { padding: 24px 26px; border-radius: 22px; border: 1px solid oklch(78% 0.13 215 / 0.35); background: linear-gradient(160deg, oklch(78% 0.13 215 / 0.08), oklch(97% 0.005 290 / 0.02)); }
.amf-card-h { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--cyan); }
.amf-card-h svg { width: 34px; height: 34px; flex-shrink: 0; }
.amf-card-h b { display: block; font-family: var(--fd); font-size: 1.15rem; color: var(--ink); }
.amf-card-h span { font-size: 0.8rem; color: var(--cyan); }
.amf-card ul { margin-top: 14px; display: flex; flex-direction: column; gap: 12px; }
.amf-card li { font-size: 0.92rem; color: var(--ink-3); line-height: 1.55; padding-left: 18px; position: relative; }
.amf-card li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
.amf-card li b { color: var(--ink); }

/* ---------- 07 : tarif à bascule ---------- */
.plan-one { max-width: 720px; margin: 0 auto; position: relative; padding: clamp(26px, 3.5vw, 40px); border-radius: 28px; border: 1px solid oklch(70% 0.27 320 / 0.4); background: linear-gradient(180deg, oklch(70% 0.27 320 / 0.08), oklch(97% 0.005 290 / 0.02)); box-shadow: 0 30px 70px oklch(70% 0.27 320 / 0.12); }
.toggle { display: inline-flex; padding: 4px; border-radius: 100px; border: 1px solid var(--line-2); background: oklch(11% 0.014 290 / 0.6); position: relative; }
.toggle button { position: relative; z-index: 1; padding: 9px 18px; border-radius: 100px; font-size: 0.88rem; font-weight: 600; color: var(--ink-3); transition: color 0.3s; display: inline-flex; align-items: center; gap: 8px; }
.toggle button.is-on { color: #fff; }
.toggle button em { font-style: normal; font-size: 0.68rem; font-weight: 700; padding: 2px 7px; border-radius: 100px; background: oklch(74% 0.16 160 / 0.2); color: var(--green); }
.toggle-k { position: absolute; top: 4px; bottom: 4px; left: 4px; width: 80px; border-radius: 100px; background: linear-gradient(100deg, var(--magenta), var(--indigo)); transition: transform 0.4s var(--ease), width 0.4s var(--ease); }
.plan-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.plan-tier { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); }
.plan-price { display: flex; align-items: baseline; gap: 8px; margin-top: 16px; }
.plan-price b { font-family: var(--fd); font-size: clamp(3rem, 6vw, 4.2rem); letter-spacing: -0.05em; color: var(--ink); line-height: 1; }
.plan-price span { color: var(--ink-3); font-size: 1rem; }
.plan-eq { margin-top: 8px; font-size: 0.92rem; color: var(--ink-3); min-height: 1.4em; }
.plan-eq b { color: var(--ink); }
.plan-one ul { margin: 22px 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
.plan-one li { display: flex; gap: 10px; font-size: 0.9rem; color: var(--ink-2); line-height: 1.45; }
.plan-one li::before { content: "✓"; color: var(--green); font-weight: 700; flex-shrink: 0; }
.plan-one .btn { width: 100%; }
.plan-note { margin-top: 12px; text-align: center; font-size: 0.84rem; color: var(--ink-3); }
.plan-note b { color: var(--ink); }
.guar, .reassure, .join .voice-end, .faq, .contact { max-width: 720px; }
.free { max-width: 720px; margin: 34px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.free > div { padding: 22px; border-radius: 20px; border: 1px solid oklch(78% 0.13 215 / 0.3); background: linear-gradient(160deg, oklch(78% 0.13 215 / 0.06), oklch(97% 0.005 290 / 0.02)); display: flex; flex-direction: column; gap: 8px; }
.free small { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cyan); }
.free h4 { font-size: 1.15rem; }
.free p { font-size: 0.88rem; color: var(--ink-3); font-weight: 300; line-height: 1.55; flex: 1; }
.free .btn { align-self: flex-start; padding: 11px 18px; font-size: 0.85rem; }

/* ---------- Responsive v6 ---------- */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hviz { height: 300px; margin-top: 10px; }
  .tg-stage { grid-template-columns: 1fr; }
  .tg-chart-col { position: static; order: -1; }
}
@media (max-width: 980px) { .nav-links, .nav-amf, .nav-cta { display: none; } .nav-burger { display: grid; } .nav-pill { gap: 10px; } }
@media (max-width: 860px) {
  .cst-grid { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; }
  .bt { grid-template-columns: 1fr; min-height: 0; }
  .free { grid-template-columns: 1fr; }
  .plan-one ul { grid-template-columns: 1fr; }
  .amf-card { margin-top: 10px; }
}
@media (max-width: 600px) {
  .nav { padding: 8px 0; }
  .nav-pill { padding: 8px 8px 8px 12px; }
  .nav.is-scrolled .nav-pill { max-width: calc(100% - 20px); }
  .hero { padding-top: 96px; }
  .hero h1 { font-size: clamp(2.05rem, 9.2vw, 2.9rem); max-width: none; }
  .amf-badge { padding: 8px 14px 8px 10px; }
  .amf-badge b { font-size: 0.9rem; }
  .hviz { height: 240px; }
  .hv-pill { padding: 7px 10px; }
  .hv-pill b { font-size: 1.05rem; }
  .hv-gap { font-size: 0.78rem; padding: 7px 11px; }
  .rot .voice { max-width: none; }
  .tg { grid-template-columns: 30px 1fr; }
  .tg-av { width: 30px; height: 30px; }
  .tg-res { grid-template-columns: 30px 1fr; }
  .tk { min-width: 220px; }
  .voice-end { margin-left: 0; }
  .plan-top { flex-direction: column; align-items: flex-start; }
}

/* ---------- hero mobile : empilement propre ---------- */
@media (max-width: 1080px) {
  .hv-gap { position: static; display: inline-flex; margin-bottom: 8px; transform: none; }
  .hv-gap.is-in { transform: none; }
  .hviz { display: flex; flex-direction: column; height: auto; }
  .hviz svg { height: 240px; order: 2; }
  .hv-gap { order: 1; align-self: flex-start; }
  .hv-start, .hv-foot { position: static; order: 3; margin-top: 6px; }
  .hv-foot { order: 4; margin-top: 2px; }
  .hv-pill { top: auto !important; }
}
@media (max-width: 600px) {
  .hviz svg { height: 200px; }
  .hv-pill { padding: 6px 10px; }
  .hv-pill b { font-size: 1rem; }
  .hv-pill small { font-size: 0.62rem; }
}

/* ---------- hero mobile : pastilles en chips, pas en overlay ---------- */
.hv-chips { display: none; }
@media (max-width: 1080px) {
  .hv-pill { display: none !important; }
  .hv-chips { display: flex; gap: 10px; order: 2; margin: 0 0 6px; }
  .hviz svg { order: 3; }
  .hv-start { order: 4; } .hv-foot { order: 5; }
  .hv-chip { flex: 1; display: flex; flex-direction: column; gap: 2px; padding: 10px 12px; border-radius: 14px; border: 1px solid var(--line-2); background: oklch(12% 0.014 290 / 0.7); }
  .hv-chip small { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-4); }
  .hv-chip b { font-family: var(--fd); font-size: 1.3rem; letter-spacing: -0.03em; line-height: 1; }
  .hv-chip.me { border-color: oklch(70% 0.27 320 / 0.5); box-shadow: 0 0 24px oklch(70% 0.27 320 / 0.18); }
  .hv-chip.me b { color: var(--magenta-2); } .hv-chip.btc b { color: var(--btc); }
  .hv-gap { margin-bottom: 10px; }
}

.hv-gap b { white-space: nowrap; }
@media (max-width: 600px) { .hv-gap { font-size: 0.8rem; gap: 8px; align-items: flex-start; } .hv-gap i { margin-top: 6px; } }


/* =====================================================================
   v7 — courbe interactive des décisions, flux d'avis, témoignages animés,
   tarif en liste verticale, emplacements images IA.
   ===================================================================== */
/* Constat : image IA si présente (le SVG reste en repli) */
.cst-ill { height: 150px; }
.cst-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; display: none; }
.cst-ill.has-img .cst-img { display: block; }
.cst-ill.has-img svg { display: none; }

/* Témoignages flottants : lévitation lente + lueur qui passe */
@keyframes voiceFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes voiceSheen { 0% { transform: translateX(-140%) skewX(-18deg); } 60%, 100% { transform: translateX(240%) skewX(-18deg); } }
.voice-end { overflow: hidden; animation: voiceFloat 7s ease-in-out infinite; }
.voice-end::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 40%; background: linear-gradient(90deg, transparent, oklch(97% 0.005 290 / 0.06), transparent); animation: voiceSheen 9s ease-in-out 2s infinite; pointer-events: none; }
.voice-end q { font-size: 1.02rem; color: var(--ink); }
.voice-end small { font-size: 0.82rem; color: var(--ink-3); }
.voice-end .voice-av { animation: voiceFloat 7s ease-in-out 0.6s infinite; }
@media (prefers-reduced-motion: reduce) { .voice-end, .voice-end::before, .voice-end .voice-av { animation: none; } }

/* Flux d'avis (chapitre 06) */
.wall-live { margin-top: clamp(28px, 4vw, 44px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.wall-slot { position: relative; min-height: 190px; }
.wall-slot .voice { position: absolute; inset: 0; max-width: none; opacity: 0; filter: blur(8px); transform: translateY(8px) scale(0.98); transition: opacity 0.8s var(--ease), filter 0.8s var(--ease), transform 0.8s var(--ease); pointer-events: none; }
.wall-slot .voice.is-on { opacity: 1; filter: blur(0); transform: none; pointer-events: auto; }
.wall-slot .voice q { font-size: 0.95rem; }

/* Tarif : liste verticale, resserrée */
.plan-one ul { grid-template-columns: 1fr; gap: 9px; max-width: 520px; }

/* Allocation : pastilles */
.al-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 8px; vertical-align: middle; }

/* Courbe interactive des décisions */
.story { border-radius: 24px; border: 1px solid var(--line); background: oklch(97% 0.005 290 / 0.02); padding: clamp(16px, 2.4vw, 26px); }
.story-top { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 10px; }
.story-eps { display: flex; gap: 8px; flex-wrap: wrap; }
.story-eps button { padding: 7px 12px; border-radius: 100px; border: 1px solid var(--line); font-size: 0.8rem; color: var(--ink-3); display: inline-flex; align-items: center; gap: 7px; transition: all 0.3s; }
.story-eps button i { width: 8px; height: 8px; border-radius: 50%; background: var(--ec, var(--magenta)); }
.story-eps button.is-on { border-color: var(--ec, var(--magenta)); color: var(--ink); background: oklch(97% 0.005 290 / 0.04); }
.story-nav { display: flex; align-items: center; gap: 8px; }
.story-nav button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-2); color: var(--ink); display: grid; place-items: center; font-size: 1rem; transition: border-color 0.3s, background 0.3s; }
.story-nav button:hover { border-color: var(--magenta); background: oklch(70% 0.27 320 / 0.12); }
.story-nav span { font-family: var(--fd); font-size: 0.85rem; color: var(--ink-3); min-width: 54px; text-align: center; }
.story-chart { height: clamp(360px, 40vw, 520px); padding-top: 150px; }
.st-pt { position: absolute; z-index: 3; width: 26px; height: 26px; margin: -13px 0 0 -13px; border-radius: 50%; display: grid; place-items: center; font-family: var(--fd); font-weight: 700; font-size: 0.74rem; color: var(--bg); background: var(--pc, var(--magenta-2)); border: 2px solid var(--bg); cursor: pointer; transition: transform 0.35s var(--ease), box-shadow 0.3s; box-shadow: 0 0 0 0 transparent; }
.st-pt:hover { transform: scale(1.12); }
.st-pt.is-on { transform: scale(1.22); box-shadow: 0 0 0 8px color-mix(in oklab, var(--pc, var(--magenta-2)) 25%, transparent); z-index: 4; }
.st-pt.is-dim { opacity: 0.55; }
.st-line { position: absolute; z-index: 2; width: 1px; background: linear-gradient(180deg, var(--pc, var(--magenta-2)), transparent); opacity: 0; transition: opacity 0.3s; pointer-events: none; }
.st-line.is-on { opacity: 0.7; }
.st-call { position: absolute; z-index: 5; top: 0; width: min(380px, 92%); padding: 14px 16px 12px; border-radius: 16px; border: 1px solid color-mix(in oklab, var(--pc, var(--magenta-2)) 50%, transparent); background: oklch(12% 0.014 290 / 0.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 20px 50px oklch(4% 0.02 290 / 0.55), 0 0 30px color-mix(in oklab, var(--pc, var(--magenta-2)) 18%, transparent); opacity: 0; transform: translateY(6px); transition: opacity 0.45s var(--ease), transform 0.5s var(--ease), left 0.5s var(--ease); pointer-events: none; }
.st-call.is-on { opacity: 1; transform: none; pointer-events: auto; }
.st-call::after { content: ""; position: absolute; left: var(--ax, 50%); bottom: -7px; width: 12px; height: 12px; background: oklch(12% 0.014 290); border-right: 1px solid color-mix(in oklab, var(--pc, var(--magenta-2)) 50%, transparent); border-bottom: 1px solid color-mix(in oklab, var(--pc, var(--magenta-2)) 50%, transparent); transform: translateX(-50%) rotate(45deg); }
.st-call-h { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.st-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pc, var(--magenta-2)); }
.st-tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--pc, var(--magenta-2)); }
.st-date { font-size: 0.76rem; color: var(--ink-4); }
.st-call h4 { font-size: 1.05rem; margin-top: 8px; }
.st-call p { margin-top: 6px; font-size: 0.88rem; color: var(--ink-3); line-height: 1.5; }
.st-call p b { color: var(--ink); }
.st-expo { margin-top: 10px; display: flex; align-items: center; gap: 10px; font-size: 0.76rem; color: var(--ink-4); }
.st-expo i { flex: 1; height: 6px; border-radius: 3px; background: oklch(97% 0.005 290 / 0.08); overflow: hidden; position: relative; }
.st-expo i::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: var(--w, 0%); background: linear-gradient(90deg, var(--magenta), var(--magenta-2)); border-radius: 3px; transition: width 0.7s var(--ease); }
.st-expo b { color: var(--ink); font-family: var(--fd); min-width: 34px; text-align: right; }
.st-res { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 6px 12px; font-size: 0.84rem; color: var(--ink-3); }
.st-res b { font-family: var(--fd); }
.st-res .btc { color: var(--btc); } .st-res .me { color: var(--green); } .st-res .me.neg { color: var(--amber); }
.st-hint { position: absolute; left: 50%; bottom: 44px; transform: translateX(-50%); font-size: 0.74rem; color: var(--ink-4); pointer-events: none; }
@media (max-width: 860px) {
  .wall-live { grid-template-columns: 1fr; }
  .wall-slot { min-height: 150px; }
  .story-chart { height: 560px; padding-top: 230px; }
  .st-call { width: calc(100% - 8px); left: 4px !important; }
  .st-call::after { display: none; }
  .st-pt { width: 22px; height: 22px; margin: -11px 0 0 -11px; font-size: 0.66rem; }
  .story-eps { display: none; }
}

/* repères sur la courbe + traits vers les pastilles */
.st-mark { position: absolute; z-index: 2; width: 8px; height: 8px; margin: -4px 0 0 -4px; border-radius: 50%; background: var(--pc, var(--magenta-2)); border: 1.5px solid var(--bg); opacity: 0.85; pointer-events: none; }
.st-mark.is-on { box-shadow: 0 0 0 4px color-mix(in oklab, var(--pc, var(--magenta-2)) 30%, transparent); opacity: 1; }
.st-tie { position: absolute; z-index: 1; width: 1px; background: var(--pc, var(--magenta-2)); opacity: 0.35; transform: translateX(-0.5px); pointer-events: none; }
.st-tie.is-on { opacity: 0.9; }
.wall-slot .voice { inset: auto; left: 0; right: 0; top: 0; }

/* la bulle vit au-dessus du tracé, jamais dessus */
.story-chart { padding-top: 210px; --st-top: 210px; }
@media (max-width: 860px) { .story-chart { padding-top: 240px; --st-top: 240px; height: 590px; } }

/* images IA du constat */
.cst-ill { height: 190px; }
.cst-ill.has-img { background: #050510; border-color: oklch(97% 0.005 290 / 0.12); }
.cst-img { object-fit: cover; }
@media (max-width: 600px) { .cst-ill { height: 170px; } }

/* =====================================================================
   v10 — Décisions : le duel en séquence (version intégrée)
   ===================================================================== */
.duel { border-radius: 26px; border: 1px solid var(--line); background: oklch(97% 0.005 290 / 0.02); padding: clamp(16px, 2.6vw, 28px); }
.dl-legend { display: flex; gap: 16px 22px; flex-wrap: wrap; font-size: 0.82rem; color: var(--ink-3); margin-bottom: 12px; }
.dl-legend span { display: inline-flex; align-items: center; gap: 8px; }
.dl-legend i { display: inline-block; width: 16px; height: 3px; border-radius: 2px; }
.dl-legend i.dl-zone { height: 10px; border-radius: 3px; opacity: 0.55; }
.dl-chart { position: relative; height: clamp(280px, 34vw, 400px); outline: none; }
.dl-chart svg { width: 100%; height: 100%; overflow: visible; display: block; }
.dl-ax { position: absolute; font-size: 0.7rem; color: var(--ink-4); pointer-events: none; }
.dl-mk { position: absolute; z-index: 3; width: 28px; height: 28px; margin: -14px 0 0 -14px; border-radius: 50%; display: grid; place-items: center; font-family: var(--fd); font-size: 0.78rem; font-weight: 700; color: var(--bg); background: var(--mc); border: 2px solid var(--bg); cursor: pointer; opacity: 0; transform: scale(0.4); transition: transform 0.35s var(--ease), box-shadow 0.3s, opacity 0.35s; }
.dl-mk.is-in { opacity: 1; transform: scale(1); }
.dl-mk.is-in:hover { transform: scale(1.12); }
.dl-mk.is-in.is-on { transform: scale(1.28); box-shadow: 0 0 0 8px color-mix(in oklab, var(--mc) 25%, transparent), 0 0 24px color-mix(in oklab, var(--mc) 45%, transparent); z-index: 4; }
.dl-mk.is-in.is-dim { opacity: 0.4; }
.dl-tip { position: absolute; z-index: 5; transform: translate(-50%, calc(-100% - 20px)); padding: 7px 11px; border-radius: 10px; background: oklch(12% 0.014 290 / 0.94); border: 1px solid color-mix(in oklab, var(--mc, var(--magenta-2)) 50%, transparent); font-size: 0.76rem; color: var(--ink-2); white-space: nowrap; pointer-events: none; opacity: 0; transition: opacity 0.3s, transform 0.3s; }
.dl-tip b { color: var(--ink); }
.dl-tip.is-on { opacity: 1; transform: translate(-50%, calc(-100% - 24px)); }
.dl-tip::after { content: ""; position: absolute; left: 50%; bottom: -5px; width: 9px; height: 9px; background: oklch(12% 0.014 290); border-right: 1px solid color-mix(in oklab, var(--mc, var(--magenta-2)) 50%, transparent); border-bottom: 1px solid color-mix(in oklab, var(--mc, var(--magenta-2)) 50%, transparent); transform: translateX(-50%) rotate(45deg); }

.dl-nav { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.dl-arrow { flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-2); color: var(--ink); display: grid; place-items: center; font-size: 1rem; transition: border-color 0.3s, background 0.3s; }
.dl-arrow:hover { border-color: var(--magenta); background: oklch(70% 0.27 320 / 0.12); }
.dl-steps { flex: 1; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; padding: 2px; }
.dl-steps::-webkit-scrollbar { display: none; }
.dl-step { flex: 1 1 auto; min-width: max-content; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 100px; border: 1px solid var(--line); font-size: 0.8rem; color: var(--ink-3); cursor: pointer; transition: all 0.3s; white-space: nowrap; }
.dl-step b { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-family: var(--fd); font-size: 0.7rem; color: var(--bg); background: var(--mc); flex-shrink: 0; }
.dl-step.is-on { border-color: var(--mc); color: var(--ink); background: color-mix(in oklab, var(--mc) 12%, transparent); }

/* La fiche : avant / la décision / ensuite */
.dl-card { margin-top: 16px; border-radius: 22px; border: 1px solid color-mix(in oklab, var(--mc, var(--magenta-2)) 45%, transparent); background: oklch(11% 0.014 290 / 0.6); overflow: hidden; box-shadow: 0 0 40px color-mix(in oklab, var(--mc, var(--magenta-2)) 12%, transparent); transition: border-color 0.4s, box-shadow 0.4s; }
.dl-card-h { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; padding: 18px 22px 14px; border-bottom: 1px solid var(--line); }
.dl-when { font-family: var(--fd); font-size: 1.15rem; color: var(--ink); letter-spacing: -0.02em; }
.dl-when small { display: block; font-family: var(--fb); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mc, var(--magenta-2)); margin-bottom: 2px; }
.dl-verdict { display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border-radius: 100px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mc); background: color-mix(in oklab, var(--mc) 12%, transparent); border: 1px solid color-mix(in oklab, var(--mc) 45%, transparent); }
.dl-verdict i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.dl-phases { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.dl-ph { padding: 18px 22px 20px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; }
.dl-ph:last-child { border-right: 0; }
.dl-ph-k { display: inline-flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-4); }
.dl-ph-k i { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-family: var(--fd); font-size: 0.7rem; color: var(--ink-2); background: oklch(97% 0.005 290 / 0.08); font-style: normal; }
.dl-ph.dec .dl-ph-k { color: var(--mc); } .dl-ph.dec .dl-ph-k i { background: var(--mc); color: var(--bg); }
.dl-ph h4 { font-size: 1.05rem; line-height: 1.25; }
.dl-ph p { font-size: 0.9rem; color: var(--ink-3); line-height: 1.6; }
.dl-ph p b { color: var(--ink); }
.dl-ph blockquote { margin: 0; padding: 10px 12px; border-left: 2px solid var(--mc); border-radius: 0 10px 10px 0; background: oklch(97% 0.005 290 / 0.03); font-size: 0.86rem; color: var(--ink-2); line-height: 1.55; font-style: italic; }
.dl-ph blockquote small { display: block; margin-top: 6px; font-style: normal; font-size: 0.72rem; color: var(--ink-4); }
.dl-expo { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; margin-top: auto; padding: 12px 14px; border-radius: 14px; background: oklch(97% 0.005 290 / 0.03); border: 1px solid var(--line); }
.dl-expo > div { text-align: center; }
.dl-expo small { display: block; font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-4); }
.dl-expo b { display: block; font-family: var(--fd); font-size: 1.6rem; letter-spacing: -0.04em; line-height: 1; margin-top: 4px; color: var(--ink-3); }
.dl-expo .to b { color: var(--mc); }
.dl-expo .arr { color: var(--ink-4); font-size: 1.2rem; }
.dl-expo-cap { grid-column: 1 / -1; font-size: 0.72rem; color: var(--ink-4); text-align: center; margin-top: 2px; }
.dl-score { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dl-score > div { padding: 12px 14px; border-radius: 14px; border: 1px solid var(--line); background: oklch(97% 0.005 290 / 0.03); }
.dl-score small { display: block; font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-4); }
.dl-score b { display: block; font-family: var(--fd); font-size: 1.7rem; letter-spacing: -0.04em; line-height: 1; margin-top: 4px; }
.dl-score .b b { color: var(--ink-3); } .dl-score .m b { color: var(--mc); }
.dl-score .bar { height: 5px; border-radius: 3px; background: oklch(97% 0.005 290 / 0.08); margin-top: 10px; overflow: hidden; }
.dl-score .bar i { display: block; height: 100%; width: 0; border-radius: 3px; transition: width 0.9s var(--ease) 0.2s; }
.dl-score .b .bar i { background: var(--ink-4); } .dl-score .m .bar i { background: var(--mc); box-shadow: 0 0 10px var(--mc); }
.dl-score-cap { grid-column: 1 / -1; font-size: 0.74rem; color: var(--ink-4); }
.dl-reveal { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; padding: 9px 14px; border-radius: 100px; border: 1px solid var(--line-2); font-size: 0.8rem; color: var(--ink); transition: border-color 0.3s, background 0.3s; }
.dl-reveal:hover { border-color: var(--mc); background: color-mix(in oklab, var(--mc) 12%, transparent); }
.dl-reveal.is-done { opacity: 0.6; pointer-events: none; }
.dl-foot { margin-top: 14px; font-size: 0.8rem; color: var(--ink-4); line-height: 1.55; }
.dl-card.is-swap .dl-phases { animation: dlIn 0.5s var(--ease); }
@keyframes dlIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .dl-phases { grid-template-columns: 1fr; }
  .dl-ph { border-right: 0; border-bottom: 1px solid var(--line); }
  .dl-ph:last-child { border-bottom: 0; }
  .dl-chart { height: 260px; }
  .dl-mk { width: 24px; height: 24px; margin: -12px 0 0 -12px; font-size: 0.7rem; }
  .dl-tip { display: none; }
  .dl-step span { display: none; }
  .dl-step { flex: 0 0 auto; padding: 8px 10px; }
}
@media (prefers-reduced-motion: reduce) { .dl-card.is-swap .dl-phases { animation: none; } }

@media (max-width: 600px) { .dl-ax.ax-x:nth-child(odd) { display: none; } .dl-chart { height: 240px; } }


/* =====================================================================
   v11 — Résultats fusionné (duel en euros), Pour qui, IA, copilote,
   question en ligne, trades en % du capital, témoignages 3D
   ===================================================================== */
.dl-intro { margin: 38px 0 14px; max-width: 780px; }
.dl-intro h3 { font-size: clamp(1.25rem, 2.2vw, 1.65rem); letter-spacing: -0.02em; line-height: 1.2; }
.dl-intro p { margin-top: 8px; color: var(--ink-3); font-size: 0.95rem; line-height: 1.6; }
.dl-intro p strong { color: var(--ink); font-weight: 600; }
.dl-legend .dl-method { margin-left: auto; color: var(--cyan); }
.dl-legend .dl-method:hover { color: var(--ink); }
.track .voice-end + .sim { margin-top: 26px; }
.track .duel + .voice-end { margin-top: 26px; }

/* ---------- Pour qui ---------- */
.whom { padding: clamp(60px, 8vw, 110px) 0; border-top: 1px solid var(--line); position: relative; }
.whom-head { max-width: 840px; }
.whom-head h2 { margin-top: 10px; font-size: clamp(1.7rem, 3.6vw, 2.8rem); letter-spacing: -0.03em; line-height: 1.1; }
.whom-head h2 em { font-style: normal; color: var(--magenta-2); }
.whom-head .ch-lead { margin-top: 14px; }
.whom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.wh { padding: 22px; border-radius: 20px; border: 1px solid var(--line); background: oklch(97% 0.005 290 / 0.025); transition: border-color 0.3s, transform 0.3s; }
.wh:hover { border-color: var(--line-2); transform: translateY(-3px); }
.wh i { font-family: var(--fd); font-style: normal; font-size: 0.72rem; letter-spacing: 0.14em; color: var(--magenta-2); }
.wh b { display: block; margin-top: 10px; font-family: var(--fd); font-size: 1.12rem; line-height: 1.25; color: var(--ink); font-weight: 600; letter-spacing: -0.01em; }
.wh p { margin-top: 10px; font-size: 0.92rem; color: var(--ink-3); line-height: 1.6; }
.whom-not { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 0.84rem; color: var(--ink-3); }
.whom-not b { color: var(--ink-4); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.68rem; margin-right: 6px; }
.whom-not span { padding: 7px 12px; border-radius: 100px; border: 1px solid var(--line); }
.whom .voice-end { margin-top: 28px; }

/* ---------- IA dans la méthode ---------- */
.ai { margin-top: 40px; padding: clamp(22px, 3vw, 34px); border-radius: 26px; border: 1px solid var(--line-2); background: linear-gradient(160deg, oklch(70% 0.27 320 / 0.07), oklch(11% 0.014 290 / 0.4)); position: relative; overflow: hidden; }
.ai-head { max-width: 720px; }
.ai-head h3 { margin-top: 8px; font-size: clamp(1.35rem, 2.4vw, 1.9rem); letter-spacing: -0.02em; line-height: 1.15; }
.ai-head p { margin-top: 8px; color: var(--ink-3); font-size: 0.95rem; line-height: 1.6; }
.ai-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ai-c { padding: 18px; border-radius: 18px; border: 1px solid var(--line); background: oklch(97% 0.005 290 / 0.03); }
.ai-ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; color: var(--magenta-2); background: oklch(70% 0.27 320 / 0.12); }
.ai-ic svg { width: 20px; height: 20px; }
.ai-c b { display: block; margin-top: 12px; font-family: var(--fd); font-size: 1rem; color: var(--ink); line-height: 1.25; }
.ai-c p { margin-top: 8px; font-size: 0.86rem; color: var(--ink-3); line-height: 1.55; }
.ai-rule { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 0.92rem; color: var(--ink-2); line-height: 1.55; }
.ai-rule b { color: var(--magenta-2); }

/* ---------- Copilote (bento, pleine largeur) ---------- */
.bt-wide { grid-column: 1 / -1; }
.copi { display: flex; flex-direction: column; gap: 10px; padding: 14px; border-radius: 16px; border: 1px solid var(--line); background: oklch(11% 0.014 290 / 0.5); max-width: 460px; width: 100%; }
.copi-m { max-width: 88%; padding: 10px 13px; border-radius: 14px; font-size: 0.84rem; line-height: 1.5; }
.copi-m.u { align-self: flex-end; background: oklch(70% 0.27 320 / 0.18); color: var(--ink); border-bottom-right-radius: 4px; }
.copi-m.a { align-self: flex-start; background: oklch(97% 0.005 290 / 0.05); color: var(--ink-2); border-bottom-left-radius: 4px; }
.copi-m small { display: block; margin-top: 8px; font-size: 0.68rem; color: var(--cyan); }
.copi-in { display: flex; justify-content: space-between; align-items: center; padding: 8px 8px 8px 14px; border-radius: 100px; border: 1px solid var(--line-2); font-size: 0.8rem; color: var(--ink-4); }
.copi-in i { width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(135deg, var(--magenta), var(--indigo)); }

/* ---------- Question en ligne (remplace le bloc contact) ---------- */
.ask { margin: 34px auto 0; padding: clamp(22px, 3vw, 34px); border-radius: 26px; border: 1px solid var(--line-2); background: linear-gradient(160deg, oklch(80% 0.15 200 / 0.07), oklch(11% 0.014 290 / 0.4)); max-width: 900px; }
.ask-head h3 { margin-top: 8px; font-size: clamp(1.35rem, 2.4vw, 1.9rem); letter-spacing: -0.02em; line-height: 1.15; }
.ask-head p { margin-top: 8px; color: var(--ink-3); font-size: 0.95rem; line-height: 1.6; }
.ask-form { margin-top: 20px; display: flex; gap: 10px; }
.ask-form input { flex: 1; min-width: 0; padding: 14px 18px; border-radius: 100px; border: 1px solid var(--line-2); background: oklch(11% 0.014 290 / 0.6); color: var(--ink); font: inherit; font-size: 0.95rem; }
.ask-form input::placeholder { color: var(--ink-4); }
.ask-form input:focus { outline: none; border-color: var(--magenta); box-shadow: 0 0 0 4px oklch(70% 0.27 320 / 0.15); }
.ask-chips { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.ask-chip { padding: 8px 13px; border-radius: 100px; border: 1px solid var(--line); font-size: 0.8rem; color: var(--ink-3); transition: all 0.3s; cursor: pointer; text-align: left; }
.ask-chip:hover { border-color: var(--cyan); color: var(--ink); background: oklch(80% 0.15 200 / 0.08); }
.ask-foot { margin-top: 16px; font-size: 0.84rem; color: var(--ink-4); }
.ask-foot a { color: var(--cyan); }
.ask-foot a:hover { color: var(--ink); }

/* ---------- Trades : % du capital en premier ---------- */
.tk-pnl small { display: block; font-family: var(--fb); font-weight: 400; font-size: 0.62rem; color: var(--ink-4); letter-spacing: 0; margin-top: 2px; white-space: nowrap; }

/* ---------- Témoignages parsemés : relief 3D + lumière qui suit le curseur ---------- */
.voice-end.v3d { transform-style: preserve-3d; animation: voice3d 9s ease-in-out infinite; box-shadow: 0 34px 60px -34px oklch(0% 0 0 / 0.7); will-change: transform; }
.voice-end.v3d::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(380px circle at var(--mx, 50%) var(--my, 50%), oklch(97% 0.005 290 / 0.11), transparent 62%); opacity: 0; transition: opacity 0.4s; pointer-events: none; }
.voice-end.v3d.is-hot::after { opacity: 1; }
.voice-end.v3d .voice-av { transform: translateZ(24px); }
.voice-end.v3d > div { transform: translateZ(10px); }
@keyframes voice3d {
  0%, 100% { transform: perspective(1100px) rotateX(calc(var(--rx, 0deg) + 1.6deg)) rotateY(calc(var(--ry, 0deg) - 3deg)) translateY(0); }
  50% { transform: perspective(1100px) rotateX(calc(var(--rx, 0deg) - 1.6deg)) rotateY(calc(var(--ry, 0deg) + 3deg)) translateY(-7px); }
}

/* ---------- Tarifs : l'annuel en premier ---------- */
.toggle button em { font-style: normal; }
.toggle button.is-on em { color: oklch(16% 0.02 290); background: oklch(97% 0.005 290 / 0.55); }

@media (max-width: 900px) {
  .whom-grid, .ai-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .whom-grid, .ai-grid { grid-template-columns: 1fr; }
  .ask-form { flex-direction: column; }
  .ask-form .btn { width: 100%; justify-content: center; }
  .dl-legend .dl-method { margin-left: 0; }
  .copi { max-width: none; }
}
@media (prefers-reduced-motion: reduce) { .voice-end.v3d { animation: none; } }


/* ===== v12 — Pour qui en deux colonnes, IA à trois cartes ===== */
.whom-cols { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 16px; margin-top: 34px; }
.whom-col { padding: 24px; border-radius: 22px; border: 1px solid var(--line); background: oklch(97% 0.005 290 / 0.025); }
.whom-col.yes { border-color: color-mix(in oklab, var(--green) 35%, transparent); background: linear-gradient(160deg, color-mix(in oklab, var(--green) 7%, transparent), oklch(97% 0.005 290 / 0.02)); }
.whom-col.no { border-color: color-mix(in oklab, var(--red) 28%, transparent); }
.whom-col h3 { display: flex; align-items: center; gap: 10px; font-size: 1.05rem; }
.whom-col h3 i { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-size: 0.85rem; flex-shrink: 0; }
.whom-col.yes h3 i { background: color-mix(in oklab, var(--green) 20%, transparent); color: var(--green); }
.whom-col.no h3 i { background: color-mix(in oklab, var(--red) 20%, transparent); color: var(--red); }
.whom-col ul { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.whom-col li { padding-top: 12px; border-top: 1px solid var(--line); }
.whom-col li b { display: block; font-family: var(--fd); font-size: 1rem; line-height: 1.3; color: var(--ink); font-weight: 600; }
.whom-col li span { display: block; margin-top: 4px; font-size: 0.88rem; color: var(--ink-3); line-height: 1.55; }
.ai-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .ai-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 800px) { .whom-cols { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .ai-grid { grid-template-columns: 1fr; } }
