/* ════════════════════════════════════════════════════════════════════
   tracabilite2026.css — Page « Traçabilité / Espace client » · CLAIR & ÉDITORIAL
   Chrome de page dans la DA de l'accueil (encre + teal + gradient vert→cyan).
   La DÉMO interactive (mockup produit sombre) garde son CSS propre (espace_client.css, .ec-*).
   Prefix .tc
   ════════════════════════════════════════════════════════════════════ */

.tc {
  --tc-bg: #F6F8FB;
  --tc-soft-bg: #F1F5F9;
  --tc-ink: #0E1B2A;
  --tc-ink-2: #2a3a4d;
  --tc-soft: #5b6b7d;
  --tc-muted: #93a1b2;
  --tc-line: #E4EAF0;
  --tc-line-2: #EDF1F6;
  --tc-accent: #0E7490;
  --tc-accent-d: #0b5a70;
  --tc-accent-soft: #e6f1f4;
  --tc-maxw: 1200px;
  --tc-ease: cubic-bezier(.4, 0, .2, 1);
  --tc-sh: 0 14px 34px -22px rgba(14, 27, 42, .25);
  --tc-sh-hover: 0 26px 50px -28px rgba(14, 27, 42, .32);

  position: relative;
  background: var(--tc-bg);
  color: var(--tc-ink);
  font-family: 'Manrope', system-ui, sans-serif;
  overflow-x: clip;
}
.tc *, .tc *::before, .tc *::after { box-sizing: border-box; }
.tc h1, .tc h2, .tc h3, .tc h4 { margin: 0; font-family: 'Schibsted Grotesk', sans-serif; letter-spacing: -.02em; color: var(--tc-ink); }
:where(.tc p) { margin: 0; }
.tc a { color: inherit; text-decoration: none; }
.tc .ms, .tc .material-symbols-rounded { line-height: 1; vertical-align: middle; }
.tc-container { width: 100%; max-width: var(--tc-maxw); margin: 0 auto; padding: 0 32px; }
.tc-grad { background: linear-gradient(100deg, #10b981, #0891b2); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ── Boutons ── */
.tc-btn { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 15px; padding: 14px 24px; border-radius: 10px; cursor: pointer; transition: transform .2s var(--tc-ease), box-shadow .2s var(--tc-ease), background .2s, border-color .2s, color .2s; }
.tc-btn .ms, .tc-btn .material-symbols-rounded { font-size: 19px; transition: transform .2s var(--tc-ease); }
.tc-btn-primary { background: var(--tc-accent); color: #fff; box-shadow: 0 12px 26px -14px rgba(14, 116, 144, .6); }
.tc-btn-primary:hover { background: var(--tc-accent-d); transform: translateY(-1px); }
.tc-btn-primary:hover .ms, .tc-btn-primary:hover .material-symbols-rounded { transform: translateX(3px); }
.tc-btn-ghost { background: #fff; color: var(--tc-ink); border: 1px solid var(--tc-line); }
.tc-btn-ghost:hover { border-color: var(--tc-accent); color: var(--tc-accent); transform: translateY(-1px); }

/* ── Section / head ── */
.tc-section { position: relative; padding: clamp(64px, 9vh, 112px) 0; }
.tc-section--soft { background: var(--tc-soft-bg); border-top: 1px solid var(--tc-line-2); border-bottom: 1px solid var(--tc-line-2); }
.tc-head { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.tc-eyebrow { display: inline-flex; align-items: center; gap: 8px; font: 600 12px/1 'Manrope'; letter-spacing: .14em; text-transform: uppercase; color: var(--tc-accent); }
.tc-eyebrow .ms, .tc-eyebrow .material-symbols-rounded { font-size: 16px; }
.tc-h2 { font-size: clamp(28px, 3.8vw, 44px); line-height: 1.08; margin-top: 14px; font-weight: 700; }
.tc-sub { font-size: 17px; line-height: 1.65; color: var(--tc-soft); margin-top: 14px; }

/* ═══════════ STAGE — révélation 3D pinée (vitrine techno) ═══════════ */
.tc-stage { position: relative; height: calc(100vh + 1100px); background: linear-gradient(180deg, #eef3f8 0%, var(--tc-bg) 72%); }
.tc-stage__inner { position: relative; width: 100%; height: 100vh; }
.tc-stage__inner.is-pinned { position: fixed; top: 0; left: 0; right: 0; }
.tc-stage__inner.is-after { position: absolute; bottom: 0; left: 0; right: 0; }
.tc-stage__grid { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(rgba(14, 27, 42, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 27, 42, .045) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: radial-gradient(ellipse 75% 62% at 50% 32%, #000, transparent 74%);
  mask-image: radial-gradient(ellipse 75% 62% at 50% 32%, #000, transparent 74%); }
.tc-crumb { font-size: .84rem; color: var(--tc-muted); margin-bottom: 18px; }
.tc-crumb a:hover { color: var(--tc-accent); }
.tc-crumb .sep { margin: 0 8px; opacity: .5; }
.tc-stage__head { position: absolute; z-index: 1; left: 0; right: 0; top: 116px; text-align: center; padding: 0 24px; will-change: transform, opacity; }
.tc-stage__head .tc-eyebrow { justify-content: center; }
.tc-stage__head h1 { font-size: clamp(2rem, 4.6vw, 3.5rem); line-height: 1.08; margin: 14px auto 0; max-width: 840px; font-weight: 800; }
.tc-stage__hint { margin-top: 20px; font-size: .88rem; color: var(--tc-muted); display: inline-flex; align-items: center; gap: 7px; }
.tc-stage__hint .ms, .tc-stage__hint .material-symbols-rounded { font-size: 18px; color: var(--tc-accent); animation: tc-bob 2.4s infinite; }
@keyframes tc-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }
.tc-stage__demo { position: absolute; z-index: 2; left: 50%; top: 52%; width: min(1040px, 92vw); transform: translate(-50%, -50%); perspective: 1700px; will-change: transform; }
.tc-stage__demo .ec-window--demo { margin: 0; will-change: transform; transform-origin: center top; }
.tc-stage__cue { position: absolute; z-index: 3; left: 0; right: 0; bottom: 46px; text-align: center; font-size: .9rem; color: var(--tc-muted); opacity: 0; transition: opacity .3s; pointer-events: none; }
.tc-stage__cue .ms, .tc-stage__cue .material-symbols-rounded { font-size: 17px; vertical-align: -3px; color: var(--tc-accent); }
@media (max-width: 760px) {
  .tc-stage { height: auto !important; background: linear-gradient(180deg, #eef3f8 0%, var(--tc-bg) 60%); }
  .tc-stage__inner { position: static !important; height: auto; }
  .tc-stage__grid { display: none; }
  .tc-stage__head { position: static; top: auto; padding: 108px 18px 0; opacity: 1 !important; transform: none !important; }
  .tc-stage__demo { position: static; left: auto; top: auto; transform: none; width: 100%; margin: 26px auto 0; perspective: none; }
  .tc-stage__demo .ec-window--demo { transform: none !important; }
  .tc-stage__cue { display: none; }
}

/* ═══════════ FEATURE SPLIT (texte + visuel) ═══════════ */
.tc-split { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.tc-split--rev .tc-feat__visual { order: -1; }
.tc-feat__copy h2 { font-size: clamp(24px, 3vw, 36px); line-height: 1.12; margin-top: 12px; font-weight: 700; }
.tc-feat__copy > p { margin-top: 14px; font-size: 1.02rem; line-height: 1.7; color: var(--tc-soft); }
.tc-flist { display: flex; flex-direction: column; gap: 11px; margin-top: 20px; }
.tc-flist li { display: flex; gap: 11px; align-items: flex-start; font-size: .96rem; line-height: 1.5; color: var(--tc-ink-2); }
.tc-flist .ms, .tc-flist .material-symbols-rounded { color: var(--tc-accent); font-size: 21px; flex: none; }

/* ═══════════ PERSONAS (pour qui) ═══════════ */
.tc-personas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tc-persona { position: relative; overflow: hidden; padding: 30px 26px; border-radius: 16px; background: #fff; border: 1px solid var(--tc-line); box-shadow: var(--tc-sh); transition: transform .25s var(--tc-ease), box-shadow .3s, border-color .3s; }
.tc-persona::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, #10b981, #0891b2); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--tc-ease); }
.tc-persona:hover { transform: translateY(-4px); box-shadow: var(--tc-sh-hover); border-color: color-mix(in srgb, var(--tc-accent) 35%, var(--tc-line)); }
.tc-persona:hover::before { transform: scaleX(1); }
.tc-persona__ic { width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: var(--tc-accent-soft); }
.tc-persona__ic .ms, .tc-persona__ic .material-symbols-rounded { font-size: 26px; color: var(--tc-accent); }
.tc-persona h3 { font-size: 1.1rem; font-weight: 700; margin-top: 16px; }
.tc-persona p { margin-top: 8px; font-size: .94rem; line-height: 1.6; color: var(--tc-soft); }

/* ═══════════ COMMENT ÇA MARCHE (stepper horizontal connecté) ═══════════ */
.tc-hsteps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; position: relative; }
.tc-hstep { position: relative; text-align: center; }
.tc-hstep::before { content: ""; position: absolute; top: 27px; left: 50%; width: 100%; height: 2px; background: var(--tc-line); z-index: 0; }
.tc-hstep:last-child::before { display: none; }
.tc-hstep__n { position: relative; z-index: 1; width: 54px; height: 54px; margin: 0 auto; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Schibsted Grotesk'; font-weight: 700; font-size: 1.2rem; color: #fff; background: var(--tc-accent); box-shadow: 0 10px 24px -12px rgba(14, 116, 144, .6); }
.tc-hstep h3 { font-size: 1.02rem; font-weight: 700; margin-top: 18px; }
.tc-hstep p { margin: 7px auto 0; font-size: .92rem; line-height: 1.55; color: var(--tc-soft); max-width: 26ch; }

/* ═══════════ CONFIANCE & DONNÉES (bandeau) ═══════════ */
.tc-trust { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 26px; background: #fff; border: 1px solid var(--tc-line); border-radius: 18px; padding: 24px 30px; box-shadow: var(--tc-sh); }
.tc-trust__lead { display: flex; align-items: center; gap: 11px; padding-right: 26px; border-right: 1px solid var(--tc-line); }
.tc-trust__lead .ms, .tc-trust__lead .material-symbols-rounded { color: var(--tc-accent); font-size: 28px; }
.tc-trust__lead strong { font-family: 'Schibsted Grotesk'; font-size: 1.05rem; font-weight: 700; max-width: 13ch; line-height: 1.25; }
.tc-trust__items { display: flex; flex: 1; flex-wrap: wrap; gap: 14px 28px; }
.tc-trust__item { display: flex; align-items: center; gap: 11px; }
.tc-trust__item .ms, .tc-trust__item .material-symbols-rounded { color: var(--tc-accent); font-size: 24px; }
.tc-trust__item strong { display: block; font-size: .95rem; }
.tc-trust__item span { font-size: .84rem; color: var(--tc-soft); }

/* ═══════════ CTA (sombre, premium) ═══════════ */
.tc-cta { position: relative; overflow: hidden; border-radius: 20px; padding: 56px 48px; text-align: center; background: var(--tc-ink); border: 1px solid rgba(255, 255, 255, .06); }
.tc-cta::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(700px 320px at 50% -20%, rgba(14, 116, 144, .4), transparent 70%); }
.tc-cta h2 { position: relative; font-size: clamp(26px, 3.6vw, 40px); color: #fff; }
.tc-cta p { position: relative; margin: 14px auto 0; max-width: 620px; color: #b6c4d2; font-size: 1.02rem; line-height: 1.6; }
.tc-cta__row { position: relative; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.tc-cta .tc-btn-primary { background: #fff; color: var(--tc-ink); box-shadow: none; }
.tc-cta .tc-btn-primary:hover { background: #eaf2f4; }
.tc-cta .tc-btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .25); }
.tc-cta .tc-btn-ghost:hover { background: rgba(255, 255, 255, .08); border-color: #fff; color: #fff; }

/* ═══════════ reveal ═══════════ */
.tc-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--tc-ease), transform .65s var(--tc-ease); }
.tc-reveal.is-visible { opacity: 1; transform: none; }
.tc-reveal.d1 { transition-delay: .05s; } .tc-reveal.d2 { transition-delay: .1s; }
.tc-reveal.d3 { transition-delay: .15s; } .tc-reveal.d4 { transition-delay: .2s; }

/* ═══════════ responsive ═══════════ */
@media (max-width: 980px) {
  .tc-split { grid-template-columns: 1fr; gap: 34px; }
  .tc-split--rev .tc-feat__visual { order: 0; }
  .tc-personas { grid-template-columns: 1fr; }
  /* stepper → vertical (rail à gauche) */
  .tc-hsteps { grid-template-columns: 1fr; gap: 0; }
  .tc-hstep { display: grid; grid-template-columns: 54px 1fr; gap: 18px; text-align: left; padding-bottom: 30px; }
  .tc-hstep::before { top: 54px; left: 27px; transform: translateX(-1px); width: 2px; height: calc(100% - 54px); }
  .tc-hstep:last-child::before { display: none; }
  .tc-hstep__n { margin: 0; }
  .tc-hstep h3 { margin-top: 0; padding-top: 12px; }
  .tc-hstep p { margin: 6px 0 0; max-width: none; }
}
@media (max-width: 600px) {
  .tc-container { padding: 0 18px; }
  .tc-cta { padding: 40px 22px; }
  .tc-trust { flex-direction: column; align-items: flex-start; gap: 16px; padding: 22px; }
  .tc-trust__lead { border-right: 0; border-bottom: 1px solid var(--tc-line); padding: 0 0 14px; width: 100%; }
  .tc-trust__items { flex-direction: column; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .tc-reveal { opacity: 1 !important; transform: none !important; }
}

/* ════════════════════════════════════════════════════════════════════
   VITRINE TECHNO — sections enrichies
   ════════════════════════════════════════════════════════════════════ */

/* ── 1. Plateforme interne (bordure animée « border-beam ») ── */
.tc-plat { position: relative; border-radius: 22px; overflow: hidden; background: #fff; box-shadow: var(--tc-sh-hover); }
.tc-plat::before { content: ""; position: absolute; inset: -60%; z-index: 0;
  background: conic-gradient(from 0deg, transparent 0 62%, #10b981 78%, #0891b2 88%, transparent 100%);
  animation: tc-beam 7s linear infinite; }
.tc-plat::after { content: ""; position: absolute; inset: 1.6px; z-index: 1; border-radius: 21px; background: #fff; }
.tc-plat__inner { position: relative; z-index: 2; padding: 38px clamp(22px, 4vw, 46px); }
@keyframes tc-beam { to { transform: rotate(360deg); } }
.tc-plat__lead { display: flex; align-items: center; gap: 10px; justify-content: center; }
.tc-plat__lead .ms, .tc-plat__lead .material-symbols-rounded { color: var(--tc-accent); font-size: 22px; }
.tc-plat__lead strong { font-family: 'Schibsted Grotesk'; font-size: 1.15rem; font-weight: 700; }
.tc-plat__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.tc-mod { display: flex; align-items: flex-start; gap: 13px; padding: 18px; border-radius: 14px; background: var(--tc-soft-bg); border: 1px solid var(--tc-line-2); }
.tc-mod__ic { width: 42px; height: 42px; flex: none; border-radius: 11px; display: flex; align-items: center; justify-content: center; background: var(--tc-accent-soft); }
.tc-mod__ic .ms, .tc-mod__ic .material-symbols-rounded { color: var(--tc-accent); font-size: 22px; }
.tc-mod strong { display: block; font-size: .95rem; font-weight: 700; }
.tc-mod span { font-size: .84rem; line-height: 1.45; color: var(--tc-soft); }

/* ── 2. App agent — téléphone + fil d'activité « live » ── */
.tc-phone { position: relative; width: 290px; max-width: 80vw; aspect-ratio: 290 / 600; margin: 0 auto; border-radius: 44px; background: #0c0f1a; border: 1px solid rgba(255, 255, 255, .12); box-shadow: 0 50px 100px -34px rgba(14, 27, 42, .55); padding: 13px; }
.tc-phone::before { content: ""; position: absolute; top: 15px; left: 50%; transform: translateX(-50%); width: 92px; height: 24px; background: #000; border-radius: 13px; z-index: 4; }
.tc-phone__screen { position: relative; height: 100%; border-radius: 33px; overflow: hidden; background: linear-gradient(180deg, #11182b 0%, #0c0f1a 100%); display: flex; flex-direction: column; }
.tc-phone__top { padding: 34px 16px 12px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.tc-phone__top .av { width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(135deg, #10b981, #0891b2); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; font-weight: 800; font-family: 'Schibsted Grotesk'; }
.tc-phone__top b { color: #f1f5f9; font-size: 12.5px; font-weight: 700; }
.tc-phone__top span { font-size: 10px; color: #8a8ca6; }
.tc-phone__live { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-size: 9.5px; font-weight: 800; color: #34d399; background: rgba(16, 185, 129, .14); border: 1px solid rgba(16, 185, 129, .28); padding: 4px 9px; border-radius: 999px; }
.tc-phone__live i { width: 6px; height: 6px; border-radius: 50%; background: #34d399; animation: tc-blink 1.8s infinite; }
@keyframes tc-blink { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
/* barre de progression du process (segments) */
.tc-phone__prog { display: flex; gap: 4px; padding: 11px 14px 7px; }
.tc-phone__prog i { flex: 1; height: 3px; border-radius: 2px; background: rgba(255, 255, 255, .12); transition: background .4s; }
.tc-phone__prog i.on { background: linear-gradient(90deg, #10b981, #0891b2); }
/* zone des écrans qui défilent */
.tc-app { position: relative; flex: 1; overflow: hidden; }
.tc-scr { position: absolute; inset: 0; padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 11px; opacity: 0; transform: translateY(12px); transition: opacity .5s var(--tc-ease), transform .5s var(--tc-ease); pointer-events: none; }
.tc-scr.is-on { opacity: 1; transform: none; pointer-events: auto; }
.tc-scr__h { display: flex; align-items: center; gap: 9px; }
.tc-scr__h .ic { width: 32px; height: 32px; flex: none; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: rgba(8, 145, 178, .18); color: #38bdf8; }
.tc-scr__h .ic.g { background: rgba(16, 185, 129, .18); color: #34d399; }
.tc-scr__h .ic.w { background: rgba(245, 158, 11, .16); color: #fbbf24; }
.tc-scr__h .ic .ms, .tc-scr__h .ic .material-symbols-rounded { font-size: 18px; }
.tc-scr__h b { color: #f1f5f9; font-size: 12.5px; font-weight: 700; }
.tc-scr__h em { margin-left: auto; font-style: normal; font-size: 10px; color: #8a8ca6; }
.tc-scr__card { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .08); border-radius: 13px; padding: 13px; }
.tc-scr__card strong { display: block; color: #f1f5f9; font-size: 12.5px; }
.tc-scr__card > span { display: block; font-size: 10.5px; color: #8a8ca6; margin-top: 3px; }
.tc-scr__card.warn { border-color: rgba(245, 158, 11, .3); background: rgba(245, 158, 11, .08); }
.tc-scr__meta { display: inline-flex; align-items: center; gap: 5px; margin-top: 9px; font-size: 10px; font-weight: 700; color: #c7d2fe; }
.tc-scr__meta.ok { color: #34d399; }
.tc-scr__meta .ms, .tc-scr__meta .material-symbols-rounded { font-size: 14px; }
.tc-scr__btn { margin-top: auto; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 12px; border-radius: 11px; background: linear-gradient(135deg, #10b981, #0891b2); color: #fff; font-weight: 700; font-size: 12px; border: 0; font-family: inherit; }
.tc-scr__btn .ms, .tc-scr__btn .material-symbols-rounded { font-size: 17px; }
.tc-scr__gps { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; }
.tc-scr__gpsring { position: relative; width: 78px; height: 78px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #34d399; background: radial-gradient(circle, rgba(16, 185, 129, .18), transparent 70%); border: 2px solid rgba(16, 185, 129, .4); }
.tc-scr__gpsring::before { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 2px solid rgba(16, 185, 129, .35); animation: tc-ping 2.4s ease-out infinite; }
.tc-scr__gpsring .ms, .tc-scr__gpsring .material-symbols-rounded { font-size: 34px; }
.tc-scr__gps strong { color: #f1f5f9; font-size: 13px; }
.tc-scr__gps > span { font-size: 10.5px; color: #8a8ca6; }
@keyframes tc-ping { 0% { transform: scale(.7); opacity: .7; } 100% { transform: scale(1.6); opacity: 0; } }
.tc-scr__bar { height: 5px; border-radius: 3px; background: rgba(255, 255, 255, .1); overflow: hidden; }
.tc-scr__bar i { display: block; height: 100%; border-radius: 3px; background: linear-gradient(90deg, #10b981, #0891b2); }
.tc-scr__task { display: flex; align-items: center; gap: 9px; padding: 9px 11px; border-radius: 10px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .07); font-size: 11.5px; color: #cbd5e1; }
.tc-scr__task .ms, .tc-scr__task .material-symbols-rounded { font-size: 17px; color: #5b6480; }
.tc-scr__task.done { color: #f1f5f9; } .tc-scr__task.done .ms { color: #34d399; }
.tc-scr__photos { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; flex: 1; }
.tc-scr__ph { position: relative; border-radius: 11px; background: linear-gradient(135deg, #1b2740, #0e1626); border: 1px solid rgba(255, 255, 255, .08); display: flex; align-items: flex-end; padding: 8px; }
.tc-scr__ph .lbl { font-size: 9.5px; font-weight: 700; color: #fff; background: rgba(0, 0, 0, .4); border-radius: 6px; padding: 2px 7px; }
.tc-scr__ph.after { border-color: rgba(16, 185, 129, .4); }
.tc-scr__ph.after > .ms, .tc-scr__ph.after > .material-symbols-rounded { position: absolute; top: 8px; right: 8px; color: #34d399; font-size: 16px; }
.tc-scr__note { font-size: 10px; color: #8a8ca6; }
.tc-scr__done { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; text-align: center; }
.tc-scr__check { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(16, 185, 129, .16); border: 2px solid rgba(16, 185, 129, .45); color: #34d399; }
.tc-scr__check .ms, .tc-scr__check .material-symbols-rounded { font-size: 36px; }
.tc-scr__done strong { color: #f1f5f9; font-size: 13.5px; }
.tc-scr__done span { font-size: 10.5px; color: #8a8ca6; }

/* ── 3. Cycle de vie d'une intervention (journal révélé au scroll) ── */
.tc-flow { position: relative; max-width: 760px; margin: 0 auto; }
.tc-flow__rail { position: absolute; left: 27px; top: 16px; bottom: 16px; width: 2px; background: var(--tc-line); z-index: 0; }
.tc-flow__fill { position: absolute; left: 27px; top: 16px; width: 2px; height: 0; background: linear-gradient(180deg, #10b981, #0891b2); z-index: 0; transition: height 1.4s var(--tc-ease); }
.tc-flow__item { position: relative; z-index: 1; display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding-bottom: 16px; opacity: 0; transform: translateY(14px); transition: opacity .55s var(--tc-ease), transform .55s var(--tc-ease); }
.tc-flow__item.in { opacity: 1; transform: none; }
.tc-flow__item:last-child { padding-bottom: 0; }
.tc-flow__dot { width: 56px; height: 56px; border-radius: 15px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--tc-line); box-shadow: var(--tc-sh); }
.tc-flow__dot .ms, .tc-flow__dot .material-symbols-rounded { font-size: 24px; color: var(--tc-accent); }
.tc-flow__card { background: #fff; border: 1px solid var(--tc-line); border-radius: 14px; padding: 15px 17px; box-shadow: var(--tc-sh); }
.tc-flow__card .when { font-size: .76rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--tc-muted); }
.tc-flow__card h3 { font-size: 1.02rem; font-weight: 700; margin-top: 3px; }
.tc-flow__card p { margin-top: 5px; font-size: .92rem; line-height: 1.55; color: var(--tc-soft); }
.tc-flow__chip { display: inline-flex; align-items: center; gap: 5px; margin-top: 9px; font-size: .76rem; font-weight: 700; color: var(--tc-accent); background: var(--tc-accent-soft); border-radius: 999px; padding: 4px 10px; }
.tc-flow__chip .ms, .tc-flow__chip .material-symbols-rounded { font-size: 14px; }

/* ── 4. Multi-sites — poste de pilotage (vue consolidée propriétaire) ── */
.tc-hub { max-width: 1000px; margin: 0 auto; background: #fff; border: 1px solid var(--tc-line); border-radius: 20px; box-shadow: var(--tc-sh-hover); overflow: hidden; }
.tc-hub__bar { display: flex; align-items: center; gap: 12px; padding: 18px 22px; border-bottom: 1px solid var(--tc-line-2); background: var(--tc-soft-bg); }
.tc-hub__av { width: 42px; height: 42px; flex: none; border-radius: 12px; background: linear-gradient(135deg, #10b981, #0891b2); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-family: 'Schibsted Grotesk'; }
.tc-hub__id strong { display: block; font-size: 1rem; font-weight: 700; }
.tc-hub__id span { font-size: .82rem; color: var(--tc-muted); }
.tc-hub__role { font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--tc-accent); background: var(--tc-accent-soft); padding: 5px 10px; border-radius: 7px; }
.tc-hub__switch { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: .84rem; font-weight: 600; color: var(--tc-ink-2); background: #fff; border: 1px solid var(--tc-line); border-radius: 9px; padding: 7px 12px; }
.tc-hub__switch .ms, .tc-hub__switch .material-symbols-rounded { font-size: 17px; color: var(--tc-muted); }
.tc-hub__kpis { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--tc-line-2); }
.tc-hub__kpi { padding: 18px 20px; border-left: 1px solid var(--tc-line-2); }
.tc-hub__kpi:first-child { border-left: 0; }
.tc-hub__kpi b { display: block; font-family: 'Schibsted Grotesk'; font-size: 1.6rem; font-weight: 800; color: var(--tc-ink); line-height: 1.1; }
.tc-hub__kpi b small { font-size: .9rem; color: var(--tc-muted); font-weight: 600; }
.tc-hub__kpi span { font-size: .78rem; color: var(--tc-muted); font-weight: 600; }
.tc-hub__kpi.warn b { color: #b4790a; }
.tc-hub__sites { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 22px; }
.tc-site { display: flex; align-items: center; gap: 13px; padding: 15px 16px; border: 1px solid var(--tc-line); border-radius: 14px; background: #fff; transition: transform .2s var(--tc-ease), box-shadow .25s, border-color .25s; }
.tc-site:hover { transform: translateY(-2px); box-shadow: var(--tc-sh); border-color: color-mix(in srgb, var(--tc-accent) 30%, var(--tc-line)); }
.tc-site__ic { width: 42px; height: 42px; flex: none; border-radius: 11px; display: flex; align-items: center; justify-content: center; background: var(--tc-accent-soft); }
.tc-site__ic .ms, .tc-site__ic .material-symbols-rounded { color: var(--tc-accent); font-size: 22px; }
.tc-site__tx { flex: 1; min-width: 0; }
.tc-site__tx b { display: block; font-size: .95rem; font-weight: 700; }
.tc-site__tx span { font-size: .8rem; color: var(--tc-muted); }
.tc-site__st { font-size: .72rem; font-weight: 700; padding: 4px 9px; border-radius: 999px; white-space: nowrap; }
.tc-site__st.ok { color: #0a8f5b; background: #e7f7ef; }
.tc-site__st.live { color: #b4790a; background: #fdf0db; display: inline-flex; align-items: center; gap: 5px; }
.tc-site__st.live i { width: 6px; height: 6px; border-radius: 50%; background: #f59e0b; animation: tc-blink 1.8s infinite; }
.tc-hub__foot { padding: 0 22px 20px; font-size: .84rem; line-height: 1.5; color: var(--tc-soft); display: flex; gap: 9px; align-items: flex-start; }
.tc-hub__foot .ms, .tc-hub__foot .material-symbols-rounded { color: var(--tc-accent); font-size: 19px; flex: none; }
.tc-hub__foot b { color: var(--tc-ink); }

/* ── 5. Comparatif Zoïs vs prestataire classique ── */
.tc-cmp { max-width: 880px; margin: 0 auto; border: 1px solid var(--tc-line); border-radius: 18px; overflow: hidden; box-shadow: var(--tc-sh); background: #fff; }
.tc-cmp__row { display: grid; grid-template-columns: 1fr 130px 130px; align-items: center; }
.tc-cmp__row + .tc-cmp__row { border-top: 1px solid var(--tc-line-2); }
.tc-cmp__row.head { background: var(--tc-soft-bg); font-weight: 700; }
.tc-cmp__row.head .tc-cmp__c { font-family: 'Schibsted Grotesk'; }
.tc-cmp__cap { padding: 15px 20px; font-size: .94rem; font-weight: 600; color: var(--tc-ink-2); }
.tc-cmp__row.head .tc-cmp__cap { color: var(--tc-muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; font-weight: 700; }
.tc-cmp__c { padding: 15px 10px; text-align: center; font-size: .9rem; }
.tc-cmp__c.zois { background: linear-gradient(180deg, rgba(14, 116, 144, .06), rgba(8, 145, 178, .04)); color: var(--tc-accent); font-weight: 700; position: relative; }
.tc-cmp__row.head .tc-cmp__c.zois { color: var(--tc-accent); }
.tc-cmp__c .ms, .tc-cmp__c .material-symbols-rounded { font-size: 21px; vertical-align: -4px; }
.tc-cmp__c.zois .ms { color: #0a8f5b; } .tc-cmp__c.other .ms { color: #c2ccd6; }

/* ── 6. Qualité notée & avis (remplace l'avant/après) ── */
.tc-rate { display: flex; flex-direction: column; gap: 13px; }
.tc-rate__score { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: #fff; border: 1px solid var(--tc-line); border-radius: 16px; box-shadow: var(--tc-sh); }
.tc-rate__big { font-family: 'Schibsted Grotesk'; font-size: 2.2rem; font-weight: 800; line-height: 1; color: var(--tc-ink); }
.tc-rate__big small { font-size: 1rem; color: var(--tc-muted); font-weight: 600; }
.tc-rate__stars { color: #f5a623; letter-spacing: 1px; font-size: .95rem; }
.tc-rate__lbl { font-size: .82rem; color: var(--tc-muted); font-weight: 600; }
.tc-rate__trend { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-size: .8rem; font-weight: 700; color: #0a8f5b; background: #e7f7ef; border-radius: 999px; padding: 5px 11px; }
.tc-rate__trend .ms, .tc-rate__trend .material-symbols-rounded { font-size: 16px; }
.tc-review { padding: 15px 17px; background: #fff; border: 1px solid var(--tc-line); border-radius: 14px; box-shadow: var(--tc-sh); }
.tc-review__stars { color: #f5a623; letter-spacing: 1px; font-size: .9rem; }
.tc-review p { margin-top: 7px; font-size: .95rem; line-height: 1.55; color: var(--tc-ink-2); }
.tc-review__who { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.tc-review__av { width: 34px; height: 34px; flex: none; border-radius: 9px; background: var(--tc-accent-soft); color: var(--tc-accent); font-weight: 800; font-size: .78rem; display: flex; align-items: center; justify-content: center; font-family: 'Schibsted Grotesk'; }
.tc-review__who b { font-size: .86rem; font-weight: 700; }
.tc-review__who span { display: block; font-size: .78rem; color: var(--tc-muted); }

/* ── responsive sections techno ── */
@media (max-width: 980px) {
  .tc-plat__grid { grid-template-columns: 1fr; }
  .tc-hub__kpis { grid-template-columns: repeat(2, 1fr); }
  .tc-hub__kpi:nth-child(3) { border-left: 0; }
  .tc-hub__kpi:nth-child(n+3) { border-top: 1px solid var(--tc-line-2); }
  .tc-hub__sites { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .tc-cmp__row { grid-template-columns: 1fr 74px 74px; }
  .tc-cmp__cap { padding: 13px 14px; font-size: .88rem; }
  .tc-flow__item { grid-template-columns: 48px 1fr; gap: 15px; }
  .tc-flow__dot { width: 48px; height: 48px; }
  .tc-flow__rail, .tc-flow__fill { left: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  .tc-plat::before, .tc-phone__live i, .tc-site__st.live i { animation: none; }
  .tc-flow__item { opacity: 1; transform: none; }
}
