:root{--bg: #05070a;--line: rgba(255, 255, 255, .11);--text: #f6f7f9;--muted: rgba(246, 247, 249, .58);--orange: #ff7438;--cyan: #1fb8cc;--green: #8fbd4b;--gold: #d7a53f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg)}button{font:inherit}.portal{position:relative;min-height:100vh;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at center,rgba(255,255,255,.045),transparent 25%),radial-gradient(circle at 50% 120%,rgba(72,170,185,.11),transparent 44%),#05070a;perspective:1100px}.portal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(circle at center,#0000000a,#00000052 45%,#000000c7),linear-gradient(180deg,#05070a33,#05070a94)}.video-bg::-webkit-media-controls,.video-bg::-webkit-media-controls-panel,.video-bg::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.video-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.58;filter:saturate(.9) contrast(1.05) brightness(.76);pointer-events:none}.ambient,.grid-floor{position:absolute;pointer-events:none}.ambient{width:42vmax;height:42vmax;border-radius:50%;filter:blur(50px);opacity:.1}.ambient-one{left:-18vmax;top:-12vmax;background:#8b98a4}.ambient-two{right:-16vmax;bottom:-16vmax;background:#477983}.grid-floor{inset:auto -10% -18% -10%;height:48%;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:56px 56px;transform:perspective(520px) rotateX(62deg);transform-origin:center bottom;opacity:.16;-webkit-mask-image:linear-gradient(to top,#000,transparent);mask-image:linear-gradient(to top,#000,transparent)}.core-stage{position:relative;z-index:5;display:grid;justify-items:center;gap:18px;animation:logoEnter .9s cubic-bezier(.2,.8,.2,1) both,logoFloat 4s ease-in-out infinite .9s}.core-stage:before{content:"";position:absolute;z-index:-1;width:min(520px,82vw);height:min(300px,44vw);top:46%;left:50%;border-radius:50%;background:radial-gradient(circle,rgba(5,7,10,.92) 0%,rgba(5,7,10,.78) 34%,rgba(5,7,10,.34) 58%,transparent 74%);filter:blur(2px);transform:translate(-50%,-50%);pointer-events:none}.core-logo{position:relative;width:min(680px,80vw);padding:0;border:0;background:transparent;cursor:pointer}.core-logo:before{content:"";position:absolute;top:-26%;right:-26%;bottom:-26%;left:-26%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 55%);transform:scale(.75);opacity:.5;animation:pulseCore 2.6s ease-in-out infinite}.core-logo img{position:relative;display:block;width:100%;height:auto;filter:drop-shadow(0 0 28px rgba(255,255,255,.24))}.portal-welcome{position:relative;z-index:5;margin:0;color:#f6f7f9c7;font-size:clamp(14px,1.5vw,22px);font-weight:600;letter-spacing:.18em;text-align:center;text-transform:uppercase;text-shadow:0 0 24px rgba(255,255,255,.22)}.social-links{position:relative;z-index:6;display:flex;align-items:center;justify-content:center;gap:12px;max-height:0;margin-top:8px;opacity:0;overflow:hidden;pointer-events:none;transform:translateY(-8px) scale(.96)}.social-links a,.social-links button{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#ffffff0f;color:#f6f7f9e6;box-shadow:0 16px 50px #00000042,inset 0 1px #ffffff1c;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.social-links a:hover,.social-links button:hover{transform:translateY(-3px);border-color:#ffffff7a;background:#ffffff21;color:#fff}.is-open .social-links{max-height:72px;margin-top:18px;overflow:visible;opacity:1;pointer-events:auto;transform:translateY(0) scale(1);transition:opacity .52s ease .36s,transform .52s ease .36s,max-height .52s ease .3s,margin .52s ease .3s}.is-open .core-stage{gap:12px;animation:logoToTop .72s cubic-bezier(.16,1,.3,1) both}.is-open .core-stage:before{width:min(380px,48vw);height:min(220px,28vw);top:43%}.is-open .portal-welcome{font-size:clamp(11px,1vw,15px);letter-spacing:.16em}.division-ring{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:clamp(10px,1.5vw,18px);pointer-events:none}.portal-footer{position:absolute;z-index:5;left:18px;right:18px;bottom:16px;text-align:center;color:#f6f7f980;font-size:12px;letter-spacing:.6px}.division-node{position:relative;width:min(148px,12vw);min-width:108px;height:58px;display:grid;place-items:center;padding:8px 12px;border:1px solid var(--line);border-radius:10px;background:#080b0fb8;box-shadow:0 24px 80px #00000059;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(48px) scale(.76);transition:border-color .18s ease,background .18s ease,transform .18s ease}.division-node img{max-width:100%;max-height:31px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(255,255,255,.14))}.division-node:hover{border-color:#ffffff5c;background:#ffffff1f}.is-open .division-node{opacity:1;pointer-events:auto;animation:childrenRow .76s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(.34s + var(--i) * 95ms)}.node-agro{--glow: var(--green)}.node-industrial{--glow: var(--cyan)}.node-gestion{--glow: var(--orange)}.node-mining{--glow: var(--gold)}.is-open .division-node:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;background:linear-gradient(120deg,transparent,color-mix(in srgb,var(--glow),transparent 35%),transparent);opacity:.32;z-index:-1}.division-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 50% 22%,rgba(255,255,255,.08),transparent 24%),radial-gradient(circle at 12% 90%,rgba(60,130,145,.16),transparent 36%),#05070a;color:var(--text)}.page-agro{background-color:#07100a}.page-industrial{background-color:#061014}.page-gestion{background-color:#111006}.page-mining{background-color:#100c06}.back-button{position:fixed;z-index:1000;left:22px;top:22px;display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border:1px solid rgba(255,255,255,.95);border-radius:8px;background:#f6f7f9f0;color:#05070a;font-weight:850;cursor:pointer;box-shadow:0 18px 70px #0000007a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-stage{width:min(1040px,calc(100vw - 42px));display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;align-items:center}.landing-logo-panel{display:grid;place-items:center;min-height:320px;padding:34px;border:1px solid var(--line);border-radius:12px;background:#ffffff0e;box-shadow:0 28px 100px #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-logo-panel img{width:100%;max-height:220px;object-fit:contain;animation:logoEnter .72s ease both}.landing-copy span{display:block;margin-bottom:14px;color:#f6f7f994;font-size:12px;font-weight:800;letter-spacing:2.4px;text-transform:uppercase}.landing-copy h1{margin:0 0 18px;font-size:clamp(34px,5vw,66px);line-height:.98;letter-spacing:0}.landing-copy p{margin:0;color:var(--muted);max-width:680px;font-size:18px;line-height:1.65}.landing-items{grid-column:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.landing-items div{min-height:52px;display:flex;align-items:center;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:#ffffff0e;color:#f6f7f9d1;font-weight:650}.landing-contact{grid-column:2;justify-self:start;display:inline-flex;align-items:center;min-height:46px;padding:0 18px;border-radius:7px;background:#f4f5f6;color:#101418;font-weight:850;text-decoration:none}.construction-stage{width:min(980px,calc(100vw - 42px));display:grid;justify-items:center;gap:28px;text-align:center}.construction-logo-panel{display:grid;place-items:center;width:min(620px,86vw);min-height:230px;padding:30px;border:1px solid var(--line);border-radius:12px;background:#ffffff0d;box-shadow:0 28px 100px #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.construction-logo-panel img{width:100%;max-height:180px;object-fit:contain;animation:logoEnter .72s ease both}.construction-copy span{display:block;margin-bottom:14px;color:#f6f7f994;font-size:12px;font-weight:800;letter-spacing:2.4px;text-transform:uppercase}.construction-copy h1{margin:0 0 16px;font-size:clamp(34px,5.4vw,72px);line-height:.98;letter-spacing:0}.construction-copy p{margin:0 auto;max-width:620px;color:var(--muted);font-size:18px;line-height:1.65}@keyframes logoEnter{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes logoToTop{to{width:min(390px,42vw);transform:translateY(-16vh) scale(.88)}}@keyframes pulseCore{0%,to{opacity:.28;transform:scale(.72)}50%{opacity:.62;transform:scale(1)}}@keyframes childrenRow{0%{opacity:0;transform:translateY(48px) scale(.76)}to{opacity:1;transform:translateY(96px) scale(1)}}@keyframes slowSpin{to{transform:rotate(360deg)}}@media (max-width: 860px){.core-logo{width:min(470px,82vw)}.portal-welcome{font-size:clamp(12px,2vw,16px);letter-spacing:.14em}.social-links a,.social-links button{width:40px;height:40px}.division-node{width:min(158px,38vw);min-width:118px;height:70px;padding:12px}.division-ring{flex-wrap:wrap;gap:12px;padding:0 18px}.landing-stage{grid-template-columns:1fr;padding-top:68px}.construction-stage{padding-top:68px}.construction-logo-panel{width:min(540px,88vw);min-height:200px}.landing-items,.landing-contact{grid-column:auto}}@media (max-width: 520px){.core-logo{width:min(330px,82vw)}.is-open .core-logo{animation:none}.is-open .core-stage{animation:logoToTopMobile .65s cubic-bezier(.16,1,.3,1) both}.division-node{width:min(210px,64vw);min-width:0;height:64px}.division-node img{max-height:34px}.social-links{gap:9px}.social-links a,.social-links button{width:38px;height:38px}.landing-logo-panel{min-height:220px;padding:22px}.construction-logo-panel{min-height:170px;padding:22px}.construction-copy p{font-size:16px}.landing-items{grid-template-columns:1fr}.is-open .division-node{animation-name:childrenGridMobile}}@keyframes logoToTopMobile{to{width:min(300px,72vw);transform:translateY(-32vh) scale(.9)}}@keyframes childrenGridMobile{0%{opacity:0;transform:translateY(54px) scale(.74)}to{opacity:1;transform:translateY(118px) scale(1)}}@media (max-width: 520px){.portal{min-height:100dvh}.portal.is-open{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100dvh;padding:28px 18px 72px;overflow-x:hidden;overflow-y:auto;place-items:initial}.video-bg{display:block;opacity:.56}.portal{background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.08),transparent 24%),radial-gradient(circle at 50% 100%,rgba(72,170,185,.16),transparent 46%),linear-gradient(145deg,rgba(255,255,255,.035),transparent 36%),#05070a}.portal.is-open .core-stage{width:100%;gap:12px;margin-top:0;animation:mobileCoreOpen .62s cubic-bezier(.16,1,.3,1) both}.core-stage:before{width:min(350px,88vw);height:210px;top:38%}.portal.is-open .core-stage:before{width:min(330px,84vw);height:185px;top:34%}.portal.is-open .core-logo{width:min(270px,74vw)}.portal.is-open .portal-welcome{max-width:310px;font-size:11px;line-height:1.45;letter-spacing:.12em}.portal.is-open .social-links{margin-top:18px;max-height:54px}.portal.is-open .division-ring{position:relative;inset:auto;z-index:6;width:min(240px,72vw);display:grid;grid-template-columns:1fr;gap:12px;margin:12px auto 18px;padding:0;pointer-events:auto}.portal.is-open .division-node{width:100%;min-width:0;height:58px;padding:10px 16px;opacity:1;transform:none;animation:mobileDivisionEnter .52s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(.18s + var(--i) * 70ms)}.portal.is-open .division-node img{max-height:34px}.portal.is-open .portal-footer{position:relative;left:auto;right:auto;bottom:auto;margin-top:auto;padding-top:18px;font-size:10px}}@keyframes mobileCoreOpen{0%{opacity:.92;transform:translateY(18px) scale(1.03)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mobileDivisionEnter{0%{opacity:0;transform:translateY(18px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.contact-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:22px;background:#0000009e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.contact-modal{width:min(460px,calc(100vw - 36px));display:grid;gap:14px;padding:22px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#070a0ef0;box-shadow:0 30px 110px #00000094}.contact-modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.contact-modal-head span{color:#f6f7f98f;font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.contact-modal-head button{min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.18);border-radius:6px;background:#ffffff0f;color:#f6f7f9d1;cursor:pointer}.contact-modal h2{margin:0 0 4px;font-size:clamp(24px,5vw,34px);letter-spacing:0}.contact-modal input,.contact-modal textarea{width:100%;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff13;color:var(--text);font:inherit;outline:none}.contact-modal input{min-height:44px;padding:0 13px}.contact-modal textarea{min-height:130px;padding:12px 13px;resize:vertical}.contact-modal input::placeholder,.contact-modal textarea::placeholder{color:#f6f7f96b}.contact-submit{min-height:46px;border:0;border-radius:8px;background:#f4f5f6;color:#101418;font-weight:850;cursor:pointer}.contact-submit:disabled{cursor:wait;opacity:.72}.contact-status{color:#92e2aae6!important}.contact-error{color:#ff9682eb!important}.contact-modal p{margin:0;color:#f6f7f980;font-size:12px;line-height:1.5}@media (min-width: 521px){.portal.is-open{display:block;min-height:100vh;padding:0;place-items:initial}.portal.is-open .core-stage{position:absolute;z-index:6;left:50%;top:35%;width:min(520px,calc(100vw - 48px));gap:10px;animation:desktopStackEnter .56s cubic-bezier(.16,1,.3,1) both}.portal.is-open .core-stage:before{width:min(360px,46vw);height:min(190px,24vw);top:42%}.portal.is-open .core-logo{width:min(400px,42vw)}.portal.is-open .portal-welcome{font-size:clamp(10px,.9vw,13px);letter-spacing:.14em}.portal.is-open .social-links{max-height:54px;margin-top:14px;transform:translateY(0) scale(.92)}.portal.is-open .division-ring{position:absolute;z-index:6;left:50%;top:35%;width:min(720px,calc(100vw - 48px));display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:clamp(14px,1.8vw,24px);pointer-events:auto;transform:translate(-50%)}.portal.is-open .division-node{width:min(132px,10.2vw);min-width:100px;height:52px;padding:7px 10px;animation:desktopDivisionEnter .56s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(.18s + var(--i) * 70ms)}.portal.is-open .division-node img{max-height:30px}}@keyframes desktopStackEnter{0%{opacity:.92;transform:translate(-50%,18px) scale(1.02)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes desktopDivisionEnter{0%{opacity:0;transform:translateY(12px) scale(.86)}to{opacity:1;transform:translateY(0) scale(1)}}.agro-landing{position:relative;display:block;min-height:100vh;padding:70px 0 126px;overflow:hidden;background:radial-gradient(circle at 18% 18%,rgba(143,189,75,.14),transparent 30%),radial-gradient(circle at 82% 72%,rgba(31,184,204,.08),transparent 34%),#06100a}.agro-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.72;filter:saturate(1.08) contrast(1.02) brightness(.82);pointer-events:none}.agro-landing:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#030705db,#030705a8 34%,#0307052e 58%,#0307055c),linear-gradient(180deg,#0000006b,#00000014 48%,#0000009e);pointer-events:none}.agro-hero,.agro-feature-grid,.agro-bottom-bar{position:relative;z-index:2}.agro-hero{width:min(500px,calc(100vw - 56px));margin-left:clamp(34px,4.2vw,70px);display:grid;justify-items:start;gap:22px}.agro-brand{width:min(250px,24vw);display:grid;place-items:center;min-height:110px;padding:14px 18px;border:1px solid rgba(255,255,255,.13);border-radius:9px;background:#050b0894;box-shadow:0 28px 90px #0006,inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.agro-brand img{width:100%;max-height:70px;object-fit:contain;filter:drop-shadow(0 0 22px rgba(143,189,75,.16))}.agro-copy span{display:block;margin-bottom:12px;color:#a7d76feb;font-size:12px;font-weight:850;letter-spacing:2.8px;text-transform:uppercase}.agro-copy h1{max-width:500px;margin:0 0 16px;font-size:clamp(38px,4.5vw,60px);line-height:.98;letter-spacing:0}.agro-copy p{max-width:500px;margin:0;color:#f6f7f9b8;font-size:clamp(16px,1.3vw,20px);line-height:1.55}.agro-feature-grid{width:min(620px,calc(100vw - 56px));margin:26px 0 0 clamp(34px,4.2vw,70px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.agro-feature{min-height:104px;padding:14px 16px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#060b0885;box-shadow:0 24px 90px #0000003d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.agro-feature svg{color:#a7d76fe6;margin-bottom:10px}.agro-feature h2{margin:0 0 7px;font-size:16px;letter-spacing:0}.agro-feature p{margin:0;color:#f6f7f999;font-size:13px;line-height:1.45}.agro-bottom-bar{position:absolute;left:0;right:0;bottom:0;min-height:106px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px clamp(28px,6vw,92px);background:linear-gradient(180deg,#020403c7,#020403f0);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -22px 90px #0000008c}.agro-bottom-bar div{display:grid;gap:4px}.agro-bottom-bar strong{color:#f6f7f9;font-size:clamp(20px,2.4vw,34px);line-height:1.1}.agro-bottom-bar span{color:#a7d76fe0;font-size:15px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.agro-bottom-bar p{margin:0;color:#f6f7f980;font-size:12px;letter-spacing:.5px;text-align:right}@media (max-width: 900px){.agro-landing{min-height:100dvh;padding:74px 18px 180px;overflow-y:auto}.agro-hero,.agro-feature-grid{width:100%;margin-left:0}.agro-brand{width:min(280px,70vw);min-height:118px}.agro-copy h1{font-size:clamp(34px,10vw,56px)}.agro-feature-grid{grid-template-columns:1fr;margin-top:26px}.agro-bottom-bar{min-height:148px;flex-direction:column;align-items:flex-start;justify-content:center}.agro-bottom-bar p{text-align:left}}@media (min-width: 901px){.agro-landing{display:block;height:100vh;min-height:0;padding:56px 0 86px;overflow:hidden}.agro-hero{width:min(430px,36vw);margin-left:clamp(22px,2.8vw,42px);gap:12px}.agro-brand{width:min(210px,18vw);min-height:84px;padding:10px 14px}.agro-brand img{max-height:52px}.agro-copy span{margin-bottom:8px;font-size:10px;letter-spacing:2.4px}.agro-copy h1{max-width:430px;margin-bottom:12px;font-size:clamp(34px,3.9vw,52px);line-height:.9}.agro-copy p{max-width:430px;font-size:clamp(14px,1.05vw,17px);line-height:1.42}.agro-feature-grid{width:min(520px,42vw);margin:18px 0 0 clamp(22px,2.8vw,42px);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.agro-feature{min-height:82px;padding:11px 12px}.agro-feature svg{width:18px;height:18px;margin-bottom:7px}.agro-feature h2{margin-bottom:5px;font-size:14px}.agro-feature p{font-size:11px;line-height:1.32}.agro-bottom-bar{min-height:76px;padding:14px clamp(22px,4vw,58px)}.agro-bottom-bar strong{font-size:clamp(18px,1.8vw,25px)}.agro-bottom-bar span{font-size:11px}.agro-bottom-bar p{font-size:10px}}@media (min-width: 901px){.agro-landing{height:100vh;min-height:0;padding:0;overflow:hidden}.agro-hero{position:absolute;z-index:3;left:clamp(28px,3vw,48px);top:58px;width:min(560px,42vw);margin:0;gap:10px}.agro-brand{width:min(190px,16vw);min-height:76px;padding:9px 12px}.agro-brand img{max-height:46px}.agro-copy span{margin-bottom:7px;font-size:10px;letter-spacing:2.2px}.agro-copy h1{max-width:560px;margin-bottom:10px;font-size:clamp(54px,5.9vw,86px);line-height:.9}.agro-copy p{max-width:405px;font-size:clamp(13px,1vw,16px);line-height:1.38}.agro-feature-grid{position:absolute;z-index:3;left:clamp(28px,3vw,48px);right:clamp(28px,3vw,48px);bottom:92px;width:auto;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.agro-feature{min-height:78px;padding:10px 11px}.agro-feature svg{width:16px;height:16px;margin-bottom:6px}.agro-feature h2{margin-bottom:4px;font-size:13px}.agro-feature p{font-size:10.5px;line-height:1.28}.agro-bottom-bar{min-height:76px;padding:14px clamp(28px,4vw,58px)}}.industrial-landing{position:relative;display:block;height:100vh;min-height:0;padding:0;overflow:hidden;background:#061014}.industrial-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.72;filter:saturate(1.05) contrast(1.04) brightness(.7);pointer-events:none}.industrial-landing:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#03070ae0,#03070aa8 34%,#03070a2e 58%,#03070a61),linear-gradient(180deg,#00000061,#00000014 48%,#000000a8);pointer-events:none}.industrial-hero,.industrial-feature-grid,.industrial-bottom-bar{position:relative;z-index:2}.industrial-hero{position:absolute;z-index:3;left:clamp(28px,3vw,48px);top:58px;width:min(610px,45vw);display:grid;justify-items:start;gap:10px}.industrial-brand{width:min(235px,18vw);display:grid;place-items:center;min-height:78px;padding:9px 12px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:#050c109e;box-shadow:0 28px 90px #0000006b,inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.industrial-brand img{width:100%;max-height:50px;object-fit:contain;filter:drop-shadow(0 0 22px rgba(31,184,204,.18))}.industrial-copy span{display:block;margin-bottom:7px;color:#5adbebf0;font-size:10px;font-weight:850;letter-spacing:2.2px;text-transform:uppercase}.industrial-copy h1{max-width:610px;margin:0 0 10px;font-size:clamp(50px,5.4vw,80px);line-height:.9;letter-spacing:0}.industrial-copy p{max-width:520px;margin:0;color:#f6f7f9b8;font-size:clamp(13px,1vw,16px);line-height:1.38}.industrial-feature-grid{position:absolute;z-index:3;left:clamp(28px,3vw,48px);right:clamp(28px,3vw,48px);bottom:92px;width:auto;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.industrial-feature{min-height:78px;padding:10px 11px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#050c1094;box-shadow:0 24px 90px #00000040;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.industrial-feature svg{width:16px;height:16px;color:#5adbebf0;margin-bottom:6px}.industrial-feature h2{margin:0 0 4px;font-size:13px;letter-spacing:0}.industrial-feature p{margin:0;color:#f6f7f99e;font-size:10.5px;line-height:1.28}.industrial-bottom-bar{position:absolute;left:0;right:0;bottom:0;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(28px,4vw,58px);background:linear-gradient(180deg,#020406c7,#020406f2);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -22px 90px #0000008c}.industrial-bottom-bar div{display:grid;gap:4px}.industrial-bottom-bar strong{color:#f6f7f9;font-size:clamp(18px,1.8vw,25px);line-height:1.1}.industrial-bottom-bar span{color:#5adbebf0;font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.industrial-bottom-bar p{margin:0;color:#f6f7f980;font-size:10px;letter-spacing:.5px;text-align:right}@media (max-width: 900px){.industrial-landing{min-height:100dvh;height:auto;padding:74px 18px 180px;overflow-y:auto}.industrial-hero,.industrial-feature-grid{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:100%;margin:0}.industrial-brand{width:min(280px,70vw);min-height:118px}.industrial-brand img{max-height:64px}.industrial-copy h1{font-size:clamp(34px,10vw,56px)}.industrial-feature-grid{grid-template-columns:1fr;margin-top:26px}.industrial-bottom-bar{min-height:148px;flex-direction:column;align-items:flex-start;justify-content:center}.industrial-bottom-bar p{text-align:left}}.gestion-landing{position:relative;display:block;height:100vh;min-height:0;padding:0;overflow:hidden;background:#10070a}.gestion-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.74;filter:saturate(1.04) contrast(1.05) brightness(.72);pointer-events:none}.gestion-landing:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#080405e6,#080405ad 34%,#08040533 58%,#0804056b),linear-gradient(180deg,#00000057,#00000014 48%,#000000ad);pointer-events:none}.gestion-hero,.gestion-feature-grid,.gestion-bottom-bar{position:relative;z-index:2}.gestion-hero{position:absolute;z-index:3;left:clamp(28px,3vw,48px);top:58px;width:min(660px,49vw);display:grid;justify-items:start;gap:10px}.gestion-brand{width:min(235px,18vw);display:grid;place-items:center;min-height:78px;padding:9px 12px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:#0f06069e;box-shadow:0 28px 90px #0000006b,inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.gestion-brand img{width:100%;max-height:50px;object-fit:contain;filter:drop-shadow(0 0 22px rgba(255,116,56,.18))}.gestion-copy span{display:block;margin-bottom:7px;color:#ff9a74f2;font-size:10px;font-weight:850;letter-spacing:2.2px;text-transform:uppercase}.gestion-copy h1{max-width:660px;margin:0 0 10px;font-size:clamp(50px,5.3vw,78px);line-height:.9;letter-spacing:0}.gestion-copy p{max-width:540px;margin:0;color:#f6f7f9b8;font-size:clamp(13px,1vw,16px);line-height:1.38}.gestion-feature-grid{position:absolute;z-index:3;left:clamp(28px,3vw,48px);right:clamp(28px,3vw,48px);bottom:92px;width:auto;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.gestion-feature{min-height:78px;padding:10px 11px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0e060694;box-shadow:0 24px 90px #00000040;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.gestion-feature svg{width:16px;height:16px;color:#ff9a74f2;margin-bottom:6px}.gestion-feature h2{margin:0 0 4px;font-size:13px;letter-spacing:0}.gestion-feature p{margin:0;color:#f6f7f99e;font-size:10.5px;line-height:1.28}.gestion-bottom-bar{position:absolute;left:0;right:0;bottom:0;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(28px,4vw,58px);background:linear-gradient(180deg,#050202c7,#050202f2);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -22px 90px #0000008c}.gestion-bottom-bar div{display:grid;gap:4px}.gestion-bottom-bar strong{color:#f6f7f9;font-size:clamp(18px,1.8vw,25px);line-height:1.1}.gestion-bottom-bar span{color:#ff9a74f2;font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.gestion-bottom-bar p{margin:0;color:#f6f7f980;font-size:10px;letter-spacing:.5px;text-align:right}@media (max-width: 900px){.gestion-landing{min-height:100dvh;height:auto;padding:74px 18px 180px;overflow-y:auto}.gestion-hero,.gestion-feature-grid{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:100%;margin:0}.gestion-brand{width:min(280px,70vw);min-height:118px}.gestion-brand img{max-height:64px}.gestion-copy h1{font-size:clamp(34px,10vw,56px)}.gestion-feature-grid{grid-template-columns:1fr;margin-top:26px}.gestion-bottom-bar{min-height:148px;flex-direction:column;align-items:flex-start;justify-content:center}.gestion-bottom-bar p{text-align:left}}.mining-landing{position:relative;display:block;height:100vh;min-height:0;padding:0;overflow:hidden;background:#100c06}.mining-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.74;filter:saturate(1.03) contrast(1.06) brightness(.7);pointer-events:none}.mining-landing:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#0a0703e6,#0a0703ad 34%,#0a070333 58%,#0a070370),linear-gradient(180deg,#0000005c,#00000014 48%,#000000b3);pointer-events:none}.mining-hero,.mining-feature-grid,.mining-bottom-bar{position:relative;z-index:2}.mining-hero{position:absolute;z-index:3;left:clamp(28px,3vw,48px);top:58px;width:min(660px,49vw);display:grid;justify-items:start;gap:10px}.mining-brand{width:min(235px,18vw);display:grid;place-items:center;min-height:78px;padding:9px 12px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:#100b049e;box-shadow:0 28px 90px #0000006b,inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mining-brand img{width:100%;max-height:50px;object-fit:contain;filter:drop-shadow(0 0 22px rgba(215,165,63,.2))}.mining-copy span{display:block;margin-bottom:7px;color:#e8be5cf5;font-size:10px;font-weight:850;letter-spacing:2.2px;text-transform:uppercase}.mining-copy h1{max-width:660px;margin:0 0 10px;font-size:clamp(48px,5.1vw,76px);line-height:.9;letter-spacing:0}.mining-copy p{max-width:540px;margin:0;color:#f6f7f9b8;font-size:clamp(13px,1vw,16px);line-height:1.38}.mining-feature-grid{position:absolute;z-index:3;left:clamp(28px,3vw,48px);right:clamp(28px,3vw,48px);bottom:92px;width:auto;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.mining-feature{min-height:78px;padding:10px 11px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0f0a0499;box-shadow:0 24px 90px #00000040;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mining-feature svg{width:16px;height:16px;color:#e8be5cf5;margin-bottom:6px}.mining-feature h2{margin:0 0 4px;font-size:13px;letter-spacing:0}.mining-feature p{margin:0;color:#f6f7f99e;font-size:10.5px;line-height:1.28}.mining-bottom-bar{position:absolute;left:0;right:0;bottom:0;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(28px,4vw,58px);background:linear-gradient(180deg,#050301c7,#050301f2);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -22px 90px #0000008c}.mining-bottom-bar div{display:grid;gap:4px}.mining-bottom-bar strong{color:#f6f7f9;font-size:clamp(18px,1.8vw,25px);line-height:1.1}.mining-bottom-bar span{color:#e8be5cf5;font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.mining-bottom-bar p{margin:0;color:#f6f7f980;font-size:10px;letter-spacing:.5px;text-align:right}@media (max-width: 900px){.mining-landing{min-height:100dvh;height:auto;padding:74px 18px 180px;overflow-y:auto}.mining-hero,.mining-feature-grid{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:100%;margin:0}.mining-brand{width:min(280px,70vw);min-height:118px}.mining-brand img{max-height:64px}.mining-copy h1{font-size:clamp(34px,10vw,56px)}.mining-feature-grid{grid-template-columns:1fr;margin-top:26px}.mining-bottom-bar{min-height:148px;flex-direction:column;align-items:flex-start;justify-content:center}.mining-bottom-bar p{text-align:left}}.bottom-contact-copy{display:grid;gap:4px}.bottom-contact-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#ffffff14;color:#f6f7f9;font-weight:750;cursor:pointer;box-shadow:0 18px 60px #00000042,inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:border-color .18s ease,background .18s ease,transform .18s ease}.bottom-contact-button:hover{transform:translateY(-1px);border-color:#ffffff85;background:#ffffff24}.agro-bottom-bar,.industrial-bottom-bar,.gestion-bottom-bar,.mining-bottom-bar{grid-template-columns:auto auto 1fr}@media (max-width: 900px){.bottom-contact-button{min-height:40px}}.back-button:hover{background:#fff;color:#05070a;border-color:#fff}@media (min-width: 521px){.portal.is-open .core-stage{top:12%!important}.portal.is-open .division-ring{top:36%!important}}.back-button{z-index:1000!important;background:#f6f7f9!important;color:#05070a!important;border-color:#fff!important;opacity:1!important}.back-button{z-index:1000!important;left:18px!important;top:18px!important;min-height:36px!important;padding:0 12px!important;gap:7px!important;border-radius:7px!important;border:1px solid rgba(255,255,255,.42)!important;background:#040608bd!important;color:#fffffff0!important;font-size:14px!important;font-weight:750!important;box-shadow:0 12px 34px #00000061!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.back-button svg{width:16px!important;height:16px!important}.back-button:hover{background:#ffffff24!important;color:#fff!important;border-color:#ffffffad!important}@media (min-width: 901px){.agro-hero,.industrial-hero,.gestion-hero,.mining-hero{top:70px!important}}@media (max-width: 900px){.agro-landing,.industrial-landing,.gestion-landing,.mining-landing{padding-top:66px!important}.agro-brand,.industrial-brand,.gestion-brand,.mining-brand{justify-self:center!important;width:min(210px,58vw)!important;min-height:82px!important;padding:8px 12px!important}.agro-brand img,.industrial-brand img,.gestion-brand img,.mining-brand img{max-height:48px!important}.agro-copy,.industrial-copy,.gestion-copy,.mining-copy{width:100%!important}}@media (min-width: 521px){.portal.is-open .division-ring{top:30%!important}}@media (min-width: 521px){.portal.is-open .core-stage{top:20%!important}.portal.is-open .division-ring{top:46%!important}}@media (min-width: 521px){.portal.is-open .core-stage{top:20%!important}.portal.is-open .division-ring{top:38%!important}}@media (min-width: 521px){.portal.is-open .core-stage{top:20%!important}.portal.is-open .division-ring{top:32%!important}}@media (min-width: 521px){.portal.is-open .core-stage{top:20%!important}.portal.is-open .division-ring{top:48%!important;bottom:auto!important;right:auto!important;height:auto!important;min-height:0!important;align-items:flex-start!important}}.portal.is-open .core-stage .social-links{position:absolute!important;left:50%!important;top:calc(80vh - 116px)!important;bottom:auto!important;z-index:14!important;margin:0!important;max-height:64px!important;opacity:1!important;overflow:visible!important;pointer-events:auto!important;transform:translate(-50%)!important}@media (max-width: 520px){.portal.is-open .core-stage .social-links{top:calc(80vh - 132px)!important;gap:9px!important}}.about-modal{max-width:620px!important}.about-modal h2{max-width:520px;margin-bottom:18px!important}.about-modal p{color:#ebf0f2c7!important;font-size:15px!important;line-height:1.7!important;margin:0 0 14px!important}.about-modal p:last-child{margin-bottom:0!important;color:#ffffffe6!important}.agro-bg-video,.industrial-bg-video,.gestion-bg-video,.mining-bg-video{opacity:.92!important;filter:saturate(1.12) contrast(1.04) brightness(1.02)!important}.agro-landing:before{background:linear-gradient(90deg,#0307059e,#0307056b 34%,#03070514 58%,#0307052e),linear-gradient(180deg,#00000038,#0000000a 48%,#0000006b)!important}.industrial-landing:before{background:linear-gradient(90deg,#03070aa3,#03070a6b 34%,#03070a14 58%,#03070a33),linear-gradient(180deg,#00000038,#0000000a 48%,#00000070)!important}.gestion-landing:before{background:linear-gradient(90deg,#080405a3,#0804056b 34%,#08040514 58%,#08040533),linear-gradient(180deg,#0003,#0000000a 48%,#00000070)!important}.mining-landing:before{background:linear-gradient(90deg,#0a0703a3,#0a07036b 34%,#0a070314 58%,#0a070338),linear-gradient(180deg,#0003,#0000000a 48%,#00000075)!important}@media (min-width: 721px){.portal.is-open .division-ring{width:min(1120px,calc(100vw - 56px))!important;gap:clamp(18px,2vw,30px)!important}.portal.is-open .division-node{width:clamp(180px,18vw,260px)!important;min-width:180px!important;height:clamp(76px,7vw,98px)!important;padding:12px 18px!important;border-radius:12px!important}.portal.is-open .division-node img{max-height:clamp(46px,4.6vw,66px)!important}}.portal-invite{margin:2px 0 0;color:#f6f7f9b8;font-size:clamp(13px,1.35vw,17px);font-weight:650;letter-spacing:.12em;text-transform:uppercase;text-shadow:0 0 24px rgba(255,255,255,.16);opacity:.92;transition:opacity .24s ease,transform .24s ease,max-height .24s ease,margin .24s ease}.portal.is-open .portal-invite{max-height:0;margin:0;opacity:0;transform:translateY(-8px);overflow:hidden}.portal:not(.is-open) .portal-welcome{max-height:0!important;margin:0!important;opacity:0!important;transform:translateY(-6px)!important;overflow:hidden!important}.portal.is-open .portal-welcome{max-height:40px!important;opacity:1!important;transform:none!important}.services-toggle{margin-top:14px;min-height:42px;padding:0 18px;border:1px solid rgba(90,219,235,.46);border-radius:999px;background:#050c109e;color:#f6f7f9;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;box-shadow:0 18px 55px #00000057,inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .18s ease,border-color .18s ease,background .18s ease}.services-toggle:hover{transform:translateY(-2px);border-color:#5adbebc7;background:#5adbeb24}@media (min-width: 901px){.industrial-landing .industrial-feature-grid{opacity:0;pointer-events:none;transform:translateY(28px);transition:opacity .36s ease,transform .42s cubic-bezier(.16,1,.3,1)}.industrial-landing.services-open .industrial-hero{top:38px!important;width:min(650px,48vw)}.industrial-landing.services-open .industrial-brand{width:min(210px,16vw);min-height:68px}.industrial-landing.services-open .industrial-brand img{max-height:44px}.industrial-landing.services-open .industrial-copy h1{max-width:560px;font-size:clamp(42px,4.6vw,66px);line-height:.92;margin-bottom:8px}.industrial-landing.services-open .industrial-copy p{max-width:620px;color:#f6f7f9cc;font-size:clamp(13px,.95vw,15px);line-height:1.46}.industrial-landing.services-open .industrial-feature-grid{opacity:1;pointer-events:auto;transform:none}}@media (max-width: 900px){.services-toggle{margin-top:16px}.industrial-landing .industrial-feature-grid{display:none}.industrial-landing.services-open .industrial-feature-grid{display:grid}}.industrial-copy{overflow:visible}.industrial-copy h1,.industrial-copy p{transition:opacity .42s ease,transform .52s cubic-bezier(.16,1,.3,1),max-height .52s cubic-bezier(.16,1,.3,1),margin .42s ease}.services-toggle{min-height:34px!important;padding:0 2px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#5adbebeb!important;font-size:11px!important;font-weight:850!important;letter-spacing:.14em!important;text-transform:uppercase!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;display:inline-flex;align-items:center;gap:10px}.services-toggle:after{content:"";width:42px;height:1px;background:currentColor;opacity:.65;transform-origin:left center;transition:transform .22s ease,opacity .22s ease}.services-toggle:hover{transform:none!important;background:transparent!important;color:#f6f7f9!important}.services-toggle:hover:after{transform:scaleX(1.35);opacity:1}@media (min-width: 901px){.industrial-landing .industrial-feature-grid{bottom:112px!important;opacity:0!important;pointer-events:none!important;transform:translateY(72px)!important;transition:opacity .48s ease .12s,transform .62s cubic-bezier(.16,1,.3,1) 80ms!important}.industrial-landing.services-open .industrial-hero{top:58px!important;width:min(610px,45vw)!important}.industrial-landing.services-open .industrial-brand{width:min(235px,18vw)!important;min-height:78px!important}.industrial-landing.services-open .industrial-brand img{max-height:50px!important}.industrial-landing.services-open .industrial-copy h1,.industrial-landing.services-open .industrial-copy p{max-height:0!important;margin:0!important;opacity:0!important;transform:translateY(-46px)!important;overflow:hidden!important}.industrial-landing.services-open .industrial-feature-grid{opacity:1!important;pointer-events:auto!important;transform:none!important}.industrial-landing.services-open .services-toggle{margin-top:12px!important}}@media (max-width: 900px){.industrial-landing.services-open .industrial-copy h1,.industrial-landing.services-open .industrial-copy p{opacity:0;transform:translateY(-28px);max-height:0;margin:0;overflow:hidden}}.industrial-hero,.industrial-brand{transition:left .62s cubic-bezier(.16,1,.3,1),top .62s cubic-bezier(.16,1,.3,1),transform .62s cubic-bezier(.16,1,.3,1),width .52s ease,min-height .52s ease,padding .52s ease}@media (min-width: 901px){.industrial-landing.services-open .industrial-hero{left:50%!important;top:48px!important;width:auto!important;justify-items:center!important;transform:translate(-50%)!important}.industrial-landing.services-open .industrial-brand{width:clamp(132px,11vw,168px)!important;min-height:52px!important;padding:6px 10px!important;border-radius:8px!important}.industrial-landing.services-open .industrial-brand img{max-height:34px!important}.industrial-landing.services-open .industrial-copy{display:grid;justify-items:center}.industrial-landing.services-open .industrial-copy span{margin-top:2px;margin-bottom:4px;font-size:8px;letter-spacing:1.8px;opacity:.76;text-align:center}.industrial-landing.services-open .services-toggle{margin-top:6px!important}}.services-cue{margin-top:14px;display:inline-flex;align-items:center;gap:12px;color:#5adbebdb;font-size:10px;font-weight:850;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;opacity:.86;-webkit-user-select:none;user-select:none;transition:color .18s ease,opacity .18s ease,transform .24s ease}.services-cue:after{content:"";width:54px;height:1px;background:currentColor;opacity:.62;transform-origin:left center;animation:cueLine 1.8s ease-in-out infinite}.services-cue:hover{color:#f6f7f9;opacity:1}.industrial-landing.services-open .services-cue{transform:translateY(-4px);opacity:.72}@keyframes cueLine{0%,to{transform:scaleX(.68);opacity:.38}50%{transform:scaleX(1);opacity:.86}}@media (max-width: 900px){.services-cue{margin-top:16px;font-size:9px}}.industrial-feature-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.industrial-feature-head span{color:#5adbebd1;font-size:10px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;text-align:right}.industrial-feature ul{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0;padding:0;list-style:none}.industrial-feature li{padding:7px 10px;border:1px solid rgba(90,219,235,.18);border-radius:999px;background:#5adbeb12;color:#f6f7f9c2;font-size:11px;font-weight:700;line-height:1}@media (min-width: 901px){.industrial-landing.services-open .industrial-feature-grid{left:clamp(42px,4.5vw,72px)!important;right:clamp(42px,4.5vw,72px)!important;top:clamp(150px,18vh,190px)!important;bottom:96px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;gap:clamp(16px,2vw,26px)!important}.industrial-landing.services-open .industrial-feature{min-height:0!important;height:100%!important;padding:clamp(20px,2.2vw,32px)!important;border-radius:12px!important;background:linear-gradient(135deg,#071015db,#050a0dad),radial-gradient(circle at 18% 10%,rgba(90,219,235,.12),transparent 36%)!important;border-color:#ffffff29!important;box-shadow:0 28px 110px #00000057,inset 0 1px #ffffff14!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;display:flex!important;flex-direction:column!important}.industrial-landing.services-open .industrial-feature svg{width:28px!important;height:28px!important;margin:0!important}.industrial-landing.services-open .industrial-feature h2{margin:0 0 12px!important;font-size:clamp(24px,2.2vw,34px)!important;line-height:1.02!important}.industrial-landing.services-open .industrial-feature p{max-width:92%;color:#f6f7f9b8!important;font-size:clamp(13px,1.05vw,16px)!important;line-height:1.5!important}.industrial-landing.services-open .industrial-feature ul{margin-top:auto!important;padding-top:18px!important}}@media (max-width: 900px){.industrial-feature-head{margin-bottom:12px}.industrial-feature ul{margin-top:14px}}@media (min-width: 901px){.industrial-landing.services-open .industrial-feature-grid{left:clamp(46px,5vw,82px)!important;right:clamp(46px,5vw,82px)!important;top:clamp(176px,23vh,220px)!important;bottom:104px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:1fr!important;gap:clamp(12px,1.25vw,18px)!important}.industrial-landing.services-open .industrial-feature{height:100%!important;padding:clamp(18px,1.75vw,26px)!important;border-radius:9px!important;background:linear-gradient(180deg,#080f13a3,#05090c7a)!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 22px 70px #0000003d,inset 0 1px #ffffff0e!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;justify-content:flex-start!important;transition:transform .22s ease,border-color .22s ease,background .22s ease!important}.industrial-landing.services-open .industrial-feature:hover{transform:translateY(-4px)!important;border-color:#5adbeb52!important;background:linear-gradient(180deg,#091217bd,#050a0d8f)!important}.industrial-feature-head{display:grid!important;grid-template-columns:auto 1fr!important;align-items:center!important;justify-content:start!important;gap:12px!important;margin-bottom:24px!important}.industrial-landing.services-open .industrial-feature svg{width:21px!important;height:21px!important;color:#5adbebe6!important}.industrial-feature-head span{text-align:left!important;color:#5adbebad!important;font-size:8.5px!important;letter-spacing:.16em!important;line-height:1.25!important}.industrial-landing.services-open .industrial-feature h2{margin:0 0 14px!important;font-size:clamp(18px,1.55vw,24px)!important;line-height:1.06!important;font-weight:820!important}.industrial-landing.services-open .industrial-feature p{max-width:none!important;color:#f6f7f9a8!important;font-size:clamp(12px,.88vw,14px)!important;line-height:1.52!important}.industrial-landing.services-open .industrial-feature ul{display:grid!important;gap:0!important;margin-top:auto!important;padding-top:20px!important;border-top:1px solid rgba(255,255,255,.09)!important}.industrial-landing.services-open .industrial-feature li{padding:9px 0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#f6f7f9b8!important;font-size:11px!important;font-weight:680!important;line-height:1.2!important;border-bottom:1px solid rgba(255,255,255,.065)!important}.industrial-landing.services-open .industrial-feature li:before{content:"";display:inline-block;width:5px;height:5px;margin-right:9px;border-radius:50%;background:#5adbebb8;vertical-align:1px}.industrial-landing.services-open .industrial-feature li:last-child{border-bottom:0!important}}.division-feature-head{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;margin-bottom:24px}.division-feature-head span{text-align:left;font-size:8.5px;font-weight:850;letter-spacing:.16em;line-height:1.25;text-transform:uppercase}.agro-feature ul,.gestion-feature ul,.mining-feature ul{display:grid;gap:0;margin:auto 0 0;padding:20px 0 0;list-style:none;border-top:1px solid rgba(255,255,255,.09)}.agro-feature li,.gestion-feature li,.mining-feature li{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.065);color:#f6f7f9b8;font-size:11px;font-weight:680;line-height:1.2}.agro-feature li:last-child,.gestion-feature li:last-child,.mining-feature li:last-child{border-bottom:0}.agro-feature li:before,.gestion-feature li:before,.mining-feature li:before{content:"";display:inline-block;width:5px;height:5px;margin-right:9px;border-radius:50%;vertical-align:1px}.agro-feature li:before{background:#9dd35dbd}.gestion-feature li:before{background:#e5745cbd}.mining-feature li:before{background:#d6b564c2}.agro-copy h1,.agro-copy p,.gestion-copy h1,.gestion-copy p,.mining-copy h1,.mining-copy p{transition:opacity .42s ease,transform .52s cubic-bezier(.16,1,.3,1),max-height .52s cubic-bezier(.16,1,.3,1),margin .42s ease}.agro-hero,.agro-brand,.gestion-hero,.gestion-brand,.mining-hero,.mining-brand{transition:left .62s cubic-bezier(.16,1,.3,1),top .62s cubic-bezier(.16,1,.3,1),transform .62s cubic-bezier(.16,1,.3,1),width .52s ease,min-height .52s ease,padding .52s ease}@media (min-width: 901px){.agro-feature-grid,.gestion-feature-grid,.mining-feature-grid{opacity:0!important;pointer-events:none!important;transform:translateY(72px)!important;transition:opacity .48s ease .12s,transform .62s cubic-bezier(.16,1,.3,1) 80ms!important}.agro-landing.services-open .agro-hero,.gestion-landing.services-open .gestion-hero,.mining-landing.services-open .mining-hero{left:50%!important;top:48px!important;width:auto!important;justify-items:center!important;transform:translate(-50%)!important}.agro-landing.services-open .agro-brand,.gestion-landing.services-open .gestion-brand,.mining-landing.services-open .mining-brand{width:clamp(132px,11vw,168px)!important;min-height:52px!important;padding:6px 10px!important;border-radius:8px!important}.agro-landing.services-open .agro-brand img,.gestion-landing.services-open .gestion-brand img,.mining-landing.services-open .mining-brand img{max-height:34px!important}.agro-landing.services-open .agro-copy,.gestion-landing.services-open .gestion-copy,.mining-landing.services-open .mining-copy{display:grid;justify-items:center}.agro-landing.services-open .agro-copy span,.gestion-landing.services-open .gestion-copy span,.mining-landing.services-open .mining-copy span{margin-top:2px;margin-bottom:4px;font-size:8px;letter-spacing:1.8px;opacity:.76;text-align:center}.agro-landing.services-open .agro-copy h1,.agro-landing.services-open .agro-copy p,.gestion-landing.services-open .gestion-copy h1,.gestion-landing.services-open .gestion-copy p,.mining-landing.services-open .mining-copy h1,.mining-landing.services-open .mining-copy p{max-height:0!important;margin:0!important;opacity:0!important;transform:translateY(-46px)!important;overflow:hidden!important}.agro-landing.services-open .agro-feature-grid,.gestion-landing.services-open .gestion-feature-grid,.mining-landing.services-open .mining-feature-grid{left:clamp(46px,5vw,82px)!important;right:clamp(46px,5vw,82px)!important;top:clamp(176px,23vh,220px)!important;bottom:104px!important;width:auto!important;margin:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:1fr!important;gap:clamp(12px,1.25vw,18px)!important;opacity:1!important;pointer-events:auto!important;transform:none!important}.agro-landing.services-open .agro-feature,.gestion-landing.services-open .gestion-feature,.mining-landing.services-open .mining-feature{height:100%!important;min-height:0!important;padding:clamp(18px,1.75vw,26px)!important;border-radius:9px!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 22px 70px #0000003d,inset 0 1px #ffffff0e!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;transition:transform .22s ease,border-color .22s ease,background .22s ease!important}.agro-landing.services-open .agro-feature{background:linear-gradient(180deg,#08110aa3,#0409067a)!important}.gestion-landing.services-open .gestion-feature{background:linear-gradient(180deg,#12090aa3,#0905077a)!important}.mining-landing.services-open .mining-feature{background:linear-gradient(180deg,#120e08a3,#0907047a)!important}.agro-landing.services-open .agro-feature:hover,.gestion-landing.services-open .gestion-feature:hover,.mining-landing.services-open .mining-feature:hover{transform:translateY(-4px)!important;border-color:#ffffff3d!important}.agro-landing.services-open .agro-feature svg,.gestion-landing.services-open .gestion-feature svg,.mining-landing.services-open .mining-feature svg{width:21px!important;height:21px!important;margin:0!important}.agro-landing.services-open .agro-feature h2,.gestion-landing.services-open .gestion-feature h2,.mining-landing.services-open .mining-feature h2{margin:0 0 14px!important;font-size:clamp(18px,1.55vw,24px)!important;line-height:1.06!important;font-weight:820!important}.agro-landing.services-open .agro-feature p,.gestion-landing.services-open .gestion-feature p,.mining-landing.services-open .mining-feature p{max-width:none!important;color:#f6f7f9a8!important;font-size:clamp(12px,.88vw,14px)!important;line-height:1.52!important}}@media (max-width: 900px){.agro-feature-grid,.gestion-feature-grid,.mining-feature-grid{display:none}.agro-landing.services-open .agro-feature-grid,.gestion-landing.services-open .gestion-feature-grid,.mining-landing.services-open .mining-feature-grid{display:grid}.agro-landing.services-open .agro-copy h1,.agro-landing.services-open .agro-copy p,.gestion-landing.services-open .gestion-copy h1,.gestion-landing.services-open .gestion-copy p,.mining-landing.services-open .mining-copy h1,.mining-landing.services-open .mining-copy p{opacity:0;transform:translateY(-28px);max-height:0;margin:0;overflow:hidden}}.developer-mark{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;white-space:nowrap!important}.developer-mark img{width:clamp(72px,7vw,104px)!important;max-height:24px!important;object-fit:contain!important;opacity:.74!important;filter:grayscale(.15) drop-shadow(0 0 10px rgba(255,255,255,.08))!important}.developer-mark span{color:#f6f7f980!important}.portal-developer-mark{left:18px!important;right:18px!important;text-align:center!important;justify-content:center!important}@media (max-width: 900px){.developer-mark{justify-content:center!important;gap:6px!important;white-space:normal!important;text-align:center!important}.developer-mark img{width:74px!important;max-height:20px!important}}.video-bg{opacity:.86!important;filter:saturate(1.08) contrast(1.08) brightness(1.08)!important}.portal:before{background:radial-gradient(circle at center,#00000005,#0000002e 48%,#00000085),linear-gradient(180deg,#05070a14,#05070a57)!important}.agro-bg-video,.industrial-bg-video,.gestion-bg-video,.mining-bg-video{opacity:1!important;filter:saturate(1.16) contrast(1.08) brightness(1.14)!important}.agro-landing:before{background:linear-gradient(90deg,#0307057a,#03070547 34%,#03070508 58%,#0307051a),linear-gradient(180deg,#0000001a,#00000005 48%,#00000047)!important}.industrial-landing:before{background:linear-gradient(90deg,#03070a80,#03070a4d 34%,#03070a0a 58%,#03070a1f),linear-gradient(180deg,#0000001a,#00000005 48%,#0000004d)!important}.gestion-landing:before{background:linear-gradient(90deg,#08040580,#0804054d 34%,#0804050a 58%,#0804051f),linear-gradient(180deg,#0000001a,#00000005 48%,#0000004d)!important}.mining-landing:before{background:linear-gradient(90deg,#0a070380,#0a07034d 34%,#0a07030a 58%,#0a070324),linear-gradient(180deg,#0000001a,#00000005 48%,#00000052)!important}.core-logo,.division-node,.agro-brand,.industrial-brand,.gestion-brand,.mining-brand,.agro-feature,.industrial-feature,.gestion-feature,.mining-feature{-webkit-backdrop-filter:blur(10px) saturate(1.08)!important;backdrop-filter:blur(10px) saturate(1.08)!important}.core-logo img,.division-node img,.agro-brand img,.industrial-brand img,.gestion-brand img,.mining-brand img{filter:drop-shadow(0 0 18px rgba(255,255,255,.16)) contrast(1.06)!important}.developer-mark{gap:6px!important;opacity:.64!important;transform:scale(.86)!important;transform-origin:right center!important}.developer-mark img{width:clamp(48px,4.2vw,68px)!important;max-height:15px!important;opacity:.58!important;filter:grayscale(.28) drop-shadow(0 0 5px rgba(255,255,255,.05))!important}.developer-mark span{font-size:8px!important;letter-spacing:.08em!important;color:#f6f7f95c!important}.portal-developer-mark{transform-origin:center center!important}@media (max-width: 900px){.developer-mark{transform:scale(.82)!important;transform-origin:center center!important}.developer-mark img{width:52px!important;max-height:14px!important}.developer-mark span{font-size:7.5px!important}}@media (min-width: 901px){.back-button{left:clamp(10px,1.15vw,18px)!important;top:92px!important;width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;display:grid!important;place-items:center!important;gap:0!important;border-radius:999px!important;font-size:0!important;line-height:0!important;background:#04070a7a!important;border-color:#ffffff47!important;box-shadow:0 14px 38px #00000047!important}.back-button svg{width:18px!important;height:18px!important}.back-button:hover{background:#ffffff1f!important;border-color:#ffffff85!important}}.video-bg{opacity:0!important;transition:opacity .52s ease!important}.video-bg.is-ready{opacity:.86!important}@media (max-width: 520px){.video-bg.is-ready{opacity:.86!important}}@media (min-width: 901px){.back-button{left:clamp(42px,3vw,58px)!important;top:76px!important;width:28px!important;height:28px!important;min-height:28px!important;padding:0!important;border:1px solid rgba(255,255,255,.2)!important;background:#0000002e!important;color:#ffffffc7!important;box-shadow:none!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;opacity:.78!important;transform:none!important;transition:opacity .18s ease,background .18s ease,border-color .18s ease,left .62s cubic-bezier(.16,1,.3,1),top .62s cubic-bezier(.16,1,.3,1),transform .62s cubic-bezier(.16,1,.3,1)!important}.back-button svg{width:15px!important;height:15px!important}.back-button:hover{opacity:1!important;background:#ffffff1a!important;border-color:#ffffff61!important}.agro-landing.services-open .back-button,.industrial-landing.services-open .back-button,.gestion-landing.services-open .back-button,.mining-landing.services-open .back-button{left:calc(50% - clamp(92px,8.8vw,118px))!important;top:58px!important;transform:translate(-50%)!important}}@media (min-width: 901px){.agro-hero,.industrial-hero,.gestion-hero,.mining-hero{top:34px!important}.agro-brand,.industrial-brand,.gestion-brand,.mining-brand{background:linear-gradient(180deg,#080b0c6b,#04060747)!important;border-color:#ffffff1c!important;box-shadow:0 18px 46px #0003,inset 0 1px #ffffff0e!important;-webkit-backdrop-filter:blur(8px) saturate(1.04)!important;backdrop-filter:blur(8px) saturate(1.04)!important}.agro-brand img,.industrial-brand img,.gestion-brand img,.mining-brand img{opacity:.88!important}.back-button{left:clamp(10px,1.35vw,20px)!important;top:82px!important;width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;border-radius:50%!important;background:#04070a57!important;border:1px solid rgba(255,255,255,.2)!important;color:#ffffffbd!important;box-shadow:none!important;opacity:.74!important;line-height:0!important}.back-button svg{display:block!important;width:14px!important;height:14px!important;margin:0!important;flex:0 0 auto!important;stroke-width:2!important}.back-button:hover{opacity:1!important;background:#ffffff1a!important;border-color:#fff6!important}.agro-landing.services-open .back-button,.industrial-landing.services-open .back-button,.gestion-landing.services-open .back-button,.mining-landing.services-open .back-button{left:calc(50% - clamp(88px,8.1vw,110px))!important;top:61px!important;transform:translate(-50%)!important}.agro-landing.services-open .agro-hero,.industrial-landing.services-open .industrial-hero,.gestion-landing.services-open .gestion-hero,.mining-landing.services-open .mining-hero{top:34px!important}}@media (min-width: 901px){.agro-brand,.industrial-brand,.gestion-brand,.mining-brand{background:linear-gradient(180deg,#ffffff1b,#ffffff0e)!important;border-color:#ffffff2e!important;box-shadow:0 16px 36px #00000029,inset 0 1px #ffffff1f!important;-webkit-backdrop-filter:blur(7px) saturate(1.08)!important;backdrop-filter:blur(7px) saturate(1.08)!important}.agro-brand img,.industrial-brand img,.gestion-brand img,.mining-brand img{opacity:.94!important}.back-button{top:68px!important}.agro-landing.services-open .back-button,.industrial-landing.services-open .back-button,.gestion-landing.services-open .back-button,.mining-landing.services-open .back-button{top:47px!important}}@media (min-width: 901px){.agro-brand,.industrial-brand,.gestion-brand,.mining-brand{background:linear-gradient(180deg,#080a0c8f,#0406086b)!important;border-color:#ffffff24!important;box-shadow:0 16px 40px #0003,inset 0 1px #ffffff13!important;-webkit-backdrop-filter:blur(8px) saturate(1.06)!important;backdrop-filter:blur(8px) saturate(1.06)!important}.agro-brand img,.industrial-brand img,.gestion-brand img,.mining-brand img{opacity:1!important;filter:drop-shadow(0 0 14px rgba(255,255,255,.14)) contrast(1.08)!important}}.video-bg.is-ready{opacity:.92!important;filter:saturate(1.08) contrast(1.04) brightness(1.02)!important}.portal:before{background:radial-gradient(circle at 50% 35%,#00000014,#0000003d 48%,#0000008f),linear-gradient(180deg,#0000002e,#00000057)!important}.core-stage:before{opacity:.78!important;background:radial-gradient(circle,rgba(0,0,0,.54),rgba(0,0,0,.16) 58%,transparent 72%)!important}.core-logo{background:#03050757!important;border-color:#fff3!important;box-shadow:0 26px 90px #00000057,inset 0 1px #ffffff14!important}.portal-welcome,.portal-invite{text-shadow:0 2px 22px rgba(0,0,0,.72),0 0 18px rgba(0,0,0,.48)!important}.social-links a,.social-links button{background:#03050761!important;border-color:#ffffff52!important;color:#ffffffeb!important;box-shadow:0 12px 36px #00000042!important}.social-links a:hover,.social-links button:hover{background:#0305078f!important;border-color:#ffffff8c!important}.portal.is-open .division-node{background:#05080a94!important;border-color:#fff3!important;box-shadow:0 22px 70px #0000004d,inset 0 1px #ffffff13!important}.portal.is-open .division-node:hover{background:#05080ab8!important;border-color:#ffffff61!important}.core-stage:before{opacity:0!important;background:transparent!important}.core-logo{background:transparent!important;border-color:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.core-logo:before{opacity:0!important;background:transparent!important}.core-logo img{filter:drop-shadow(0 4px 18px rgba(0,0,0,.58)) drop-shadow(0 0 18px rgba(255,255,255,.18)) contrast(1.08)!important}.portal:before{background:radial-gradient(circle at 50% 42%,#12121205,#0c0c0c2e 44%,#0000006b),linear-gradient(180deg,#0000000f,#00000038)!important}.portal.is-open .division-node{background:#06080aa8!important;border-color:#ffffff3d!important;box-shadow:0 18px 54px #0000003d,inset 0 1px #ffffff14!important;-webkit-backdrop-filter:blur(8px) saturate(1.08)!important;backdrop-filter:blur(8px) saturate(1.08)!important}.social-links a,.social-links button{background:#0507097a!important;border-color:#ffffff61!important;color:#fff!important}.portal.is-open .division-node{background:linear-gradient(180deg,#1216188a,#080a0c6b)!important;border-color:#ffffff52!important;box-shadow:0 16px 42px #0000002e,inset 0 1px #ffffff21!important;-webkit-backdrop-filter:blur(10px) saturate(1.12)!important;backdrop-filter:blur(10px) saturate(1.12)!important}.portal.is-open .division-node.agro{background:linear-gradient(180deg,#23342480,#0a110b61)!important}.portal.is-open .division-node.industrial{background:linear-gradient(180deg,#17323880,#07111461)!important}.portal.is-open .division-node.gestion{background:linear-gradient(180deg,#3a221c7a,#1309085c)!important}.portal.is-open .division-node.mining{background:linear-gradient(180deg,#37301e7a,#120e075c)!important}.portal.is-open .division-node img{filter:drop-shadow(0 3px 12px rgba(0,0,0,.34)) contrast(1.06) brightness(1.04)!important}.portal.is-open .division-node:hover{background:linear-gradient(180deg,#181d20a3,#090b0d7a)!important;border-color:#ffffff75!important}.portal-footer{color:#ffffffc7!important;text-shadow:0 2px 12px rgba(0,0,0,.72),0 0 18px rgba(0,0,0,.42)!important}.portal-footer .footer-credit-text,.portal-footer span,.portal-footer small{color:#ffffffd1!important}.portal-footer img,.portal-footer .footer-logo{opacity:.86!important;filter:drop-shadow(0 2px 8px rgba(0,0,0,.55)) brightness(1.08) contrast(1.08)!important}.portal.is-open .division-node{background:transparent!important;border-color:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;overflow:visible!important;isolation:isolate!important}.portal.is-open .division-node:before{content:""!important;position:absolute!important;top:4%!important;right:-4%!important;bottom:-2%!important;left:-4%!important;z-index:-1!important;border-radius:18px!important;background:radial-gradient(ellipse at center,rgba(0,0,0,.34),rgba(0,0,0,.16) 48%,transparent 74%)!important;filter:blur(10px)!important;opacity:.72!important;transform:scale(1.04)!important}.portal.is-open .division-node img{opacity:.98!important;filter:drop-shadow(0 5px 14px rgba(0,0,0,.5)) drop-shadow(0 0 16px rgba(255,255,255,.12)) contrast(1.12) brightness(1.05)!important}.portal.is-open .division-node:hover{background:transparent!important;border-color:transparent!important;box-shadow:none!important;transform:translateY(-4px) scale(1.035)!important}.portal.is-open .division-node:hover:before{opacity:.9!important;filter:blur(12px)!important}.portal.is-open .division-node.agro,.portal.is-open .division-node.industrial,.portal.is-open .division-node.gestion,.portal.is-open .division-node.mining{background:transparent!important}.portal.is-open .division-node:before{top:-16%!important;right:-18%!important;bottom:-14%!important;left:-18%!important;border-radius:26px!important;background:radial-gradient(ellipse at center,rgba(0,0,0,.48),rgba(0,0,0,.28) 44%,rgba(0,0,0,.08) 68%,transparent 82%)!important;filter:blur(14px)!important;opacity:.88!important;transform:scale(1.08)!important}.portal.is-open .division-node:hover:before{opacity:.98!important;filter:blur(16px)!important}.portal.is-open .division-node img{max-width:none!important;width:clamp(150px,14.2vw,216px)!important;height:auto!important;max-height:none!important;filter:drop-shadow(0 5px 14px rgba(0,0,0,.52)) drop-shadow(0 0 14px rgba(255,255,255,.13)) contrast(1.1) brightness(1.04)!important}.portal.is-open .node-agro img,.portal.is-open .node-industrial img{width:clamp(148px,13.8vw,208px)!important;opacity:.96!important;filter:drop-shadow(0 5px 14px rgba(0,0,0,.52)) drop-shadow(0 0 12px rgba(255,255,255,.1)) contrast(1.04) brightness(.98)!important}.portal.is-open .node-gestion img,.portal.is-open .node-mining img{width:clamp(158px,14.7vw,224px)!important;opacity:1!important;filter:drop-shadow(0 5px 15px rgba(0,0,0,.54)) drop-shadow(0 0 18px rgba(255,255,255,.16)) contrast(1.16) brightness(1.12)!important}.portal.is-open .node-gestion:before,.portal.is-open .node-mining:before{opacity:.94!important}.core-logo:after{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:138%!important;height:128%!important;transform:translate(-50%,-50%)!important;z-index:-1!important;border-radius:999px!important;background:radial-gradient(ellipse at center,rgba(0,0,0,.34),rgba(0,0,0,.18) 44%,rgba(0,0,0,.06) 68%,transparent 82%)!important;filter:blur(18px)!important;opacity:.78!important;pointer-events:none!important}.portal.is-open .core-logo:after{width:150%!important;height:136%!important;opacity:.72!important;filter:blur(20px)!important}.core-logo:after{width:158%!important;height:144%!important;opacity:.84!important;filter:blur(22px)!important}.portal.is-open .core-logo:after{width:168%!important;height:150%!important;opacity:.8!important;filter:blur(23px)!important}.portal-footer{color:#ffffffe6!important;font-size:12.5px!important;font-weight:600!important;text-shadow:0 2px 12px rgba(0,0,0,.88),0 0 18px rgba(0,0,0,.58)!important}.portal-footer .footer-credit-text,.portal-footer span,.portal-footer small{color:#ffffffeb!important}.portal-footer img,.portal-footer .footer-logo{opacity:.94!important;filter:drop-shadow(0 2px 9px rgba(0,0,0,.72)) brightness(1.16) contrast(1.12)!important}.core-logo:after{width:166%!important;height:152%!important;background:radial-gradient(ellipse at center,rgba(0,0,0,.5),rgba(0,0,0,.3) 44%,rgba(0,0,0,.09) 68%,transparent 82%)!important;filter:blur(18px)!important;opacity:.9!important}.portal.is-open .core-logo:after{width:172%!important;height:156%!important;background:radial-gradient(ellipse at center,rgba(0,0,0,.5),rgba(0,0,0,.3) 44%,rgba(0,0,0,.09) 68%,transparent 82%)!important;filter:blur(18px)!important;opacity:.88!important}@media (min-width: 901px){.back-button{left:16px!important;top:76px!important;transform:none!important}.agro-landing.services-open .back-button,.industrial-landing.services-open .back-button,.gestion-landing.services-open .back-button,.mining-landing.services-open .back-button{left:calc(50% - clamp(122px,10.2vw,150px))!important;top:57px!important;transform:translate(-50%)!important}}@media (max-width: 900px){.back-button{left:14px!important;top:54px!important;transform:none!important}.agro-landing.services-open .back-button,.industrial-landing.services-open .back-button,.gestion-landing.services-open .back-button,.mining-landing.services-open .back-button{left:calc(50% - 112px)!important;top:42px!important;transform:translate(-50%)!important}}@media (max-width: 900px){.portal.is-open .core-stage{top:8.5vh!important;left:50%!important;transform:translate(-50%)!important;width:min(78vw,310px)!important;align-items:center!important}.portal.is-open .core-logo,.core-logo{background:linear-gradient(180deg,#0a0c0e9e,#05060875)!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:12px!important;box-shadow:0 18px 42px #00000047,inset 0 1px #ffffff17!important;-webkit-backdrop-filter:blur(9px) saturate(1.08)!important;backdrop-filter:blur(9px) saturate(1.08)!important;padding:10px 18px!important}.core-logo:after,.portal.is-open .core-logo:after,.portal.is-open .division-node:before{opacity:0!important;background:transparent!important}.portal.is-open .core-logo img,.core-logo img{width:min(62vw,250px)!important;filter:drop-shadow(0 3px 10px rgba(0,0,0,.46)) contrast(1.06) brightness(1.03)!important}.portal.is-open .division-grid{width:min(78vw,310px)!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;justify-items:center!important;left:50%!important;transform:translate(-50%)!important}.portal.is-open .division-node{width:min(72vw,285px)!important;min-width:0!important;height:56px!important;padding:8px 18px!important;background:linear-gradient(180deg,#0c0e10a3,#0507097a)!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:12px!important;box-shadow:0 15px 34px #00000038,inset 0 1px #ffffff14!important;-webkit-backdrop-filter:blur(9px) saturate(1.08)!important;backdrop-filter:blur(9px) saturate(1.08)!important;transform-origin:center!important;overflow:hidden!important}.portal.is-open .division-node img,.portal.is-open .node-agro img,.portal.is-open .node-industrial img,.portal.is-open .node-gestion img,.portal.is-open .node-mining img{width:min(54vw,220px)!important;max-width:100%!important;filter:drop-shadow(0 3px 10px rgba(0,0,0,.45)) contrast(1.08) brightness(1.04)!important}.portal.is-open .core-stage .social-links{position:fixed!important;left:50%!important;bottom:calc(74px + env(safe-area-inset-bottom))!important;transform:translate(-50%)!important;width:min(86vw,330px)!important;justify-content:center!important;gap:8px!important;margin:0!important}.portal.is-open .core-stage .social-links a,.portal.is-open .core-stage .social-links button{width:34px!important;height:34px!important;background:#05070985!important;border-color:#ffffff57!important}.portal-footer{bottom:calc(28px + env(safe-area-inset-bottom))!important;left:22px!important;right:22px!important;font-size:9.5px!important;color:#ffffffc7!important;text-shadow:0 2px 10px rgba(0,0,0,.82)!important}}@media (max-width: 900px){.portal{min-height:100dvh!important;overflow:hidden!important}.portal:not(.is-open) .core-stage{top:38%!important;left:50%!important;width:min(86vw,360px)!important;transform:translate(-50%,-50%)!important;align-items:center!important}.portal:not(.is-open) .core-logo{width:min(86vw,360px)!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.portal:not(.is-open) .core-logo:after{opacity:.82!important;width:142%!important;height:118%!important;background:radial-gradient(ellipse at center,rgba(0,0,0,.38),rgba(0,0,0,.18) 48%,transparent 76%)!important;filter:blur(18px)!important}.portal:not(.is-open) .core-logo img{width:min(84vw,350px)!important;filter:drop-shadow(0 5px 18px rgba(0,0,0,.54)) contrast(1.08) brightness(1.04)!important}.portal:not(.is-open) .portal-invite{margin-top:16px!important;font-size:11px!important;letter-spacing:1.8px!important}.portal.is-open .core-stage{top:9.5vh!important;left:50%!important;width:min(82vw,330px)!important;transform:translate(-50%)!important;align-items:center!important}.portal.is-open .core-logo{width:min(74vw,285px)!important;padding:8px 16px!important;background:linear-gradient(180deg,#080a0c85,#04060861)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:10px!important;box-shadow:0 14px 32px #00000038,inset 0 1px #ffffff14!important;-webkit-backdrop-filter:blur(7px) saturate(1.04)!important;backdrop-filter:blur(7px) saturate(1.04)!important}.portal.is-open .core-logo:after{opacity:0!important}.portal.is-open .core-logo img{width:min(62vw,245px)!important}.portal.is-open .portal-welcome{margin-top:8px!important;font-size:8.5px!important;letter-spacing:1.5px!important}.portal.is-open .division-grid{position:absolute!important;top:29vh!important;left:50%!important;width:min(84vw,335px)!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;transform:translate(-50%)!important;justify-items:stretch!important}.portal.is-open .division-node{width:100%!important;height:58px!important;padding:8px 10px!important;display:grid!important;place-items:center!important;background:linear-gradient(180deg,#080a0c8a,#04060866)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:10px!important;box-shadow:0 13px 30px #0003,inset 0 1px #ffffff12!important;-webkit-backdrop-filter:blur(7px) saturate(1.04)!important;backdrop-filter:blur(7px) saturate(1.04)!important;transform:none!important;animation:none!important;opacity:1!important;overflow:hidden!important}.portal.is-open .division-node:before{opacity:0!important}.portal.is-open .division-node img,.portal.is-open .node-agro img,.portal.is-open .node-industrial img,.portal.is-open .node-gestion img,.portal.is-open .node-mining img{width:min(34vw,138px)!important;max-width:100%!important;filter:drop-shadow(0 3px 9px rgba(0,0,0,.46)) contrast(1.08) brightness(1.04)!important}.portal.is-open .core-stage .social-links{position:fixed!important;left:50%!important;bottom:calc(78px + env(safe-area-inset-bottom))!important;width:min(86vw,330px)!important;transform:translate(-50%)!important;justify-content:center!important;gap:8px!important}.portal.is-open .core-stage .social-links a,.portal.is-open .core-stage .social-links button{width:32px!important;height:32px!important;background:#05070980!important;border-color:#ffffff52!important}.portal-footer{bottom:calc(34px + env(safe-area-inset-bottom))!important;font-size:8.5px!important;font-weight:500!important;letter-spacing:.2px!important;color:#ffffffc2!important}.back-button{width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;border-radius:999px!important;left:12px!important;top:74px!important;display:grid!important;place-items:center!important;background:#04060861!important;border-color:#ffffff38!important;color:#ffffffe6!important;-webkit-backdrop-filter:blur(7px)!important;backdrop-filter:blur(7px)!important}.back-button span{display:none!important}.back-button svg{width:17px!important;height:17px!important}.agro-brand,.industrial-brand,.gestion-brand,.mining-brand{width:min(58vw,210px)!important;margin-left:auto!important;margin-right:auto!important;padding:9px 14px!important;background:linear-gradient(180deg,#080a0c80,#04060857)!important}.agro-brand img,.industrial-brand img,.gestion-brand img,.mining-brand img{width:100%!important}}@media (max-width: 900px){.portal:not(.is-open){display:block!important;position:relative!important;overflow:hidden!important}.portal:not(.is-open) .core-stage{position:absolute!important;left:50%!important;top:48%!important;width:min(82vw,330px)!important;transform:translate(-50%,-50%)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;margin:0!important}.portal:not(.is-open) .core-logo{width:100%!important;max-width:330px!important;display:grid!important;place-items:center!important;margin:0 auto!important}.portal:not(.is-open) .core-logo img{display:block!important;width:min(78vw,315px)!important;max-width:100%!important;height:auto!important;margin:0 auto!important}.portal:not(.is-open) .portal-invite{width:100%!important;text-align:center!important;margin:16px auto 0!important}.portal:not(.is-open) .portal-footer{bottom:calc(36px + env(safe-area-inset-bottom))!important}}@media (max-width: 900px){.portal.is-open .division-ring{position:absolute!important;top:31vh!important;left:50%!important;width:min(84vw,335px)!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;transform:translate(-50%)!important;justify-items:stretch!important;align-items:center!important}.portal.is-open .division-ring .division-node{width:100%!important;height:58px!important;min-width:0!important;transform:none!important;animation:none!important;opacity:1!important}.agro-landing,.industrial-landing,.gestion-landing,.mining-landing{min-height:100dvh!important;overflow:hidden!important;padding:0!important}.back-button{position:fixed!important;left:calc(50% - min(39vw,158px))!important;top:calc(74px + env(safe-area-inset-top))!important;width:30px!important;height:30px!important;min-width:30px!important;padding:0!important;font-size:0!important;line-height:0!important;border-radius:999px!important;display:grid!important;place-items:center!important;transform:none!important;background:#05070961!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 8px 20px #0000002e!important;-webkit-backdrop-filter:blur(7px)!important;backdrop-filter:blur(7px)!important;z-index:20!important}.back-button svg{width:16px!important;height:16px!important;margin:0!important;display:block!important}.agro-hero,.industrial-hero,.gestion-hero,.mining-hero{position:relative!important;top:auto!important;left:auto!important;width:min(84vw,340px)!important;min-height:auto!important;margin:calc(76px + env(safe-area-inset-top)) auto 0!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:left!important;transform:none!important;z-index:4!important}.agro-brand,.industrial-brand,.gestion-brand,.mining-brand{width:min(62vw,230px)!important;margin:0 auto 14px!important;padding:10px 16px!important;border-radius:10px!important}.agro-copy,.industrial-copy,.gestion-copy,.mining-copy{width:100%!important;max-width:340px!important;align-self:stretch!important}.agro-copy h1,.industrial-copy h1,.gestion-copy h1,.mining-copy h1{font-size:clamp(34px,10.6vw,43px)!important;line-height:.94!important;letter-spacing:0!important;margin:8px 0 9px!important}.agro-copy p,.industrial-copy p,.gestion-copy p,.mining-copy p{font-size:12.5px!important;line-height:1.38!important;max-width:100%!important;margin:0!important}.services-cue{margin-top:13px!important;font-size:9px!important;letter-spacing:1.8px!important}.agro-bottom-bar,.industrial-bottom-bar,.gestion-bottom-bar,.mining-bottom-bar{min-height:118px!important;padding:18px 22px calc(24px + env(safe-area-inset-bottom))!important;display:grid!important;grid-template-columns:1fr!important;align-content:center!important;gap:12px!important}.bottom-contact-copy strong{font-size:17px!important}.bottom-contact-copy span{font-size:10px!important}.bottom-contact-button{justify-self:start!important;height:36px!important;padding:0 18px!important;font-size:13px!important}.agro-bottom-bar .developer-mark,.industrial-bottom-bar .developer-mark,.gestion-bottom-bar .developer-mark,.mining-bottom-bar .developer-mark{position:static!important;justify-self:start!important;transform:none!important;font-size:7px!important;opacity:.62!important}}@media (max-width: 900px){.portal.is-open .division-ring{top:37vh!important;gap:13px!important}.portal.is-open .core-stage{top:9vh!important}.portal.is-open .core-stage .social-links{bottom:calc(82px + env(safe-area-inset-bottom))!important}.portal-footer{bottom:calc(38px + env(safe-area-inset-bottom))!important}}@media (max-width: 900px){.agro-bg-video,.industrial-bg-video,.gestion-bg-video,.mining-bg-video{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important;scale:1!important;animation:none!important;transition:none!important}.agro-landing.services-open .agro-hero,.industrial-landing.services-open .industrial-hero,.gestion-landing.services-open .gestion-hero,.mining-landing.services-open .mining-hero{position:fixed!important;top:calc(62px + env(safe-area-inset-top))!important;left:50%!important;width:min(78vw,300px)!important;margin:0!important;padding:0!important;transform:translate(-50%)!important;display:flex!important;flex-direction:column!important;align-items:center!important;z-index:8!important;pointer-events:none!important}.agro-landing.services-open .agro-brand,.industrial-landing.services-open .industrial-brand,.gestion-landing.services-open .gestion-brand,.mining-landing.services-open .mining-brand{width:min(46vw,176px)!important;margin:0 auto!important;padding:7px 12px!important;border-radius:9px!important;background:linear-gradient(180deg,#06080a85,#03050757)!important;border-color:#ffffff2e!important;box-shadow:0 12px 28px #0003,inset 0 1px #ffffff12!important}.agro-landing.services-open .agro-brand img,.industrial-landing.services-open .industrial-brand img,.gestion-landing.services-open .gestion-brand img,.mining-landing.services-open .mining-brand img{width:100%!important;max-height:34px!important;object-fit:contain!important}.agro-landing.services-open .agro-copy,.industrial-landing.services-open .industrial-copy,.gestion-landing.services-open .gestion-copy,.mining-landing.services-open .mining-copy{width:100%!important;display:grid!important;justify-items:center!important;text-align:center!important}.agro-landing.services-open .agro-copy span,.industrial-landing.services-open .industrial-copy span,.gestion-landing.services-open .gestion-copy span,.mining-landing.services-open .mining-copy span{margin-top:5px!important;font-size:7.5px!important;letter-spacing:1.4px!important;opacity:.72!important;text-align:center!important}.agro-landing.services-open .agro-copy h1,.agro-landing.services-open .agro-copy p,.industrial-landing.services-open .industrial-copy h1,.industrial-landing.services-open .industrial-copy p,.gestion-landing.services-open .gestion-copy h1,.gestion-landing.services-open .gestion-copy p,.mining-landing.services-open .mining-copy h1,.mining-landing.services-open .mining-copy p,.agro-landing.services-open .services-cue,.industrial-landing.services-open .services-cue,.gestion-landing.services-open .services-cue,.mining-landing.services-open .services-cue{max-height:0!important;margin:0!important;opacity:0!important;transform:translateY(-26px)!important;overflow:hidden!important;pointer-events:none!important}.agro-landing.services-open .agro-feature-grid,.industrial-landing.services-open .industrial-feature-grid,.gestion-landing.services-open .gestion-feature-grid,.mining-landing.services-open .mining-feature-grid{position:fixed!important;left:50%!important;top:50%!important;bottom:auto!important;right:auto!important;width:min(86vw,350px)!important;height:auto!important;max-height:calc(100dvh - 210px - env(safe-area-inset-bottom))!important;transform:translate(-50%,-46%)!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;opacity:1!important;pointer-events:auto!important;overflow:auto!important;z-index:7!important;padding:0 2px!important;margin:0!important}.agro-landing.services-open .agro-feature,.industrial-landing.services-open .industrial-feature,.gestion-landing.services-open .gestion-feature,.mining-landing.services-open .mining-feature{min-height:0!important;height:auto!important;padding:14px 15px!important;border-radius:10px!important;background:linear-gradient(180deg,#070a0c94,#0305076b)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 14px 36px #0000002e,inset 0 1px #ffffff0e!important;-webkit-backdrop-filter:blur(11px) saturate(1.05)!important;backdrop-filter:blur(11px) saturate(1.05)!important}.agro-landing.services-open .agro-feature h2,.industrial-landing.services-open .industrial-feature h2,.gestion-landing.services-open .gestion-feature h2,.mining-landing.services-open .mining-feature h2{font-size:17px!important;line-height:1.08!important;margin:0 0 6px!important}.agro-landing.services-open .agro-feature p,.industrial-landing.services-open .industrial-feature p,.gestion-landing.services-open .gestion-feature p,.mining-landing.services-open .mining-feature p{font-size:11px!important;line-height:1.35!important;margin:0!important}.agro-landing.services-open .agro-feature ul,.industrial-landing.services-open .industrial-feature ul,.gestion-landing.services-open .gestion-feature ul,.mining-landing.services-open .mining-feature ul{display:none!important}}@media (max-width: 900px){.agro-landing.services-open .back-button,.industrial-landing.services-open .back-button,.gestion-landing.services-open .back-button,.mining-landing.services-open .back-button,.back-button{position:fixed!important;left:14px!important;top:calc(66px + env(safe-area-inset-top))!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;padding:0!important;margin:0!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;transform:none!important;font-size:0!important;line-height:0!important;color:#ffffffeb!important;background:#04060875!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 8px 22px #00000038!important;-webkit-backdrop-filter:blur(8px) saturate(1.05)!important;backdrop-filter:blur(8px) saturate(1.05)!important;z-index:30!important;overflow:hidden!important}.back-button span,.back-button:not(svg)>:not(svg){font-size:0!important}.back-button svg{width:17px!important;height:17px!important;min-width:17px!important;margin:0!important;display:block!important;flex:0 0 auto!important;stroke-width:2!important}.agro-landing.services-open .agro-hero,.industrial-landing.services-open .industrial-hero,.gestion-landing.services-open .gestion-hero,.mining-landing.services-open .mining-hero{top:calc(56px + env(safe-area-inset-top))!important;width:min(66vw,230px)!important}.agro-landing.services-open .agro-brand,.industrial-landing.services-open .industrial-brand,.gestion-landing.services-open .gestion-brand,.mining-landing.services-open .mining-brand{width:min(38vw,138px)!important;min-height:0!important;padding:5px 9px!important;border-radius:8px!important;opacity:.92!important}.agro-landing.services-open .agro-brand img,.industrial-landing.services-open .industrial-brand img,.gestion-landing.services-open .gestion-brand img,.mining-landing.services-open .mining-brand img{max-height:26px!important}.agro-landing.services-open .agro-copy span,.industrial-landing.services-open .industrial-copy span,.gestion-landing.services-open .gestion-copy span,.mining-landing.services-open .mining-copy span{display:none!important}.agro-landing.services-open .agro-feature-grid,.industrial-landing.services-open .industrial-feature-grid,.gestion-landing.services-open .gestion-feature-grid,.mining-landing.services-open .mining-feature-grid{top:calc(52% - 8px)!important;width:min(88vw,350px)!important;max-height:calc(100dvh - 230px - env(safe-area-inset-bottom))!important;transform:translate(-50%,-50%)!important;gap:8px!important;padding:2px 2px 14px!important;scrollbar-width:none!important}.agro-landing.services-open .agro-feature-grid::-webkit-scrollbar,.industrial-landing.services-open .industrial-feature-grid::-webkit-scrollbar,.gestion-landing.services-open .gestion-feature-grid::-webkit-scrollbar,.mining-landing.services-open .mining-feature-grid::-webkit-scrollbar{display:none!important}.agro-landing.services-open .agro-feature,.industrial-landing.services-open .industrial-feature,.gestion-landing.services-open .gestion-feature,.mining-landing.services-open .mining-feature{padding:11px 13px!important;border-radius:9px!important}.agro-landing.services-open .division-feature-head,.industrial-landing.services-open .division-feature-head,.gestion-landing.services-open .division-feature-head,.mining-landing.services-open .division-feature-head{gap:9px!important;margin-bottom:8px!important}.agro-landing.services-open .division-feature-head svg,.industrial-landing.services-open .division-feature-head svg,.gestion-landing.services-open .division-feature-head svg,.mining-landing.services-open .division-feature-head svg{width:18px!important;height:18px!important}.agro-landing.services-open .division-feature-head span,.industrial-landing.services-open .division-feature-head span,.gestion-landing.services-open .division-feature-head span,.mining-landing.services-open .division-feature-head span{font-size:7px!important;letter-spacing:.12em!important}.agro-landing.services-open .agro-feature h2,.industrial-landing.services-open .industrial-feature h2,.gestion-landing.services-open .gestion-feature h2,.mining-landing.services-open .mining-feature h2{font-size:15px!important;margin-bottom:5px!important}.agro-landing.services-open .agro-feature p,.industrial-landing.services-open .industrial-feature p,.gestion-landing.services-open .gestion-feature p,.mining-landing.services-open .mining-feature p{font-size:10.3px!important;line-height:1.3!important}.agro-landing.services-open .agro-bottom-bar,.industrial-landing.services-open .industrial-bottom-bar,.gestion-landing.services-open .gestion-bottom-bar,.mining-landing.services-open .mining-bottom-bar{min-height:86px!important;padding:12px 18px calc(16px + env(safe-area-inset-bottom))!important;background:linear-gradient(180deg,#00000061,#000000bd)!important}.agro-landing.services-open .bottom-contact-copy strong,.industrial-landing.services-open .bottom-contact-copy strong,.gestion-landing.services-open .bottom-contact-copy strong,.mining-landing.services-open .bottom-contact-copy strong{font-size:14px!important}.agro-landing.services-open .bottom-contact-button,.industrial-landing.services-open .bottom-contact-button,.gestion-landing.services-open .bottom-contact-button,.mining-landing.services-open .bottom-contact-button{height:31px!important;padding:0 14px!important;font-size:12px!important}}@media (max-width: 900px){.agro-landing.services-open .agro-feature-grid,.industrial-landing.services-open .industrial-feature-grid,.gestion-landing.services-open .gestion-feature-grid,.mining-landing.services-open .mining-feature-grid{top:calc(50% - 14px)!important;max-height:calc(100dvh - 190px - env(safe-area-inset-bottom))!important;padding-bottom:6px!important}.agro-landing.services-open .agro-bottom-bar,.industrial-landing.services-open .industrial-bottom-bar,.gestion-landing.services-open .gestion-bottom-bar,.mining-landing.services-open .mining-bottom-bar{min-height:62px!important;height:62px!important;padding:8px 16px calc(8px + env(safe-area-inset-bottom))!important;display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;align-content:center!important;gap:10px!important}.agro-landing.services-open .bottom-contact-copy strong,.industrial-landing.services-open .bottom-contact-copy strong,.gestion-landing.services-open .bottom-contact-copy strong,.mining-landing.services-open .bottom-contact-copy strong{font-size:12.5px!important;line-height:1.05!important}.agro-landing.services-open .bottom-contact-copy span,.industrial-landing.services-open .bottom-contact-copy span,.gestion-landing.services-open .bottom-contact-copy span,.mining-landing.services-open .bottom-contact-copy span{font-size:8.5px!important;margin-top:2px!important}.agro-landing.services-open .bottom-contact-button,.industrial-landing.services-open .bottom-contact-button,.gestion-landing.services-open .bottom-contact-button,.mining-landing.services-open .bottom-contact-button{height:29px!important;padding:0 12px!important;font-size:11px!important;justify-self:end!important}.agro-landing.services-open .bottom-contact-button svg,.industrial-landing.services-open .bottom-contact-button svg,.gestion-landing.services-open .bottom-contact-button svg,.mining-landing.services-open .bottom-contact-button svg{width:15px!important;height:15px!important}.agro-landing.services-open .developer-mark,.industrial-landing.services-open .developer-mark,.gestion-landing.services-open .developer-mark,.mining-landing.services-open .developer-mark{display:none!important}}@media (max-width: 900px){.portal .portal-footer,.portal.is-open .portal-footer,.portal:not(.is-open) .portal-footer{position:fixed!important;left:50%!important;right:auto!important;bottom:calc(18px + env(safe-area-inset-bottom))!important;width:min(86vw,330px)!important;transform:translate(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;text-align:center!important;white-space:nowrap!important;font-size:7.2px!important;line-height:1!important;letter-spacing:0!important;font-weight:500!important;color:#ffffffc7!important;opacity:.9!important;z-index:8!important}.portal .portal-footer img,.portal.is-open .portal-footer img,.portal:not(.is-open) .portal-footer img{height:10px!important;width:auto!important;max-width:42px!important;opacity:.88!important}.portal.is-open .core-stage .social-links{bottom:calc(58px + env(safe-area-inset-bottom))!important}}@media (max-width: 900px){.agro-hero,.industrial-hero,.gestion-hero,.mining-hero,.agro-brand,.industrial-brand,.gestion-brand,.mining-brand,.agro-copy,.industrial-copy,.gestion-copy,.mining-copy,.agro-bottom-bar,.industrial-bottom-bar,.gestion-bottom-bar,.mining-bottom-bar,.agro-feature-grid,.industrial-feature-grid,.gestion-feature-grid,.mining-feature-grid{transition:opacity .52s ease,transform .68s cubic-bezier(.16,1,.3,1),top .68s cubic-bezier(.16,1,.3,1),width .56s cubic-bezier(.16,1,.3,1),height .56s cubic-bezier(.16,1,.3,1),padding .56s cubic-bezier(.16,1,.3,1),background .52s ease!important}.agro-landing.services-open .agro-hero,.industrial-landing.services-open .industrial-hero,.gestion-landing.services-open .gestion-hero,.mining-landing.services-open .mining-hero{top:calc(54px + env(safe-area-inset-top))!important;width:min(58vw,205px)!important;opacity:.96!important}.agro-landing.services-open .agro-brand,.industrial-landing.services-open .industrial-brand,.gestion-landing.services-open .gestion-brand,.mining-landing.services-open .mining-brand{width:min(32vw,118px)!important;padding:4px 8px!important;opacity:.9!important;transform:translateY(-2px)!important}.agro-landing.services-open .agro-brand img,.industrial-landing.services-open .industrial-brand img,.gestion-landing.services-open .gestion-brand img,.mining-landing.services-open .mining-brand img{max-height:22px!important}.agro-landing.services-open .agro-feature-grid,.industrial-landing.services-open .industrial-feature-grid,.gestion-landing.services-open .gestion-feature-grid,.mining-landing.services-open .mining-feature-grid{top:calc(52% + 6px)!important;max-height:calc(100dvh - 205px - env(safe-area-inset-bottom))!important;transform:translate(-50%,-50%)!important;padding:8px 2px 10px!important}.agro-landing.services-open .agro-feature:first-child,.industrial-landing.services-open .industrial-feature:first-child,.gestion-landing.services-open .gestion-feature:first-child,.mining-landing.services-open .mining-feature:first-child{margin-top:4px!important}.agro-landing.services-open .agro-bottom-bar,.industrial-landing.services-open .industrial-bottom-bar,.gestion-landing.services-open .gestion-bottom-bar,.mining-landing.services-open .mining-bottom-bar{transform:translateY(0)!important;opacity:.96!important}.agro-landing:not(.services-open) .agro-bottom-bar,.industrial-landing:not(.services-open) .industrial-bottom-bar,.gestion-landing:not(.services-open) .gestion-bottom-bar,.mining-landing:not(.services-open) .mining-bottom-bar{transform:translateY(8px)!important}.agro-landing.services-open .back-button,.industrial-landing.services-open .back-button,.gestion-landing.services-open .back-button,.mining-landing.services-open .back-button,.back-button{transition:transform .52s cubic-bezier(.16,1,.3,1),opacity .42s ease,background .42s ease,border-color .42s ease!important}}@media (max-width: 900px){.agro-landing.services-open .back-button,.industrial-landing.services-open .back-button,.gestion-landing.services-open .back-button,.mining-landing.services-open .back-button,.back-button{left:8px!important;top:calc(64px + env(safe-area-inset-top))!important;width:31px!important;height:31px!important;min-width:31px!important;min-height:31px!important}.agro-landing.services-open .agro-hero,.industrial-landing.services-open .industrial-hero,.gestion-landing.services-open .gestion-hero,.mining-landing.services-open .mining-hero{top:calc(54px + env(safe-area-inset-top))!important;width:min(66vw,245px)!important}.agro-landing.services-open .agro-brand,.industrial-landing.services-open .industrial-brand,.gestion-landing.services-open .gestion-brand,.mining-landing.services-open .mining-brand{width:min(42vw,158px)!important;padding:5px 10px!important;opacity:.94!important}.agro-landing.services-open .agro-brand img,.industrial-landing.services-open .industrial-brand img,.gestion-landing.services-open .gestion-brand img,.mining-landing.services-open .mining-brand img{max-height:29px!important}.agro-landing.services-open .agro-feature-grid,.industrial-landing.services-open .industrial-feature-grid,.gestion-landing.services-open .gestion-feature-grid,.mining-landing.services-open .mining-feature-grid{top:calc(52% + 12px)!important;max-height:calc(100dvh - 212px - env(safe-area-inset-bottom))!important}}@media (max-width: 900px){.back-button,.agro-landing.services-open .back-button,.industrial-landing.services-open .back-button,.gestion-landing.services-open .back-button,.mining-landing.services-open .back-button{left:max(4px,env(safe-area-inset-left))!important;top:max(4px,env(safe-area-inset-top))!important;transform:none!important;z-index:999!important}}@media (max-width: 900px){.agro-landing.services-open .agro-hero,.industrial-landing.services-open .industrial-hero,.gestion-landing.services-open .gestion-hero,.mining-landing.services-open .mining-hero{top:calc(48px + env(safe-area-inset-top))!important;width:min(78vw,285px)!important}.agro-landing.services-open .agro-brand,.industrial-landing.services-open .industrial-brand,.gestion-landing.services-open .gestion-brand,.mining-landing.services-open .mining-brand{width:min(54vw,205px)!important;padding:6px 12px!important;opacity:.96!important}.agro-landing.services-open .agro-brand img,.industrial-landing.services-open .industrial-brand img,.gestion-landing.services-open .gestion-brand img,.mining-landing.services-open .mining-brand img{max-height:38px!important}.agro-landing.services-open .agro-feature-grid,.industrial-landing.services-open .industrial-feature-grid,.gestion-landing.services-open .gestion-feature-grid,.mining-landing.services-open .mining-feature-grid{top:calc(54% + 10px)!important;max-height:calc(100dvh - 232px - env(safe-area-inset-bottom))!important}}@media (max-width: 900px){.agro-landing.services-open .agro-hero,.industrial-landing.services-open .industrial-hero,.gestion-landing.services-open .gestion-hero,.mining-landing.services-open .mining-hero{top:calc(42px + env(safe-area-inset-top))!important;width:min(86vw,330px)!important}.agro-landing.services-open .agro-brand,.industrial-landing.services-open .industrial-brand,.gestion-landing.services-open .gestion-brand,.mining-landing.services-open .mining-brand{width:min(74vw,285px)!important;padding:7px 14px!important;opacity:.98!important}.agro-landing.services-open .agro-brand img,.industrial-landing.services-open .industrial-brand img,.gestion-landing.services-open .gestion-brand img,.mining-landing.services-open .mining-brand img{max-height:52px!important}.agro-landing.services-open .agro-feature-grid,.industrial-landing.services-open .industrial-feature-grid,.gestion-landing.services-open .gestion-feature-grid,.mining-landing.services-open .mining-feature-grid{top:calc(58% + 8px)!important;max-height:calc(100dvh - 270px - env(safe-area-inset-bottom))!important}}@media (max-width: 900px){.agro-landing.services-open .agro-feature-grid,.industrial-landing.services-open .industrial-feature-grid,.gestion-landing.services-open .gestion-feature-grid,.mining-landing.services-open .mining-feature-grid{top:calc(54% + 2px)!important;max-height:calc(100dvh - 238px - env(safe-area-inset-bottom))!important;transform:translate(-50%,-50%)!important}}@media (max-width: 900px){.agro-landing.services-open .agro-feature-grid,.industrial-landing.services-open .industrial-feature-grid,.gestion-landing.services-open .gestion-feature-grid,.mining-landing.services-open .mining-feature-grid{top:calc(49% + 2px)!important;max-height:calc(100dvh - 206px - env(safe-area-inset-bottom))!important;transform:translate(-50%,-50%)!important}}@media (min-width: 901px){.back-button,.agro-landing.services-open .back-button,.industrial-landing.services-open .back-button,.gestion-landing.services-open .back-button,.mining-landing.services-open .back-button{left:8px!important;top:8px!important;transform:none!important;z-index:999!important}}html,body,button,a,p,span,h1,h2,strong,li{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;text-rendering:geometricPrecision!important}img,svg,video{image-rendering:auto!important}.portal-welcome,.portal-invite,.portal-footer,.agro-copy,.industrial-copy,.gestion-copy,.mining-copy,.agro-feature,.industrial-feature,.gestion-feature,.mining-feature,.bottom-contact-copy,.bottom-contact-button{text-shadow:0 1px 2px rgba(0,0,0,.52)!important;filter:none!important}@media (min-width: 901px){.portal.is-open .division-node{width:clamp(190px,18vw,250px)!important;height:clamp(74px,6.2vw,88px)!important;padding:10px 18px!important;background:linear-gradient(180deg,#0f1214b8,#05070994)!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:9px!important;box-shadow:0 14px 34px #00000042,inset 0 1px #ffffff21!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;overflow:hidden!important}.portal.is-open .division-node:before,.portal.is-open .division-node:after{opacity:0!important;background:transparent!important;filter:none!important}.portal.is-open .division-node img,.portal.is-open .node-agro img,.portal.is-open .node-industrial img,.portal.is-open .node-gestion img,.portal.is-open .node-mining img{width:min(90%,212px)!important;max-height:58px!important;opacity:1!important;filter:drop-shadow(0 2px 4px rgba(0,0,0,.48)) contrast(1.14) brightness(1.08)!important}.portal.is-open .division-node:hover{background:linear-gradient(180deg,#161a1dc7,#070a0ca3)!important;border-color:#ffffff6b!important;transform:translateY(-3px)!important}}.agro-feature,.industrial-feature,.gestion-feature,.mining-feature{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background-color:#05080ab3!important;border-color:#ffffff2e!important;box-shadow:0 12px 34px #00000047,inset 0 1px #ffffff14!important}.agro-feature h2,.industrial-feature h2,.gestion-feature h2,.mining-feature h2{color:#fffffffa!important;text-shadow:0 1px 1px rgba(0,0,0,.55)!important}.agro-feature p,.industrial-feature p,.gestion-feature p,.mining-feature p,.agro-feature li,.industrial-feature li,.gestion-feature li,.mining-feature li{color:#ffffffd1!important}.agro-brand,.industrial-brand,.gestion-brand,.mining-brand{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:linear-gradient(180deg,#080a0c9e,#03050780)!important;border-color:#ffffff38!important}.agro-brand img,.industrial-brand img,.gestion-brand img,.mining-brand img,.core-logo img{filter:drop-shadow(0 2px 4px rgba(0,0,0,.5)) contrast(1.12) brightness(1.06)!important}@media (max-width: 900px){.portal.is-open .division-node{background:linear-gradient(180deg,#0e1113c7,#050709a8)!important;border-color:#ffffff47!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.portal.is-open .division-node img,.portal.is-open .node-agro img,.portal.is-open .node-industrial img,.portal.is-open .node-gestion img,.portal.is-open .node-mining img{filter:drop-shadow(0 2px 4px rgba(0,0,0,.5)) contrast(1.15) brightness(1.08)!important}.agro-landing.services-open .agro-feature,.industrial-landing.services-open .industrial-feature,.gestion-landing.services-open .gestion-feature,.mining-landing.services-open .mining-feature{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:linear-gradient(180deg,#090c0ec7,#030507a8)!important;border-color:#ffffff2e!important}.agro-landing.services-open .agro-feature p,.industrial-landing.services-open .industrial-feature p,.gestion-landing.services-open .gestion-feature p,.mining-landing.services-open .mining-feature p{color:#ffffffd6!important}}
