.page-home{--blue:#124978;--blue-700:#0e3a60;--blue-900:#0a2a47;--blue-950:#071d33;--green:#5a8d36;--green-400:#7bb24f;--green-700:#48742a;--orange:#e78a18;--orange-400:#f2a23e;--orange-600:#cf7910;--ink:#14202b;--muted:#5b636b;--line:#e4e9ed;--surface:#fff;--bg-soft:#f4f6f7;--bg:#fff;--paper:#fbfcfd;--r:16px;--r-lg:24px;--maxw:1240px;--display:var(--font-display),"Bricolage Grotesque",system-ui,-apple-system,"Segoe UI",sans-serif;--body:var(--font-body),"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--mono:var(--font-mono),"Space Mono","JetBrains Mono",ui-monospace,Menlo,monospace;--shadow:0 2px 4px rgba(10,42,71,.04),0 24px 60px -28px rgba(10,42,71,.3);--shadow-sm:0 1px 2px rgba(10,42,71,.05),0 14px 30px -18px rgba(10,42,71,.26);--ease:cubic-bezier(.16,1,.3,1)}.page-home *{box-sizing:border-box}.page-home{scroll-behavior:smooth;margin:0;background:var(--bg);color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.62;font-weight:450;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}.page-home h1,.page-home h2,.page-home h3,.page-home h4{margin:0;font-family:var(--display);line-height:1.04;letter-spacing:-.025em;color:var(--blue-900);font-weight:700}.page-home p{margin:0}.page-home a{color:inherit;text-decoration:none}.page-home img{display:block;max-width:100%}.page-home .wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}.page-home section{position:relative;padding:118px 0}.page-home .kicker,.page-home .mono{font-family:var(--mono)}.page-home .kicker{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--green-700);display:inline-flex;align-items:center;gap:11px}.page-home .kicker:before{content:"";width:26px;height:1.5px;background:var(--orange)}.page-home .sec-head{max-width:740px;margin:0 0 64px}.page-home .sec-head .kicker{margin-bottom:22px}.page-home .sec-head h2{font-size:clamp(32px,4.4vw,54px);letter-spacing:-.03em}.page-home .sec-head p{color:var(--muted);font-size:19px;margin-top:20px;text-wrap:pretty;max-width:620px}.page-home .btn{--bg:var(--blue);--fg:#fff;display:inline-flex;align-items:center;gap:10px;font-family:var(--body);font-size:15px;font-weight:600;padding:15px 24px;border-radius:100px;border:1.5px solid transparent;cursor:pointer;position:relative;background:var(--bg);color:var(--fg);transition:transform .25s var(--ease),box-shadow .3s var(--ease),background .25s,color .25s,border-color .25s;white-space:nowrap;will-change:transform}.page-home .btn svg{width:17px;height:17px}.page-home .btn-primary{background:var(--blue)}.page-home .btn-primary:hover{background:var(--blue-700);transform:translateY(-3px);box-shadow:0 16px 34px -12px rgba(18,73,120,.7)}.page-home .btn-orange{background:var(--orange)}.page-home .btn-orange:hover{background:var(--orange-600);transform:translateY(-3px);box-shadow:0 16px 34px -12px rgba(231,138,24,.7)}.page-home .btn-white{background:#fff;color:var(--blue-900)}.page-home .btn-white:hover{transform:translateY(-3px);box-shadow:0 16px 34px -12px rgba(0,0,0,.45)}.page-home .btn-ghost{background:transparent;color:var(--blue-900);border-color:var(--line)}.page-home .btn-ghost:hover{border-color:var(--blue);transform:translateY(-3px)}.page-home .btn-line{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.4)}.page-home .btn-line:hover{border-color:#fff;background:hsla(0,0%,100%,.08);transform:translateY(-3px)}.page-home .arrow-link{display:inline-flex;align-items:center;gap:9px;font-weight:600;color:var(--blue);font-size:15px}.page-home .arrow-link svg{width:16px;height:16px;transition:transform .25s var(--ease)}.page-home .arrow-link:hover svg{transform:translateX(5px)}.page-home #progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:200;background:linear-gradient(90deg,var(--blue),var(--green),var(--orange));transition:width .1s linear}.page-home header.nav{position:fixed;top:0;left:0;right:0;z-index:120;transition:background .3s,box-shadow .3s,border-color .3s;background:transparent;border-bottom:1px solid transparent}.page-home header.nav.scrolled{background:hsla(0,0%,100%,.82);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom-color:var(--line);box-shadow:0 10px 30px -24px rgba(10,42,71,.6)}.page-home .nav-in{display:flex;align-items:center;gap:30px;height:80px}.page-home .brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.page-home .brand img{height:44px;width:auto}.page-home .brand .lock{display:none}.page-home .nav-links{display:flex;align-items:center;gap:32px;margin-left:6px}.page-home .nav-links a{font-size:15px;font-weight:500;color:#fff;opacity:.86;transition:opacity .2s}.page-home .nav-links>a{position:relative}.page-home .nav-links a.active,.page-home .nav-links a:hover{opacity:1}.page-home .nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;background:var(--orange);border-radius:2px}.page-home header.nav.scrolled .nav-links a{color:var(--ink);opacity:.78}.page-home header.nav.scrolled .nav-links a.active,.page-home header.nav.scrolled .nav-links a:hover{opacity:1;color:var(--blue)}.page-home .nav-right{margin-left:auto;display:flex;align-items:center;gap:18px}.page-home .lang{display:flex;gap:2px;font-family:var(--mono);font-size:12px;font-weight:700;border:1px solid hsla(0,0%,100%,.32);border-radius:8px;overflow:hidden}.page-home header.nav.scrolled .lang{border-color:var(--line)}.page-home .lang span{padding:5px 9px;color:hsla(0,0%,100%,.7)}.page-home .lang span.on{background:var(--orange);color:#fff}.page-home header.nav.scrolled .lang span{color:var(--muted)}.page-home header.nav.scrolled .lang span.on{background:var(--orange);color:#fff}.page-home .burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px;z-index:130}.page-home .burger span{width:25px;height:2px;background:#fff;border-radius:2px;transition:.3s}.page-home header.nav.scrolled .burger span{background:var(--blue-900)}.page-home .has-dropdown{position:relative;display:flex;align-items:center}.page-home .dd-toggle{display:inline-flex;align-items:center;gap:5px;cursor:pointer}.page-home .dd-toggle .caret{width:13px;height:13px;opacity:.85;transition:transform .25s var(--ease)}.page-home .has-dropdown:focus-within .caret,.page-home .has-dropdown:hover .caret{transform:rotate(180deg)}.page-home .has-dropdown:after{content:"";position:absolute;top:100%;left:-10px;right:-10px;height:20px}.page-home .dropdown{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%) translateY(8px);min-width:230px;background:hsla(0,0%,100%,.98);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 54px -22px rgba(10,42,71,.5);padding:8px;display:flex;flex-direction:column;gap:2px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s var(--ease),transform .25s var(--ease),visibility .25s}.page-home .has-dropdown:focus-within .dropdown,.page-home .has-dropdown:hover .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.page-home .dropdown a{color:var(--ink)!important;opacity:1!important;font-size:14.5px;font-weight:500;padding:11px 14px;border-radius:9px;white-space:nowrap;transition:background .2s,color .2s}.page-home .dropdown a:after{display:none!important}.page-home .dropdown a:hover{background:var(--bg-soft);color:var(--blue)!important}.page-home .dropdown a.on{color:var(--blue)!important;background:rgba(18,73,120,.07)}.page-home .wa-float{position:fixed;right:24px;bottom:24px;z-index:150;width:58px;height:58px;border-radius:50%;background:#25d366;display:grid;place-items:center;box-shadow:0 16px 34px -10px rgba(37,211,102,.6),0 4px 12px rgba(0,0,0,.22);transition:transform .25s var(--ease),box-shadow .25s var(--ease);animation:wa-in .5s var(--ease) .7s both}.page-home .wa-float svg{width:31px;height:31px;fill:#fff}.page-home .wa-float:before{content:"";position:absolute;inset:0;border-radius:50%;animation:wa-pulse 2.6s ease-out infinite}.page-home .wa-float:hover{transform:scale(1.07) translateY(-2px);box-shadow:0 22px 44px -10px rgba(37,211,102,.72)}.page-home .wa-tip{right:70px;transform:translateY(-50%) translateX(8px);color:#fff;font-family:var(--body);font-size:13px;font-weight:600;white-space:nowrap;padding:9px 14px;border-radius:10px;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;box-shadow:0 12px 26px -12px rgba(0,0,0,.5)}.page-home .wa-tip,.page-home .wa-tip:after{position:absolute;top:50%;background:var(--blue-900)}.page-home .wa-tip:after{content:"";right:-5px;width:10px;height:10px;transform:translateY(-50%) rotate(45deg)}.page-home .wa-float:hover .wa-tip{opacity:1;transform:translateY(-50%) translateX(0)}@keyframes wa-pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)}70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}to{box-shadow:0 0 0 0 rgba(37,211,102,0)}}@keyframes wa-in{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.page-home .wa-float,.page-home .wa-float:before{animation:none}}.page-home .hero{position:relative;min-height:100vh;display:flex;align-items:center;background:var(--blue-950);color:#fff;overflow:hidden;padding:120px 0 60px}.page-home .hero-aurora{position:absolute;inset:-20%;z-index:0;filter:blur(70px);opacity:.55}.page-home .blob{position:absolute;border-radius:50%;mix-blend-mode:screen;animation:drift 22s ease-in-out infinite}.page-home .blob.b1{width:46vw;height:46vw;left:-6%;top:-10%;background:radial-gradient(circle,rgba(18,73,120,.95),transparent 64%)}.page-home .blob.b2{width:42vw;height:42vw;right:-8%;top:6%;background:radial-gradient(circle,rgba(90,141,54,.7),transparent 62%);animation-delay:-6s}.page-home .blob.b3{width:34vw;height:34vw;left:34%;bottom:-18%;background:radial-gradient(circle,rgba(231,138,24,.55),transparent 60%);animation-delay:-12s}@keyframes drift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(5%,4%) scale(1.08)}66%{transform:translate(-4%,-3%) scale(.96)}}.page-home .hero-grid-bg{position:absolute;inset:0;z-index:1;opacity:.4;background-image:linear-gradient(hsla(0,0%,100%,.05) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.05) 1px,transparent 0);background-size:54px 54px;-webkit-mask-image:radial-gradient(120% 90% at 70% 30%,#000 38%,transparent 78%);mask-image:radial-gradient(120% 90% at 70% 30%,#000 38%,transparent 78%)}.page-home .hero-net{position:absolute;inset:0;z-index:2;opacity:.5;pointer-events:none}.page-home .hero-net line{stroke:hsla(0,0%,100%,.16);stroke-width:1}.page-home .hero-net circle{fill:var(--green-400)}.page-home .hero-net .pulse{animation:nodepulse 3.2s ease-in-out infinite}@keyframes nodepulse{0%,to{opacity:.35;r:3}50%{opacity:1;r:5}}.page-home .grain{position:absolute;inset:0;z-index:3;pointer-events:none;opacity:.06;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.page-home .hero-in{position:relative;z-index:5;width:100%;max-width:var(--maxw);margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1.04fr .96fr;grid-gap:54px;gap:54px;align-items:center}.page-home .hero-copy .kicker{color:var(--green-400)}.page-home .hero-copy .kicker:before{background:var(--orange)}.page-home .hero-dot{width:8px;height:8px;border-radius:50%;background:var(--green-400);box-shadow:0 0 0 0 rgba(123,178,79,.6);animation:livepulse 2.4s infinite}@keyframes livepulse{0%{box-shadow:0 0 0 0 rgba(123,178,79,.55)}70%{box-shadow:0 0 0 10px rgba(123,178,79,0)}to{box-shadow:0 0 0 0 rgba(123,178,79,0)}}.page-home .hero h1{color:#fff;font-size:clamp(44px,6.4vw,86px);line-height:.98;letter-spacing:-.04em;margin-top:26px;font-weight:700}.page-home .hero h1 .word{display:inline-block;opacity:0;transform:translateY(24px);filter:blur(8px);animation:wordin .9s var(--ease) forwards;animation-delay:calc(var(--i)*85ms + .15s)}.page-home .hero h1 .accent{color:var(--orange);position:relative}@keyframes wordin{to{opacity:1;transform:none;filter:blur(0)}}.page-home .hero-sub{margin-top:28px;font-size:19px;line-height:1.6;color:hsla(0,0%,100%,.82);max-width:540px;opacity:0;animation:fadeup 1s var(--ease) .7s forwards}@keyframes fadeup{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.page-home .hero-cta{margin-top:36px;display:flex;flex-wrap:wrap;gap:14px;opacity:0;animation:fadeup 1s var(--ease) .9s forwards}.page-home .hero-meta{margin-top:34px;display:flex;align-items:center;gap:22px;flex-wrap:wrap;font-family:var(--mono);font-size:12.5px;letter-spacing:.04em;color:hsla(0,0%,100%,.62);opacity:0;animation:fadeup 1s var(--ease) 1.1s forwards}.page-home .hero-meta b{color:var(--green-400);font-weight:700}.page-home .hero-meta .sep{width:5px;height:5px;border-radius:50%;background:var(--orange)}.page-home .mosaic{position:relative;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(6,1fr);grid-gap:13px;gap:13px;aspect-ratio:1/1.04;perspective:1200px}.page-home .tile{position:relative;border-radius:16px;overflow:hidden;background:linear-gradient(150deg,var(--blue-700),var(--green-700));border:1px solid hsla(0,0%,100%,.1);box-shadow:0 30px 60px -30px rgba(0,0,0,.7);opacity:0;transform:translateY(30px) scale(.94);animation:tilein 1s var(--ease) forwards;will-change:transform}.page-home .tile img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}.page-home .tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(7,29,51,.55));opacity:.7}.page-home .tile .scan{position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(123,178,79,.18),transparent);transform:translateY(-100%);animation:scan 5s ease-in-out infinite;animation-delay:1.6s;mix-blend-mode:screen}@keyframes scan{0%,55%{transform:translateY(-100%)}80%,to{transform:translateY(100%)}}@keyframes tilein{to{opacity:1;transform:none}}.page-home .t1{grid-column:1/4;grid-row:1/4;animation-delay:.35s}.page-home .t2{grid-column:4/7;grid-row:1/3;animation-delay:.5s}.page-home .t3{grid-column:4/7;grid-row:3/5;animation-delay:.65s}.page-home .t4{grid-column:1/4;grid-row:4/7;animation-delay:.8s}.page-home .t5{grid-column:4/7;grid-row:5/7;animation-delay:.95s}.page-home .tile .cap{position:absolute;left:14px;bottom:12px;z-index:2;font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.9)}.page-home .chip{position:absolute;z-index:8;background:hsla(0,0%,100%,.94);color:var(--blue-900);border-radius:14px;padding:13px 16px;box-shadow:0 24px 50px -18px rgba(0,0,0,.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.6);animation:floaty 6s ease-in-out infinite;will-change:transform}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.page-home .chip-stat{left:-34px;top:18%;display:flex;align-items:center;gap:12px;animation-delay:-2s}.page-home .chip-stat .big{font-family:var(--mono);font-weight:700;font-size:24px;color:var(--green-700);line-height:1}.page-home .chip-stat .lab{font-size:11px;color:var(--muted);line-height:1.25;max-width:96px}.page-home .chip-spark{right:-26px;bottom:16%;width:158px;animation-delay:-4s}.page-home .chip-spark .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.page-home .chip-spark .tag{font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.page-home .chip-spark .delta{font-family:var(--mono);font-size:12px;font-weight:700;color:var(--green-700)}.page-home .chip-spark svg{width:100%;height:38px;overflow:visible}.page-home .chip-spark polyline{fill:none;stroke:var(--orange);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:260;stroke-dashoffset:260;animation:draw 2.6s var(--ease) 1.4s forwards}@keyframes draw{to{stroke-dashoffset:0}}.page-home .scroll-hint{position:absolute;left:32px;bottom:30px;z-index:6;display:flex;align-items:center;gap:11px;font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:hsla(0,0%,100%,.55);opacity:0;animation:fadeup 1s 1.5s forwards}.page-home .scroll-hint .mouse{width:20px;height:32px;border:1.5px solid hsla(0,0%,100%,.5);border-radius:12px;position:relative}.page-home .scroll-hint .mouse:after{content:"";position:absolute;left:50%;top:6px;width:3px;height:6px;border-radius:2px;background:var(--orange);transform:translateX(-50%);animation:wheel 1.8s infinite}@keyframes wheel{0%{opacity:0;transform:translate(-50%)}40%{opacity:1}to{opacity:0;transform:translate(-50%,10px)}}.page-home .marquee{background:var(--blue-900);color:#fff;padding:26px 0;overflow:hidden;border-top:1px solid hsla(0,0%,100%,.08)}.page-home .marquee .track{display:flex;gap:0;width:max-content;animation:scrollx 38s linear infinite}.page-home .marquee:hover .track{animation-play-state:paused}.page-home .marquee .item{display:inline-flex;align-items:center;gap:34px;padding:0 34px;font-family:var(--display);font-weight:600;font-size:clamp(22px,2.6vw,34px);letter-spacing:-.01em;white-space:nowrap}.page-home .marquee .item span{color:hsla(0,0%,100%,.34)}.page-home .marquee .star{color:var(--orange);font-size:.7em}@keyframes scrollx{to{transform:translateX(-50%)}}.page-home .stats{padding:96px 0;background:var(--paper)}.page-home .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.page-home .stat{padding:36px 30px 32px;border-radius:var(--r);background:var(--surface);border:1px solid var(--line);position:relative;overflow:hidden}.page-home .stat .bar{position:absolute;left:0;bottom:0;height:3px;width:0;background:var(--green);transition:width 1.3s var(--ease)}.page-home .stat:nth-child(2) .bar{background:var(--orange)}.page-home .stat:nth-child(3) .bar{background:var(--blue)}.page-home .stat:nth-child(4) .bar{background:var(--green)}.page-home .stat.in .bar{width:100%}.page-home .stat .num{font-family:var(--mono);font-size:clamp(40px,4.4vw,56px);font-weight:700;letter-spacing:-.03em;color:var(--blue-900);line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.page-home .stat .num .suf{color:var(--orange)}.page-home .stat .lab{margin-top:14px;font-size:14.5px;color:var(--muted);line-height:1.45}.page-home #services{background:var(--bg)}.page-home .bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(196px,1fr);grid-gap:16px;gap:16px}.page-home .cell{position:relative;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line);background:var(--surface);padding:30px;display:flex;flex-direction:column;transition:transform .35s var(--ease),box-shadow .35s var(--ease),border-color .35s}.page-home .cell:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.page-home .cell .ic{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:rgba(18,73,120,.08);margin-bottom:auto}.page-home .cell .ic svg{width:24px;height:24px;color:var(--blue)}.page-home .cell h3{font-size:21px;margin-top:20px}.page-home .cell p{color:var(--muted);font-size:14.5px;line-height:1.55;margin-top:9px}.page-home .cell .tools{margin-top:16px;display:flex;flex-wrap:wrap;gap:7px}.page-home .cell .tools span{font-family:var(--mono);font-size:10.5px;color:var(--blue);background:rgba(18,73,120,.07);border:1px solid var(--line);padding:3px 8px;border-radius:7px}.page-home .c2 .ic{margin-bottom:22px}.page-home .mini-chart{flex:1 1 auto;min-height:96px;display:flex;align-items:flex-end;gap:7px;margin:0 0 22px;padding-bottom:14px;border-bottom:1px solid var(--line)}.page-home .mc-bar{flex:1 1;height:var(--h);border-radius:6px 6px 2px 2px;transform:scaleY(0);transform-origin:bottom;transition:transform .8s var(--ease);background:linear-gradient(180deg,var(--blue),var(--blue-700))}.page-home .mc-bar:nth-child(3n+1){background:linear-gradient(180deg,var(--green-400),var(--green-700))}.page-home .mc-bar:nth-child(3n){background:linear-gradient(180deg,var(--orange-400),var(--orange-600))}.page-home .c2.in .mc-bar{transform:scaleY(1)}.page-home .mc-bar:first-child{transition-delay:.1s}.page-home .mc-bar:nth-child(2){transition-delay:.18s}.page-home .mc-bar:nth-child(3){transition-delay:.26s}.page-home .mc-bar:nth-child(4){transition-delay:.34s}.page-home .mc-bar:nth-child(5){transition-delay:.42s}.page-home .mc-bar:nth-child(6){transition-delay:.5s}.page-home .cell.img{color:#fff;border:0;justify-content:flex-end}.page-home .cell.img .bgimg{position:absolute;inset:0;z-index:0}.page-home .cell.img .bgimg img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--ease)}.page-home .cell.img:hover .bgimg img{transform:scale(1.07)}.page-home .cell.img:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(7,29,51,.15),rgba(7,29,51,.55) 55%,rgba(7,29,51,.9))}.page-home .cell.img>*{position:relative;z-index:2}.page-home .cell.img h3{color:#fff;font-size:26px}.page-home .cell.img p{color:hsla(0,0%,100%,.85);font-size:15px}.page-home .cell.img .ic{background:hsla(0,0%,100%,.16);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.page-home .cell.img .ic svg{color:#fff}.page-home .cell.img .tools span{color:#fff;background:hsla(0,0%,100%,.14);border-color:hsla(0,0%,100%,.25)}.page-home .c1{grid-column:1/3;grid-row:1/3}.page-home .c2{grid-column:3/4;grid-row:1/3}.page-home .c3{grid-column:4/5;grid-row:1/2}.page-home .c4{grid-column:4/5;grid-row:2/3}.page-home .c5{grid-column:1/3;grid-row:3/4}.page-home .c6{grid-column:3/5;grid-row:3/4}.page-home .cell.cta{background:linear-gradient(145deg,var(--blue),var(--blue-900));color:#fff;border:0;justify-content:center;align-items:flex-start}.page-home .cell.cta h3{color:#fff;font-size:24px}.page-home .cell.cta p{color:hsla(0,0%,100%,.82);margin-bottom:20px}.page-home #secteurs{background:var(--bg-soft)}.page-home .sectors{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:14px;gap:14px}.page-home .sector{position:relative;border-radius:var(--r);overflow:hidden;min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;border:1px solid var(--line);cursor:default}.page-home .sector .imgwrap{position:absolute;inset:0;z-index:0;background:linear-gradient(160deg,var(--blue),var(--green-700))}.page-home .sector:nth-child(2) .imgwrap{background:linear-gradient(160deg,var(--green-700),var(--blue))}.page-home .sector:nth-child(3) .imgwrap{background:linear-gradient(160deg,var(--blue-700),#2f6c8f)}.page-home .sector:nth-child(4) .imgwrap{background:linear-gradient(160deg,#1d6f8a,var(--blue))}.page-home .sector:nth-child(5) .imgwrap{background:linear-gradient(160deg,var(--green-700),#9d6a12)}.page-home .sector .imgwrap img{width:100%;height:100%;object-fit:cover;opacity:.66;transition:transform 1.1s var(--ease),opacity .5s}.page-home .sector:hover .imgwrap img{transform:scale(1.08);opacity:.5}.page-home .sector:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(7,29,51,.94) 6%,rgba(7,29,51,.35) 52%,rgba(7,29,51,.05))}.page-home .sector .body{position:relative;z-index:2;padding:24px 22px}.page-home .sector .n{font-family:var(--mono);font-size:12px;color:var(--orange);font-weight:700}.page-home .sector h3{color:#fff;font-size:21px;margin:10px 0 0;letter-spacing:-.01em}.page-home .sector p{font-size:13.5px;color:hsla(0,0%,100%,.82);line-height:1.5;max-height:0;opacity:0;overflow:hidden;transition:max-height .5s var(--ease),opacity .4s,margin .4s}.page-home .sector:hover p{max-height:120px;opacity:1;margin-top:10px}.page-home #approche{background:var(--blue-950);color:#fff;overflow:hidden}.page-home #approche .aurora{position:absolute;inset:0;z-index:0;opacity:.5;filter:blur(80px)}.page-home #approche .aurora i{position:absolute;border-radius:50%}.page-home #approche .aurora i:first-child{width:36vw;height:36vw;left:-8%;top:10%;background:radial-gradient(circle,rgba(18,73,120,.9),transparent 65%)}.page-home #approche .aurora i:nth-child(2){width:32vw;height:32vw;right:-6%;bottom:-10%;background:radial-gradient(circle,rgba(90,141,54,.6),transparent 65%)}.page-home #approche .wrap{position:relative;z-index:2}.page-home #approche .kicker{color:var(--green-400)}.page-home #approche .kicker:before{background:var(--orange)}.page-home #approche .sec-head h2{color:#fff}.page-home #approche .sec-head p{color:hsla(0,0%,100%,.78)}.page-home .timeline{position:relative;padding-left:40px}.page-home .tl-rail{position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:hsla(0,0%,100%,.14);border-radius:2px}.page-home .tl-fill{position:absolute;left:0;top:0;width:100%;height:100%;transform:scaleY(0);transform-origin:top;background:linear-gradient(180deg,var(--green-400),var(--orange));transition:transform .15s linear}.page-home .step{position:relative;padding:0 0 56px;opacity:.38;transition:opacity .5s var(--ease)}.page-home .step:last-child{padding-bottom:0}.page-home .step.on{opacity:1}.page-home .step .node{position:absolute;left:-40px;top:4px;width:16px;height:16px;border-radius:50%;background:var(--blue-950);border:2px solid hsla(0,0%,100%,.3);transition:border-color .4s,box-shadow .4s,background .4s}.page-home .step.on .node{background:var(--orange);border-color:var(--orange);box-shadow:0 0 0 6px rgba(231,138,24,.18)}.page-home .step .no{font-family:var(--mono);font-size:13px;font-weight:700;color:var(--orange);letter-spacing:.08em}.page-home .step h3{color:#fff;font-size:clamp(22px,2.5vw,30px);margin:8px 0 10px}.page-home .step p{color:hsla(0,0%,100%,.8);font-size:16px;line-height:1.6;max-width:620px}.page-home .step .meta{margin-top:12px;font-family:var(--mono);font-size:12px;color:var(--green-400);letter-spacing:.04em}.page-home .approche-body{display:grid;grid-template-columns:1fr .82fr;grid-gap:60px;gap:60px;align-items:start}.page-home .approche-visual{position:-webkit-sticky;position:sticky;top:104px;border-radius:var(--r-lg);overflow:hidden;min-height:560px;border:1px solid hsla(0,0%,100%,.14);background:linear-gradient(160deg,var(--blue-700),var(--green-700));box-shadow:0 44px 90px -44px rgba(0,0,0,.75)}.page-home .approche-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.82;transition:transform 1.4s var(--ease)}.page-home .approche-visual:hover img{transform:scale(1.06)}.page-home .approche-visual:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(7,29,51,.12) 28%,rgba(7,29,51,.55) 64%,rgba(7,29,51,.92))}.page-home .approche-visual .av-scan{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent,rgba(123,178,79,.16),transparent);transform:translateY(-100%);animation:scan 6s ease-in-out 1.4s infinite;mix-blend-mode:screen}.page-home .approche-visual .av-pill{position:absolute;top:20px;left:20px;z-index:2;font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.1em;color:#fff;background:rgba(7,29,51,.5);border:1px solid hsla(0,0%,100%,.22);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:7px 13px;border-radius:100px}.page-home .approche-visual .av-cap{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;color:#fff}.page-home .approche-visual .av-tag{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--green-400);margin-bottom:9px}.page-home .approche-visual .av-line{font-family:var(--display);font-size:22px;font-weight:600;line-height:1.18;letter-spacing:-.01em}.page-home #references{background:var(--bg)}.page-home .refgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.page-home .ref{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.page-home .ref:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.page-home .ref .top{position:relative;height:172px;overflow:hidden;background:linear-gradient(150deg,var(--blue),var(--green-700))}.page-home .ref:nth-child(2) .top{background:linear-gradient(150deg,var(--blue-700),#2f6c8f)}.page-home .ref:nth-child(3) .top{background:linear-gradient(150deg,var(--green-700),var(--blue))}.page-home .ref:nth-child(4) .top{background:linear-gradient(150deg,#1d6f8a,var(--blue))}.page-home .ref:nth-child(5) .top{background:linear-gradient(150deg,var(--blue),#2f6c8f)}.page-home .ref:nth-child(6) .top{background:linear-gradient(150deg,var(--green-700),#9d6a12)}.page-home .ref .top img{width:100%;height:100%;object-fit:cover;opacity:.62;transition:transform 1s var(--ease)}.page-home .ref:hover .top img{transform:scale(1.07)}.page-home .ref .top:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,29,51,.1),rgba(7,29,51,.5))}.page-home .ref .badge{left:14px;background:hsla(0,0%,100%,.95);color:var(--blue);font-size:11px}.page-home .ref .badge,.page-home .ref .yr{position:absolute;top:14px;z-index:2;font-family:var(--mono);font-weight:700;padding:5px 10px;border-radius:8px}.page-home .ref .yr{right:14px;color:#fff;font-size:12px;background:rgba(7,29,51,.5)}.page-home .ref .body{padding:24px;display:flex;flex-direction:column;flex:1 1}.page-home .ref .sectorline{font-family:var(--mono);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--green-700);margin-bottom:11px}.page-home .ref h3{font-size:19px;line-height:1.22;margin-bottom:11px}.page-home .ref p{font-size:14px;color:var(--muted);line-height:1.55;flex:1 1}.page-home .ref .role{margin-top:18px;padding-top:15px;border-top:1px solid var(--line);font-size:13px;color:var(--ink)}.page-home .ref .role b{color:var(--blue);font-weight:700}.page-home .conf-note{margin-top:32px;font-size:13.5px;color:var(--muted);display:flex;gap:11px;align-items:flex-start;max-width:780px}.page-home .conf-note svg{width:18px;height:18px;color:var(--orange);flex-shrink:0;margin-top:2px}.page-home .impact{position:relative;color:#fff;overflow:hidden;background:var(--blue-900);padding:128px 0}.page-home .impact .bgimg{position:absolute;inset:0;z-index:0}.page-home .impact .bgimg img{width:100%;height:100%;object-fit:cover;opacity:.22}.page-home .impact:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(120deg,var(--blue-950) 18%,rgba(10,42,71,.86) 62%,rgba(10,42,71,.6))}.page-home .impact .wrap{position:relative;z-index:2}.page-home .impact .kicker{color:var(--green-400)}.page-home .impact .kicker:before{background:var(--orange)}.page-home .impact .quotes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:46px}.page-home .qcard{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);border-radius:var(--r);padding:30px 28px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.page-home .qcard .mark{font-family:Georgia,serif;font-size:60px;line-height:.5;color:var(--orange);height:28px}.page-home .qcard p{font-size:16px;line-height:1.6;color:#fff;margin:8px 0 22px;text-wrap:pretty}.page-home .qcard .src{font-family:var(--mono);font-size:12px;color:hsla(0,0%,100%,.7);border-top:1px solid hsla(0,0%,100%,.14);padding-top:14px}.page-home .qcard .src b{display:block;color:var(--green-400);font-size:13px;margin-bottom:3px;font-family:var(--body)}.page-home #cabinet{background:var(--bg)}.page-home .cab{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:stretch}.page-home .cab-visual{position:relative;border-radius:var(--r-lg);overflow:hidden;min-height:460px;background:linear-gradient(150deg,var(--blue),var(--blue-900))}.page-home .cab-visual img{width:100%;height:100%;object-fit:cover;opacity:.78}.page-home .cab-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,29,51,.1),rgba(7,29,51,.7))}.page-home .cab-visual .ov{position:absolute;left:28px;bottom:26px;z-index:2;color:#fff}.page-home .cab-visual .ov .base{font-family:var(--mono);font-size:12px;letter-spacing:.1em;color:var(--green-400);text-transform:uppercase}.page-home .cab-visual .ov h3{color:#fff;font-size:28px;margin-top:8px}.page-home .cab-right{display:flex;flex-direction:column}.page-home .cab-vm{display:grid;grid-gap:16px;gap:16px;margin:26px 0 28px}.page-home .vm{border-left:3px solid var(--green);padding:2px 0 2px 20px}.page-home .vm:nth-child(2){border-color:var(--orange)}.page-home .vm:nth-child(3){border-color:var(--blue)}.page-home .vm .k{font-family:var(--mono);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--green-700);margin-bottom:6px}.page-home .vm:nth-child(2) .k{color:var(--orange-600)}.page-home .vm:nth-child(3) .k{color:var(--blue)}.page-home .vm p{font-size:16px;color:var(--ink);line-height:1.55}.page-home .founder{margin-top:auto;background:var(--paper);border:1px solid var(--line);border-radius:var(--r);padding:26px;display:flex;gap:18px;align-items:flex-start}.page-home .founder .ava{width:64px;height:64px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;background:linear-gradient(145deg,var(--blue),var(--green));color:#fff;font-family:var(--display);font-weight:700;font-size:22px}.page-home .founder .name{font-family:var(--display);font-size:19px;color:var(--blue-900);font-weight:700}.page-home .founder .role{font-size:13px;color:var(--muted);margin-top:3px}.page-home .founder .bio{font-size:14px;color:var(--ink);line-height:1.55;margin-top:10px}.page-home #ressources{background:var(--bg-soft)}.page-home .res-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:46px}.page-home .res-head .left{max-width:640px}.page-home .soon{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:12px;color:var(--green-700);font-weight:700;background:rgba(90,141,54,.1);padding:8px 14px;border-radius:100px}.page-home .soon:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);animation:livepulse 2.4s infinite}.page-home .res{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.page-home .post{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.page-home .post:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.page-home .post .thumb{height:158px;overflow:hidden;position:relative;background:linear-gradient(150deg,var(--blue),var(--green-700))}.page-home .post:nth-child(2) .thumb{background:linear-gradient(150deg,var(--green-700),var(--blue))}.page-home .post:nth-child(3) .thumb{background:linear-gradient(150deg,var(--blue-700),#9d6a12)}.page-home .post .thumb img{width:100%;height:100%;object-fit:cover;opacity:.6;transition:transform 1s var(--ease)}.page-home .post:hover .thumb img{transform:scale(1.07)}.page-home .post .kind{position:absolute;top:13px;left:13px;z-index:2;background:hsla(0,0%,100%,.95);color:var(--blue);font-family:var(--mono);font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:5px 10px;border-radius:8px}.page-home .post .body{padding:24px}.page-home .post .date{font-family:var(--mono);font-size:12px;color:var(--orange-600);margin-bottom:11px}.page-home .post h3{font-size:18px;line-height:1.28;margin-bottom:10px}.page-home .post p{font-size:14px;color:var(--muted);line-height:1.55}.page-home .ctaband{padding:0 0 110px}.page-home .ctaband .inner{position:relative;overflow:hidden;border-radius:var(--r-lg);color:#fff;background:linear-gradient(120deg,var(--blue),var(--blue-950));display:grid;grid-template-columns:.92fr 1.08fr;grid-gap:0;gap:0;align-items:stretch;min-height:420px}.page-home .ctaband .aurora{position:absolute;inset:0;z-index:0;opacity:.6;filter:blur(60px)}.page-home .ctaband .aurora i{position:absolute;border-radius:50%;animation:drift 20s ease-in-out infinite}.page-home .ctaband .aurora i:first-child{width:30vw;height:30vw;right:-4%;top:-30%;background:radial-gradient(circle,rgba(231,138,24,.5),transparent 62%)}.page-home .ctaband .aurora i:nth-child(2){width:26vw;height:26vw;left:-6%;bottom:-30%;background:radial-gradient(circle,rgba(90,141,54,.5),transparent 62%);animation-delay:-8s}.page-home .cta-visual{position:relative;z-index:2;overflow:hidden}.page-home .cta-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.92;transition:transform 1.4s var(--ease)}.page-home .ctaband .inner:hover .cta-visual img{transform:scale(1.05)}.page-home .cta-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(7,29,51,.3) 28%,rgba(18,73,120,.62) 78%,var(--blue-950))}.page-home .cta-visual .cv-cap{position:absolute;left:26px;bottom:24px;z-index:2;font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:rgba(7,29,51,.42);border:1px solid hsla(0,0%,100%,.22);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:8px 14px;border-radius:100px}.page-home .cta-content{position:relative;z-index:2;padding:66px 58px;display:flex;flex-direction:column;justify-content:center}.page-home .ctaband h2{color:#fff;font-size:clamp(30px,3.4vw,44px)}.page-home .ctaband p{color:hsla(0,0%,100%,.84);margin-top:16px;font-size:18px;max-width:560px}.page-home .ctaband .acts{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}.page-home footer{background:var(--blue-950);color:hsla(0,0%,100%,.72);padding:80px 0 32px}.page-home .foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;grid-gap:44px;gap:44px;padding-bottom:50px;border-bottom:1px solid hsla(0,0%,100%,.12)}.page-home .wordmark{font-family:var(--display);font-size:24px;font-weight:800;letter-spacing:-.01em;color:#fff}.page-home .wordmark b{color:var(--orange)}.page-home .foot-base{font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:var(--green-400);margin:14px 0 18px}.page-home .foot-about{font-size:14.5px;line-height:1.6;max-width:330px}.page-home footer h4{color:#fff;font-family:var(--mono);font-size:12px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:18px;font-weight:700}.page-home footer ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:11px;gap:11px}.page-home footer ul a{font-size:14.5px;color:hsla(0,0%,100%,.72);transition:color .2s}.page-home footer ul a:hover{color:#fff}.page-home .contact-row{display:flex;gap:11px;align-items:flex-start;font-size:14.5px;line-height:1.5;margin-bottom:14px}.page-home .contact-row svg{width:17px;height:17px;color:var(--orange);flex-shrink:0;margin-top:3px}.page-home .foot-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;padding-top:26px;font-size:13px;font-family:var(--mono)}.page-home .foot-bottom .legal{display:flex;gap:22px;flex-wrap:wrap}.page-home .foot-bottom a:hover{color:#fff}.page-home .reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.page-home .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.page-home *{animation-duration:1ms!important;animation-delay:0s!important;transition-duration:.1s!important}.page-home .reveal{opacity:1;transform:none}.page-home .hero h1 .word,.page-home .hero-cta,.page-home .hero-meta,.page-home .hero-sub,.page-home .scroll-hint{opacity:1;transform:none;filter:none}.page-home .tile{opacity:1;transform:none}}@media(max-width:1080px){.page-home .hero-in{grid-template-columns:1fr;gap:48px}.page-home .mosaic{max-width:560px}.page-home .chip-stat{left:0}.page-home .chip-spark{right:0}.page-home .bento,.page-home .stats-grid{grid-template-columns:repeat(2,1fr)}.page-home .bento{grid-auto-rows:minmax(180px,auto)}.page-home .c1,.page-home .c2,.page-home .c3,.page-home .c4,.page-home .c5,.page-home .c6{grid-column:auto;grid-row:auto}.page-home .c1,.page-home .c5,.page-home .c6{grid-column:1/3}.page-home .sectors{grid-template-columns:repeat(2,1fr)}.page-home .sector{min-height:340px}.page-home .sector p{max-height:120px;opacity:1;margin-top:10px}.page-home .impact .quotes,.page-home .refgrid,.page-home .res{grid-template-columns:repeat(2,1fr)}.page-home .cab{grid-template-columns:1fr;gap:36px}.page-home .cab-visual{min-height:320px}.page-home .approche-body{grid-template-columns:1fr;gap:34px}.page-home .approche-visual{position:static;top:auto;min-height:300px;order:-1}.page-home .ctaband .inner{grid-template-columns:1fr;gap:0;padding:0}.page-home .cta-visual{min-height:240px}.page-home .cta-content{padding:48px 38px}}@media(max-width:720px){.page-home section{padding:80px 0}.page-home .wrap{padding:0 22px}.page-home .nav-links{display:none}.page-home .nav-links.open{display:flex;position:fixed;inset:80px 0 auto 0;flex-direction:column;background:#fff;padding:24px 28px 30px;gap:20px;box-shadow:var(--shadow)}.page-home .nav-links.open a{color:var(--ink)!important;opacity:1!important}.page-home .burger{display:flex}.page-home .nav-right .btn{display:none}.page-home .has-dropdown{flex-direction:column;align-items:flex-start;width:100%}.page-home .dd-toggle .caret,.page-home .has-dropdown:after{display:none}.page-home .dropdown{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;min-width:0;width:100%;background:transparent;border:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;padding:4px 0 0 14px;gap:12px}.page-home .dropdown a{padding:2px 0}.page-home .wa-float{right:16px;bottom:16px;width:52px;height:52px}.page-home .wa-float svg{width:28px;height:28px}.page-home .wa-tip{display:none}.page-home .hero-in{padding:0 22px}.page-home .bento,.page-home .impact .quotes,.page-home .refgrid,.page-home .res,.page-home .sectors,.page-home .stats-grid{grid-template-columns:1fr}.page-home .c1,.page-home .c5,.page-home .c6{grid-column:auto}.page-home .foot-grid{grid-template-columns:1fr 1fr;gap:32px}.page-home .chip{display:none}}@media(max-width:460px){.page-home .foot-grid{grid-template-columns:1fr}.page-home .hero h1{font-size:clamp(38px,11vw,54px)}}