/* De Deskio à NEOO — styles de page (préfixe .evo-) */

.evo-page { background: var(--cb-bg, #f7f7fe); }
.evo-main { position: relative; overflow: hidden; }

/* ---- Hero ---- */
.evo-hero { position: relative; width: var(--main-container); margin: 0 auto; padding: 58px 0 8px; }
.evo-hero::before { content: ""; position: absolute; z-index: -1; top: -20px; bottom: -260px; left: 50%; width: 100vw; transform: translateX(-50%); background: radial-gradient(circle at 12% 8%, rgba(124,88,255,.10), transparent 32%), radial-gradient(circle at 90% 40%, rgba(37,16,243,.07), transparent 34%), linear-gradient(180deg, #fff 0%, #f8f8ff 100%); }
.evo-hero h1 {
  font-family: var(--cb-display-font); max-width: 940px; margin: 18px 0 0; color: #080942; font-size: var(--cb-title-hero, clamp(52px, 4vw, 68px)); line-height: var(--cb-display-leading); letter-spacing: var(--cb-display-tracking); font-weight: var(--cb-display-weight); }
.evo-hero h1 span { display: block; }
.evo-hero h1 span + span {
  width: fit-content;
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.evo-lead { max-width: 640px; margin: 18px 0 0; color: #1d286b; font-size: 18px; line-height: 1.5; font-weight: 500; letter-spacing: -.014em; }
.evo-signature { margin: 20px 0 0; color: var(--cb-primary); font-family: 'Segoe Script', 'Brush Script MT', cursive; font-style: italic; font-size: 23px; line-height: 1.3; font-weight: 600; letter-spacing: .01em; }

/* ---- Étapes ---- */
.evo-steps { position: relative; width: var(--main-container); margin: 0 auto; padding: 34px 0 0; }
.evo-steps__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.16fr) minmax(0, 1.16fr); gap: 34px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.evo-step { position: relative; display: flex; flex-direction: column; padding: 26px 24px 24px; border: 1px solid rgba(222,226,246,.95); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 18px 44px rgba(18,16,104,.06); }
.evo-step--featured { border: 2px solid rgba(37,16,243,.55); box-shadow: 0 26px 62px rgba(37,16,243,.14); }
.evo-step:not(:last-child)::after { content: ""; position: absolute; top: 148px; right: -30px; width: 26px; height: 18px; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 18" fill="none" stroke="%232510f3" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"><path d="M1 9h22m-7-7 7 7-7 7"/></svg>') center/contain no-repeat; }
.evo-step__head { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 13px; align-items: start; }
.evo-step__num { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 999px; background: var(--cb-primary); color: #fff; font-size: 17px; font-weight: 900; box-shadow: 0 10px 22px rgba(37,16,243,.28); }
.evo-step__head h2 { margin: 0; color: #0a0c4a; font-size: 21.5px; line-height: 1.12; letter-spacing: -.035em; font-weight: 900; }
.evo-step__sub { margin: 5px 0 0; color: var(--cb-primary); font-size: 14px; line-height: 1.25; font-weight: 800; }
.evo-step__text { margin: 15px 0 0; color: #3c477f; font-size: 14.3px; line-height: 1.48; font-weight: 500; }
.evo-step__body { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 18px; align-items: center; margin-top: 18px; flex: 1; }
.evo-step__list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; align-content: center; }
.evo-step__list li { display: flex; align-items: center; gap: 10px; color: #2c3675; font-size: 13.6px; line-height: 1.3; font-weight: 700; letter-spacing: -.01em; }
.evo-step__list svg { width: 30px; height: 30px; flex: none; padding: 6px; border-radius: 9px; background: #efedff; fill: none; stroke: var(--cb-primary); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.evo-step__checks { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; align-content: center; }
.evo-step__checks li { position: relative; padding-left: 27px; color: #2c3675; font-size: 13.8px; line-height: 1.35; font-weight: 700; }
.evo-step__checks li::before { content: ""; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border-radius: 999px; background: #efedff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%232510f3" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><path d="m6 12.5 4 4 8-9"/></svg>') center/11px no-repeat; }
.evo-step__banner { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 18px 0 0; padding: 11px 14px; border-radius: 999px; background: #efedff; color: var(--cb-primary); text-align: center; font-size: 13.3px; line-height: 1.25; font-weight: 800; }
.evo-step__banner svg { width: 17px; height: 17px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* Illustration Go : nuage + écran */
.evo-illus { position: relative; display: grid; place-items: center; min-height: 150px; }
.evo-illus--go { grid-template-rows: auto auto auto; gap: 0; }
.evo-illus__cloud { display: grid; place-items: center; width: 84px; height: 58px; }
.evo-illus__cloud svg { width: 100%; height: 100%; fill: rgba(124,99,255,.16); stroke: #7c63ff; stroke-width: 1; }
.evo-illus__screen { display: grid; grid-template-columns: repeat(3, 14px); gap: 6px; place-content: center; width: 104px; height: 70px; margin-top: -6px; border: 1px solid rgba(203,206,240,.95); border-radius: 10px; background: linear-gradient(180deg, #fff 0%, #f3f2ff 100%); box-shadow: 0 14px 28px rgba(18,16,104,.12); }
.evo-illus__screen i { width: 14px; height: 14px; border-radius: 4px; background: linear-gradient(140deg, #7c63ff, #2510f3); opacity: .85; }
.evo-illus__screen i:nth-child(even) { opacity: .35; }
.evo-illus__stand { width: 34px; height: 12px; border-radius: 0 0 8px 8px; background: #d9dcf5; }

/* Illustration NEOO : cube sur podium */
.evo-illus--neoo { min-height: 170px; }
.evo-cube { position: relative; z-index: 2; display: block; width: 78px; height: 92px; }
.evo-cube i { position: absolute; display: grid; place-items: center; font-style: normal; font-size: 9px; font-weight: 900; letter-spacing: .06em; color: rgba(255,255,255,.9); }
.evo-cube__top { top: 0; left: 12px; width: 54px; height: 54px; background: linear-gradient(140deg, #6a52ff, #2f1cf0); transform: scaleY(.5) rotate(45deg); transform-origin: center; border-radius: 7px; }
.evo-cube__left { top: 38px; left: 0; width: 39px; height: 47px; background: #180ba8; transform: skewY(22deg); transform-origin: top right; border-radius: 4px 0 0 7px; }
.evo-cube__right { top: 38px; right: 0; width: 39px; height: 47px; background: #3721e8; transform: skewY(-22deg); transform-origin: top left; border-radius: 0 4px 7px 0; }
.evo-podium { position: relative; z-index: 1; display: block; width: 128px; height: 28px; margin-top: 4px; border-radius: 999px; background: radial-gradient(ellipse at center, rgba(37,16,243,.30) 0 46%, rgba(124,99,255,.15) 60%, transparent 75%); }
.evo-podium::before { content: ""; position: absolute; inset: 6px 20px; border-radius: 999px; background: rgba(255,255,255,.5); }
.evo-chip { position: absolute; z-index: 3; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(222,226,246,.95); border-radius: 10px; background: #fff; box-shadow: 0 10px 22px rgba(18,16,104,.12); }
.evo-chip svg { width: 19px; height: 19px; fill: none; stroke: var(--cb-primary); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.evo-chip--a { top: 4px; left: 8px; }
.evo-chip--b { top: 42px; right: 4px; }
.evo-chip--c { bottom: 30px; left: 4px; }

/* Illustration Serenia : bouclier + orbites */
.evo-step__body--shield { grid-template-columns: minmax(0, 1fr) 132px minmax(0, 1fr); gap: 12px; }
.evo-step__list--half li { font-size: 12.9px; }
.evo-illus--shield { min-height: 132px; }
.evo-orbit { position: absolute; inset: 0; margin: auto; width: 126px; height: 126px; border: 1.5px dashed rgba(124,99,255,.5); border-radius: 999px; }
.evo-orbit::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(124,99,255,.28); border-radius: 999px; }
.evo-orbit i { position: absolute; width: 9px; height: 9px; border-radius: 999px; background: #7c63ff; box-shadow: 0 0 0 3px rgba(124,99,255,.18); }
.evo-orbit i:nth-child(1) { top: -5px; left: 50%; }
.evo-orbit i:nth-child(2) { bottom: -5px; left: 18%; }
.evo-orbit i:nth-child(3) { top: 30%; right: -5px; }
.evo-orbit i:nth-child(4) { top: 40%; left: -5px; }
.evo-shield { position: relative; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 18px; background: linear-gradient(140deg, #7c63ff, #2510f3); color: #fff; box-shadow: 0 16px 32px rgba(37,16,243,.3); }
.evo-shield svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.evo-down { display: grid; place-items: center; margin: 22px 0 0; }
.evo-down svg { width: 34px; height: 34px; padding: 6px; border-radius: 999px; background: #efedff; fill: none; stroke: var(--cb-primary); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

/* ---- Résultat ---- */
.evo-result { position: relative; width: var(--main-container); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.05fr) minmax(0, 1.35fr); gap: 28px; align-items: center; margin: 24px auto 0; padding: 30px 34px; border: 1px solid rgba(219,224,248,.95); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 22px 54px rgba(18,16,104,.07); }
.evo-result__head { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 16px; align-items: center; }
.evo-result__icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 999px; background: #efedff; color: var(--cb-primary); }
.evo-result__icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.evo-result__head h2 { margin: 0; color: #0a0c4a; font-size: 23px; line-height: 1.14; letter-spacing: -.04em; font-weight: 900; }
.evo-result__head h2 span { display: block; }
.evo-result__text { padding-left: 26px; border-left: 1px solid #e3e6f7; }
.evo-result__text p { margin: 0; color: #3c477f; font-size: 13.8px; line-height: 1.5; font-weight: 500; }
.evo-result__text p + p { margin-top: 5px; }
.evo-result__chips { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.evo-result__chips li { display: grid; justify-items: center; gap: 9px; padding: 15px 8px 13px; border: 1px solid rgba(222,226,246,.95); border-radius: 14px; background: #fbfbff; color: #0d1152; text-align: center; font-size: 12.3px; line-height: 1.25; font-weight: 800; letter-spacing: -.015em; }
.evo-result__chips svg { width: 34px; height: 34px; padding: 7px; border-radius: 999px; background: #efedff; fill: none; stroke: var(--cb-primary); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

/* ---- Comment ça s'articule ---- */
.evo-chain { position: relative; width: var(--main-container); display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 34px; align-items: center; margin: 0 auto; padding: 54px 0 60px; }
.evo-chain::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: linear-gradient(180deg, #f8f8ff 0%, #fff 100%); }
.evo-chain__intro h2 { margin: 0; color: #080942; font-size: var(--cb-title-section-side, clamp(38px, 3.35vw, 56px)); line-height: 1; letter-spacing: var(--cb-display-tracking); font-weight: var(--cb-display-weight); }
.evo-chain__intro p { margin: 10px 0 0; color: #46508a; font-size: 13.8px; line-height: 1.45; font-weight: 500; }
.evo-chain__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; margin: 0; padding: 0; list-style: none; }
.evo-chain__item { position: relative; }
.evo-chain__item:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -24px; width: 22px; border-top: 3px dotted #8f97d9; }
.evo-chain-card { display: grid; grid-template-columns: 42px minmax(0, 1fr) 18px; gap: 12px; align-items: center; height: 100%; padding: 16px 15px; border: 1px solid rgba(222,226,246,.95); border-radius: 15px; background: rgba(255,255,255,.96); box-shadow: 0 12px 30px rgba(18,16,104,.05); text-decoration: none; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.evo-chain-card:hover { transform: translateY(-3px); border-color: rgba(37,16,243,.4); box-shadow: 0 18px 40px rgba(37,16,243,.12); }
.evo-chain-card__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #efedff; color: var(--cb-primary); }
.evo-chain-card__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.evo-chain-card__body { display: grid; gap: 1px; }
.evo-chain-card__num { color: var(--cb-primary); font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.evo-chain-card__body b { color: #0a0c4a; font-size: 14.3px; letter-spacing: -.02em; font-weight: 900; }
.evo-chain-card__body span { color: #46508a; font-size: 12.2px; line-height: 1.25; font-weight: 600; }
.evo-chain-card__arrow { width: 18px; height: 18px; fill: none; stroke: var(--cb-primary); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.evo-diagnostic { margin-top: 8px; }

/* ---- Responsive ---- */
@media (max-width: 1330px) {
  .evo-result { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .evo-result__chips { grid-column: 1 / -1; }
  .evo-chain { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 1240px) {
  .evo-hero h1 { font-size: 43px; }
  .evo-steps__grid { grid-template-columns: 1fr; gap: 44px; }
  .evo-step:not(:last-child)::after { top: auto; bottom: -34px; right: auto; left: 50%; width: 18px; height: 26px; transform: translateX(-50%); background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 26" fill="none" stroke="%232510f3" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"><path d="M9 1v22m-7-7 7 7 7-7"/></svg>') center/contain no-repeat; }
  .evo-chain__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .evo-chain__item:not(:last-child)::after { display: none; }
}
@media (max-width: 980px) {
  .evo-hero h1 { font-size: 38px; }
  .evo-result { grid-template-columns: 1fr; padding: 26px 24px; }
  .evo-result__text { padding-left: 0; border-left: 0; }
}
@media (max-width: 640px) {
  .evo-hero h1 { font-size: 30px; letter-spacing: var(--cb-display-tracking); }
  .evo-lead { font-size: 15.5px; }
  .evo-signature { font-size: 19px; }
  .evo-step { padding: 22px 18px; }
  .evo-step__body, .evo-step__body--shield { grid-template-columns: 1fr; }
  .evo-illus--shield { order: -1; }
  .evo-result__chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .evo-chain { padding: 42px 0 46px; }
  .evo-chain__grid { grid-template-columns: 1fr; gap: 14px; }
}
