.parcours-timeline{display:flex;justify-content:center;align-items:flex-start;gap:0;margin-bottom:3rem;flex-wrap:wrap;position:relative}.timeline-line{position:absolute;top:24px;left:15%;right:15%;height:3px;background:var(--grad-parcours);opacity:.3;z-index:0;display:none}.parcours-step{flex:1;min-width:160px;max-width:220px;cursor:pointer;padding:1rem .5rem;position:relative;z-index:1;background:none;border:none;text-align:center;transition:transform .3s var(--easing-quart)}.parcours-step:hover{transform:translateY(-2px)}.parcours-step .step-dot{width:48px;height:48px;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.2rem;color:#fff;transition:transform .3s,box-shadow .3s}.parcours-step .step-name{font-size:1.1rem;font-weight:800;margin-bottom:.25rem}.parcours-step .step-sup{font-size:.6em}.parcours-step .step-sub{font-size:.85rem;color:var(--muted);margin-bottom:.5rem}.parcours-step .step-price{font-size:1.1rem;font-weight:700;color:var(--text)}.step-connector{width:40px;height:3px;margin-top:24px;opacity:.4}.stages-container{width:100%;max-width:1200px;margin:0 auto}.method-stage{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;padding:2rem;border-radius:var(--radius-lg);background:var(--panel-strong);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);text-align:left;transition:opacity .4s var(--easing-quart),transform .4s var(--easing-quart)}.method-stage .stage-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.method-stage .stage-num{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;flex-shrink:0}.method-stage .stage-name{font-size:2rem;font-weight:900;margin:0}.method-stage .stage-sup{font-size:.5em}.method-stage .stage-price-tag{padding:.3rem .8rem;border-radius:var(--radius-pill);font-size:.8rem;font-weight:600}.method-stage .stage-tagline{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:var(--text)}.method-stage .stage-description{color:var(--muted);line-height:1.7;margin-bottom:1.5rem}.method-stage .stage-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.method-stage .stage-tag{background:#ffffff14;padding:.4rem .8rem;border-radius:var(--radius-xs);font-size:.85rem}.method-stage .stage-cta{display:inline-flex;padding:.7rem 1.2rem;font-size:.9rem}.method-stage .stage-visual img{width:100%;height:300px;object-fit:cover;border-radius:var(--radius-md)}@media (max-width: 768px){.method-stage{grid-template-columns:1fr;padding:1.25rem}.method-stage .stage-visual img{height:220px}.parcours-timeline{flex-wrap:wrap;gap:.5rem}.step-connector{display:none}}@media (prefers-reduced-motion: reduce){.parcours-step,.method-stage{transition:none!important}}
