.mhero{--bg:#000;--soft:#050505;--yellow:#facc15;--purple:#a855f7;--purple-l:#c084fc;--purple-d:#7e22ce;--white:#fff;--dim:#c9c9cf;--mute:#7a7a82;--faint:#4d4d54;--line:rgba(255,255,255,0.08);--line-2:rgba(255,255,255,0.05);--yline:rgba(255,221,7,0.4);--pline:rgba(168,85,247,0.28);--sans:"Cera PRO","Inter",system-ui,sans-serif;--mono:var(--font-jetbrains-mono),"JetBrains Mono",ui-monospace,Menlo,monospace;--e-out:cubic-bezier(0.16,1,0.3,1);--e-expo:cubic-bezier(0.19,1,0.22,1);--e-back:cubic-bezier(0.34,1.3,0.64,1);--e-inout:cubic-bezier(0.65,0,0.35,1)}.mhero .hero{display:flex;flex-direction:column;min-height:100svh;padding:80px 24px 30px;background:var(--bg);color:#fff;font-family:var(--sans);font-weight:300;-webkit-font-smoothing:antialiased}.mhero .eyb{display:flex;align-items:center;gap:12px}.mhero .eyb .tick{width:38px;height:3px;background:var(--yellow);flex:0 0 auto}.mhero .eyb .code{color:var(--yellow);font-weight:500}.mhero .eyb .code,.mhero .eyb .lbl{font-family:var(--mono);font-size:10.5px;letter-spacing:.2em;text-transform:uppercase}.mhero .eyb .lbl{color:var(--mute)}.mhero .eyb-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.mhero .eyb-meta{font-family:var(--mono);font-size:10px;letter-spacing:.1em;color:var(--faint);white-space:nowrap}.mhero .clip{overflow:hidden;padding-bottom:.05em}.mhero .clip,.mhero .clip>span{display:block}.mhero.is-anim .clip>span{animation:mhRevUp .8s var(--e-out) both}@keyframes mhRevUp{0%{transform:translateY(112%)}to{transform:translateY(0)}}.mhero .fadeup{opacity:1}.mhero.is-anim .fadeup{animation:mhFadeUp .6s var(--e-out) both}@keyframes mhFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes mhFadeIn{0%{opacity:0}to{opacity:1}}.mhero .hl{margin:0;font-family:var(--sans);font-weight:700;line-height:1;letter-spacing:-.04em}.mhero .hl .w{color:var(--white)}.mhero .hl .y{color:var(--yellow)}.mhero .hl .g{color:var(--dim);font-weight:300}.mhero .lead{color:var(--dim);font-size:15px;line-height:1.55;margin:0}.mhero .cta{display:flex;flex-direction:column;gap:12px}.mhero .cta a{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;border-radius:4px;font-size:15px;line-height:1}.mhero .cta .primary{background:var(--yellow);color:#000;font-weight:600;transition:background .2s}.mhero .cta .primary:hover{background:#fde047}.mhero .cta .secondary{border:1px solid var(--line);color:rgba(255,255,255,.78);font-family:var(--mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;transition:border-color .2s,color .2s}.mhero .cta .secondary:hover{border-color:var(--yline);color:#fff}.mhero .cta .primary svg{width:14px;height:14px}.mhero .tiles{display:flex;gap:20px;flex-wrap:wrap}.mhero .tiles .t{display:flex;flex-direction:column;gap:3px}.mhero .tiles .t b{font-family:var(--sans);font-weight:700;font-size:24px;color:var(--yellow);line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.mhero .tiles .t span{font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--mute)}.mhero .spacer{flex:1 0 auto}.mhero .p-agence .hl{font-size:52px}.mhero .p-agence .stmt{padding:26px 0 18px}.mhero .p-agence .lead{margin-top:4px}.mhero .sig{position:relative;height:60px;margin:24px 0 6px}.mhero .sig .axis{position:absolute;left:0;right:0;top:22px;height:1px;background:var(--pline)}.mhero .sig .node{position:absolute;top:22px;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:9px}.mhero .sig .node .dot{width:9px;height:9px;border-radius:50%;background:var(--purple-l);box-shadow:0 0 10px rgba(192,132,252,.6)}.mhero .sig .node.studio{left:16%}.mhero .sig .node.labs{left:84%}.mhero .sig .node .nlbl{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--mute)}.mhero .sig .core{position:absolute;left:50%;top:22px;transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 5px rgba(250,204,21,.14),0 0 18px rgba(250,204,21,.5);z-index:2}.mhero.is-anim .p-agence .sig .core{animation:mhCorePulse 2.6s var(--e-inout) infinite}.mhero .sig .core-lbl{position:absolute;left:50%;top:40px;transform:translateX(-50%);font-family:var(--mono);font-size:9.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--yellow);white-space:nowrap}.mhero .sig .feed{position:absolute;top:22px;height:1px;background:var(--yellow);transform:translateY(-50%)}.mhero .sig .feed.l{left:16%;width:0}.mhero .sig .feed.r{right:16%;width:0}.mhero.is-anim .p-agence .sig .feed.l,.mhero.is-anim .p-agence .sig .feed.r{animation:mhFeed 1s var(--e-out) .5s forwards}@keyframes mhFeed{to{width:34%}}@keyframes mhCorePulse{0%,to{box-shadow:0 0 0 5px rgba(250,204,21,.14),0 0 18px rgba(250,204,21,.5)}50%{box-shadow:0 0 0 9px rgba(250,204,21,.05),0 0 26px rgba(250,204,21,.7)}}.mhero .p-method .hl{font-size:40px;line-height:1.05}.mhero .p-method .hl .y{display:inline}.mhero .p-method .lead{margin-top:18px}.mhero .method{margin:24px 0 4px;display:flex;flex-direction:column;gap:0}.mhero .method .step{display:grid;grid-template-columns:30px 1fr;gap:14px;align-items:start;position:relative;padding-bottom:18px}.mhero .method .step:last-child{padding-bottom:0}.mhero .method .rail{position:relative;display:flex;flex-direction:column;align-items:center}.mhero .method .rail .pt{width:11px;height:11px;border-radius:50%;border:1px solid var(--purple);background:#000;margin-top:3px;z-index:2}.mhero .method .step.on .rail .pt{background:var(--yellow);border-color:var(--yellow);box-shadow:0 0 0 4px rgba(250,204,21,.14)}.mhero .method .rail .ln{position:absolute;top:14px;bottom:-4px;width:1px;background:var(--line)}.mhero .method .step:last-child .rail .ln{display:none}.mhero .method .step.on .rail .ln{background:var(--yline)}.mhero .method .bd .num{font-family:var(--mono);font-size:9.5px;letter-spacing:.2em;color:var(--faint)}.mhero .method .bd .tt{font-size:16px;font-weight:500;color:#fff;margin:2px 0 0;letter-spacing:-.01em}.mhero .method .step.on .bd .tt{color:var(--yellow)}.mhero.is-anim .p-method .method .step{opacity:0;animation:mhFadeUp .5s var(--e-out) both}.mhero.is-anim .p-method .method .step:first-child{animation-delay:.4s}.mhero.is-anim .p-method .method .step:nth-child(2){animation-delay:.55s}.mhero.is-anim .p-method .method .step:nth-child(3){animation-delay:.7s}.mhero.is-anim .p-method .method .step:nth-child(4){animation-delay:.85s}.mhero .p-method .deadline{display:flex;align-items:baseline;gap:10px;margin-top:2px}.mhero .p-method .deadline b{font-family:var(--sans);font-weight:700;font-size:30px;color:var(--yellow);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.mhero .p-method .deadline span{font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--mute)}.mhero .p-real .hl{font-size:64px;line-height:.92}.mhero .p-real .lead{margin-top:18px}.mhero .p-real .count{display:flex;align-items:flex-end;gap:16px;margin:22px 0 2px}.mhero .p-real .count .big{font-family:var(--sans);font-weight:700;font-size:96px;line-height:.8;color:var(--yellow);letter-spacing:-.04em;font-variant-numeric:tabular-nums}.mhero .p-real .count .cx{padding-bottom:8px}.mhero .p-real .count .cx .k{font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--mute);display:block}.mhero .p-real .count .cx .k+.k{color:var(--faint);margin-top:3px}.mhero .p-real .index{margin-top:8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden;height:30px;position:relative}.mhero .p-real .index .track{position:absolute;top:0;left:0;will-change:transform}.mhero.is-anim .p-real .index .track{animation:mhRealScroll 9s linear infinite}.mhero .p-real .index .row{height:30px;display:flex;align-items:center;gap:10px;font-family:var(--mono);font-size:11px;letter-spacing:.08em;color:var(--dim)}.mhero .p-real .index .row .d{color:var(--purple-l)}.mhero .p-real .index .row .yr{color:var(--faint);margin-left:auto}@keyframes mhRealScroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.mhero .p-explore .hl{font-size:50px;line-height:1.02}.mhero .p-explore .term{margin:22px 0 4px;border:1px solid var(--line);border-radius:6px;background:var(--soft);overflow:hidden}.mhero .p-explore .term .bar{display:flex;align-items:center;gap:7px;padding:9px 12px;border-bottom:1px solid var(--line-2)}.mhero .p-explore .term .bar i{width:9px;height:9px;border-radius:50%;background:var(--faint);display:block}.mhero .p-explore .term .bar i.y{background:var(--yellow)}.mhero .p-explore .term .bar .ttl{font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;color:var(--mute);margin-left:6px}.mhero .p-explore .term .body{padding:13px 13px 15px;font-family:var(--mono);font-size:12px;line-height:1.7}.mhero .p-explore .term .ln{white-space:pre-wrap;word-break:break-word}.mhero .p-explore .term .ln .pr{color:var(--purple-l)}.mhero .p-explore .term .ln .cm{color:#fff}.mhero .p-explore .term .ln .ot{color:var(--mute)}.mhero .p-explore .term .ln .y{color:var(--yellow)}.mhero .p-explore .term .cur{display:inline-block;width:8px;height:14px;background:var(--yellow);transform:translateY(2px)}.mhero.is-anim .p-explore .term .cur{animation:mhBlink 1.05s steps(1) infinite}@keyframes mhBlink{0%,50%{opacity:1}50.01%,to{opacity:0}}.mhero .p-explore .cats{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px}.mhero .p-explore .cats span{font-family:var(--mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--purple-l);border:1px solid var(--pline);padding:5px 9px;border-radius:3px}.mhero .p-labs .hl{font-size:48px;line-height:1}.mhero .p-labs .lead{margin-top:18px}.mhero .p-labs .scope{margin:24px 0 6px;border:1px solid var(--line);border-radius:6px;background:radial-gradient(120% 140% at 50% 0,rgba(168,85,247,.07),transparent 60%),var(--soft);padding:14px 14px 12px;position:relative;overflow:hidden}.mhero .p-labs .scope .gridbg{position:absolute;inset:0;background-image:linear-gradient(var(--line-2) 1px,transparent 1px),linear-gradient(90deg,var(--line-2) 1px,transparent 1px);background-size:32px 28px;opacity:.6}.mhero .p-labs .scope svg{position:relative;display:block;width:100%;height:96px}.mhero .p-labs .scope .wave{fill:none;stroke:var(--yellow);stroke-width:2;filter:drop-shadow(0 0 6px rgba(250,204,21,.5))}.mhero.is-anim .p-labs .scope .wave{stroke-dasharray:1200;stroke-dashoffset:1200;animation:mhDrawWave 1.6s var(--e-out) .4s forwards}@keyframes mhDrawWave{to{stroke-dashoffset:0}}.mhero .p-labs .scope .scanline{position:absolute;top:14px;bottom:30px;left:14px;width:2px;background:linear-gradient(180deg,var(--purple-l),rgba(192,132,252,.05));box-shadow:0 0 10px rgba(192,132,252,.6);z-index:2}.mhero.is-anim .p-labs .scope .scanline{animation:mhScopeSweep 3.4s var(--e-inout) 1.8s infinite}@keyframes mhScopeSweep{0%,to{left:14px}50%{left:calc(100% - 16px)}}.mhero .p-labs .scope .read{display:flex;justify-content:space-between;margin-top:8px;font-family:var(--mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--mute)}.mhero .p-labs .scope .read b{color:var(--yellow);font-weight:500}.mhero .p-labs .insts{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.mhero .p-labs .insts span{font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--dim);border:1px solid var(--line);padding:6px 10px;border-radius:3px}.mhero .p-labs .insts span b{color:var(--purple-l);font-weight:500}.mhero .p-outils .hl{font-size:44px;line-height:1.04}.mhero .p-outils .lead{margin-top:16px}.mhero .p-outils .gauges{display:flex;gap:16px;margin:24px 0 6px}.mhero .p-outils .gauge{flex:1;border:1px solid var(--line);border-radius:8px;padding:16px 14px;background:var(--soft);display:flex;flex-direction:column;align-items:center;gap:10px}.mhero .p-outils .gauge .dial{position:relative;width:110px;height:110px}.mhero .p-outils .gauge .dial svg{transform:rotate(-90deg);display:block}.mhero .p-outils .gauge .dial .bgc{fill:none;stroke:var(--line);stroke-width:7}.mhero .p-outils .gauge .dial .fg{fill:none;stroke-width:7;stroke-linecap:round;stroke-dasharray:var(--circ);stroke-dashoffset:var(--circ)}.mhero .p-outils .gauge.seo .dial .fg{stroke:var(--yellow)}.mhero .p-outils .gauge.ia .dial .fg{stroke:var(--purple)}.mhero.is-anim .p-outils .gauge .dial .fg{animation:mhDialFill 1.5s var(--e-out) .5s forwards}@keyframes mhDialFill{to{stroke-dashoffset:var(--target)}}.mhero .p-outils .gauge .dial .val{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:700;font-size:30px;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.mhero .p-outils .gauge.seo .dial .val{color:var(--yellow)}.mhero .p-outils .gauge.ia .dial .val{color:var(--purple-l)}.mhero .p-outils .gauge .glbl{font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--mute)}.mhero .p-outils .checks{display:flex;flex-direction:column;gap:7px;margin-top:14px}.mhero .p-outils .checks div{font-family:var(--mono);font-size:11px;letter-spacing:.04em;color:var(--dim)}.mhero .p-outils .checks div b{color:var(--yellow);font-weight:500}.mhero .p-contact .hl{font-size:50px}.mhero .p-contact .lead{margin-top:16px}.mhero .p-contact .live{display:flex;align-items:center;gap:10px;margin:24px 0 14px}.mhero .p-contact .live .dot{width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 4px rgba(250,204,21,.14);flex:0 0 auto}.mhero.is-anim .p-contact .live .dot{animation:mhCorePulse 2.2s var(--e-inout) infinite}.mhero .p-contact .live .txt{font-family:var(--mono);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--dim)}.mhero .p-contact .channels{display:flex;flex-direction:column;gap:10px}.mhero .p-contact .ch{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:6px;padding:14px 15px;text-decoration:none;transition:border-color .2s,transform .2s var(--e-out)}.mhero .p-contact .ch:hover{border-color:var(--yline);transform:translateX(2px)}.mhero .p-contact .ch .nm{font-size:15px;color:#fff;display:flex;align-items:center;gap:10px}.mhero .p-contact .ch .nm i{width:6px;height:6px;border-radius:50%;background:var(--purple-l)}.mhero .p-contact .ch .meta{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--mute)}.mhero .p-contact .ch .meta b{color:var(--yellow);font-weight:500}.mhero .p-services .hl{font-size:40px;line-height:1.05}.mhero .p-services .lead{margin-top:16px}.mhero .p-services .tiers{display:flex;flex-direction:column;gap:13px;margin:24px 0 4px}.mhero .p-services .tier .top{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:6px}.mhero .p-services .tier .nm{font-size:14px;color:var(--dim)}.mhero .p-services .tier.on .nm{color:var(--yellow);font-weight:500}.mhero .p-services .tier .nm em{font-style:normal;font-family:var(--mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--yellow);margin-left:8px}.mhero .p-services .tier .meta{font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint)}.mhero .p-services .tier .track{height:5px;background:var(--line);border-radius:3px;position:relative;overflow:hidden}.mhero .p-services .tier .track .fill{position:absolute;left:0;top:0;bottom:0;width:0;background:var(--purple);border-radius:3px}.mhero .p-services .tier.on .track .fill{background:var(--yellow)}.mhero.is-anim .p-services .tier .track .fill{animation:mhTierGrow 1.1s var(--e-out) both}@keyframes mhTierGrow{to{width:var(--w)}}.mhero .p-quest .hl{font-size:44px;line-height:1.04}.mhero .p-quest .lead{margin-top:16px}.mhero .p-quest .qprog{display:flex;align-items:center;gap:12px;margin:24px 0 14px}.mhero .p-quest .qprog .bar{flex:1;height:5px;background:var(--line);border-radius:3px;position:relative;overflow:hidden}.mhero .p-quest .qprog .bar .fill{position:absolute;left:0;top:0;bottom:0;width:0;background:var(--yellow);border-radius:3px}.mhero.is-anim .p-quest .qprog .bar .fill{animation:mhQfill 1s var(--e-out) .4s both}@keyframes mhQfill{to{width:16%}}.mhero .p-quest .qprog .lbl{font-family:var(--mono);font-size:10px;letter-spacing:.16em;color:var(--mute);font-variant-numeric:tabular-nums}.mhero .p-quest .qprog .lbl b{color:var(--yellow);font-weight:500}.mhero .p-quest .dossier{border:1px solid var(--line);border-radius:6px;background:var(--soft);padding:14px 15px}.mhero .p-quest .dossier .dh{font-family:var(--mono);font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--purple-l);margin-bottom:10px}.mhero .p-quest .dossier .dl{display:flex;align-items:baseline;justify-content:space-between;padding:8px 0;border-top:1px solid var(--line-2)}.mhero .p-quest .dossier .dl:first-of-type{border-top:0}.mhero .p-quest .dossier .dl .k{font-family:var(--mono);font-size:11px;letter-spacing:.08em;color:var(--mute)}.mhero .p-quest .dossier .dl .v{font-size:13px;color:#fff}.mhero .p-quest .dossier .dl .v.pending{color:var(--faint)}@media (prefers-reduced-motion:reduce){.mhero *,.mhero :after,.mhero :before{animation:none!important;transition:none!important}.mhero .sig .feed.l,.mhero .sig .feed.r{width:34%!important}.mhero .p-method .method .step{opacity:1!important}.mhero .p-labs .scope .wave{stroke-dashoffset:0!important}.mhero .p-outils .gauge .dial .fg{stroke-dashoffset:var(--target)!important}.mhero .p-services .tier .track .fill{width:var(--w)!important}.mhero .p-quest .qprog .bar .fill{width:16%!important}}