:root{--ink:#10251a;--dark:#123d2a;--deep:#082d1e;--green:#1f6b46;--leaf:#54a84f;--lime:#b8d936;--yellow:#f2c94c;--cream:#f7f8ee;--paper:#fffef8;--mist:#edf1e4;--muted:#607066;--line:#d7e0d3;--error:#b83232;--container:1280px;--scroll-progress:0%}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;overflow-x:clip;background:var(--cream);color:var(--ink);font-family:var(--font-inter),Inter,Arial,sans-serif;line-height:1.65;font-size:16px}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}h1,h2,h3,h4,p{margin-top:0}img,svg{display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ui-icon{display:inline-grid;width:30px;height:30px;flex:none;place-items:center}.ui-icon svg{width:100%;height:100%}.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}.section{position:relative;padding:clamp(88px,9vw,152px) 0}.section-lead{max-width:720px;color:var(--muted);font-size:clamp(15px,1.25vw,18px)}.skip-link{position:fixed;z-index:999;top:-80px;left:18px;padding:12px 18px;border-radius:10px;background:var(--yellow);color:var(--deep)}.skip-link:focus{top:18px}.scroll-progress{position:fixed;z-index:200;inset:0 auto auto 0;width:var(--scroll-progress);height:3px;background:var(--lime);pointer-events:none}.phone-fab{position:fixed;z-index:95;right:30px;bottom:calc(102px + env(safe-area-inset-bottom));display:grid;width:56px;height:56px;place-items:center;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:var(--yellow);color:var(--deep);box-shadow:0 12px 30px rgba(8,45,30,.25);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.phone-fab svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.phone-fab:hover{background:var(--lime);box-shadow:0 16px 38px rgba(8,45,30,.3);transform:translateY(-4px) scale(1.06)}.phone-fab:active{transform:translateY(-1px) scale(.97)}.telegram-fab{position:fixed;z-index:95;right:26px;bottom:calc(26px + env(safe-area-inset-bottom));display:grid;width:64px;height:64px;place-items:center;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:#229ed9;color:white;box-shadow:0 12px 32px rgba(8,45,30,.25),0 0 0 0 rgba(34,158,217,.42);animation:telegram-float 3s ease-in-out infinite,telegram-pulse 2.4s ease-out infinite;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.telegram-fab svg{width:34px;height:34px;fill:currentColor;transform:translate(-1px,1px)}.telegram-fab:hover{background:#168ac0;box-shadow:0 16px 40px rgba(8,45,30,.3),0 0 0 9px rgba(34,158,217,.14);animation-play-state:paused;transform:translateY(-4px) scale(1.06)}.telegram-fab:active{transform:translateY(-1px) scale(.97)}@keyframes telegram-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes telegram-pulse{0%,45%{box-shadow:0 12px 32px rgba(8,45,30,.25),0 0 0 0 rgba(34,158,217,.42)}78%,to{box-shadow:0 12px 32px rgba(8,45,30,.25),0 0 0 17px rgba(34,158,217,0)}}[data-reveal]{opacity:1;transform:none}.reveal-ready{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.reveal-ready.is-visible{opacity:1;transform:none}.eyebrow{display:flex;align-items:center;gap:11px;margin-bottom:22px;color:var(--green);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.eyebrow>span{display:grid;width:30px;height:30px;place-items:center;border:1px solid;border-radius:50%;font-size:11px}.section-head{max-width:900px}.section-head h2{max-width:880px;margin-bottom:28px;font-family:var(--font-manrope),Manrope,Arial,sans-serif;font-size:clamp(33px,3.9vw,54px);font-weight:700;letter-spacing:-.055em;line-height:1.03;text-wrap:balance}.section-head>p{max-width:720px;color:var(--muted);font-size:clamp(15px,1.25vw,18px)}.sticky-heading{position:-webkit-sticky;position:sticky;top:120px;align-self:start}.button{display:inline-flex;min-height:54px;align-items:center;justify-content:center;gap:26px;padding:0 24px;border:0;border-radius:10px;background:var(--dark);color:white;font-weight:650;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 13px 35px rgba(8,45,30,.16)}.button-yellow{background:var(--yellow);color:var(--deep)}.button-ghost{border:1px solid rgba(255,255,255,.28);background:transparent}.button-small{min-height:42px;padding-inline:18px;background:var(--yellow);color:var(--deep);font-size:14px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--deep);outline-offset:3px;box-shadow:0 0 0 5px var(--yellow)}.site-header{position:fixed;z-index:100;top:0;width:100%;padding:22px 0;transition:padding .3s ease}.site-header.compact{padding-block:10px}.header-inner{display:flex;width:min(calc(100% - 48px),1360px);height:64px;align-items:center;gap:30px;margin:auto;padding:0 12px 0 22px;border:1px solid rgba(255,255,255,.16);border-radius:15px;background:rgba(8,45,30,.84);color:white;box-shadow:0 12px 45px rgba(4,25,16,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.logo{display:inline-flex;align-items:center;gap:10px;font:800 23px/1 var(--font-manrope),sans-serif;letter-spacing:-1.1px}.logo svg{width:31px;color:var(--lime)}.logo-dot{color:var(--yellow)}.brand{display:flex}.desktop-nav{display:flex;gap:24px;margin:auto;font-size:14px}.desktop-nav a{position:relative;min-height:44px;align-content:center;opacity:.66;transition:opacity .2s,color .2s}.desktop-nav a:after{position:absolute;right:0;bottom:6px;left:0;height:1px;background:var(--lime);content:"";transform:scaleX(0);transition:transform .2s}.desktop-nav a:hover,.desktop-nav a[aria-current=location]{color:var(--lime);opacity:1}.desktop-nav a[aria-current=location]:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:12px}.languages{display:flex;gap:2px}.languages a{display:grid;min-width:38px;min-height:44px;place-items:center;border-radius:8px;font-size:10px;letter-spacing:.08em;opacity:.62}.languages a[aria-current=page]{background:rgba(255,255,255,.1);color:var(--lime);opacity:1}.menu-toggle{display:none;width:44px;height:44px;border:0;border-radius:9px;background:rgba(255,255,255,.1);place-content:center;gap:6px}.menu-toggle span{display:block;width:20px;height:2px;background:white}.mobile-menu{display:none}.hero{position:relative;min-height:1080px;padding:180px 0 130px;overflow:hidden;background:var(--deep);color:white}.hero-grid-overlay{position:absolute;inset:0;opacity:.055;background-image:linear-gradient(rgba(255,255,255,.8) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.8) 1px,transparent 0);background-size:80px 80px;-webkit-mask-image:linear-gradient(180deg,black,transparent 82%);mask-image:linear-gradient(180deg,black,transparent 82%)}.hero-glow{position:absolute;top:-260px;right:-240px;width:900px;height:900px;background:radial-gradient(circle,rgba(184,217,54,.18),transparent 68%)}.hero-layout{position:relative;display:grid;grid-template-columns:1.14fr .86fr;align-items:center;grid-gap:55px;gap:55px}.hero-copy{position:relative;z-index:2;min-width:0;max-width:800px}.hero .eyebrow{color:var(--lime)}.hero h1{max-width:950px;margin-bottom:30px;font:700 clamp(40px,4.7vw,68px)/1.06 var(--font-manrope),sans-serif;letter-spacing:-.062em;text-wrap:balance}.hero-body{max-width:720px;margin-bottom:20px;color:rgba(255,255,255,.72);font-size:clamp(16px,1.35vw,20px)}.hero-audience{padding-left:15px;border-left:2px solid var(--lime);color:rgba(255,255,255,.82);font-size:15px;font-weight:600}.hero-actions{display:flex;gap:11px;margin:37px 0 24px}.hero-note{display:flex;max-width:610px;align-items:flex-start;gap:10px;color:rgba(255,255,255,.62);font-size:14px}.hero-note i{color:var(--lime);font-style:normal}.hero-system{min-width:0;min-height:650px;place-items:center;margin:0}.hero-orbit,.hero-system{position:relative;display:grid}.hero-orbit{width:min(100%,560px);aspect-ratio:1;place-items:center;isolation:isolate}.system-ring{position:absolute;z-index:0;aspect-ratio:1;border:1px solid rgba(184,217,54,.18);border-radius:50%;pointer-events:none}.ring-one{width:88%}.ring-two{width:62%;border-style:dashed;opacity:.82}.system-paths{position:absolute;z-index:0;inset:0;width:100%;height:100%;pointer-events:none}.system-paths *{vector-effect:non-scaling-stroke}.orbit-track{fill:none;stroke:rgba(184,217,54,.16);stroke-width:1}.orbit-track-inner{stroke-dasharray:3 9}.orbit-connectors path{fill:none;stroke:rgba(184,217,54,.34);stroke-width:1;stroke-dasharray:4 7}.orbit-nodes circle{fill:var(--deep);stroke:var(--lime);stroke-width:1.5}.bergamot-illustration{position:relative;z-index:2;display:grid;width:min(42%,235px);place-items:center;filter:drop-shadow(0 25px 42px rgba(4,25,16,.32));animation:bergamot-float 8s ease-in-out infinite}.bergamot-illustration svg{position:relative;z-index:1;width:100%;overflow:visible}.bergamot-aura{position:absolute;width:122%;aspect-ratio:1;border:1px solid rgba(242,201,76,.2);border-radius:50%;background:radial-gradient(circle,rgba(242,201,76,.14),rgba(184,217,54,.045) 48%,transparent 72%);box-shadow:0 0 80px rgba(184,217,54,.08)}.bergamot-leaf ellipse{fill:var(--lime);stroke:var(--deep);stroke-width:7}.bergamot-leaf path,.bergamot-stem{fill:none;stroke:var(--deep);stroke-width:6;stroke-linecap:round}.bergamot-rind{fill:var(--lime);stroke:var(--deep);stroke-width:8}.bergamot-rind-inner{fill:var(--deep)}.bergamot-pulp{fill:var(--yellow)}.bergamot-segments{fill:none;stroke:var(--deep);stroke-width:6;stroke-linecap:round}.bergamot-core{fill:var(--deep)}.bergamot-core-dot{fill:var(--yellow)}.concept-steps{position:absolute;z-index:3;inset:0;margin:0;padding:0;list-style:none}.system-caption{position:absolute;display:flex;min-height:42px;max-width:44%;align-items:center;gap:9px;padding:7px 13px 7px 7px;border:1px solid rgba(255,255,255,.16);border-radius:100px;background:rgba(8,45,30,.86);color:rgba(255,255,255,.84);box-shadow:0 12px 28px rgba(4,25,16,.16);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:9px;letter-spacing:.065em;text-transform:uppercase}.concept-step-icon{display:grid;width:27px;height:27px;flex:none;place-items:center;border:1px solid rgba(184,217,54,.4);border-radius:50%;color:var(--lime)}.concept-step-icon svg{width:14px;height:14px;stroke-width:2.4}.concept-step-label{font-weight:650;line-height:1.25;text-wrap:balance}.concept-step-1{top:17%;left:0}.concept-step-2{top:0;left:50%;transform:translateX(-50%)}.concept-step-3{top:17%;right:0}.concept-step-4{top:50%;right:-20px;max-width:40%;transform:translateY(-50%)}.concept-step-5{right:0;bottom:17%}.concept-step-6{bottom:0;left:50%;transform:translateX(-50%)}.concept-step-7{bottom:17%;left:0}.concept-step-8{top:50%;left:-40px;max-width:40%;transform:translateY(-50%)}@keyframes bergamot-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(.5deg)}}.proof-strip{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);margin-top:85px;border-top:1px solid rgba(255,255,255,.17)}.proof-strip article{min-height:205px;padding:27px 28px;border-right:1px solid rgba(255,255,255,.13)}.proof-strip article:first-child{padding-left:0}.proof-strip article:last-child{border-right:0}.proof-strip article>span{color:var(--lime);font-size:9px}.proof-strip .ui-icon{width:34px;height:34px}.proof-strip strong{display:block;margin:18px 0 3px;font:700 29px var(--font-manrope),sans-serif}.proof-strip h2{margin-bottom:13px;font-size:13px}.proof-strip p{max-width:230px;color:rgba(255,255,255,.58);font-size:14px}.petal-icon{--turn:0deg;position:relative;display:inline-grid;width:56px;height:56px;flex:none;place-items:center;color:var(--green);transform:rotate(var(--turn))}.petal-icon i{position:absolute;width:16px;height:31px;border:1.5px solid;border-radius:70% 70% 35% 35%;background:rgba(184,217,54,.16);transform:translateY(-13px);transform-origin:50% 25px}.petal-icon i:nth-child(2){transform:rotate(90deg) translateY(-13px)}.petal-icon i:nth-child(3){transform:rotate(180deg) translateY(-13px)}.petal-icon i:nth-child(4){transform:rotate(270deg) translateY(-13px)}.petal-icon:after{position:absolute;width:11px;height:11px;border-radius:50%;background:var(--yellow);content:""}.about-section{background:var(--paper)}.about-layout{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:11%;gap:11%}.about-narrative{padding-top:45px}.about-narrative>p{margin-bottom:30px;color:var(--muted);font-size:18px}.about-narrative .opening-paragraph{color:var(--ink);font-size:clamp(21px,2vw,29px);line-height:1.5}.about-narrative .opening-paragraph:first-letter{float:left;margin:10px 10px 0 0;color:var(--green);font:700 74px/.7 var(--font-manrope),sans-serif}.about-narrative blockquote{position:relative;margin:70px 0 0;padding:40px 42px 35px;border-radius:2px 26px 26px 2px;background:var(--dark);color:white}.about-narrative blockquote>svg{position:absolute;top:-25px;right:30px;width:70px;color:var(--lime)}.about-narrative blockquote p{margin-bottom:15px;font:650 clamp(23px,2.4vw,35px)/1.35 var(--font-manrope),sans-serif}.about-narrative cite{color:rgba(255,255,255,.62);font-size:14px;font-style:normal}.principle-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:100px;border-block:1px solid var(--line)}.principle-strip article{min-height:210px;padding:25px;border-right:1px solid var(--line)}.principle-strip article:last-child{border:0}.principle-strip span{color:var(--green);font-size:9px}.principle-strip .ui-icon{width:36px;height:36px}.principle-strip h3{margin:34px 0 12px;font:700 17px var(--font-manrope),sans-serif}.principle-strip p{color:var(--muted);font-size:14px}.services-section{background:var(--mist)}.chapter-head{display:grid;grid-template-columns:1fr 180px;align-items:end;grid-gap:50px;gap:50px}.chapter-hint{display:flex;justify-content:flex-end;gap:12px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.12em}.chapter-hint span{color:var(--green);font-size:22px}.service-explorer{display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:14px;gap:14px;margin-top:60px}.service-directory{border:1px solid #ccd6c7;background:rgba(255,255,255,.4)}.service-directory button{display:grid;width:100%;min-height:69px;grid-template-columns:40px 1fr 24px;align-items:center;grid-gap:8px;gap:8px;padding:0 18px;border:0;border-bottom:1px solid #d1dbcc;background:transparent;text-align:left;transition:background .2s,color .2s}.service-directory button:last-child{border-bottom:0}.service-directory button>span{color:var(--green);font-size:9px}.service-directory button>.ui-icon{width:30px;height:30px}.service-directory button strong{font:600 14px var(--font-manrope),sans-serif}.service-directory button i{font-style:normal;opacity:.25}.service-directory button:hover{background:rgba(255,255,255,.65)}.service-directory button.active{background:var(--dark);color:white}.service-directory button.active i,.service-directory button.active>span{color:var(--lime);opacity:1}.service-detail{position:-webkit-sticky;position:sticky;top:110px;min-height:830px;align-self:start;padding:clamp(30px,4vw,58px);overflow:hidden;background:var(--paper)}.service-detail:after{position:absolute;right:-150px;bottom:-190px;width:460px;height:460px;border:1px solid var(--line);border-radius:50%;content:""}.service-detail>header{display:flex;align-items:center;justify-content:space-between}.service-code{color:var(--green);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.service-detail .petal-icon{width:64px;height:64px}.service-detail h3{max-width:700px;margin:52px 0 14px;font:700 clamp(29px,3.4vw,48px)/1.08 var(--font-manrope),sans-serif;letter-spacing:-.035em}.service-summary{max-width:690px;color:var(--muted);font-size:17px}.service-story{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;margin-top:42px;background:var(--line)}.service-story>div{min-height:180px;padding:22px;background:var(--paper)}.service-story span{display:block;margin-bottom:16px;color:var(--green);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.service-story p{margin:0;color:var(--muted);font-size:14px}.service-story .service-outcome{background:var(--yellow)}.service-story .service-outcome p{color:var(--deep);font-weight:600}.service-tags{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:7px;margin:26px 0 0;padding:0;list-style:none}.service-tags li{padding:8px 13px;border:1px solid var(--line);border-radius:100px;color:var(--muted);font-size:13px}.inline-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:16px;padding:35px;border-radius:18px;background:var(--yellow)}.inline-cta>div{display:grid;max-width:760px;grid-template-columns:60px 1fr;grid-column-gap:18px;column-gap:18px}.inline-cta h3{margin:0;font:700 20px var(--font-manrope),sans-serif}.inline-cta p{grid-column:2;margin:6px 0 0;color:rgba(8,45,30,.7);font-size:14px}.problems-section{background:var(--paper)}.problems-intro{position:relative}.recognition-mark{position:absolute;top:-90px;right:0;color:var(--mist);font:800 340px/.8 Georgia,serif}.problem-stories{position:relative;display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:0;gap:0;margin-top:65px;border:1px solid var(--line)}.problem-rail{max-height:735px;overflow-y:auto;background:var(--mist)}.problem-rail button{display:grid;width:100%;min-height:66px;grid-template-columns:42px 1fr;align-items:center;padding:0 20px;border:0;border-bottom:1px solid #d3dccf;background:transparent;text-align:left}.problem-rail button span{color:var(--green);font-size:9px}.problem-rail button .ui-icon{width:30px;height:30px}.problem-rail button strong{font:600 14px var(--font-manrope),sans-serif}.problem-rail button.active{background:var(--dark);color:white}.problem-rail button.active span{color:var(--lime)}.problem-stage{display:grid;min-height:735px;grid-template-columns:1fr 60px 1fr;align-items:stretch;background:var(--paper)}.problem-scene,.solution-scene{position:relative;display:flex;flex-direction:column;justify-content:center;padding:40px;overflow:hidden}.problem-scene{background:#f1eee5}.solution-scene{background:var(--dark);color:white}.scene-label{position:absolute;top:25px;left:25px;color:var(--green);font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.solution-scene .scene-label{color:var(--lime)}.problem-scene>p,.solution-scene>p{position:relative;z-index:2;margin-bottom:20px;font:650 clamp(20px,2.1vw,29px)/1.4 var(--font-manrope),sans-serif}.problem-scene>small{position:relative;z-index:2;color:var(--muted);font-size:14px}.story-arrow{display:grid;place-items:center;background:var(--yellow);color:var(--deep);font-size:26px}.noise-lines,.ordered-lines{position:absolute;inset:auto 20px 22px;display:grid;grid-gap:6px;gap:6px;opacity:.16}.noise-lines i{height:7px;background:var(--ink);transform:translateX(var(--offset,0))}.noise-lines i:nth-child(2){--offset:30px;width:60%}.noise-lines i:nth-child(3){--offset:8px;width:84%}.noise-lines i:nth-child(4){--offset:50px;width:45%}.ordered-lines i{height:7px;background:var(--lime)}.ordered-lines i:nth-child(2){width:75%}.ordered-lines i:nth-child(3){width:52%}.recognition{max-width:900px;margin:55px auto 0;text-align:center;font:650 clamp(21px,2.5vw,34px)/1.4 var(--font-manrope),sans-serif}.recognition a{color:var(--green);text-decoration:underline;-webkit-text-decoration-color:var(--lime);text-decoration-color:var(--lime);text-underline-offset:5px}.why-section{background:var(--deep);color:white}.why-layout{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:8%;gap:8%}.why-intro{position:-webkit-sticky;position:sticky;top:120px;align-self:start}.why-section .eyebrow{color:var(--lime)}.why-section .section-head>p{color:rgba(255,255,255,.58)}.why-mark{margin-top:80px;opacity:.11}.why-mark svg{width:220px;color:var(--lime)}.evidence-list{border-top:1px solid rgba(255,255,255,.16)}.evidence-list article{display:grid;grid-template-columns:46px 1fr .78fr;grid-gap:22px;gap:22px;padding:29px 0;border-bottom:1px solid rgba(255,255,255,.15)}.evidence-list>article>span{color:var(--lime);font-size:9px}.evidence-list .ui-icon{width:36px;height:36px}.evidence-list h3{font:650 18px var(--font-manrope),sans-serif}.evidence-list p{margin:0;color:rgba(255,255,255,.64);font-size:14px}.evidence-list aside{display:flex;gap:12px;padding:17px;background:rgba(255,255,255,.055)}.evidence-list aside i{color:var(--lime);font-style:normal}.evidence-list aside p{color:rgba(255,255,255,.78);font-size:14px}.partner-section{background:var(--paper)}.partner-layout{display:grid;grid-template-columns:.92fr 1.08fr;grid-gap:9%;gap:9%;align-items:start}.partner-copy{max-width:700px;margin-top:35px}.partner-copy p{color:var(--muted);font-size:17px}.partner-conclusion{margin-top:40px;padding:25px 0 25px 25px;border-left:4px solid var(--yellow);font:650 20px/1.5 var(--font-manrope),sans-serif}.decision-flow{border:1px solid var(--line);background:var(--mist)}.decision-flow>header{display:flex;justify-content:space-between;gap:20px;padding:25px;border-bottom:1px solid var(--line)}.decision-flow header>span{color:var(--green);font-size:9px}.decision-flow h3{margin:0;font:650 18px var(--font-manrope),sans-serif}.decision-flow .ui-icon{width:32px;height:32px}.decision-flow ol{margin:0;padding:0 25px;list-style:none}.decision-flow li{display:grid;min-height:72px;grid-template-columns:40px 1fr 20px;align-items:center;border-bottom:1px solid var(--line)}.decision-flow li span{color:var(--green);font-size:9px}.decision-flow li p{margin:0;font-size:14px}.decision-flow li i{color:var(--green);font-style:normal}.decision-result{display:flex;align-items:center;justify-content:center;gap:18px;min-height:140px;background:var(--yellow)}.decision-result svg{width:52px;color:var(--deep)}.decision-result strong{font:700 19px var(--font-manrope),sans-serif}.ai-section{background:#e7eddb}.ai-heading{display:grid;grid-template-columns:1fr .65fr;grid-gap:8%;gap:8%;align-items:end}.ai-equation{display:flex;min-height:170px;align-items:center;justify-content:space-around;padding:25px;border-radius:22px 22px 0 0;background:var(--dark);color:white}.ai-equation span{font:700 clamp(25px,3vw,40px) var(--font-manrope),sans-serif;white-space:nowrap}.ai-equation b{color:var(--lime)}.ai-equation svg{width:65px;color:var(--yellow)}.ai-matrix{display:grid;grid-template-columns:1fr 1fr 1.15fr;margin-top:65px;border:1px solid #cbd5c6}.ai-matrix>article{padding:30px;border-right:1px solid #cbd5c6}.ai-matrix>article:last-child{border:0}.ai-matrix header{display:flex;min-height:95px;align-items:flex-start;gap:15px;border-bottom:1px solid #cbd5c6}.ai-matrix header>span{display:grid;width:34px;height:34px;flex:none;place-items:center;border-radius:50%;background:var(--yellow);font-weight:700}.ai-matrix header h3{font:700 19px var(--font-manrope),sans-serif}.ai-matrix article>div{padding:20px 0;border-bottom:1px solid #cbd5c6}.ai-matrix h4{margin-bottom:7px;font:650 14px var(--font-manrope),sans-serif}.ai-matrix p{margin:0;color:var(--muted);font-size:14px}.ai-risks{background:#f2efe7}.ai-control{background:var(--dark);color:white}.ai-control header{border-color:rgba(255,255,255,.17)}.ai-control header svg{width:38px;color:var(--lime)}.ai-control ol{margin:15px 0 0;padding:0;list-style:none}.ai-control li{display:grid;grid-template-columns:36px 1fr;grid-gap:7px;gap:7px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.76);font-size:14px}.ai-control li span{color:var(--lime);font-size:9px}.ai-control li .ui-icon{width:30px;height:30px}.ai-conclusion{max-width:990px;margin:65px auto 0;text-align:center;font:650 clamp(24px,3.1vw,42px)/1.35 var(--font-manrope),sans-serif}.tech-section{overflow:hidden;background:var(--paper)}.tech-layout{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:9%;gap:9%;align-items:center}.capability-map{position:relative;padding:38px;border:1px solid var(--line);background:var(--mist)}.capability-group{padding:24px 0;border-bottom:1px solid var(--line)}.capability-group>span{display:block;margin-bottom:15px;color:var(--green);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.capability-group>div{display:flex;flex-wrap:wrap;gap:7px}.capability-group b{padding:8px 12px;border:1px solid #c7d1c2;border-radius:100px;background:var(--paper);font:600 12px var(--font-manrope),sans-serif}.capability-core{display:flex;align-items:center;justify-content:center;gap:20px;padding-top:35px}.capability-core svg{width:72px;color:var(--green)}.capability-core span{max-width:120px;font:650 13px var(--font-manrope),sans-serif}.tech-statement{display:grid;grid-template-columns:90px 1fr;grid-gap:25px;gap:25px;align-items:start;margin-top:100px;padding-top:35px;border-top:1px solid var(--line)}.tech-statement>span{color:var(--yellow);font:800 100px/.7 Georgia,serif}.tech-statement p{max-width:980px;margin:0;font:650 clamp(25px,3.3vw,46px)/1.3 var(--font-manrope),sans-serif}.process-section{background:var(--deep);color:white}.process-layout{display:grid;grid-template-columns:.78fr 1.22fr;grid-gap:9%;gap:9%}.process-intro{position:-webkit-sticky;position:sticky;top:120px;align-self:start}.process-section .eyebrow{color:var(--lime)}.process-section .section-head>p{color:rgba(255,255,255,.56)}.process-track{position:relative}.process-track:before{position:absolute;top:0;bottom:0;left:27px;width:1px;background:rgba(184,217,54,.25);content:""}.process-track article{position:relative;display:grid;min-height:230px;grid-template-columns:55px 1fr;grid-gap:28px;gap:28px}.process-node{position:relative;z-index:2;padding-top:5px;background:var(--deep)}.process-node>.ui-icon{display:grid;width:55px;height:55px;padding:10px;place-items:center;border:1px solid rgba(184,217,54,.35);border-radius:50%;color:var(--lime)}.process-node i{display:block;width:1px;height:calc(100% - 55px);margin:auto;background:var(--lime);transform:scaleY(0);transform-origin:top;transition:transform 1.2s ease}.process-track article.is-visible .process-node i{transform:scaleY(1)}.process-track article>div:last-child{padding:4px 0 50px}.process-track h3{font:700 22px var(--font-manrope),sans-serif}.process-track p{max-width:620px;color:rgba(255,255,255,.58);font-size:14px}.process-track aside{display:flex;gap:12px;padding:14px 17px;border-left:2px solid var(--yellow);background:rgba(255,255,255,.055);color:rgba(255,255,255,.78);font-size:14px}.process-track aside span{color:var(--lime)}.pricing-section{background:var(--yellow)}.pricing-layout{display:grid;grid-template-columns:1.08fr .92fr;grid-gap:10%;gap:10%}.pricing-section .eyebrow{color:var(--dark)}.pricing-layout .button{margin-top:25px;background:var(--dark)}.pricing-layout>div:first-child>small{display:block;max-width:550px;margin-top:18px;color:rgba(8,45,30,.65);font-size:10px}.price-factors{align-self:start;border:1px solid rgba(8,45,30,.25)}.price-factors h3{margin:0;padding:25px;border-bottom:1px solid rgba(8,45,30,.25);font:700 18px var(--font-manrope),sans-serif}.price-factors ol{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:0;list-style:none}.price-factors li{display:grid;min-height:78px;grid-template-columns:35px 1fr;align-items:center;padding:15px;border-right:1px solid rgba(8,45,30,.2);border-bottom:1px solid rgba(8,45,30,.2);font-size:14px}.price-factors li:nth-child(2n){border-right:0}.price-factors li span{font-size:9px;opacity:.6}.price-factors li .ui-icon{width:32px;height:32px;opacity:.78}.mvp-callout{display:grid;grid-template-columns:.55fr 1fr .8fr;grid-gap:35px;gap:35px;align-items:center;margin-top:70px;padding:35px;background:var(--dark);color:white}.mvp-callout>div:first-child{display:grid;grid-template-columns:70px 1fr;align-items:center;grid-gap:20px;gap:20px}.mvp-callout>div>span{display:grid;width:64px;height:64px;place-items:center;border-radius:50%;background:var(--lime);color:var(--dark);font-weight:800}.mvp-callout h3{margin:0;font:700 18px var(--font-manrope),sans-serif}.mvp-callout>p{margin:0;color:rgba(255,255,255,.63);font-size:13px}.mvp-diagram{display:flex;align-items:center;justify-content:flex-end;gap:6px}.mvp-diagram i{width:17px;height:40px;background:rgba(255,255,255,.15)}.mvp-diagram i:nth-last-child(-n+2){background:var(--lime)}.mvp-diagram b{margin-inline:8px;color:var(--yellow)}.principles-section{background:var(--paper)}.principles-heading{display:flex;justify-content:space-between;gap:40px;margin-bottom:35px;color:var(--muted);font-size:14px}.principles-heading span{color:var(--green);text-transform:uppercase;letter-spacing:.12em}.principles-heading p{max-width:600px}.dual-panel{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:28px}.dual-panel>article{min-height:660px;padding:clamp(35px,5vw,68px)}.dual-panel .accept{background:var(--dark);color:white}.dual-panel .reject{background:var(--mist)}.panel-label{display:flex;align-items:center;gap:12px;color:var(--green);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.accept .panel-label{color:var(--lime)}.panel-label span{display:grid;width:45px;height:45px;place-items:center;border-radius:50%;background:var(--yellow);color:var(--dark);font-size:20px}.dual-panel h2{margin:85px 0 20px;font:700 clamp(29px,3.4vw,47px)/1.1 var(--font-manrope),sans-serif;letter-spacing:-.035em}.dual-panel>article>p{min-height:80px;color:var(--muted);font-size:14px}.dual-panel .accept>p{color:rgba(255,255,255,.55)}.dual-panel ul{margin:25px 0 0;padding:0;list-style:none}.dual-panel li{padding:13px 0;border-bottom:1px solid;font-size:14px;opacity:.72}.fit-section{background:var(--mist)}.audience-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:60px;border:1px solid #ccd6c7}.audience-grid article{position:relative;min-height:280px;padding:24px;border-right:1px solid #ccd6c7;background:rgba(255,255,255,.45)}.audience-grid article:last-child{border:0}.audience-grid article>span{color:var(--green);font-size:11px}.audience-grid .audience-icon{position:absolute;top:18px;right:18px;display:grid;width:72px;height:72px;place-items:center;border:1px solid rgba(31,107,70,.22);border-radius:16px;background:rgba(255,254,248,.72);color:var(--green)}.audience-grid .audience-icon svg{width:52px;height:52px}.audience-grid h3{margin:80px 0 14px;font:700 17px/1.3 var(--font-manrope),sans-serif}.audience-grid p{color:var(--muted);font-size:14px}.not-fit{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:7%;gap:7%;margin-top:16px;padding:45px;border:1px solid #ccd6c7;background:var(--paper)}.not-fit h3{font:700 25px var(--font-manrope),sans-serif}.not-fit p{color:var(--muted);font-size:14px}.not-fit ul{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 25px;gap:12px 25px;margin:0;padding:0;list-style:none}.not-fit li{display:grid;grid-template-columns:24px 1fr;color:var(--muted);font-size:14px}.not-fit li span{color:var(--error)}.support-section{background:var(--paper)}.support-layout{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:10%;gap:10%}.support-lifecycle{border-top:1px solid var(--line)}.support-lifecycle article{position:relative;display:grid;min-height:100px;grid-template-columns:48px 1fr;align-items:center;grid-gap:18px;gap:18px;border-bottom:1px solid var(--line)}.support-lifecycle article>span{color:var(--green);font-size:9px}.support-lifecycle .ui-icon{width:36px;height:36px}.support-lifecycle h3{margin-bottom:5px;font:700 17px var(--font-manrope),sans-serif}.support-lifecycle p{margin:0;color:var(--muted);font-size:14px}.support-lifecycle article>i{position:absolute;right:0;width:9px;height:9px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 6px rgba(184,217,54,.16)}.support-note{margin-top:30px;padding:24px;border-left:3px solid var(--yellow);background:var(--mist);font-size:14px}.brief-section{padding-top:0;background:var(--paper)}.brief-layout{position:relative;display:grid;grid-template-columns:1fr .8fr;grid-gap:9%;gap:9%;padding:clamp(40px,6vw,80px);overflow:hidden;border-radius:28px;background:var(--dark);color:white}.brief-layout .eyebrow{color:var(--lime)}.brief-layout .section-lead{color:rgba(255,255,255,.57)}.brief-conclusion{margin:30px 0;color:white;font-weight:600}.brief-layout ol{position:relative;z-index:2;margin:0;padding:0;list-style:none}.brief-layout li{display:grid;grid-template-columns:46px 1fr;align-items:center;min-height:74px;border-bottom:1px solid rgba(255,255,255,.15)}.brief-layout li span{color:var(--lime);font-size:9px}.brief-layout li .ui-icon{width:34px;height:34px}.brief-layout li p{margin:0;font:600 15px var(--font-manrope),sans-serif}.brief-watermark{position:absolute;right:-130px;bottom:-160px;width:480px;opacity:.045}.brief-watermark svg{width:100%;color:var(--lime)}.faq-section{background:var(--mist)}.faq-layout{display:grid;grid-template-columns:.62fr 1.38fr;grid-gap:8%;gap:8%}.faq-list{border-top:1px solid #c7d1c2}.faq-item{border-bottom:1px solid #c7d1c2}.faq-item summary{display:grid;width:100%;min-height:82px;grid-template-columns:45px 1fr 30px;align-items:center;grid-gap:10px;gap:10px;padding:15px 0;list-style:none;cursor:pointer;font:650 16px/1.4 var(--font-manrope),sans-serif}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::marker{content:""}.faq-item summary:focus-visible{outline:2px solid var(--deep);outline-offset:3px;box-shadow:0 0 0 5px var(--yellow)}.faq-number{color:var(--green);font:500 9px var(--font-inter),sans-serif}.faq-item .faq-number{width:32px;height:32px}.faq-item summary i{position:relative;width:28px;height:28px;border:1px solid #b9c5b4;border-radius:50%}.faq-item summary i:after,.faq-item summary i:before{position:absolute;top:13px;left:8px;width:10px;height:1px;background:var(--dark);content:""}.faq-item summary i:after{transform:rotate(90deg);transition:transform .2s}.faq-item[open] summary i:after{transform:rotate(0)}.faq-item[open] .faq-answer{animation:faq-answer-in .25s ease}.faq-answer p{max-width:780px;padding:0 58px 28px 55px;color:var(--muted);font-size:14px}@keyframes faq-answer-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}.final-cta{padding:clamp(90px,10vw,155px) 0;background:var(--yellow)}.final-cta-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:9%;gap:9%}.final-cta .eyebrow{color:var(--deep)}.final-cta-layout>div:first-child>p{max-width:710px;color:rgba(8,45,30,.72);font-size:17px}.assurance-panel{align-self:stretch;padding:35px;background:var(--dark);color:white}.assurance-panel>ul{margin:0 0 45px;padding:0;list-style:none}.assurance-panel>ul li{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:13px}.assurance-panel>ul i{color:var(--lime);font-style:normal}.final-actions a{display:grid;min-height:75px;grid-template-columns:45px 1fr 20px;align-items:center;border-top:1px solid rgba(255,255,255,.15);font-size:13px}.final-actions a span{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:var(--lime);font-size:9px}.final-actions a i{color:var(--lime);font-style:normal}.contact-section{background:var(--deep);color:white}.contact-layout{display:grid;grid-template-columns:.55fr 1.45fr;grid-gap:16px;gap:16px}.contact-aside{position:relative;min-height:740px;padding:35px;overflow:hidden;border:1px solid rgba(255,255,255,.15)}.contact-number{color:var(--lime);font-size:9px}.contact-aside .contact-number{width:40px;height:40px}.contact-aside>.logo{margin-top:180px}.contact-aside>p{max-width:380px;margin-top:30px;color:rgba(255,255,255,.6);font:650 clamp(20px,2.4vw,32px)/1.4 var(--font-manrope),sans-serif}.contact-radial{position:absolute;right:-130px;bottom:-130px;width:370px;opacity:.07}.contact-radial svg{width:100%;color:var(--lime)}.contact-form{min-height:740px;padding:clamp(28px,4.5vw,60px);background:var(--paper);color:var(--ink)}.form-heading{display:grid;grid-template-columns:50px 1fr;margin-bottom:42px}.form-heading>span{color:var(--green);font-size:9px}.form-heading>.ui-icon{width:38px;height:38px}.form-kicker{margin-bottom:8px!important;color:var(--green)!important;font-size:9px!important;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.form-heading h3{margin-bottom:7px;font:700 clamp(23px,2.7vw,36px)/1.18 var(--font-manrope),sans-serif}.form-heading p{max-width:650px;color:var(--muted);font-size:14px}.field-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.field{display:block;margin-bottom:19px}.contact-method legend,.field>span,.file-field>div:first-child>span{display:block;margin-bottom:8px;color:var(--ink);font-size:9px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.field>span em{margin-left:7px;color:var(--muted);font-weight:500;font-style:normal;letter-spacing:0;text-transform:none}.field input,.field textarea{width:100%;border:1px solid var(--line);border-radius:8px;outline:0;background:#fbfcf7;transition:border-color .2s,box-shadow .2s}.field input{height:52px;padding:0 14px}.field textarea{min-height:155px;padding:14px;resize:vertical}.field input:focus,.field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(31,107,70,.1)}.field input::placeholder,.field textarea::placeholder{color:#9da69f}.field [aria-invalid=true]{border-color:var(--error)}.checkbox-error,.field small,.file-error{display:block;margin-top:6px;color:var(--error);font-size:10px}.contact-method{margin:0 0 22px;padding:0;border:0}.contact-method>div{display:flex;flex-wrap:wrap;gap:7px}.contact-method label input{position:absolute;opacity:0}.contact-method label span{display:grid;min-height:42px;place-items:center;padding:0 16px;border:1px solid var(--line);border-radius:100px;color:var(--muted);font-size:11px}.contact-method input:checked+span{border-color:var(--green);background:var(--green);color:white}.contact-method input:focus-visible+span{outline:2px solid var(--deep);outline-offset:3px;box-shadow:0 0 0 5px var(--yellow)}.file-field{display:grid;grid-template-columns:1fr auto;grid-gap:15px;gap:15px;align-items:center;margin:4px 0 24px;padding:17px;border:1px dashed #bcc8b7;background:var(--mist)}.file-field>div:first-child>span{margin-bottom:4px}.file-field>div:first-child small{display:block;max-width:560px;color:var(--muted);font-size:10px}.file-button{display:flex;min-height:44px;align-items:center;gap:8px;padding:0 15px;border:1px solid var(--line);border-radius:8px;background:var(--paper);font-size:11px;font-weight:600;cursor:pointer}.file-button input{position:absolute;width:1px;height:1px;opacity:0}.file-button:focus-within{outline:2px solid var(--deep);outline-offset:3px;box-shadow:0 0 0 5px var(--yellow)}.file-list{grid-column:1/-1;margin:0;padding:0;list-style:none}.file-list li{display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:7px 10px;border-top:1px solid var(--line)}.file-list li>span{display:grid}.file-list b{font-size:11px}.file-list small{color:var(--muted);font-size:9px}.file-list button{width:44px;height:44px;border:0;background:transparent;color:var(--error);font-size:20px}.checkbox{display:flex;align-items:center;gap:10px;font-size:13px;cursor:pointer}.checkbox input{position:absolute;opacity:0}.checkbox i{width:20px;height:20px;flex:none;border:1px solid var(--line);border-radius:4px;background:white}.checkbox input:checked+i{background:var(--green);box-shadow:inset 0 0 0 5px white}.checkbox input:focus-visible+i{outline:2px solid var(--deep);outline-offset:3px;box-shadow:0 0 0 5px var(--yellow)}.checkbox a{text-decoration:underline}.form-submit{display:flex;align-items:center;gap:25px;margin-top:30px}.form-submit p{max-width:250px;margin:0;color:var(--muted);font-size:10px}.form-error{margin-top:15px;color:var(--error);font-size:14px}.honeypot{position:absolute!important;left:-9999px!important}.form-result{display:grid;min-height:740px;place-content:center;padding:45px;background:var(--paper);color:var(--ink);text-align:center}.form-result>span{display:grid;width:75px;height:75px;place-items:center;margin:auto;border-radius:50%;background:var(--lime);font-size:28px}.form-result h3{max-width:520px;margin:27px auto;font:700 24px/1.4 var(--font-manrope),sans-serif}.text-link{min-height:44px;border:0;background:transparent;text-decoration:underline}footer{padding:85px 0 25px;background:#051f15;color:white}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:7%;gap:7%}.footer-brand p{max-width:360px;margin-top:25px;color:rgba(255,255,255,.62);font-size:14px}.footer-grid h3{margin-bottom:20px;color:var(--lime);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.footer-grid>div>a{display:flex;min-height:38px;align-items:center;color:rgba(255,255,255,.64);font-size:14px}.footer-grid>div>a:hover{color:white}.footer-locales{display:flex;gap:7px;margin-top:20px}.footer-locales a{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.16);color:var(--lime);font-size:9px}.footer-closing{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-top:80px;padding-top:38px;border-top:1px solid rgba(255,255,255,.13)}.footer-closing p{max-width:850px;margin:0;font:650 clamp(26px,4vw,58px)/1.16 var(--font-manrope),sans-serif;letter-spacing:-.04em}.footer-closing svg{width:75px;flex:none;color:var(--lime)}.footer-bottom{display:flex;justify-content:space-between;margin-top:70px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.55);font-size:10px}.legal-page,.not-found{min-height:100vh;padding:70px max(24px,8vw);background:var(--deep);color:white}.not-found{display:grid;place-content:center;text-align:center}.not-found>.logo{margin:auto}.not-found>strong{color:var(--lime);font:800 clamp(120px,30vw,400px)/.9 var(--font-manrope),sans-serif;letter-spacing:-.1em}.not-found h1{font:700 27px var(--font-manrope),sans-serif}.legal-page>a:first-child{display:inline-block;margin-bottom:100px}.legal-page h1{max-width:850px;font:700 clamp(40px,6.3vw,80px) var(--font-manrope),sans-serif}.legal-page>p:not(.eyebrow){max-width:720px;color:rgba(255,255,255,.65);font-size:18px}.legal-page .text-link{display:inline-block;margin-top:40px;color:var(--lime)}@media (max-width:1230px){.desktop-cta,.desktop-nav{display:none}.menu-toggle{display:grid}.header-inner{justify-content:space-between}.mobile-menu{position:fixed;z-index:-1;inset:0;display:flex;min-height:100dvh;flex-direction:column;overflow-y:auto;padding:calc(120px + env(safe-area-inset-top)) 25px calc(28px + env(safe-area-inset-bottom));background:var(--deep);color:white;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu>nav{display:flex;flex-direction:column}.mobile-menu>nav a{display:flex;min-height:64px;align-items:center;border-bottom:1px solid rgba(255,255,255,.13);font:600 25px var(--font-manrope),sans-serif}.mobile-menu>nav .ui-icon{width:28px;height:28px;margin-right:18px;color:var(--lime)}.mobile-languages{margin:28px 0 18px}.mobile-languages .languages{display:flex}.mobile-languages .languages a{border:1px solid rgba(255,255,255,.15)}.mobile-menu>.button{width:100%;margin-top:auto}}@media (max-width:1120px){.hero-layout{grid-template-columns:1fr}.hero-system{min-height:620px}.hero-orbit{width:min(100%,620px)}.proof-strip{grid-template-columns:1fr 1fr}.proof-strip article:nth-child(2){border-right:0}.audience-grid{grid-template-columns:repeat(3,1fr)}.audience-grid article:nth-child(3){border-right:0}.audience-grid article:nth-child(-n+3){border-bottom:1px solid #ccd6c7}.ai-matrix{grid-template-columns:1fr 1fr}.ai-control{grid-column:1/-1}.pricing-layout{gap:6%}}@media (max-width:900px){.section{padding:95px 0}.process-intro,.sticky-heading,.why-intro{position:static}.about-layout,.ai-heading,.faq-layout,.final-cta-layout,.partner-layout,.pricing-layout,.process-layout,.support-layout,.tech-layout,.why-layout{grid-template-columns:1fr;gap:55px}.service-explorer{grid-template-columns:1fr}.service-directory{display:grid;grid-template-columns:1fr 1fr}.service-directory button:nth-child(odd){border-right:1px solid #d1dbcc}.service-detail{position:relative;min-height:auto}.problem-stories{grid-template-columns:1fr}.problem-rail{display:flex;overflow-x:auto;max-height:none;scroll-snap-type:x mandatory}.problem-rail button{min-width:250px;scroll-snap-align:start}.problem-stage{min-height:580px}.why-mark{display:none}.ai-equation{min-height:130px}.mvp-callout{grid-template-columns:1fr}.mvp-diagram{justify-content:flex-start}.audience-grid{grid-template-columns:1fr 1fr}.audience-grid article,.audience-grid article:nth-child(3){border-right:1px solid #ccd6c7;border-bottom:1px solid #ccd6c7}.audience-grid article:nth-child(2n){border-right:0}.audience-grid article:last-child{grid-column:1/-1;border-bottom:0;border-right:0}.brief-layout,.contact-layout{grid-template-columns:1fr}.contact-aside{min-height:450px}.contact-aside>.logo{margin-top:100px}}@media (max-width:680px){.container{width:min(calc(100% - 32px),var(--container))}.section{padding:78px 0}.section-head h2{font-size:clamp(29px,7.8vw,33px);letter-spacing:-.04em;line-height:1.1}.button{max-width:100%;gap:12px;padding-inline:16px;text-align:center}.site-header{padding:10px 0}.telegram-fab{right:12px;bottom:calc(14px + env(safe-area-inset-bottom));width:48px;height:48px;animation:none}.phone-fab{right:14px;bottom:calc(72px + env(safe-area-inset-bottom));width:44px;height:44px}.phone-fab svg{width:21px;height:21px}.telegram-fab svg{width:26px;height:26px}.header-inner{width:calc(100% - 24px);height:58px;padding-left:15px}.logo{font-size:20px}.logo svg{width:28px}.header-actions>.languages{display:none}.hero{min-height:auto;padding:132px 0 80px}.hero h1{font-size:clamp(34px,8.8vw,40px);letter-spacing:-.046em;line-height:1.07}.hero-body{font-size:15px}.hero-layout{gap:24px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-system{min-height:430px}.hero-orbit{width:min(100%,420px)}.bergamot-illustration{width:44%}.system-caption{min-height:36px;max-width:46%;gap:6px;padding:5px 9px 5px 5px;font-size:8.5px;letter-spacing:.045em}.concept-step-icon{width:23px;height:23px}.concept-step-icon svg{width:12px;height:12px}.concept-step-1,.concept-step-3{top:15%}.concept-step-5,.concept-step-7{bottom:15%}.concept-step-4{right:0;max-width:36%}.concept-step-8{left:0;max-width:36%}.proof-strip{margin-top:45px}.proof-strip article{min-height:190px;padding:20px 14px!important}.proof-strip strong{margin-top:18px;font-size:22px}.proof-strip p{font-size:14px}.about-narrative{padding-top:0}.about-narrative>p{font-size:16px}.about-narrative .opening-paragraph{font-size:21px}.about-narrative blockquote{padding:35px 25px}.principle-strip{grid-template-columns:1fr 1fr;margin-top:65px}.principle-strip article:nth-child(2){border-right:0}.principle-strip article:nth-child(-n+2){border-bottom:1px solid var(--line)}.chapter-head{grid-template-columns:1fr}.chapter-hint{display:none}.service-directory{grid-template-columns:1fr}.service-directory button:nth-child(odd){border-right:0}.service-detail{padding:27px 20px}.service-detail h3{margin-top:42px;font-size:clamp(27px,7.2vw,29px);line-height:1.12;overflow-wrap:anywhere}.service-summary{font-size:15px}.service-story{grid-template-columns:1fr}.service-story>div{min-height:0}.inline-cta{align-items:stretch;flex-direction:column;padding:25px}.inline-cta>div{grid-template-columns:45px 1fr}.problem-rail{overflow-y:hidden}.problem-rail button{min-width:0;flex:0 0 100%;scroll-snap-stop:always}.problem-stage{min-height:0;grid-template-columns:minmax(0,1fr);grid-template-rows:auto 50px auto}.problem-scene,.solution-scene{min-height:300px;justify-content:flex-start;padding:72px 24px 80px}.problem-scene{min-height:360px;padding-bottom:104px}.problem-scene>p,.solution-scene>p{font-size:clamp(18px,5vw,20px);line-height:1.32}.problem-scene>small{font-size:13px;line-height:1.55}.story-arrow{transform:none;font-size:0}.story-arrow:before{content:"↓";font-size:26px;line-height:1}.recognition-mark{font-size:210px}.evidence-list article{grid-template-columns:42px 1fr}.evidence-list article aside{grid-column:2}.partner-copy p{font-size:15px}.decision-flow li{min-height:86px}.ai-matrix{grid-template-columns:1fr}.ai-control{grid-column:auto}.ai-matrix>article{border-right:0;border-bottom:1px solid #cbd5c6}.tech-statement{grid-template-columns:45px 1fr;margin-top:65px}.tech-statement>span{font-size:66px}.process-track article{gap:18px}.process-track h3{font-size:19px}.price-factors ol{grid-template-columns:1fr}.price-factors li{border-right:0}.dual-panel{grid-template-columns:1fr}.dual-panel>article{min-height:auto;padding:38px 25px 50px}.dual-panel h2{margin-top:58px}.audience-grid{grid-template-columns:1fr}.audience-grid h3{margin-top:96px}.audience-grid article,.audience-grid article:last-child,.audience-grid article:nth-child(2n),.audience-grid article:nth-child(3){grid-column:auto;border-right:0;border-bottom:1px solid #ccd6c7}.audience-grid article:last-child{border-bottom:0}.not-fit{padding:28px 22px}.not-fit,.not-fit ul{grid-template-columns:1fr}.brief-layout{width:calc(100% - 24px);padding:42px 24px}.faq-layout{gap:25px}.faq-item summary{grid-template-columns:40px 1fr 30px;min-height:90px;font-size:15px}.faq-answer p{padding-left:34px;padding-right:0;font-size:13px}.assurance-panel{padding:27px 20px}.contact-aside{min-height:390px;padding:25px}.contact-form{padding:32px 20px}.form-heading{grid-template-columns:46px 1fr}.field-grid,.file-field{grid-template-columns:1fr}.file-list li>span{min-width:0}.file-list b{overflow-wrap:anywhere}.file-button{justify-content:center}.form-submit{align-items:stretch;flex-direction:column}.form-submit .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:50px 28px}.footer-brand{grid-column:1/-1}.footer-closing{align-items:start}.footer-closing svg{width:52px}.footer-bottom{flex-direction:column;gap:8px}.support-lifecycle article{padding-right:22px}.legal-page h1{font-size:clamp(30px,8.3vw,40px);line-height:1.1;overflow-wrap:anywhere}}@media (max-width:390px){.hero-system{min-height:390px}.system-caption{min-height:34px;max-width:47%;gap:5px;padding-right:7px;font-size:8px}.concept-step-4,.concept-step-8{max-width:35%}.concept-step-icon{width:21px;height:21px}.concept-step-icon svg{width:11px;height:11px}.proof-strip{grid-template-columns:1fr}.proof-strip article{border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.principle-strip{grid-template-columns:1fr}.principle-strip article{min-height:190px;border-right:0;border-bottom:1px solid var(--line)}.principle-strip h3{margin-top:45px}.ai-equation{padding:16px}.ai-equation span{font-size:22px}.ai-equation svg{width:45px}.capability-map{padding:23px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}.process-node i{transform:scaleY(1)}.telegram-fab{animation:none}}.cases-section{position:relative;overflow:hidden;background:var(--paper)}.cases-section:before{position:absolute;top:100px;right:-180px;width:420px;height:420px;border:1px solid rgba(31,107,70,.1);border-radius:50%;content:""}.cases-heading{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:clamp(45px,8vw,130px);gap:clamp(45px,8vw,130px);align-items:end;margin-bottom:clamp(38px,5vw,70px)}.case-overview-grid h2,.case-results-layout h2,.case-section-heading h2,.case-study-hero h1,.case-technologies-layout h2,.cases-cta h2,.cases-heading h2,.cases-page-hero h1,.cases-process-layout h2{margin:15px 0 0;font-family:var(--font-manrope),Manrope,Arial,sans-serif;letter-spacing:-.045em}.cases-heading h2{max-width:760px;font-size:clamp(38px,5.4vw,74px);line-height:.98}.cases-heading>div:last-child{max-width:560px;justify-self:end}.cases-heading>div:last-child>p{color:var(--muted);font-size:clamp(16px,1.5vw,20px);line-height:1.65}.cases-all-link{display:inline-flex;align-items:center;gap:10px;margin-top:24px;color:var(--green);font-weight:750}.cases-catalog-grid,.cases-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.case-card{--case-accent:var(--lime);position:relative;min-width:0;overflow:hidden;border-radius:24px;background:var(--cream);transition:transform .28s ease,box-shadow .28s ease}.case-card-featured{grid-column:1/-1}.case-card:focus-within,.case-card:hover{transform:translateY(-5px);box-shadow:0 26px 70px rgba(8,45,30,.13)}.case-card>a{display:grid;height:100%;color:inherit;text-decoration:none}.case-card-featured>a{grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);min-height:560px}.case-card-visual{min-width:0;padding:clamp(20px,3vw,42px);overflow:hidden;background:radial-gradient(circle at 12% 15%,color-mix(in srgb,var(--case-accent) 40%,transparent),transparent 34%),linear-gradient(145deg,var(--deep),var(--dark))}.case-card-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start;padding:clamp(28px,4vw,52px)}.case-card-category{margin:0 0 18px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.12em;line-height:1.45;text-transform:uppercase}.case-card h3{margin:0;font:750 clamp(30px,3.4vw,54px)/1 var(--font-manrope),Manrope,sans-serif;letter-spacing:-.045em}.case-card-copy>p:not(.case-card-category){margin:22px 0 0;color:var(--muted);font-size:16px;line-height:1.65}.case-card-copy ul,.case-service-list,.case-technologies-layout ul{display:flex;flex-wrap:wrap;gap:7px;margin:28px 0 0;padding:0;list-style:none}.case-card-copy li,.case-service-list li,.case-technologies-layout li{padding:8px 12px;border:1px solid var(--line);border-radius:100px;background:rgba(255,255,255,.55);color:var(--muted);font-size:11px;font-weight:700}.case-card-link{display:flex;align-items:center;gap:9px;margin-top:auto;padding-top:38px;color:var(--ink);font-weight:800}.case-card-link i{display:grid;width:33px;height:33px;place-items:center;border-radius:50%;background:var(--case-accent);font-style:normal;transition:transform .25s ease}.case-card:hover .case-card-link i{transform:rotate(45deg)}.case-preview{--case-accent:var(--lime);position:relative;height:100%;min-height:320px;perspective:1000px}.case-preview-window{position:absolute;inset:8% -8% -6% 5%;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:#f8faf4;box-shadow:0 35px 80px rgba(0,0,0,.26);transform:rotateY(-6deg) rotateX(3deg);transform-origin:center;transition:transform .35s ease}.case-card:hover .case-preview-window{transform:rotateY(-2deg) rotateX(1deg) translateY(-5px)}.case-preview-large{min-height:440px}.case-preview-large .case-preview-window{inset:6% -4% -5% 4%}.case-preview-bar{display:flex;height:39px;align-items:center;gap:6px;padding:0 15px;border-bottom:1px solid #e3e9df;background:white}.case-preview-bar i{width:7px;height:7px;border-radius:50%;background:#d4ddd0}.case-preview-bar i:first-child{background:var(--case-accent)}.case-preview-bar span{margin-left:auto;color:#718076;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.case-preview-body{display:grid;height:calc(100% - 39px);grid-template-columns:58px 1fr}.case-preview-sidebar{display:flex;flex-direction:column;align-items:center;gap:17px;padding:17px 0;background:var(--deep)}.case-preview-sidebar strong{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;background:var(--case-accent);color:var(--deep);font-size:13px}.case-preview-sidebar i{width:19px;height:4px;border-radius:6px;background:rgba(255,255,255,.18)}.case-preview-content{min-width:0;padding:clamp(14px,2.2vw,25px)}.case-preview-content>header{display:flex;align-items:center;justify-content:space-between}.case-preview-content>header>div{display:grid;grid-gap:6px;gap:6px}.case-preview-content>header span{display:block;width:95px;height:7px;border-radius:8px;background:#dde5d9}.case-preview-content>header span:last-child{width:55px}.case-preview-content>header b{color:var(--green);font-size:9px;text-transform:uppercase}.case-preview-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-top:23px}.case-preview-metrics>div{min-width:0;padding:12px;border:1px solid #e2e8df;border-radius:11px;background:white}.case-preview-metrics span{display:block;overflow:hidden;color:#7d8980;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.case-preview-metrics strong{display:block;margin-top:7px;color:var(--deep);font-size:clamp(15px,2vw,23px)}.case-preview-chart{display:flex;height:100px;align-items:flex-end;gap:8px;margin-top:12px;padding:15px 18px 0;border-radius:12px;background:white}.case-preview-chart i{width:12%;min-height:16px;border-radius:5px 5px 0 0;background:color-mix(in srgb,var(--case-accent) 68%,white)}.case-preview-chart i:first-child{height:31%}.case-preview-chart i:nth-child(2){height:48%}.case-preview-chart i:nth-child(3){height:39%}.case-preview-chart i:nth-child(4){height:76%}.case-preview-chart i:nth-child(5){height:61%}.case-preview-chart i:nth-child(6){height:88%}.case-preview-table{display:grid;grid-gap:7px;gap:7px;margin-top:12px}.case-preview-table span{height:8px;border-radius:8px;background:#e4eae1}.case-preview-table span:nth-child(2){width:86%}.case-preview-table span:nth-child(3){width:65%}.case-study-page,.cases-page{background:var(--paper)}.case-study-hero,.cases-page-hero{position:relative;padding:clamp(150px,16vw,220px) 0 clamp(70px,9vw,125px);overflow:hidden;background:var(--deep);color:white}.case-study-hero:after,.cases-page-hero:after{position:absolute;right:-130px;bottom:-240px;width:520px;height:520px;border:1px solid rgba(184,217,54,.18);border-radius:50%;content:""}.cases-page-hero-layout{display:grid;grid-template-columns:1fr .35fr;grid-gap:60px;gap:60px;align-items:center}.cases-page-hero h1{max-width:940px;font-size:clamp(48px,7.5vw,105px);line-height:.92}.cases-page-hero-layout>div:first-child>p:last-child{max-width:750px;margin-top:30px;color:rgba(255,255,255,.66);font-size:clamp(17px,1.6vw,21px);line-height:1.7}.cases-page-mark{width:min(260px,100%);justify-self:end;color:var(--lime);opacity:.9}.cases-page-mark svg{width:100%}.case-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:35px;color:rgba(255,255,255,.55);font-size:11px;font-weight:700}.case-breadcrumbs a{color:inherit}.cases-catalog-section{background:var(--cream)}.cases-process-section{background:var(--paper)}.cases-process-layout{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:clamp(50px,9vw,140px);gap:clamp(50px,9vw,140px)}.cases-process-layout h2{max-width:570px;font-size:clamp(40px,5vw,72px);line-height:1}.cases-process-layout ol{margin:0;padding:0;list-style:none}.cases-process-layout li{display:grid;grid-template-columns:58px 1fr;grid-gap:24px;gap:24px;align-items:center;padding:25px 0;border-bottom:1px solid var(--line)}.cases-process-layout li span{display:grid;width:45px;height:45px;place-items:center;border-radius:50%;background:var(--lime);color:var(--deep);font-weight:850}.cases-process-layout li p{margin:0;font:700 clamp(18px,2vw,25px)/1.35 var(--font-manrope),sans-serif}.cases-cta-section{padding-top:0;background:var(--paper)}.cases-cta{display:flex;min-height:360px;align-items:center;justify-content:space-between;gap:50px;padding:clamp(38px,6vw,80px);overflow:hidden;border-radius:28px;background:radial-gradient(circle at 85% 120%,rgba(184,217,54,.17),transparent 35%),var(--deep);color:white}.cases-cta h2{max-width:760px;font-size:clamp(40px,5.6vw,78px);line-height:.98}.cases-cta p:not(.eyebrow){max-width:650px;margin:22px 0 0;color:rgba(255,255,255,.62);font-size:17px;line-height:1.65}.case-footer{padding:35px 0;background:var(--deep);color:rgba(255,255,255,.55)}.case-footer .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.case-footer .logo{color:white}.case-footer p{margin:0;font-size:11px}.case-study-hero-grid{display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:clamp(45px,7vw,110px);gap:clamp(45px,7vw,110px);align-items:center}.case-study-hero-copy{min-width:0}.case-study-hero h1{font-size:clamp(64px,9vw,130px);line-height:.84;overflow-wrap:break-word}.case-study-lead{max-width:680px;margin-top:28px;color:rgba(255,255,255,.68);font-size:clamp(18px,2vw,24px);line-height:1.6}.case-study-hero .case-service-list li{border-color:rgba(255,255,255,.17);background:rgba(255,255,255,.06);color:rgba(255,255,255,.72)}.case-study-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:38px}.case-site-button{border-color:rgba(255,255,255,.28);color:white}.case-study-hero .case-preview{min-height:520px}.case-overview-section{background:var(--paper)}.case-overview-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:clamp(50px,10vw,150px);gap:clamp(50px,10vw,150px);align-items:start}.case-overview-grid h2{max-width:580px;font-size:clamp(38px,5vw,67px);line-height:1}.case-overview-text{margin:0;color:var(--muted);font-size:clamp(20px,2.2vw,29px);line-height:1.6}.case-challenge-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-top:clamp(55px,8vw,110px)}.case-challenge-grid article{min-height:360px;padding:clamp(30px,4vw,55px);border-radius:22px;background:var(--cream)}.case-challenge-grid article:last-child{background:var(--dark);color:white}.case-challenge-grid article>span,.case-feature-grid article>span{display:grid;width:43px;height:43px;place-items:center;border-radius:50%;background:var(--yellow);color:var(--deep);font-size:11px;font-weight:850}.case-challenge-grid h3{margin:75px 0 18px;font:750 clamp(27px,3vw,42px)/1 var(--font-manrope),sans-serif}.case-challenge-grid p{max-width:570px;margin:0;color:var(--muted);font-size:17px;line-height:1.65}.case-challenge-grid article:last-child p{color:rgba(255,255,255,.65)}.case-features-section{background:var(--mist)}.case-section-heading{margin-bottom:clamp(38px,5vw,70px)}.case-results-layout h2,.case-section-heading h2,.case-technologies-layout h2{font-size:clamp(40px,5.5vw,76px);line-height:1}.case-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.case-feature-grid article{min-height:230px;padding:25px;border-radius:16px;background:var(--paper)}.case-feature-grid article>span{background:var(--lime)}.case-feature-grid h3{margin:75px 0 0;font:700 clamp(17px,1.5vw,22px)/1.35 var(--font-manrope),sans-serif}.case-gallery-section{background:var(--paper)}.case-gallery-heading{display:grid;grid-template-columns:1fr .7fr;grid-gap:60px;gap:60px;align-items:end}.case-gallery-heading>p{max-width:520px;justify-self:end;color:var(--muted);line-height:1.65}.case-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.case-gallery-grid article{min-width:0}.case-gallery-large{grid-column:1/-1}.case-gallery-placeholder{position:relative;min-height:400px;padding:clamp(20px,4vw,55px);overflow:hidden;border-radius:22px;background:var(--dark)}.case-gallery-large .case-gallery-placeholder{min-height:640px}.case-gallery-placeholder>.case-preview{min-height:380px}.case-gallery-large .case-gallery-placeholder>.case-preview{min-height:540px}.case-gallery-placeholder>span{position:absolute;right:20px;bottom:18px;padding:8px 12px;border-radius:100px;background:rgba(255,255,255,.9);color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.case-gallery-grid article>div:last-child{display:grid;grid-template-columns:45px 1fr;grid-gap:4px 16px;gap:4px 16px;padding:22px 4px 35px}.case-gallery-grid article>div:last-child>p{grid-row:1/3;margin:2px 0 0;color:var(--green);font-size:10px;font-weight:800}.case-gallery-grid h3{margin:0;font:750 clamp(20px,2vw,28px)/1.2 var(--font-manrope),sans-serif}.case-gallery-grid article>div:last-child>span{color:var(--muted);font-size:14px;line-height:1.6}.case-technologies-section{background:var(--deep);color:white}.case-technologies-layout{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:80px;gap:80px;align-items:center}.case-technologies-layout ul{justify-content:flex-end;margin:0}.case-technologies-layout li{padding:13px 18px;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.07);color:rgba(255,255,255,.75);font-size:13px}.case-results-section{background:var(--cream)}.case-results-layout{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:clamp(55px,9vw,140px);gap:clamp(55px,9vw,140px)}.case-results-layout>ul{margin:0;padding:0;list-style:none}.case-results-layout li{display:grid;grid-template-columns:43px 1fr;grid-gap:20px;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.case-results-layout li>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--lime);color:var(--deep);font-weight:900}.case-results-layout li p{margin:0;font:700 clamp(17px,1.8vw,23px)/1.4 var(--font-manrope),sans-serif}.related-cases-section{background:var(--paper)}.related-cases-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}@media (max-width:1050px){.case-overview-grid,.case-results-layout,.case-study-hero-grid,.case-technologies-layout,.cases-heading,.cases-page-hero-layout,.cases-process-layout{grid-template-columns:1fr}.cases-heading>div:last-child,.cases-page-mark{justify-self:start}.cases-page-mark{width:170px}.case-card-featured>a{grid-template-columns:1fr}.case-card-featured .case-card-visual{min-height:460px}.case-study-hero .case-preview{min-height:470px}.case-feature-grid{grid-template-columns:repeat(2,1fr)}.case-technologies-layout ul{justify-content:flex-start}}@media (max-width:720px){.case-challenge-grid,.case-gallery-grid,.cases-catalog-grid,.cases-grid,.related-cases-grid{grid-template-columns:1fr}.case-card-featured{grid-column:auto}.case-card-featured>a{min-height:0}.case-card-featured .case-card-visual,.case-card-visual{min-height:340px;padding:15px}.case-preview,.case-preview-large{min-height:300px}.case-preview-large .case-preview-window,.case-preview-window{inset:5% -13% -5% 3%}.case-preview-body{grid-template-columns:43px 1fr}.case-preview-sidebar{gap:14px}.case-preview-metrics>div{padding:8px}.case-preview-metrics span{font-size:6px}.case-preview-chart{height:80px}.case-study-hero,.cases-page-hero{padding-top:125px}.case-study-hero h1{font-size:clamp(58px,21vw,88px)}.case-study-hero .case-preview{min-height:340px}.case-feature-grid{grid-template-columns:1fr}.case-feature-grid article{min-height:180px}.case-feature-grid h3{margin-top:50px}.case-gallery-heading{grid-template-columns:1fr;gap:20px}.case-gallery-heading>p{justify-self:start}.case-gallery-large{grid-column:auto}.case-gallery-large .case-gallery-placeholder,.case-gallery-placeholder{min-height:350px;padding:15px}.case-gallery-large .case-gallery-placeholder>.case-preview,.case-gallery-placeholder>.case-preview{min-height:300px}.cases-cta{min-height:0}.case-footer .container,.cases-cta{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.case-card,.case-card-link i,.case-preview-window{transition:none}.case-card:focus-within,.case-card:hover{transform:none}}.case-preview-content{display:flex;flex-direction:column}.case-preview-screenshot{position:relative;min-height:0;flex:1 1;margin-top:17px;overflow:hidden;border:1px solid #e1e7dd;border-radius:11px;background:white}.case-preview-screenshot img{object-fit:cover;object-position:top center;transition:transform .55s ease}.case-card:hover .case-preview-screenshot img{transform:scale(1.025)}.case-gallery-trigger{position:relative;display:block;width:100%;min-height:400px;padding:0;overflow:hidden;border:0;border-radius:22px;outline:0;background:var(--dark);color:white;text-align:left;cursor:zoom-in}.case-gallery-large .case-gallery-trigger{min-height:640px}.case-gallery-image{position:absolute;inset:0}.case-gallery-image:after{position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,45,30,.6),transparent 42%);content:""}.case-gallery-image img{object-fit:cover;object-position:top center;transition:transform .55s ease,filter .35s ease}.case-gallery-trigger:focus-visible .case-gallery-image img,.case-gallery-trigger:hover .case-gallery-image img{transform:scale(1.018);filter:saturate(1.04)}.case-gallery-trigger:focus-visible{outline:2px solid var(--deep);outline-offset:4px;box-shadow:0 0 0 7px var(--yellow)}.case-gallery-open{position:absolute;right:18px;bottom:18px;display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border-radius:100px;background:rgba(255,255,255,.92);color:var(--deep);font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.case-gallery-open>span{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:var(--lime);font-size:11px}.case-gallery-caption{display:grid;grid-template-columns:45px 1fr;grid-gap:4px 16px;gap:4px 16px;padding:22px 4px 35px}.case-gallery-caption>p{grid-row:1/3;margin:2px 0 0;color:var(--green);font-size:10px;font-weight:800}.case-gallery-caption h3{margin:0;font:750 clamp(20px,2vw,28px)/1.2 var(--font-manrope),sans-serif}.case-gallery-caption>span{color:var(--muted);font-size:14px;line-height:1.6}.case-lightbox{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:clamp(10px,2vw,28px);background:rgba(3,18,12,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.case-lightbox-panel{display:flex;width:min(1500px,100%);height:min(94vh,1100px);min-height:0;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:var(--paper);box-shadow:0 35px 100px rgba(0,0,0,.45)}.case-lightbox-panel>header{display:flex;flex:none;align-items:center;justify-content:space-between;gap:30px;padding:16px 20px;border-bottom:1px solid var(--line);background:white}.case-lightbox-panel>header p{margin:0 0 3px;color:var(--green);font-size:9px;font-weight:850}.case-lightbox-panel>header h2{margin:0;font:750 clamp(17px,2vw,24px)/1.2 var(--font-manrope),sans-serif}.case-lightbox-close{display:grid;width:43px;height:43px;flex:none;place-items:center;border:0;border-radius:50%;background:var(--deep);color:white;cursor:pointer}.case-lightbox-close span{font-size:25px;font-weight:300;line-height:1}.case-lightbox-close:focus-visible{outline:2px solid var(--deep);outline-offset:3px;box-shadow:0 0 0 6px var(--yellow)}.case-lightbox-scroll{min-height:0;flex:1 1;overflow:auto;background:#dfe5dc;overscroll-behavior:contain}.case-lightbox-scroll img{display:block;width:100%;height:auto}.case-lightbox-panel>footer{display:grid;flex:none;grid-template-columns:44px 1fr 44px;grid-gap:20px;gap:20px;align-items:center;padding:13px 18px;border-top:1px solid var(--line);background:white}.case-lightbox-panel>footer button{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--paper);color:var(--deep);font-size:17px;cursor:pointer}.case-lightbox-panel>footer button:hover{border-color:var(--green);background:var(--green);color:white}.case-lightbox-panel>footer button:focus-visible{outline:2px solid var(--deep);outline-offset:3px;box-shadow:0 0 0 5px var(--yellow)}.case-lightbox-panel>footer p{margin:0;color:var(--muted);font-size:13px;line-height:1.5;text-align:center}@media (max-width:720px){.case-gallery-large .case-gallery-trigger,.case-gallery-trigger{min-height:350px}.case-lightbox{padding:0}.case-lightbox-panel{width:100%;height:100dvh;max-height:none;border:0;border-radius:0}.case-lightbox-panel>footer{gap:10px;padding:10px}.case-lightbox-panel>footer p{font-size:11px}}@media (prefers-reduced-motion:reduce){.case-gallery-image img,.case-preview-screenshot img{transition:none}.case-card:hover .case-preview-screenshot img,.case-gallery-trigger:hover .case-gallery-image img{transform:none}}.seo-landing{background:var(--cream)}.seo-hero{position:relative;min-height:760px;padding:154px 0 96px;overflow:hidden;background:var(--deep);color:white}.seo-hero-inner{position:relative;z-index:2}.seo-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:62px;color:rgba(255,255,255,.55);font-size:12px}.seo-breadcrumbs a{transition:color .2s ease}.seo-breadcrumbs a:hover{color:var(--lime)}.seo-breadcrumbs span[aria-current=page]{color:rgba(255,255,255,.82)}.seo-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:center;grid-gap:clamp(48px,7vw,105px);gap:clamp(48px,7vw,105px)}.seo-hero-copy{min-width:0}.seo-hero .eyebrow{color:var(--lime)}.seo-hero .eyebrow>span{width:auto;min-width:48px;padding-inline:10px;border-radius:100px;white-space:nowrap}.seo-hero h1{max-width:900px;margin-bottom:28px;font-family:var(--font-manrope),Manrope,Arial,sans-serif;font-size:clamp(45px,5.7vw,78px);font-weight:750;letter-spacing:-.058em;line-height:.98;text-wrap:balance}.seo-hero-lead{max-width:780px;margin-bottom:20px;color:rgba(255,255,255,.72);font-size:clamp(17px,1.35vw,20px)}.seo-hero-audience{max-width:710px;margin-bottom:0;padding-left:16px;border-left:2px solid var(--lime);color:rgba(255,255,255,.85);font-weight:600}.seo-actions{display:flex;flex-wrap:wrap;gap:11px;margin:36px 0 24px}.seo-hero-note{display:flex;max-width:700px;align-items:flex-start;gap:10px;margin:0;color:rgba(255,255,255,.6);font-size:14px}.seo-hero-note>span{color:var(--lime)}.seo-system-map{position:relative;display:grid;min-height:510px;align-content:center;padding:44px;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:radial-gradient(circle at 50% 42%,rgba(184,217,54,.13),transparent 38%),rgba(255,255,255,.045)}.seo-system-map:after,.seo-system-map:before{position:absolute;border:1px solid rgba(184,217,54,.16);border-radius:50%;content:"";pointer-events:none}.seo-system-map:before{width:420px;height:420px;top:38px;left:calc(50% - 210px)}.seo-system-map:after{width:290px;height:290px;top:103px;left:calc(50% - 145px)}.seo-system-map-center{position:relative;z-index:2;display:grid;width:150px;height:150px;place-items:center;margin:0 auto 38px;border:1px solid rgba(184,217,54,.38);border-radius:50%;background:rgba(8,45,30,.92)}.seo-system-map-center svg{position:absolute;width:96px;opacity:.09;color:var(--lime)}.seo-system-map-center strong{position:relative;z-index:2;font:800 30px var(--font-manrope),sans-serif;letter-spacing:-.04em}.seo-system-map-items{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}.seo-system-map-items span{display:flex;align-items:center;gap:10px;min-height:46px;padding:8px 13px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:rgba(255,255,255,.76);font-size:12px}.seo-system-map-items i{color:var(--lime);font-size:9px;font-style:normal}.seo-system-map>p{position:relative;z-index:2;max-width:430px;margin:28px auto 0;color:rgba(255,255,255,.54);font-size:13px;text-align:center}.seo-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.68fr);align-items:end;grid-gap:8%;gap:8%;margin-bottom:64px}.seo-audit-grid h2,.seo-case-card h2,.seo-fit-grid h2,.seo-section-heading h2,.seo-split h2{max-width:900px;margin-bottom:0;font-family:var(--font-manrope),Manrope,Arial,sans-serif;font-size:clamp(34px,4vw,56px);font-weight:700;letter-spacing:-.055em;line-height:1.03;text-wrap:balance}.seo-section-heading>p{max-width:600px;margin:0;color:var(--muted);font-size:16px}.seo-card-grid{display:grid;grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line)}.seo-card-grid-four{grid-template-columns:repeat(4,1fr)}.seo-card-grid-three{grid-template-columns:repeat(3,1fr)}.seo-card-grid article{min-height:270px;padding:30px;background:var(--paper)}.seo-card-number,.seo-module-icon{display:inline-grid;width:46px;height:46px;place-items:center;margin-bottom:44px;border:1px solid var(--line);border-radius:50%;color:var(--green);font-size:10px;font-weight:700}.seo-card-grid h3{margin-bottom:14px;font:700 21px/1.2 var(--font-manrope),sans-serif;letter-spacing:-.025em}.seo-card-grid p{margin:0;color:var(--muted);font-size:14px}.seo-pain-section{background:var(--mist)}.seo-solution-section{background:var(--paper)}.seo-split{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:9%;gap:9%}.seo-split .section-lead{margin-top:30px}.seo-process-card{border-top:1px solid var(--line)}.seo-process-card>div{display:grid;grid-template-columns:120px 1fr;grid-gap:24px;gap:24px;padding:27px 0;border-bottom:1px solid var(--line)}.seo-process-card span{color:var(--green);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.seo-process-card p{margin:0;color:var(--muted)}.seo-modules-section{background:var(--cream)}.seo-fit-section{background:var(--deep);color:white}.seo-fit-section .eyebrow{color:var(--lime)}.seo-fit-section .section-lead{margin:30px 0 38px;color:rgba(255,255,255,.62)}.seo-fit-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:10%;gap:10%}.seo-check-list{display:grid;grid-gap:13px;gap:13px;margin:0;padding:0;list-style:none}.seo-check-list li{display:flex;align-items:flex-start;gap:13px;color:rgba(255,255,255,.75)}.seo-check-list span{color:var(--lime)}.seo-not-fit{align-self:end;padding:34px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045)}.seo-not-fit h3{margin-bottom:24px;font:700 24px/1.2 var(--font-manrope),sans-serif}.seo-not-fit ul{display:grid;grid-gap:16px;gap:16px;margin:0;padding-left:19px;color:rgba(255,255,255,.62)}.seo-process-section{background:var(--paper)}.seo-process-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;margin:0;padding:1px;background:var(--line);list-style:none}.seo-process-grid li{display:grid;min-height:245px;grid-template-columns:48px 1fr;grid-gap:20px;gap:20px;padding:30px;background:var(--paper)}.seo-process-grid>li>span{color:var(--green);font-size:10px;font-weight:700}.seo-process-grid h3{margin-bottom:13px;font:700 20px/1.2 var(--font-manrope),sans-serif}.seo-process-grid p{margin:0;color:var(--muted);font-size:14px}.seo-case-section{background:var(--mist)}.seo-case-card{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;grid-gap:9%;gap:9%;padding-block:20px}.seo-case-card h2{margin-bottom:26px}.seo-case-card>div:first-child>p:not(.eyebrow){max-width:700px;margin-bottom:30px;color:var(--muted)}.seo-case-visual{min-height:420px;padding:34px;border:1px solid var(--line);background:var(--deep);color:white}.seo-case-visual>div{display:flex;min-height:260px;flex-direction:column;justify-content:flex-end;padding:28px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,rgba(184,217,54,.16),transparent 55%),rgba(255,255,255,.04)}.seo-case-visual span{color:var(--lime);font-size:12px;letter-spacing:.16em;text-transform:uppercase}.seo-case-visual strong{font:800 clamp(48px,6vw,82px)/1 var(--font-manrope),sans-serif;letter-spacing:-.06em}.seo-case-visual ul{display:flex;flex-wrap:wrap;gap:7px;margin:20px 0 0;padding:0;list-style:none}.seo-case-visual li{padding:7px 11px;border:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.62);font-size:10px}.seo-faq-section{scroll-margin-top:100px}.seo-audit-cta{padding:clamp(85px,9vw,140px) 0;background:var(--yellow);color:var(--deep)}.seo-audit-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:9%;gap:9%;align-items:end}.seo-audit-grid .eyebrow{color:var(--deep)}.seo-audit-grid>div:last-child>p{max-width:620px;margin-bottom:30px;color:rgba(8,45,30,.72);font-size:17px}.seo-audit-grid .button{background:var(--deep)}.seo-footer{padding:32px 0;background:#051f15;color:white}.seo-footer-inner{display:flex;align-items:center;gap:30px}.seo-footer-inner>nav{display:flex;flex-wrap:wrap;gap:22px;margin-left:auto;color:rgba(255,255,255,.62);font-size:13px}.seo-footer-inner>nav a:hover{color:white}.seo-footer .footer-locales{margin-top:0}@media (max-width:1050px){.seo-audit-grid,.seo-case-card,.seo-fit-grid,.seo-hero-grid,.seo-split{grid-template-columns:1fr}.seo-system-map{min-height:450px}.seo-card-grid-four,.seo-card-grid-three,.seo-process-grid{grid-template-columns:repeat(2,1fr)}.seo-section-heading{grid-template-columns:1fr;align-items:start;gap:20px}.seo-not-fit{align-self:auto}}@media (max-width:700px){.seo-hero{min-height:0;padding:126px 0 72px}.seo-breadcrumbs{margin-bottom:42px}.seo-hero h1{font-size:clamp(39px,12vw,58px)}.seo-actions{display:grid}.seo-actions .button{width:100%}.seo-system-map{min-height:390px;padding:25px}.seo-system-map:after,.seo-system-map:before{display:none}.seo-card-grid-four,.seo-card-grid-three,.seo-process-grid,.seo-system-map-items{grid-template-columns:1fr}.seo-card-grid article{min-height:0}.seo-process-card>div{grid-template-columns:1fr;gap:8px}.seo-process-grid li{min-height:0}.seo-case-visual{min-height:330px;padding:20px}.seo-case-visual>div{min-height:210px}.seo-footer-inner{align-items:flex-start;flex-direction:column}.seo-footer-inner>nav{margin-left:0}}.mega-navigation{position:relative;align-items:center;gap:2px}.desktop-nav-triggers{display:flex;align-items:center;gap:2px}.desktop-nav-group{display:flex}.desktop-nav-trigger{position:relative;display:inline-flex;min-height:44px;align-items:center;gap:7px;padding:0 10px;border:0;background:transparent;color:white;cursor:pointer;font:600 13px var(--font-manrope),sans-serif;opacity:.7;transition:color .2s ease,opacity .2s ease,background .2s ease}.desktop-nav-trigger:after{position:absolute;right:10px;bottom:4px;left:10px;height:1px;background:var(--lime);content:"";transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.desktop-nav-trigger:focus-visible,.desktop-nav-trigger:hover,.desktop-nav-trigger[aria-expanded=true],.desktop-nav-trigger[data-active=true]{color:var(--lime);opacity:1}.desktop-nav-trigger[aria-expanded=true]:after,.desktop-nav-trigger[data-active=true]:after{transform:scaleX(1)}.mega-chevron{display:block;width:6px;height:6px;border-right:1.5px solid;border-bottom:1.5px solid;transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}.desktop-nav-trigger[aria-expanded=true] .mega-chevron{transform:translateY(2px) rotate(225deg)}.mega-panel{position:absolute;z-index:120;top:calc(100% + 6px);left:50%;width:min(520px,calc(100vw - 40px));padding:14px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:linear-gradient(145deg,rgba(16,42,29,.99),rgba(8,25,17,.99));box-shadow:0 28px 80px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.05);transform:translateX(-50%);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.mega-panel:before{position:absolute;right:-6px;bottom:100%;left:-6px;height:12px;content:""}.mega-panel[hidden]{display:none}.mega-panel-wide{width:min(890px,calc(100vw - 40px))}.mega-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:4px 7px 13px;border-bottom:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.55);font:700 10px var(--font-manrope),sans-serif;letter-spacing:.12em;text-transform:uppercase}.mega-panel-count{color:var(--lime);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:4px;gap:4px;padding-top:10px}.mega-grid-wide{grid-template-columns:repeat(4,minmax(0,1fr))}.desktop-nav .mega-link{display:flex;min-width:0;min-height:46px;align-items:center;gap:10px;padding:9px 10px;border-radius:11px;color:rgba(255,255,255,.8);font:600 12px var(--font-manrope),sans-serif;line-height:1.35;opacity:1;transition:background .18s ease,color .18s ease,transform .18s ease}.desktop-nav .mega-link:after{display:none}.desktop-nav .mega-link:focus-visible,.desktop-nav .mega-link:hover,.desktop-nav .mega-link[aria-current=page]{background:rgba(181,255,68,.08);color:white;transform:translateX(2px)}.mega-link-dot{width:5px;height:5px;flex:none;border-radius:50%;background:rgba(181,255,68,.35);transition:background .18s ease,box-shadow .18s ease}.mega-link:focus-visible .mega-link-dot,.mega-link:hover .mega-link-dot,.mega-link[aria-current=page] .mega-link-dot{background:var(--lime);box-shadow:0 0 0 4px rgba(181,255,68,.09)}@media (max-width:1230px){.mobile-menu{overflow-y:auto;overscroll-behavior:contain}.mobile-menu>.mobile-nav{display:block}.mobile-nav-group{border-bottom:1px solid rgba(255,255,255,.12)}.mobile-nav-trigger{display:grid;width:100%;min-height:68px;grid-template-columns:36px 1fr 30px;align-items:center;grid-gap:11px;gap:11px;padding:0;border:0;background:transparent;color:white;cursor:pointer;text-align:left;font:650 22px var(--font-manrope),sans-serif}.mobile-nav-trigger>.ui-icon{width:27px;height:27px;margin:0;color:var(--lime)}.mobile-nav-trigger[data-active=true]{color:var(--lime)}.mobile-accordion-plus{position:relative;display:block;width:18px;height:18px;justify-self:end}.mobile-accordion-plus:after,.mobile-accordion-plus:before{position:absolute;top:8px;left:1px;width:16px;height:1.5px;background:currentColor;content:"";transition:transform .2s ease}.mobile-accordion-plus:after{transform:rotate(90deg)}.mobile-nav-trigger[aria-expanded=true] .mobile-accordion-plus:after{transform:rotate(0)}.mobile-nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:5px;gap:5px;padding:0 0 17px 47px}.mobile-nav-links[hidden]{display:none}.mobile-menu .mobile-nav-links a{display:flex;min-height:42px;align-items:center;padding:7px 10px;border:0;border-radius:9px;background:rgba(255,255,255,.035);color:rgba(255,255,255,.72);font:550 13px var(--font-manrope),sans-serif;line-height:1.35;transition:background .18s ease,color .18s ease}.mobile-menu .mobile-nav-links a:focus-visible,.mobile-menu .mobile-nav-links a:hover,.mobile-menu .mobile-nav-links a[aria-current=page]{background:rgba(181,255,68,.09);color:var(--lime)}}@media (max-width:620px){.mobile-nav-trigger{min-height:62px;grid-template-columns:31px 1fr 26px;gap:9px;font-size:19px}.mobile-nav-trigger>.ui-icon{width:23px;height:23px}.mobile-nav-links{grid-template-columns:1fr;padding-left:40px}.mobile-menu .mobile-nav-links a{min-height:39px;font-size:12px}}.resource-article-page{color:var(--ink)}.resource-article-dates{flex-wrap:wrap;align-items:center;gap:7px}.resource-article-dates>.resource-date-divider,.resource-article-dates>.resource-date-item{color:rgba(255,255,255,.6)}.resource-article-dates>.resource-date-signal{color:var(--resource-accent)}.resource-article-page .seo-pain-section{background:var(--mist);color:var(--ink)}.resource-article-page .seo-modules-section{background:var(--cream);color:var(--ink)}.resource-article-page .seo-solution-section{background:var(--paper);color:var(--ink)}.resource-article-page .seo-check-list li,.resource-article-page .seo-related-section{color:var(--ink)}.resource-article-page .seo-check-list span{color:var(--green);font-weight:700}.resource-article-page .seo-modules-section .seo-check-list li,.resource-article-page .seo-pain-section .seo-check-list li,.resource-article-page .seo-solution-section .seo-check-list li{color:#2f493a}.resource-article-page .seo-solution-section .section-lead{color:var(--muted)}.resource-article-page .seo-card-grid>article,.resource-article-page .seo-card-grid>section{min-width:0;min-height:270px;padding:30px;background:var(--paper);color:var(--ink)}.resource-article-page .seo-card-grid>article h3,.resource-article-page .seo-card-grid>section h3{color:var(--ink)}.resource-article-page .seo-card-grid>article p,.resource-article-page .seo-card-grid>section p{color:var(--muted)}.resource-article-page .seo-card-grid>article .eyebrow,.resource-article-page .seo-card-grid>section .eyebrow{color:var(--green)}.resource-article-page .seo-card-grid>article .seo-check-list li,.resource-article-page .seo-card-grid>section .seo-check-list li{color:#324b3d}.resource-article-page .seo-card-grid>article a,.resource-article-page .seo-card-grid>section a{color:var(--ink);-webkit-text-decoration-color:rgba(31,107,70,.35);text-decoration-color:rgba(31,107,70,.35);text-underline-offset:3px}.resource-article-page .seo-card-grid>article a:focus-visible,.resource-article-page .seo-card-grid>article a:hover,.resource-article-page .seo-card-grid>section a:focus-visible,.resource-article-page .seo-card-grid>section a:hover{color:var(--green);-webkit-text-decoration-color:var(--green);text-decoration-color:var(--green)}.resource-article-page .seo-fit-section{background:var(--deep);color:white}.resource-article-page .seo-fit-section .seo-section-heading h2{color:white}.resource-article-page .seo-fit-section .seo-section-heading>p{color:rgba(255,255,255,.78)}.resource-article-page .seo-fit-section .eyebrow{color:var(--lime)}.resource-article-page .seo-fit-section .seo-card-grid>article,.resource-article-page .seo-fit-section .seo-card-grid>section{background:var(--paper);color:var(--ink)}.resource-article-page .seo-fit-section .seo-card-grid h3{color:var(--ink)}.resource-article-page .seo-fit-section .seo-card-grid p{color:var(--muted)}.resource-article-page .seo-card-grid{overflow:hidden;border-color:#ccd8ca;background:#ccd8ca}.resource-article-page .seo-fit-section .seo-card-grid{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.16)}@media (max-width:700px){.resource-article-page .seo-card-grid>article,.resource-article-page .seo-card-grid>section{min-height:0;padding:24px 21px}.resource-article-page .seo-check-list{gap:12px}.resource-article-page .seo-check-list li{line-height:1.55}}.seo-visual-crm .seo-hero{min-height:820px}.seo-visual-crm .seo-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);gap:clamp(42px,6vw,88px)}.seo-visual-crm .seo-hero h1{font-size:clamp(44px,5.15vw,72px)}.seo-hero-visual{min-width:0;margin:0}.seo-crm-window{position:relative;min-height:540px;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:24px;background:radial-gradient(circle at 74% 22%,rgba(184,217,54,.11),transparent 29%),rgba(255,255,255,.038);box-shadow:0 30px 80px rgba(2,20,13,.22),inset 0 1px rgba(255,255,255,.035)}.seo-crm-window:before{position:absolute;inset:48px 0 auto;height:1px;background:rgba(255,255,255,.08);content:"";pointer-events:none}.seo-crm-window-bar{position:relative;z-index:4;display:grid;min-height:49px;grid-template-columns:72px 1fr auto;align-items:center;padding-inline:18px;color:rgba(255,255,255,.58);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.seo-crm-window-bar>div{display:flex;gap:5px}.seo-crm-window-bar>div i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.18)}.seo-crm-window-bar>div i:first-child{background:var(--lime)}.seo-crm-window-bar>span{justify-self:center;color:rgba(255,255,255,.82);font-weight:700}.seo-crm-window-bar>small{font-size:9px}.seo-crm-canvas{position:relative;min-height:410px;overflow:hidden;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:42px 42px}.seo-crm-connections{position:absolute;z-index:1;inset:0;width:100%;height:100%;pointer-events:none}.seo-crm-connections path{fill:none;stroke:rgba(184,217,54,.28);stroke-dasharray:4 7;stroke-width:1.4;vector-effect:non-scaling-stroke}.seo-crm-node{position:absolute;z-index:2;display:grid;min-width:145px;max-width:188px;grid-template-columns:39px 1fr;align-items:center;grid-gap:10px;gap:10px;padding:11px 12px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(7,38,25,.88);box-shadow:0 14px 34px rgba(1,16,10,.18)}.seo-crm-node:after{position:absolute;width:6px;height:6px;border:1px solid var(--lime);border-radius:50%;background:var(--deep);content:""}.seo-crm-node-integrations{top:38px;left:18px}.seo-crm-node-integrations:after,.seo-crm-node-leads:after{top:calc(50% - 3px);right:-4px}.seo-crm-node-leads{bottom:35px;left:18px}.seo-crm-node-pipeline{top:calc(50% - 38px);left:34%;min-width:176px;border-color:rgba(184,217,54,.28);background:rgba(18,61,42,.95)}.seo-crm-node-pipeline:after{top:calc(50% - 3px);right:-4px}.seo-crm-node-history{top:64px;right:18px}.seo-crm-node-tasks{top:calc(50% - 35px);right:2px}.seo-crm-node-dashboard{right:18px;bottom:60px}.seo-crm-node-dashboard:after,.seo-crm-node-history:after,.seo-crm-node-tasks:after{top:calc(50% - 3px);left:-4px}.seo-crm-node-icon{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(184,217,54,.25);border-radius:9px;background:rgba(184,217,54,.055);color:var(--lime)}.seo-crm-node-icon .ui-icon{width:23px;height:23px}.seo-crm-node small{display:block;margin-bottom:2px;color:var(--lime);font-size:8px;font-weight:700;letter-spacing:.12em}.seo-crm-node strong{display:block;color:rgba(255,255,255,.86);font:650 12px/1.35 var(--font-manrope),sans-serif}.seo-crm-signal{position:absolute;z-index:3;top:calc(50% - 10px);left:calc(34% - 35px);display:flex;gap:4px;padding:7px;border-radius:100px;background:var(--deep)}.seo-crm-signal span{width:4px;height:4px;border-radius:50%;background:var(--lime);opacity:.3;animation:seo-crm-signal 1.8s ease-in-out infinite}.seo-crm-signal span:nth-child(2){animation-delay:.2s}.seo-crm-signal span:nth-child(3){animation-delay:.4s}@keyframes seo-crm-signal{0%,to{opacity:.2;transform:translateX(0)}50%{opacity:1;transform:translateX(2px)}}.seo-crm-window-footer{position:relative;z-index:4;display:grid;min-height:80px;grid-template-columns:auto 1fr;align-items:center;grid-gap:22px;gap:22px;padding:15px 18px;border-top:1px solid rgba(255,255,255,.08);background:rgba(4,27,18,.45)}.seo-crm-window-footer>span{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.78);font:650 12px/1.4 var(--font-manrope),sans-serif;white-space:nowrap}.seo-crm-window-footer>span i{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px rgba(184,217,54,.08)}.seo-crm-window-footer p{margin:0;color:rgba(255,255,255,.53);font-size:11px;line-height:1.45}.seo-visual-crm .seo-process-section{overflow:hidden}.seo-process-flow{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:0;padding:24px 0 0;list-style:none}.seo-process-flow:before{position:absolute;top:47px;right:8%;left:8%;height:1px;background:linear-gradient(90deg,var(--green),var(--lime));content:"";opacity:.42}.seo-process-flow>li{position:relative;z-index:2;min-width:0;padding:0 clamp(12px,1.5vw,22px) 10px}.seo-process-flow>li+li{border-left:1px solid rgba(16,37,26,.08)}.seo-process-flow-node{display:flex;height:48px;align-items:center;justify-content:space-between;margin-bottom:30px}.seo-process-flow-node>span{display:grid;width:48px;height:48px;place-items:center;border:1px solid var(--green);border-radius:50%;background:var(--paper);color:var(--green);box-shadow:0 0 0 8px var(--paper);font-size:9px;font-weight:800;letter-spacing:.08em}.seo-process-flow-node .ui-icon{width:27px;height:27px;color:rgba(31,107,70,.42)}.seo-process-flow-copy h3{min-height:57px;margin:0 0 14px;font:700 17px/1.28 var(--font-manrope),sans-serif;letter-spacing:-.02em}.seo-process-flow-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}@media (max-width:1050px){.seo-visual-crm .seo-hero-grid{grid-template-columns:1fr}.seo-visual-crm .seo-hero-copy{max-width:850px}.seo-crm-window{width:min(100%,780px);margin-inline:auto}.seo-process-flow{grid-template-columns:repeat(3,1fr);row-gap:55px}.seo-process-flow:before{display:none}.seo-process-flow>li{padding-inline:20px}.seo-process-flow>li:nth-child(4){border-left:0}.seo-process-flow-node{margin-bottom:24px;border-bottom:1px solid var(--line)}.seo-process-flow-copy h3{min-height:auto}}@media (max-width:700px){.seo-visual-crm .seo-hero{padding-bottom:64px}.seo-visual-crm .seo-hero h1{font-size:clamp(37px,10.5vw,52px);line-height:1.02}.seo-crm-window{min-height:0;border-radius:17px}.seo-crm-window-bar{grid-template-columns:50px 1fr;padding-inline:13px}.seo-crm-window-bar>span{justify-self:end}.seo-crm-window-bar>small{display:none}.seo-crm-canvas{display:grid;min-height:0;grid-gap:8px;gap:8px;padding:18px 13px;background-size:34px 34px}.seo-crm-connections,.seo-crm-signal{display:none}.seo-crm-node{position:relative;inset:auto;width:100%;max-width:none;min-width:0;grid-template-columns:36px 1fr;padding:10px;box-shadow:none}.seo-crm-node:after{display:none}.seo-crm-node-icon{width:35px;height:35px}.seo-crm-node-icon .ui-icon{width:21px;height:21px}.seo-crm-window-footer{grid-template-columns:1fr;gap:8px;min-height:0;padding:16px 14px 18px}.seo-crm-window-footer>span{white-space:normal}.seo-process-flow{display:grid;grid-template-columns:1fr;grid-gap:0;gap:0;padding-top:0}.seo-process-flow:before{display:block;top:24px;bottom:24px;left:23px;width:1px;height:auto;background:var(--line);opacity:1}.seo-process-flow>li,.seo-process-flow>li+li,.seo-process-flow>li:nth-child(4){display:grid;grid-template-columns:48px 1fr;grid-gap:18px;gap:18px;padding:0 0 31px;border-left:0}.seo-process-flow-node{position:relative;z-index:2;display:block;height:auto;margin:0;border:0}.seo-process-flow-node>span{width:46px;height:46px;box-shadow:0 0 0 6px var(--paper)}.seo-process-flow-node .ui-icon{display:none}.seo-process-flow-copy{padding-top:3px}.seo-process-flow-copy h3{min-height:0;margin-bottom:8px;font-size:16px}.seo-process-flow-copy p{font-size:13px}}@media (prefers-reduced-motion:reduce){.seo-crm-signal span{animation:none;opacity:.7;transform:none}}@media (min-width:1051px){.seo-visual-crm .seo-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);align-items:start;gap:clamp(36px,4.8vw,72px)}.seo-visual-crm .seo-crm-hero-visual{margin-top:66px}.seo-visual-crm .seo-crm-window{min-height:520px}.seo-visual-crm .seo-crm-canvas{min-height:390px}.seo-visual-crm .seo-hero h1{max-width:720px}.seo-visual-crm .seo-pain-section .seo-card-grid-four{position:relative;gap:0;border:0;background:transparent}.seo-visual-crm .seo-pain-section .seo-card-grid-four:before{position:absolute;top:22px;right:4%;left:4%;height:1px;background:linear-gradient(90deg,rgba(31,107,70,.22),rgba(184,217,54,.72),rgba(31,107,70,.22));content:"";pointer-events:none}.seo-visual-crm .seo-pain-section .seo-card-grid-four article{position:relative;min-height:270px;padding:0 clamp(24px,2.2vw,34px) 18px;border:0;background:transparent}.seo-visual-crm .seo-pain-section .seo-card-grid-four article+article{border-left:1px solid var(--line)}.seo-visual-crm .seo-pain-section .seo-card-number{position:relative;z-index:2;width:46px;height:46px;margin:0 0 40px;border-color:rgba(31,107,70,.28);background:var(--mist);box-shadow:0 0 0 10px var(--mist)}.seo-visual-crm .seo-pain-section .seo-card-grid h3{max-width:245px;margin-bottom:17px;font-size:clamp(19px,1.55vw,22px);line-height:1.14}.seo-visual-crm .seo-pain-section .seo-card-grid p{max-width:255px;font-size:14px;line-height:1.65}.seo-visual-crm .seo-process-flow{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:0;row-gap:58px;padding-top:4px}.seo-visual-crm .seo-process-flow:before{display:none}.seo-visual-crm .seo-process-flow>li,.seo-visual-crm .seo-process-flow>li+li{position:relative;min-height:220px;padding:28px clamp(30px,3vw,46px) 10px;border-top:1px solid var(--line);border-left:0}.seo-visual-crm .seo-process-flow>li:nth-child(2),.seo-visual-crm .seo-process-flow>li:nth-child(3),.seo-visual-crm .seo-process-flow>li:nth-child(5),.seo-visual-crm .seo-process-flow>li:nth-child(6){border-left:1px solid var(--line)}.seo-visual-crm .seo-process-flow-node{position:relative;height:52px;justify-content:flex-start;gap:18px;margin-bottom:27px}.seo-visual-crm .seo-process-flow-node:after{position:absolute;z-index:-1;top:25px;left:52px;right:calc(clamp(30px, 3vw, 46px) * -1);height:1px;background:linear-gradient(90deg,rgba(31,107,70,.42),rgba(184,217,54,.42));content:""}.seo-visual-crm .seo-process-flow>li:nth-child(3) .seo-process-flow-node:after,.seo-visual-crm .seo-process-flow>li:nth-child(6) .seo-process-flow-node:after{display:none}.seo-visual-crm .seo-process-flow-node>span{position:relative;z-index:2;width:50px;height:50px;flex:0 0 50px;background:var(--paper);box-shadow:0 0 0 8px var(--paper)}.seo-visual-crm .seo-process-flow-node .ui-icon{position:relative;z-index:2;width:30px;height:30px;padding:5px;border:1px solid rgba(31,107,70,.2);border-radius:50%;background:var(--paper);color:var(--green);box-shadow:0 0 0 7px var(--paper)}.seo-visual-crm .seo-process-flow-copy h3{min-height:0;max-width:300px;margin-bottom:15px;font-size:20px;line-height:1.22}.seo-visual-crm .seo-process-flow-copy p{max-width:310px;font-size:14px;line-height:1.65}}@media (max-width:1050px){.seo-visual-crm .seo-crm-hero-visual{margin-top:0}}@media (max-width:700px){.seo-visual-crm .seo-hero-grid{gap:42px}.seo-visual-crm .seo-crm-hero-visual{margin-top:0}}.crm-workspace{overflow:hidden;border:1px solid #ccd8ca;border-radius:22px;background:var(--paper);box-shadow:0 28px 70px rgba(8,45,30,.07)}.crm-workspace-bar{display:grid;min-height:52px;grid-template-columns:80px 1fr auto;align-items:center;padding:0 18px;border-bottom:1px solid #d8e1d5;background:#f4f6ed}.crm-workspace-bar>div{display:flex;gap:5px}.crm-workspace-bar i{width:6px;height:6px;border-radius:50%;background:#bdcabb}.crm-workspace-bar i:first-child{background:var(--green)}.crm-workspace-bar strong{justify-self:center;color:var(--deep);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.crm-workspace-bar>span{color:var(--muted);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.crm-workspace-body{display:grid;min-height:570px;grid-template-columns:78px minmax(0,1fr)}.crm-workspace-sidebar{display:flex;flex-direction:column;align-items:center;gap:14px;padding:21px 12px;background:var(--deep)}.crm-workspace-sidebar>strong{display:grid;width:42px;height:42px;place-items:center;margin-bottom:9px;border:1px solid rgba(184,217,54,.3);border-radius:11px;color:var(--lime);font-size:10px}.crm-workspace-sidebar>span{display:grid;width:38px;height:38px;place-items:center;border-radius:9px;color:rgba(255,255,255,.42)}.crm-workspace-sidebar>span.is-active{border:1px solid rgba(184,217,54,.25);background:rgba(184,217,54,.1);color:var(--lime)}.crm-workspace-sidebar .ui-icon{width:21px;height:21px}.crm-workspace-surface{display:flex;min-width:0;flex-direction:column;padding:clamp(24px,3.2vw,42px);background:linear-gradient(rgba(31,107,70,.035) 1px,transparent 0),linear-gradient(90deg,rgba(31,107,70,.035) 1px,transparent 0),#fcfcf7;background-size:46px 46px}.crm-workspace-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:30px}.crm-workspace-heading small,.crm-workspace-heading span{display:block;color:var(--green);font-size:9px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.crm-workspace-heading strong{display:block;max-width:620px;margin-top:7px;color:var(--deep);font:720 clamp(19px,2vw,27px)/1.2 var(--font-manrope),sans-serif}.crm-workspace-heading small{padding-top:3px;white-space:nowrap}.crm-workspace-primary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #d5ded2;background:var(--paper)}.crm-workspace-primary article{position:relative;min-width:0;padding:22px}.crm-workspace-primary article+article{border-left:1px solid #d5ded2}.crm-workspace-primary article:not(:last-child):after{position:absolute;z-index:3;top:35px;right:-5px;width:9px;height:9px;border:2px solid var(--paper);border-radius:50%;background:var(--green);content:""}.crm-workspace-primary .crm-workspace-focus{background:linear-gradient(145deg,rgba(184,217,54,.08),rgba(31,107,70,.035))}.crm-workspace-primary header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.crm-workspace-primary header span{color:var(--green);font-size:9px;font-weight:800;letter-spacing:.12em}.crm-workspace-primary .ui-icon{width:25px;height:25px;color:var(--green)}.crm-workspace-operations h3,.crm-workspace-primary h3{margin:0 0 10px;color:var(--deep);font:720 16px/1.3 var(--font-manrope),sans-serif}.crm-workspace-operations p,.crm-workspace-primary p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.crm-workspace-operations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px;border-top:1px solid #d5ded2;border-bottom:1px solid #d5ded2}.crm-workspace-operations article{display:grid;min-width:0;grid-template-columns:43px 1fr;grid-gap:14px;gap:14px;padding:22px 18px}.crm-workspace-operations article+article{border-left:1px solid #d5ded2}.crm-workspace-operations article>div{display:flex;flex-direction:column;gap:9px;align-items:center}.crm-workspace-operations article>div span{color:var(--green);font-size:8px;font-weight:800;letter-spacing:.1em}.crm-workspace-operations .ui-icon{width:23px;height:23px;color:var(--green)}.crm-workspace-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:auto;padding:25px 0 0;background:transparent;color:var(--muted);font-size:10px}.crm-workspace-footer>span:first-child{display:inline-flex;align-items:center;gap:9px;color:var(--deep);font-weight:700}.crm-workspace-footer i{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px rgba(184,217,54,.1)}.seo-visual-crm .crm-fit-layout{display:grid;grid-gap:clamp(44px,6vw,78px);gap:clamp(44px,6vw,78px)}.crm-fit-heading{display:grid;grid-template-columns:minmax(190px,.42fr) 1fr;grid-gap:clamp(35px,7vw,100px);gap:clamp(35px,7vw,100px)}.crm-fit-heading h2{max-width:830px}.crm-fit-heading .section-lead{max-width:760px}.crm-decision-matrix{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 74px minmax(0,1fr);border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.crm-decision-side{min-width:0;padding:clamp(28px,3.5vw,46px) clamp(24px,3.5vw,48px)}.crm-decision-side header{min-height:118px;margin-bottom:28px}.crm-decision-side header>span{display:inline-flex;min-height:28px;align-items:center;padding:0 10px;border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.7);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.crm-decision-custom header>span{border-color:rgba(184,217,54,.35);color:var(--lime)}.crm-decision-side h3{max-width:460px;margin:20px 0 0;color:white;font:720 clamp(20px,2.2vw,29px)/1.2 var(--font-manrope),sans-serif}.crm-decision-side ul{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.crm-decision-side li{display:grid;grid-template-columns:24px 1fr;grid-gap:12px;gap:12px;padding:16px 0;border-top:1px solid rgba(255,255,255,.095)}.crm-decision-side li>span{color:rgba(255,255,255,.45);font-weight:800}.crm-decision-custom li>span{color:var(--lime)}.crm-decision-side li p{margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.55}.crm-decision-custom{background:linear-gradient(145deg,rgba(184,217,54,.055),transparent 55%)}.crm-decision-axis{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;border-right:1px solid rgba(255,255,255,.1);border-left:1px solid rgba(255,255,255,.1)}.crm-decision-axis:before{position:absolute;top:11%;bottom:11%;left:calc(50% - .5px);width:1px;background:linear-gradient(transparent,rgba(184,217,54,.35),transparent);content:""}.crm-decision-axis i,.crm-decision-axis span,.crm-decision-axis strong{position:relative;z-index:2}.crm-decision-axis span{padding:5px 6px;background:var(--deep);color:rgba(255,255,255,.45);font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.crm-decision-axis strong{display:grid;width:37px;height:37px;place-items:center;border:1px solid rgba(184,217,54,.35);border-radius:50%;background:var(--deep);color:var(--lime)}.crm-decision-axis i{width:6px;height:6px;border-radius:50%;background:rgba(184,217,54,.55)}.seo-visual-crm .seo-case-card{gap:clamp(45px,6vw,90px)}.crm-case-proof{min-width:0;margin:0}.crm-case-proof-window{overflow:hidden;padding:16px;border:1px solid rgba(255,255,255,.13);background:var(--deep);box-shadow:0 26px 65px rgba(8,45,30,.15)}.crm-case-proof-window>header{display:grid;min-height:40px;grid-template-columns:70px 1fr auto;align-items:center;color:rgba(255,255,255,.55)}.crm-case-proof-window>header>div{display:flex;gap:5px}.crm-case-proof-window>header i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.18)}.crm-case-proof-window>header i:first-child{background:var(--lime)}.crm-case-proof-window>header strong{justify-self:center;color:white;font-size:10px;letter-spacing:.11em;text-transform:uppercase}.crm-case-proof-window>header span{color:var(--lime);font-size:8px;letter-spacing:.1em;text-transform:uppercase}.crm-case-proof-main{position:relative;overflow:hidden;aspect-ratio:1.6/1;border:1px solid rgba(255,255,255,.13);background:#eff2e9}.crm-case-proof-main img,.crm-case-proof-thumbs img{object-fit:cover;object-position:top center}.crm-case-proof-thumbs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:9px;gap:9px;margin-top:9px}.crm-case-proof-thumbs>div{position:relative;overflow:hidden;aspect-ratio:1.75/1;border:1px solid rgba(255,255,255,.11);opacity:.78}.crm-case-proof figcaption{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:20px;gap:20px;padding:15px 2px 0}.crm-case-proof figcaption>span{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:9px;font-weight:800;white-space:nowrap}.crm-case-proof figcaption i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.crm-case-proof figcaption p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}@media (max-width:1050px){.crm-workspace-body{min-height:0}.crm-workspace-primary{grid-template-columns:1fr}.crm-workspace-primary article+article{border-top:1px solid #d5ded2;border-left:0}.crm-workspace-primary article:not(:last-child):after{top:auto;right:auto;bottom:-5px;left:34px}.crm-workspace-operations{grid-template-columns:1fr}.crm-workspace-operations article+article{border-top:1px solid #d5ded2;border-left:0}.crm-fit-heading{gap:20px}.crm-decision-matrix,.crm-fit-heading{grid-template-columns:1fr}.crm-decision-axis{min-height:72px;flex-direction:row;border:1px solid rgba(255,255,255,.1);border-right:0;border-left:0}.crm-decision-axis:before{top:calc(50% - .5px);right:8%;bottom:auto;left:8%;width:auto;height:1px}.crm-decision-side header{min-height:0}.crm-case-proof{width:min(100%,760px)}}@media (max-width:700px){.crm-workspace{border-radius:15px}.crm-workspace-bar{grid-template-columns:48px 1fr;padding-inline:12px}.crm-workspace-bar strong{justify-self:end}.crm-workspace-bar>span{display:none}.crm-workspace-body{grid-template-columns:1fr}.crm-workspace-sidebar{display:none}.crm-workspace-surface{padding:17px 13px}.crm-workspace-heading{display:grid;grid-gap:11px;gap:11px}.crm-workspace-heading small{white-space:normal}.crm-workspace-primary article{padding:18px 16px}.crm-workspace-operations h3,.crm-workspace-primary h3{font-size:15px}.crm-workspace-operations p,.crm-workspace-primary p{font-size:12px}.crm-workspace-footer{display:grid}.crm-decision-side{padding:28px 19px}.crm-decision-side h3{font-size:21px}.crm-decision-side li{grid-template-columns:20px 1fr;gap:9px}.crm-case-proof-window{padding:10px}.crm-case-proof-window>header{grid-template-columns:50px 1fr}.crm-case-proof-window>header strong{justify-self:end}.crm-case-proof-window>header span{display:none}.crm-case-proof-thumbs{grid-template-columns:1fr 1fr}.crm-case-proof figcaption{grid-template-columns:1fr;gap:6px}.crm-case-proof figcaption>span{white-space:normal}}.crm-case-proof-main img,.crm-case-proof-thumbs img{display:block;width:100%;height:100%}.seo-visual-erp .seo-hero{min-height:830px}.seo-visual-erp .seo-hero h1{max-width:760px;font-size:clamp(44px,5vw,72px)}@media (min-width:1051px){.seo-visual-erp .seo-hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(450px,.96fr);align-items:start;gap:clamp(42px,5vw,78px)}.seo-visual-erp .erp-hero-visual{margin-top:52px}}.erp-hero-visual{overflow:hidden;border:1px solid rgba(184,217,54,.25);border-radius:22px;background:linear-gradient(rgba(184,217,54,.035) 1px,transparent 0),linear-gradient(90deg,rgba(184,217,54,.035) 1px,transparent 0),rgba(4,30,20,.82);background-size:42px 42px;box-shadow:0 32px 80px rgba(0,0,0,.18)}.erp-hero-bar{display:grid;min-height:50px;grid-template-columns:72px 1fr auto;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.025)}.erp-hero-bar>div{display:flex;gap:5px}.erp-hero-bar i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.22)}.erp-hero-bar i:first-child{background:var(--lime)}.erp-hero-bar strong{justify-self:center;color:rgba(255,255,255,.82);font-size:9px;letter-spacing:.14em;text-transform:uppercase}.erp-hero-bar>span{color:rgba(255,255,255,.42);font-size:8px;letter-spacing:.09em;text-transform:uppercase}.erp-topology{position:relative;min-height:510px}.erp-topology-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.erp-topology-lines path{fill:none;stroke:rgba(184,217,54,.25);stroke-width:1.2;stroke-dasharray:5 7}.erp-topology-node{position:absolute;z-index:2;width:min(185px,34%);min-height:82px;padding:14px 15px;border:1px solid rgba(255,255,255,.12);background:rgba(8,45,30,.94);color:white;box-shadow:0 12px 30px rgba(0,0,0,.12)}.erp-topology-node>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.erp-topology-node span{color:var(--lime);font-size:8px;font-weight:800;letter-spacing:.12em}.erp-topology-node .ui-icon{width:20px;height:20px;color:rgba(184,217,54,.82)}.erp-topology-node>strong{display:block;color:rgba(255,255,255,.86);font:700 12px/1.3 var(--font-manrope),sans-serif}.erp-topology-node-1{top:35px;left:24px}.erp-topology-node-2{top:35px;right:24px}.erp-topology-node-3{top:210px;left:8px}.erp-topology-node-4{top:210px;right:8px}.erp-topology-node-5{bottom:30px;left:42px}.erp-topology-node-6{right:42px;bottom:30px}.erp-core-node{position:absolute;z-index:3;top:50%;left:50%;display:grid;width:178px;height:178px;place-items:center;align-content:center;padding:22px;transform:translate(-50%,-50%);border:1px solid rgba(184,217,54,.52);border-radius:50%;background:radial-gradient(circle at 50% 45%,rgba(184,217,54,.14),transparent 62%),#082d1e;text-align:center;box-shadow:0 0 0 18px rgba(184,217,54,.025),0 0 0 42px rgba(184,217,54,.018)}.erp-core-node>span{color:var(--lime);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.erp-core-node strong{margin:8px 0;color:white;font:800 25px/1 var(--font-manrope),sans-serif;letter-spacing:-.04em}.erp-core-node small{color:rgba(255,255,255,.42);font-size:8px}.erp-hero-footer{display:grid;grid-gap:9px;gap:9px;padding:18px 20px 20px;border-top:1px solid rgba(255,255,255,.1)}.erp-hero-footer>span{display:inline-flex;align-items:center;gap:9px;color:rgba(255,255,255,.72);font-size:9px;font-weight:700}.erp-hero-footer>span i{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px rgba(184,217,54,.09)}.erp-hero-footer p{max-width:500px;margin:0;color:rgba(255,255,255,.46);font-size:11px;line-height:1.55}.erp-console{overflow:hidden;border:1px solid #cbd8c9;border-radius:20px;background:#f9faf4;box-shadow:0 28px 70px rgba(8,45,30,.07)}.erp-console-bar{display:grid;min-height:66px;grid-template-columns:1fr auto auto;align-items:center;grid-gap:30px;gap:30px;padding:0 24px;border-bottom:1px solid #d6dfd3;background:var(--paper)}.erp-console-bar>div{display:flex;align-items:center;gap:11px}.erp-console-bar>div span{display:grid;min-width:34px;height:27px;place-items:center;border-radius:6px;background:var(--deep);color:var(--lime);font-size:9px;font-weight:800}.erp-console-bar strong{color:var(--deep);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.erp-console-bar p{margin:0;color:var(--muted);font-size:10px}.erp-console-bar small{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:9px;font-weight:750}.erp-console-bar small i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.erp-console-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.42fr);min-height:600px}.erp-console-lanes{padding:22px 0 22px 24px}.erp-console-lanes article{position:relative;display:grid;min-height:90px;grid-template-columns:55px 1fr 46px;align-items:center;grid-gap:15px;gap:15px;padding:16px 6px 16px 0;border-bottom:1px solid #dae2d7}.erp-console-lanes article:last-child{border-bottom:0}.erp-lane-signal{display:grid;justify-items:center;grid-gap:7px;gap:7px}.erp-lane-signal>span{color:var(--green);font-size:8px;font-weight:800;letter-spacing:.1em}.erp-lane-signal .ui-icon{width:25px;height:25px;color:var(--green)}.erp-lane-copy{min-width:0}.erp-lane-copy h3{margin:0 0 7px;color:var(--deep);font:720 15px/1.25 var(--font-manrope),sans-serif}.erp-lane-copy p{max-width:650px;margin:0;color:var(--muted);font-size:11px;line-height:1.55}.erp-lane-link{position:relative;display:flex;align-items:center}.erp-lane-link i{position:absolute;right:16px;left:0;height:1px;background:linear-gradient(90deg,#c4d0c2,var(--lime))}.erp-lane-link span{position:relative;z-index:2;margin-left:auto;padding-left:5px;background:#f9faf4;color:var(--green);font-size:15px}.erp-console-core{display:flex;flex-direction:column;justify-content:center;padding:38px 30px;border-left:1px solid #d1dbce;background:linear-gradient(rgba(184,217,54,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(184,217,54,.035) 1px,transparent 1px),var(--deep);background-size:38px 38px;color:white}.erp-console-core header{text-align:center}.erp-console-core header span{color:var(--lime);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.erp-console-core header strong{display:block;margin-top:9px;font:800 20px/1 var(--font-manrope),sans-serif}.erp-console-core-orbit{position:relative;display:grid;width:170px;height:170px;place-items:center;margin:35px auto;border:1px solid rgba(184,217,54,.18);border-radius:50%}.erp-console-core-orbit:after,.erp-console-core-orbit:before{position:absolute;border:1px solid rgba(184,217,54,.1);border-radius:50%;content:""}.erp-console-core-orbit:before{inset:22px}.erp-console-core-orbit:after{inset:45px}.erp-console-core-orbit>div{position:relative;z-index:2;display:grid;width:70px;height:70px;place-items:center;border:1px solid rgba(184,217,54,.36);border-radius:50%;background:#082d1e;color:var(--lime);font:800 20px var(--font-manrope),sans-serif}.erp-console-core-orbit>i{position:absolute;z-index:3;width:8px;height:8px;border-radius:50%;background:var(--lime)}.erp-console-core-orbit>i:first-child{top:18px;left:36px}.erp-console-core-orbit>i:nth-child(2){right:10px;top:78px}.erp-console-core-orbit>i:nth-child(3){bottom:23px;left:46px}.erp-console-core ul{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.erp-console-core li{display:grid;grid-template-columns:10px 1fr;grid-gap:9px;gap:9px;padding:11px 0;border-top:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.63);font-size:10px;line-height:1.4}.erp-console-core li span{width:5px;height:5px;margin-top:5px;border-radius:50%;background:var(--lime)}.erp-console-footer{display:flex;align-items:center;justify-content:center;gap:14px;min-height:54px;padding:10px 20px;border-top:1px solid #d6dfd3;background:var(--paper);color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase}.erp-console-footer i{color:var(--green);font-style:normal}.erp-process-ledger{position:relative;margin:0;padding:0;border-top:1px solid var(--line);list-style:none}.erp-process-ledger li{position:relative;display:grid;min-height:150px;grid-template-columns:95px minmax(210px,.55fr) minmax(0,1fr) 26px;align-items:center;grid-gap:clamp(24px,4vw,58px);gap:clamp(24px,4vw,58px);padding:24px 0;border-bottom:1px solid var(--line)}.erp-process-step{display:flex;align-items:center;gap:13px}.erp-process-step>span{color:var(--green);font-size:9px;font-weight:800;letter-spacing:.1em}.erp-process-step .ui-icon{width:29px;height:29px;color:var(--green)}.erp-process-ledger h3{margin:0;color:var(--deep);font:720 19px/1.25 var(--font-manrope),sans-serif}.erp-process-ledger p{max-width:690px;margin:0;color:var(--muted);font-size:13px;line-height:1.6}.erp-process-state{position:relative;display:grid;height:100%;place-items:center}.erp-process-state:before{position:absolute;top:-25px;bottom:-25px;left:calc(50% - .5px);width:1px;background:var(--line);content:""}.erp-process-ledger li:first-child
.erp-process-state:before{top:50%}.erp-process-ledger li:last-child
.erp-process-state:before{bottom:50%}.erp-process-state span{position:relative;z-index:2;width:10px;height:10px;border:2px solid var(--paper);border-radius:50%;background:var(--lime);box-shadow:0 0 0 1px rgba(31,107,70,.28)}.seo-visual-erp .seo-case-card{gap:clamp(45px,6vw,88px)}.erp-case-proof{min-width:0;margin:0}.erp-case-window{overflow:hidden;padding:14px;border:1px solid rgba(255,255,255,.13);background:var(--deep);box-shadow:0 26px 65px rgba(8,45,30,.15)}.erp-case-window>header{display:grid;min-height:40px;grid-template-columns:70px 1fr auto;align-items:center}.erp-case-window>header>div{display:flex;gap:5px}.erp-case-window>header i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.18)}.erp-case-window>header i:first-child{background:var(--lime)}.erp-case-window>header strong{justify-self:center;color:white;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.erp-case-window>header span{color:var(--lime);font-size:8px;letter-spacing:.1em;text-transform:uppercase}.erp-case-main{overflow:hidden;aspect-ratio:1.52/1;border:1px solid rgba(255,255,255,.11);background:#eef2e9}.erp-case-main img,.erp-case-thumbs img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.erp-case-thumbs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;margin-top:8px}.erp-case-thumbs>div{position:relative;overflow:hidden;aspect-ratio:1.75/1;border:1px solid rgba(255,255,255,.1)}.erp-case-thumbs span{position:absolute;z-index:2;top:8px;left:8px;padding:5px 7px;background:rgba(8,45,30,.9);color:var(--lime);font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.erp-case-proof figcaption{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:20px;gap:20px;padding:14px 2px 0}.erp-case-proof figcaption>span{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:9px;font-weight:800;white-space:nowrap}.erp-case-proof figcaption i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.erp-case-proof figcaption p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}@media (max-width:1050px){.seo-visual-erp .seo-hero-grid{grid-template-columns:1fr}.seo-visual-erp .erp-hero-visual{margin-top:0}.erp-console-body{grid-template-columns:1fr}.erp-console-lanes{padding-right:24px}.erp-lane-link{display:none}.erp-console-lanes article{grid-template-columns:55px 1fr}.erp-console-core{border-top:1px solid #d1dbce;border-left:0}.erp-process-ledger li{grid-template-columns:80px minmax(190px,.55fr) 1fr 22px;gap:24px}.erp-case-proof{width:min(100%,760px)}}@media (max-width:700px){.seo-visual-erp .seo-hero{padding-bottom:64px}.seo-visual-erp .seo-hero h1{font-size:clamp(37px,10.4vw,52px);line-height:1.03}.seo-visual-erp .seo-hero-grid{gap:42px}.erp-hero-bar{grid-template-columns:48px 1fr;padding-inline:12px}.erp-hero-bar strong{justify-self:end}.erp-hero-bar>span{display:none}.erp-topology{display:grid;min-height:0;grid-template-columns:1fr;grid-gap:8px;gap:8px;padding:15px}.erp-topology-lines{display:none}.erp-core-node,.erp-topology-node{position:static;width:auto;min-height:0;transform:none}.erp-core-node{order:-1;height:auto;min-height:120px;border-radius:14px}.erp-topology-node{padding:13px 14px}.erp-hero-footer{padding-inline:15px}.erp-console-bar{grid-template-columns:1fr auto;gap:12px;padding-inline:14px}.erp-console-bar>p{display:none}.erp-console-lanes{padding:8px 14px}.erp-console-lanes article{min-height:0;grid-template-columns:42px 1fr;gap:11px;padding:17px 0}.erp-lane-signal .ui-icon{width:22px;height:22px}.erp-lane-copy h3{font-size:14px}.erp-lane-copy p{font-size:11px}.erp-console-core{padding:30px 20px}.erp-console-footer{flex-wrap:wrap;gap:9px;justify-content:flex-start}.erp-process-ledger li{grid-template-columns:58px 1fr;gap:10px 18px;padding:22px 0}.erp-process-step{grid-row:1/span 2;align-self:start;flex-direction:column}.erp-process-ledger h3{font-size:17px}.erp-process-ledger p{font-size:12px}.erp-process-state{display:none}.erp-case-window{padding:9px}.erp-case-window>header{grid-template-columns:46px 1fr}.erp-case-window>header strong{justify-self:end}.erp-case-window>header span{display:none}.erp-case-thumbs{grid-template-columns:1fr 1fr}.erp-case-proof figcaption{grid-template-columns:1fr;gap:6px}.erp-case-proof figcaption>span{white-space:normal}}.hero h1{max-width:900px;font-size:clamp(44px,4vw,58px);line-height:1.08;letter-spacing:-.035em}.seo-hero h1{max-width:850px;letter-spacing:-.03em}.seo-hero h1,.seo-visual-crm .seo-hero h1,.seo-visual-erp .seo-hero h1{font-size:clamp(44px,3.75vw,54px);line-height:1.09}.resource-article-hero h1{font-size:clamp(42px,3.6vw,52px)}.seo-problem-resolution h1{font-size:clamp(44px,3.2vw,46px)}.cases-page-hero h1{max-width:900px;font-size:clamp(44px,4vw,58px);line-height:1.08;letter-spacing:-.035em}.case-study-hero h1{font-size:clamp(46px,4.2vw,60px);line-height:1.08;letter-spacing:-.035em}.legal-page h1{max-width:800px;font-size:clamp(38px,3.7vw,52px);line-height:1.1;letter-spacing:-.03em}.section-head h2{font-size:clamp(32px,3.35vw,48px);line-height:1.06;letter-spacing:-.045em}.seo-audit-grid h2,.seo-case-card h2,.seo-fit-grid h2,.seo-section-heading h2,.seo-split h2{font-size:clamp(31px,3.35vw,48px);line-height:1.06;letter-spacing:-.045em}.cases-heading h2{font-size:clamp(34px,4.2vw,56px);line-height:1.01}.cases-cta h2,.cases-process-layout h2{font-size:clamp(34px,4.35vw,58px);line-height:1.02}.case-overview-grid h2{font-size:clamp(34px,4vw,54px);line-height:1.03}.case-results-layout h2,.case-section-heading h2,.case-technologies-layout h2{font-size:clamp(34px,4.2vw,56px);line-height:1.03}.footer-closing p{font-size:clamp(25px,3.2vw,46px)}.seo-breadcrumbs{font-size:13px}.seo-system-map-items span{font-size:13px;line-height:1.4}.seo-system-map>p{font-size:14px;line-height:1.6}.seo-card-number,.seo-module-icon{font-size:11px}.seo-card-grid p,.seo-process-card p{font-size:15px;line-height:1.65}.seo-process-card span,.seo-process-grid>li>span{font-size:11px}.seo-process-grid p{font-size:15px;line-height:1.65}.seo-case-card>div:first-child>p:not(.eyebrow){font-size:16px;line-height:1.7}.seo-case-visual li{font-size:11px}.seo-footer-inner>nav{font-size:14px}.seo-crm-window-bar{font-size:11px}.seo-crm-window-bar>small{font-size:11px;line-height:1.3}.seo-crm-node small{font-size:10px}.seo-crm-window-footer p{font-size:13px;line-height:1.55}.seo-process-flow-node>span{font-size:10px}.seo-process-flow-copy p{font-size:15px;line-height:1.65}.crm-workspace-bar strong{font-size:11px}.crm-workspace-bar>span{font-size:11px;line-height:1.3}.crm-workspace-sidebar>strong{font-size:11px}.crm-workspace-heading span{font-size:12px;line-height:1.35}.crm-workspace-heading small,.crm-workspace-operations article>div span,.crm-workspace-primary header span{font-size:10px}.crm-workspace-operations h3,.crm-workspace-primary h3{font-size:17px;line-height:1.3}.crm-workspace-operations p,.crm-workspace-primary p{font-size:14px;line-height:1.65}.crm-workspace-footer{font-size:12px;line-height:1.5}.crm-decision-side header>span{font-size:12px;line-height:1.35}.crm-decision-side li p{font-size:14px;line-height:1.65}.crm-decision-axis span{font-size:11px;line-height:1.3}.crm-case-proof-window>header strong{font-size:11px}.crm-case-proof-window>header span{font-size:10px}.crm-case-proof figcaption>span{font-size:12px;line-height:1.4}.crm-case-proof figcaption p{font-size:13px;line-height:1.6}.erp-hero-bar strong{font-size:10px}.erp-hero-bar>span{font-size:11px;line-height:1.3}.erp-topology-node span{font-size:10px}.erp-topology-node>strong{font-size:14px;line-height:1.35}.erp-core-node>span{font-size:12px;line-height:1.35}.erp-core-node small{font-size:11px;line-height:1.35}.erp-hero-footer>span{font-size:12px;line-height:1.4}.erp-hero-footer p{font-size:13px;line-height:1.6}.erp-console-bar>div span{font-size:10px}.erp-console-bar small{font-size:11px;line-height:1.3}.erp-console-bar strong{font-size:12px;line-height:1.3}.erp-console-bar p{font-size:12px;line-height:1.4}.erp-lane-signal>span{font-size:10px}.erp-lane-copy h3{font-size:17px;line-height:1.3}.erp-lane-copy p{font-size:14px;line-height:1.65}.erp-console-core header span{font-size:12px;line-height:1.35}.erp-console-core li{font-size:13px;line-height:1.5}.erp-console-footer{font-size:12px;line-height:1.4}.erp-process-step>span{font-size:10px}.erp-process-ledger h3{font-size:20px;line-height:1.3}.erp-process-ledger p{font-size:15px;line-height:1.65}.erp-case-window>header strong{font-size:11px}.erp-case-thumbs span,.erp-case-window>header span{font-size:10px}.erp-case-proof figcaption>span{font-size:12px;line-height:1.4}.erp-case-proof figcaption p{font-size:13px;line-height:1.6}.case-card-category{font-size:12px}.case-card-copy li,.case-service-list li,.case-technologies-layout li{font-size:13px;line-height:1.55}.case-challenge-grid article>span,.case-feature-grid article>span{font-size:12px}.case-footer p{font-size:13px}.case-gallery-caption>p,.case-gallery-grid article>div:last-child>p{font-size:12px}.case-lightbox-panel>header p{font-size:11px}.case-lightbox-panel>footer p{font-size:14px;line-height:1.6}.proof-strip h2{font-size:15px}.ai-matrix p,.audience-grid p,.decision-flow li p,.dual-panel li,.dual-panel>article>p,.evidence-list p,.not-fit li,.not-fit p,.principle-strip p,.process-track p,.proof-strip p,.service-story p,.support-lifecycle p,.support-note{font-size:15px;line-height:1.6}.capability-group b{font-size:13px}.assurance-panel>ul li,.final-actions a,.mvp-callout>p{font-size:14px}.faq-answer p{font-size:15px;line-height:1.65}.mobile-menu .mobile-nav-links a{font-size:14px}.contact-method legend,.field>span,.file-field>div:first-child>span{font-size:11px}.checkbox-error,.field small,.file-error{font-size:12px}.contact-method label span{font-size:13px}.file-field>div:first-child small{font-size:12px}.file-button,.file-list b{font-size:13px}.file-list small{font-size:12px}.checkbox{font-size:14px}.form-submit p{font-size:12px;line-height:1.5}.footer-grid h3{font-size:11px}.footer-bottom{font-size:12px}@media (max-width:1050px){.hero h1{font-size:clamp(38px,4.4vw,44px)}.seo-hero h1,.seo-visual-crm .seo-hero h1,.seo-visual-erp .seo-hero h1{font-size:clamp(36px,4.2vw,44px)}.cases-page-hero h1{font-size:clamp(38px,4.3vw,44px)}.case-study-hero h1{font-size:clamp(40px,4.5vw,46px)}.legal-page h1{font-size:clamp(36px,3.7vw,38px)}}@media (max-width:700px){.hero h1{font-size:clamp(32px,8.6vw,38px);line-height:1.13;letter-spacing:-.03em}.seo-hero h1,.seo-visual-crm .seo-hero h1,.seo-visual-erp .seo-hero h1{font-size:clamp(30px,8.2vw,34px);line-height:1.13;letter-spacing:-.03em}.cases-page-hero h1{font-size:clamp(32px,8.5vw,36px);line-height:1.11;letter-spacing:-.03em}.case-study-hero h1{font-size:clamp(34px,9vw,38px);line-height:1.1;letter-spacing:-.03em}.legal-page h1{font-size:clamp(30px,8.2vw,34px);line-height:1.12;letter-spacing:-.025em}.section-head h2,.seo-audit-grid h2,.seo-case-card h2,.seo-fit-grid h2,.seo-section-heading h2,.seo-split h2{font-size:clamp(28px,7.6vw,34px);line-height:1.1}.case-overview-grid h2,.case-results-layout h2,.case-section-heading h2,.case-technologies-layout h2,.cases-cta h2,.cases-heading h2,.cases-process-layout h2{font-size:clamp(29px,8vw,38px);line-height:1.08}.crm-decision-side li p,.crm-workspace-operations p,.crm-workspace-primary p,.erp-lane-copy p,.erp-process-ledger p,.faq-answer p,.seo-card-grid p,.seo-process-card p,.seo-process-flow-copy p,.seo-process-grid p{font-size:14px;line-height:1.65}.crm-workspace-operations h3,.crm-workspace-primary h3,.erp-lane-copy h3{font-size:16px}.erp-process-ledger h3{font-size:18px}.crm-case-proof figcaption p,.erp-case-proof figcaption p,.erp-console-core li,.erp-hero-footer p{font-size:13px}.mobile-menu .mobile-nav-links a{min-height:42px;font-size:14px}.faq-answer p{padding-left:34px;padding-right:0}}@media (min-width:1051px){.seo-visual-warehouse .seo-hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(450px,.94fr);align-items:start;gap:clamp(45px,5vw,78px)}.seo-visual-warehouse .warehouse-hero-visual{margin-top:52px}}.warehouse-hero-visual{overflow:hidden;border:1px solid rgba(184,217,54,.25);border-radius:20px;background:linear-gradient(rgba(184,217,54,.035) 1px,transparent 0),linear-gradient(90deg,rgba(184,217,54,.035) 1px,transparent 0),rgba(5,31,21,.88);background-size:38px 38px;box-shadow:0 30px 75px rgba(0,0,0,.18)}.warehouse-hero-bar{display:grid;min-height:50px;grid-template-columns:70px 1fr auto;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1)}.warehouse-hero-bar>div{display:flex;gap:5px}.warehouse-hero-bar i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.2)}.warehouse-hero-bar i:first-child{background:var(--lime)}.warehouse-hero-bar strong{justify-self:center;color:rgba(255,255,255,.82);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.warehouse-hero-bar>span{color:var(--lime);font-size:10px;font-weight:800}.warehouse-flow-canvas{position:relative;min-height:500px;padding:26px}.warehouse-flow-rail{position:absolute;top:50%;right:10%;left:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(184,217,54,.28) 10%,rgba(184,217,54,.28) 90%,transparent)}.warehouse-flow-stage{position:absolute;z-index:2;width:31%;min-height:90px;padding:14px;border:1px solid rgba(255,255,255,.12);background:rgba(8,45,30,.95)}.warehouse-flow-stage header{display:flex;justify-content:space-between;margin-bottom:12px}.warehouse-flow-stage header span{color:var(--lime);font-size:10px;font-weight:800;letter-spacing:.1em}.warehouse-flow-stage .ui-icon{width:21px;height:21px;color:var(--lime)}.warehouse-flow-stage strong{display:block;color:rgba(255,255,255,.86);font-size:14px;line-height:1.35}.warehouse-flow-stage-1{top:34px;left:22px}.warehouse-flow-stage-2{top:34px;left:50%;transform:translateX(-50%)}.warehouse-flow-stage-3{top:34px;right:22px}.warehouse-flow-stage-4{right:22px;bottom:34px}.warehouse-flow-stage-5{bottom:34px;left:50%;transform:translateX(-50%)}.warehouse-flow-stage-6{bottom:34px;left:22px}.warehouse-stock-core{position:absolute;z-index:3;top:50%;left:50%;display:grid;width:190px;min-height:120px;place-items:center;align-content:center;grid-gap:8px;gap:8px;padding:18px;transform:translate(-50%,-50%);border:1px solid rgba(184,217,54,.48);background:var(--deep);text-align:center;box-shadow:0 0 0 16px rgba(184,217,54,.025),0 20px 40px rgba(0,0,0,.14)}.warehouse-stock-core>span{color:rgba(255,255,255,.5);font-size:12px;line-height:1.35;letter-spacing:.1em;text-transform:uppercase}.warehouse-stock-core strong{color:var(--lime);font:800 28px/1 var(--font-manrope),sans-serif}.warehouse-stock-core>div{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.68);font-size:12px;line-height:1.4}.warehouse-stock-core>div i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.warehouse-hero-footer{display:grid;grid-gap:8px;gap:8px;padding:18px 20px 20px;border-top:1px solid rgba(255,255,255,.1)}.warehouse-hero-footer>span{display:inline-flex;align-items:center;gap:9px;color:rgba(255,255,255,.72);font-size:12px;font-weight:700;line-height:1.4}.warehouse-hero-footer>span i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.warehouse-hero-footer p{max-width:520px;margin:0;color:rgba(255,255,255,.5);font-size:13px;line-height:1.6}.warehouse-console{overflow:hidden;border:1px solid #ccd8ca;border-radius:20px;background:#fafbf6;box-shadow:0 28px 70px rgba(8,45,30,.07)}.warehouse-console-bar{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:25px;padding:0 22px;border-bottom:1px solid #d6dfd3;background:var(--paper)}.warehouse-console-bar>div{display:flex;align-items:center;gap:11px}.warehouse-console-bar>div>span{display:grid;min-width:36px;height:28px;place-items:center;border-radius:6px;background:var(--deep);color:var(--lime);font-size:10px;font-weight:800}.warehouse-console-bar strong{color:var(--deep);font-size:12px;line-height:1.3;letter-spacing:.08em;text-transform:uppercase}.warehouse-console-bar small{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:11px;font-weight:700;line-height:1.3}.warehouse-console-bar small i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.warehouse-console-body{display:grid;grid-template-columns:minmax(0,1fr) 310px}.warehouse-movement-list{padding:14px 0 14px 22px}.warehouse-movement-list article{display:grid;min-height:100px;grid-template-columns:52px 1fr 36px;align-items:center;grid-gap:16px;gap:16px;padding:16px 12px 16px 0;border-bottom:1px solid #d9e1d6}.warehouse-movement-list article:last-child{border-bottom:0}.warehouse-movement-index{display:grid;justify-items:center;grid-gap:8px;gap:8px}.warehouse-movement-index span{color:var(--green);font-size:10px;font-weight:800}.warehouse-movement-index .ui-icon{width:25px;height:25px;color:var(--green)}.warehouse-movement-list h3{margin:0 0 7px;color:var(--deep);font-size:17px;line-height:1.3}.warehouse-movement-list p{max-width:660px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.warehouse-movement-signal{color:var(--green);font-size:17px}.warehouse-state-panel{padding:34px 27px;border-left:1px solid #d3ddd0;background:linear-gradient(rgba(184,217,54,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(184,217,54,.04) 1px,transparent 1px),var(--deep);background-size:38px 38px;color:white}.warehouse-state-panel header{text-align:center}.warehouse-state-panel header span{color:var(--lime);font-size:12px;font-weight:800;line-height:1.35;letter-spacing:.1em;text-transform:uppercase}.warehouse-state-panel header strong{display:block;margin-top:8px;font-size:20px}.warehouse-state-graphic{position:relative;width:190px;height:190px;margin:30px auto}.warehouse-state-box{position:absolute;border:1px solid rgba(184,217,54,.2);background:rgba(184,217,54,.025)}.warehouse-state-box-a{inset:0 52% 52% 0}.warehouse-state-box-b{inset:0 0 52% 52%}.warehouse-state-box-c{inset:52% 52% 0 0}.warehouse-state-box-d{inset:52% 0 0 52%}.warehouse-state-center{position:absolute;top:50%;left:50%;display:grid;width:72px;height:72px;place-items:center;transform:translate(-50%,-50%);border:1px solid rgba(184,217,54,.5);border-radius:50%;background:var(--deep)}.warehouse-state-center span{color:var(--lime);font-size:17px;font-weight:800}.warehouse-state-panel ul{margin:0;padding:0;list-style:none}.warehouse-state-panel li{display:grid;grid-template-columns:10px 1fr;grid-gap:9px;gap:9px;padding:11px 0;border-top:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.68);font-size:13px;line-height:1.5}.warehouse-state-panel li span{width:5px;height:5px;margin-top:6px;border-radius:50%;background:var(--lime)}.warehouse-console-footer{display:flex;min-height:54px;align-items:center;justify-content:center;gap:12px;padding:10px 18px;border-top:1px solid #d6dfd3;background:var(--paper);color:var(--muted);font-size:12px;font-weight:700;line-height:1.4;text-transform:uppercase}.warehouse-console-footer i{color:var(--green);font-style:normal}.warehouse-lifecycle{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;margin:0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.warehouse-lifecycle li{position:relative;min-height:245px;padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.warehouse-lifecycle-node{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px}.warehouse-lifecycle-node>span{color:var(--green);font-size:10px;font-weight:800;letter-spacing:.1em}.warehouse-lifecycle-node .ui-icon{width:27px;height:27px;color:var(--green)}.warehouse-lifecycle-copy h3{margin:0 0 12px;color:var(--deep);font-size:19px;line-height:1.3}.warehouse-lifecycle-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.warehouse-lifecycle-flow{position:absolute;right:18px;bottom:17px;left:26px;display:flex;align-items:center}.warehouse-lifecycle-flow>span{height:1px;flex:1 1;background:linear-gradient(90deg,var(--line),rgba(31,107,70,.45))}.warehouse-lifecycle-flow i{padding-left:7px;color:var(--green);font-style:normal}.seo-visual-warehouse .seo-case-card{gap:clamp(45px,6vw,88px)}.warehouse-case-proof{min-width:0;margin:0}.warehouse-case-window{overflow:hidden;padding:12px;border:1px solid rgba(255,255,255,.13);background:var(--deep);box-shadow:0 26px 65px rgba(8,45,30,.15)}.warehouse-case-window>header{display:grid;min-height:40px;grid-template-columns:70px 1fr auto;align-items:center}.warehouse-case-window>header>div{display:flex;gap:5px}.warehouse-case-window>header i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.18)}.warehouse-case-window>header i:first-child{background:var(--lime)}.warehouse-case-window>header strong{justify-self:center;color:white;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.warehouse-case-window>header>span{color:var(--lime);font-size:10px;text-transform:uppercase}.warehouse-case-main,.warehouse-case-thumbs>div{position:relative;overflow:hidden}.warehouse-case-main{aspect-ratio:1.55/1}.warehouse-case-thumbs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;margin-top:8px}.warehouse-case-thumbs>div{aspect-ratio:1.7/1}.warehouse-case-main img,.warehouse-case-thumbs img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.warehouse-case-main>span,.warehouse-case-thumbs span{position:absolute;z-index:2;top:8px;left:8px;padding:5px 7px;background:rgba(8,45,30,.92);color:var(--lime);font-size:10px;font-weight:800}.warehouse-case-proof figcaption{display:grid;grid-template-columns:auto 1fr;grid-gap:20px;gap:20px;align-items:start;padding:14px 2px 0}.warehouse-case-proof figcaption>span{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:12px;font-weight:800;line-height:1.4;white-space:nowrap}.warehouse-case-proof figcaption i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.warehouse-case-proof figcaption p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}@media (max-width:1050px){.seo-visual-warehouse .seo-hero-grid{grid-template-columns:1fr}.seo-visual-warehouse .warehouse-hero-visual{margin-top:0}.warehouse-console-body{grid-template-columns:1fr}.warehouse-state-panel{border-top:1px solid #d3ddd0;border-left:0}}@media (max-width:700px){.seo-visual-warehouse .seo-hero-grid{gap:42px}.warehouse-hero-bar{grid-template-columns:48px 1fr;padding-inline:12px}.warehouse-hero-bar strong{justify-self:end}.warehouse-hero-bar>span{display:none}.warehouse-flow-canvas{display:grid;min-height:0;grid-gap:8px;gap:8px;padding:14px}.warehouse-flow-rail{display:none}.warehouse-flow-stage,.warehouse-stock-core{position:static;width:auto;min-height:0;transform:none}.warehouse-stock-core{order:-1;min-height:112px}.warehouse-flow-stage{padding:13px 14px}.warehouse-console-bar{padding-inline:14px}.warehouse-console-bar small{display:none}.warehouse-movement-list{padding:8px 14px}.warehouse-movement-list article{min-height:0;grid-template-columns:42px 1fr;gap:12px;padding:17px 0}.warehouse-movement-signal{display:none}.warehouse-movement-list h3{font-size:16px}.warehouse-movement-list p{font-size:14px}.warehouse-state-panel{padding:28px 20px}.warehouse-console-footer{flex-wrap:wrap;justify-content:flex-start}.warehouse-lifecycle{grid-template-columns:1fr}.warehouse-lifecycle li{min-height:0;padding:22px 20px 48px}.warehouse-lifecycle-node{margin-bottom:22px}.warehouse-case-window{padding:9px}.warehouse-case-window>header{grid-template-columns:48px 1fr}.warehouse-case-window>header strong{justify-self:end}.warehouse-case-window>header>span{display:none}.warehouse-case-proof figcaption{grid-template-columns:1fr;gap:6px}.warehouse-case-proof figcaption>span{white-space:normal}}@media (min-width:1051px){.seo-visual-pos .seo-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(450px,.95fr);align-items:start;gap:clamp(44px,5vw,78px)}.seo-visual-pos .pos-hero-visual{margin-top:52px}}.pos-hero-visual{overflow:hidden;border:1px solid rgba(184,217,54,.25);border-radius:20px;background:linear-gradient(rgba(184,217,54,.035) 1px,transparent 0),linear-gradient(90deg,rgba(184,217,54,.035) 1px,transparent 0),rgba(5,31,21,.9);background-size:38px 38px;box-shadow:0 30px 75px rgba(0,0,0,.18)}.pos-hero-bar{display:grid;min-height:50px;grid-template-columns:70px 1fr auto;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1)}.pos-hero-bar>div{display:flex;gap:5px}.pos-hero-bar i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.2)}.pos-hero-bar i:first-child{background:var(--lime)}.pos-hero-bar strong{justify-self:center;color:rgba(255,255,255,.84);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.pos-hero-bar>span{color:var(--lime);font-size:10px;font-weight:800;text-transform:uppercase}.pos-transaction-canvas{position:relative;display:grid;min-height:470px;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:15px;gap:15px;align-content:center;padding:34px 25px}.pos-transaction-rail{position:absolute;top:50%;right:8%;left:8%;height:1px;background:linear-gradient(90deg,transparent,rgba(184,217,54,.3) 10%,rgba(184,217,54,.3) 90%,transparent)}.pos-transaction-stage{position:relative;z-index:2;min-height:115px;padding:15px;border:1px solid rgba(255,255,255,.12);background:rgba(8,45,30,.96)}.pos-transaction-stage:nth-of-type(-n+3){align-self:end;margin-bottom:72px}.pos-transaction-stage:nth-of-type(n+4){align-self:start;margin-top:72px}.pos-transaction-stage-icon{display:grid;width:34px;height:34px;place-items:center;margin-bottom:14px;border:1px solid rgba(184,217,54,.22);background:rgba(184,217,54,.05)}.pos-transaction-stage-icon .ui-icon{width:21px;height:21px;color:var(--lime)}.pos-transaction-stage>span{position:absolute;top:15px;right:14px;color:rgba(255,255,255,.36);font-size:10px;font-weight:800;letter-spacing:.1em}.pos-transaction-stage>strong{display:block;color:rgba(255,255,255,.88);font-size:14px;line-height:1.35}.pos-sale-state{position:absolute;z-index:4;top:50%;left:50%;display:grid;min-width:195px;min-height:115px;place-items:center;align-content:center;grid-gap:8px;gap:8px;padding:18px 20px;transform:translate(-50%,-50%);border:1px solid rgba(184,217,54,.5);background:var(--deep);text-align:center;box-shadow:0 0 0 15px rgba(184,217,54,.025),0 20px 45px rgba(0,0,0,.16)}.pos-sale-state>span{color:rgba(255,255,255,.48);font-size:12px;line-height:1.35;letter-spacing:.1em;text-transform:uppercase}.pos-sale-state>strong{color:var(--lime);font:800 29px/1 var(--font-manrope),sans-serif}.pos-sale-state>small{color:rgba(255,255,255,.62);font-size:12px;line-height:1.4}.pos-hero-footer{display:grid;grid-gap:8px;gap:8px;padding:18px 20px 20px;border-top:1px solid rgba(255,255,255,.1)}.pos-hero-footer>span{display:inline-flex;align-items:center;gap:9px;color:rgba(255,255,255,.72);font-size:12px;font-weight:700;line-height:1.4}.pos-hero-footer>span i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.pos-hero-footer p{max-width:520px;margin:0;color:rgba(255,255,255,.5);font-size:13px;line-height:1.6}.pos-terminal{overflow:hidden;border:1px solid #ccd8ca;border-radius:20px;background:#fafbf6;box-shadow:0 28px 70px rgba(8,45,30,.07)}.pos-terminal-bar{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:25px;padding:0 22px;border-bottom:1px solid #d6dfd3;background:var(--paper)}.pos-terminal-bar>div{display:flex;align-items:center;gap:11px}.pos-terminal-bar>div>span{display:grid;min-width:38px;height:28px;place-items:center;border-radius:6px;background:var(--deep);color:var(--lime);font-size:10px;font-weight:800}.pos-terminal-bar strong{color:var(--deep);font-size:12px;line-height:1.3;letter-spacing:.08em;text-transform:uppercase}.pos-terminal-bar small{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:11px;font-weight:700;line-height:1.3}.pos-terminal-bar small i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.pos-terminal-body{display:grid;grid-template-columns:minmax(0,1fr) 315px}.pos-terminal-operations{min-width:0;padding:26px 0 16px 24px}.pos-terminal-operations>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:0 20px 22px 0}.pos-terminal-operations>header span{font-size:12px;line-height:1.35}.pos-terminal-operations>header small,.pos-terminal-operations>header span{color:var(--green);font-weight:800;letter-spacing:.1em;text-transform:uppercase}.pos-terminal-operations>header small{font-size:10px}.pos-terminal-operations>header strong{display:block;max-width:540px;margin-top:7px;color:var(--deep);font-size:21px;line-height:1.25}.pos-terminal-operation-list article{display:grid;min-height:100px;grid-template-columns:42px minmax(0,1fr) 26px;align-items:center;grid-gap:15px;gap:15px;padding:16px 18px 16px 0;border-top:1px solid #d9e1d6}.pos-terminal-operation-icon{display:grid;width:36px;height:36px;place-items:center;border:1px solid #d4ded1;background:var(--paper)}.pos-terminal-operation-icon .ui-icon{width:22px;height:22px;color:var(--green)}.pos-terminal-operation-list article>div:nth-child(2)>span{color:var(--green);font-size:10px;font-weight:800}.pos-terminal-operation-list h3{margin:4px 0 6px;color:var(--deep);font-size:17px;line-height:1.3}.pos-terminal-operation-list p{max-width:650px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.pos-terminal-operation-list article>i{color:var(--green);font-style:normal}.pos-terminal-receipt{padding:32px 27px;border-left:1px solid #d3ddd0;background:linear-gradient(rgba(184,217,54,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(184,217,54,.04) 1px,transparent 1px),var(--deep);background-size:38px 38px;color:white}.pos-terminal-receipt>header{text-align:center}.pos-terminal-receipt>header span{color:var(--lime);font-size:12px;font-weight:800;line-height:1.35;letter-spacing:.1em;text-transform:uppercase}.pos-terminal-receipt>header strong{display:block;margin-top:9px;color:white;font-size:20px}.pos-receipt-lines{display:grid;grid-gap:13px;gap:13px;margin:35px 0 25px;padding:20px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.pos-receipt-lines>div{display:grid;grid-template-columns:1fr 46px;grid-gap:14px;gap:14px}.pos-receipt-lines i,.pos-receipt-lines span{height:6px;background:rgba(255,255,255,.11)}.pos-receipt-lines i{background:rgba(184,217,54,.22)}.pos-receipt-total{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px;border:1px solid rgba(184,217,54,.22);background:rgba(184,217,54,.05)}.pos-receipt-total span{color:rgba(255,255,255,.52);font-size:11px;line-height:1.3}.pos-receipt-total strong{color:var(--lime);font-size:12px}.pos-terminal-receipt ul{margin:26px 0 0;padding:0;list-style:none}.pos-terminal-receipt li{display:grid;grid-template-columns:10px 1fr;grid-gap:9px;gap:9px;padding:11px 0;border-top:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.68);font-size:13px;line-height:1.5}.pos-terminal-receipt li span{width:5px;height:5px;margin-top:6px;border-radius:50%;background:var(--lime)}.pos-terminal-footer{display:flex;min-height:54px;align-items:center;justify-content:center;gap:12px;padding:10px 18px;border-top:1px solid #d6dfd3;background:var(--paper);color:var(--muted);font-size:12px;font-weight:700;line-height:1.4;text-transform:uppercase}.pos-terminal-footer i{color:var(--green);font-style:normal}.pos-implementation-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.pos-implementation-flow li{position:relative;min-height:245px;padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.pos-implementation-index{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px}.pos-implementation-index>span{color:var(--green);font-size:10px;font-weight:800;letter-spacing:.1em}.pos-implementation-index .ui-icon{width:27px;height:27px;color:var(--green)}.pos-implementation-copy h3{margin:0 0 12px;color:var(--deep);font-size:19px;line-height:1.3}.pos-implementation-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.pos-implementation-signal{position:absolute;right:18px;bottom:17px;left:26px;display:flex;align-items:center}.pos-implementation-signal i{height:1px;flex:1 1;background:linear-gradient(90deg,var(--line),rgba(31,107,70,.45))}.pos-implementation-signal span{padding-left:7px;color:var(--green)}.seo-visual-pos .seo-case-card{gap:clamp(45px,6vw,88px)}.pos-case-proof{min-width:0;margin:0}.pos-case-window{overflow:hidden;padding:12px;border:1px solid rgba(255,255,255,.13);background:var(--deep);box-shadow:0 26px 65px rgba(8,45,30,.15)}.pos-case-window>header{display:grid;min-height:40px;grid-template-columns:70px 1fr auto;align-items:center}.pos-case-window>header>div{display:flex;gap:5px}.pos-case-window>header i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.18)}.pos-case-window>header i:first-child{background:var(--lime)}.pos-case-window>header strong{justify-self:center;color:white;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.pos-case-window>header>span{color:var(--lime);font-size:10px;text-transform:uppercase}.pos-case-main,.pos-case-thumbs>div{position:relative;overflow:hidden}.pos-case-main{aspect-ratio:1.92/1}.pos-case-thumbs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;margin-top:8px}.pos-case-thumbs>div{aspect-ratio:1.72/1}.pos-case-main img,.pos-case-thumbs img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.pos-case-main>span,.pos-case-thumbs span{position:absolute;z-index:2;top:8px;left:8px;padding:5px 7px;background:rgba(8,45,30,.92);color:var(--lime);font-size:10px;font-weight:800}.pos-case-proof figcaption{display:grid;grid-template-columns:auto 1fr;grid-gap:20px;gap:20px;align-items:start;padding:14px 2px 0}.pos-case-proof figcaption>span{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:12px;font-weight:800;line-height:1.4;white-space:nowrap}.pos-case-proof figcaption i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.pos-case-proof figcaption p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}@media (max-width:1050px){.seo-visual-pos .seo-hero-grid{grid-template-columns:1fr}.seo-visual-pos .pos-hero-visual{margin-top:0}.pos-terminal-body{grid-template-columns:1fr}.pos-terminal-receipt{border-top:1px solid #d3ddd0;border-left:0}}@media (max-width:700px){.seo-visual-pos .seo-hero-grid{gap:42px}.pos-hero-bar{grid-template-columns:48px 1fr;padding-inline:12px}.pos-hero-bar strong{justify-self:end}.pos-hero-bar>span{display:none}.pos-transaction-canvas{display:grid;min-height:0;grid-template-columns:1fr;grid-gap:8px;gap:8px;padding:14px}.pos-transaction-rail{display:none}.pos-sale-state,.pos-transaction-stage,.pos-transaction-stage:nth-of-type(-n+3),.pos-transaction-stage:nth-of-type(n+4){position:static;width:auto;min-width:0;min-height:0;margin:0;transform:none}.pos-sale-state{order:-1;min-height:112px}.pos-transaction-stage{padding:13px 14px}.pos-terminal-bar{padding-inline:14px}.pos-terminal-bar small{display:none}.pos-terminal-operations{padding:20px 14px 8px}.pos-terminal-operations>header{padding-right:0}.pos-terminal-operation-list article{grid-template-columns:38px 1fr;gap:11px;padding-right:0}.pos-terminal-operation-list article>i{display:none}.pos-terminal-operation-list h3{font-size:16px}.pos-terminal-operation-list p{font-size:14px}.pos-terminal-receipt{padding:28px 20px}.pos-terminal-footer{flex-wrap:wrap;justify-content:flex-start}.pos-implementation-flow{grid-template-columns:1fr}.pos-implementation-flow li{min-height:0;padding:22px 20px 48px}.pos-implementation-index{margin-bottom:22px}.pos-case-window{padding:9px}.pos-case-window>header{grid-template-columns:48px 1fr}.pos-case-window>header strong{justify-self:end}.pos-case-window>header>span{display:none}.pos-case-proof figcaption{grid-template-columns:1fr;gap:6px}.pos-case-proof figcaption>span{white-space:normal}}@media (min-width:1051px){.seo-visual-integrations .seo-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(460px,.95fr);align-items:start;gap:clamp(44px,5vw,78px)}.seo-visual-integrations .integration-network-hero{margin-top:52px}}.integration-network-hero{overflow:hidden;border:1px solid rgba(184,217,54,.25);border-radius:20px;background:linear-gradient(rgba(184,217,54,.035) 1px,transparent 0),linear-gradient(90deg,rgba(184,217,54,.035) 1px,transparent 0),rgba(5,31,21,.9);background-size:38px 38px;box-shadow:0 30px 75px rgba(0,0,0,.18)}.integration-network-bar{display:grid;min-height:50px;grid-template-columns:70px 1fr auto;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1)}.integration-network-bar>div{display:flex;gap:5px}.integration-network-bar i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.2)}.integration-network-bar i:first-child{background:var(--lime)}.integration-network-bar strong{justify-self:center;color:rgba(255,255,255,.84);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.integration-network-bar>span{color:rgba(255,255,255,.5);font-size:11px;line-height:1.3;text-transform:uppercase}.integration-network-canvas{position:relative;min-height:510px}.integration-network-lines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.integration-network-lines path{fill:none;stroke:rgba(184,217,54,.3);stroke-width:1.2;stroke-dasharray:5 7}.integration-network-node{position:absolute;z-index:2;width:min(185px,34%);min-height:88px;padding:14px 15px;border:1px solid rgba(255,255,255,.12);background:rgba(8,45,30,.96)}.integration-network-node>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.integration-network-node>div span{color:var(--lime);font-size:10px;font-weight:800}.integration-network-node .ui-icon{width:21px;height:21px;color:var(--lime)}.integration-network-node>strong{display:block;color:rgba(255,255,255,.88);font-size:14px;line-height:1.35}.integration-network-node>small{display:block;margin-top:6px;color:rgba(255,255,255,.4);font-size:11px;line-height:1.3;text-transform:uppercase}.integration-network-node-1{top:34px;left:22px}.integration-network-node-2{top:34px;right:22px}.integration-network-node-3{top:210px;left:8px}.integration-network-node-4{top:210px;right:8px}.integration-network-node-5{bottom:32px;left:40px}.integration-network-node-6{right:40px;bottom:32px}.integration-network-core{position:absolute;z-index:3;top:50%;left:50%;display:grid;width:178px;height:178px;place-items:center;align-content:center;grid-gap:8px;gap:8px;padding:20px;transform:translate(-50%,-50%);border:1px solid rgba(184,217,54,.5);border-radius:50%;background:radial-gradient(circle,rgba(184,217,54,.12),transparent 64%),var(--deep);text-align:center;box-shadow:0 0 0 18px rgba(184,217,54,.025),0 0 0 42px rgba(184,217,54,.015)}.integration-network-core>span{color:rgba(255,255,255,.55);font-size:12px;line-height:1.35;text-transform:uppercase}.integration-network-core>strong{color:var(--lime);font:800 30px/1 var(--font-manrope),sans-serif}.integration-network-core>small{color:rgba(255,255,255,.55);font-size:11px;line-height:1.35}.integration-network-footer{display:grid;grid-gap:8px;gap:8px;padding:18px 20px 20px;border-top:1px solid rgba(255,255,255,.1)}.integration-network-footer>span{display:inline-flex;align-items:center;gap:9px;color:rgba(255,255,255,.72);font-size:12px;font-weight:700;line-height:1.4}.integration-network-footer>span i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.integration-network-footer p{max-width:520px;margin:0;color:rgba(255,255,255,.5);font-size:13px;line-height:1.6}.integration-hub{overflow:hidden;border:1px solid #ccd8ca;border-radius:20px;background:#fafbf6;box-shadow:0 28px 70px rgba(8,45,30,.07)}.integration-hub-bar{display:grid;min-height:64px;grid-template-columns:1fr auto auto;align-items:center;grid-gap:26px;gap:26px;padding:0 22px;border-bottom:1px solid #d6dfd3;background:var(--paper)}.integration-hub-bar>div{display:flex;align-items:center;gap:11px}.integration-hub-bar>div>span{display:grid;min-width:38px;height:28px;place-items:center;border-radius:6px;background:var(--deep);color:var(--lime);font-size:10px;font-weight:800}.integration-hub-bar strong{color:var(--deep);font-size:12px;line-height:1.3;letter-spacing:.08em;text-transform:uppercase}.integration-hub-bar>p{margin:0;color:var(--muted);font-size:12px;line-height:1.4}.integration-hub-bar small{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:11px;font-weight:700;line-height:1.3}.integration-hub-bar small i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.integration-hub-body{display:grid;grid-template-columns:minmax(0,1fr) 315px}.integration-connector-list{padding:14px 0 14px 22px}.integration-connector-list article{display:grid;min-height:105px;grid-template-columns:42px 1fr 45px;align-items:center;grid-gap:15px;gap:15px;padding:16px 12px 16px 0;border-bottom:1px solid #d9e1d6}.integration-connector-list article:last-child{border-bottom:0}.integration-connector-icon{display:grid;width:36px;height:36px;place-items:center;border:1px solid #d5ded2;background:var(--paper)}.integration-connector-icon .ui-icon{width:22px;height:22px;color:var(--green)}.integration-connector-copy>span{color:var(--green);font-size:10px;font-weight:800;text-transform:uppercase}.integration-connector-copy h3{margin:4px 0 6px;color:var(--deep);font-size:17px;line-height:1.3}.integration-connector-copy p{max-width:650px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.integration-connector-state{display:flex;align-items:center}.integration-connector-state>i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.integration-connector-state>span{margin-left:auto;color:var(--green)}.integration-hub-core{padding:34px 27px;border-left:1px solid #d3ddd0;background:linear-gradient(rgba(184,217,54,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(184,217,54,.04) 1px,transparent 1px),var(--deep);background-size:38px 38px;color:white}.integration-hub-core header{text-align:center}.integration-hub-core header span{color:var(--lime);font-size:12px;font-weight:800;line-height:1.35;text-transform:uppercase}.integration-hub-core header strong{display:block;margin-top:8px;font-size:20px}.integration-hub-orbit{position:relative;display:grid;width:190px;height:190px;place-items:center;margin:30px auto;border:1px solid rgba(184,217,54,.18);border-radius:50%}.integration-hub-orbit:after,.integration-hub-orbit:before{position:absolute;border:1px solid rgba(184,217,54,.11);border-radius:50%;content:""}.integration-hub-orbit:before{inset:27px}.integration-hub-orbit:after{inset:54px}.integration-hub-orbit>i{position:absolute;z-index:2;width:8px;height:8px;border-radius:50%;background:var(--lime)}.integration-hub-orbit>i:first-child{top:18px;left:50%}.integration-hub-orbit>i:nth-child(2){top:50%;right:18px}.integration-hub-orbit>i:nth-child(3){bottom:18px;left:50%}.integration-hub-orbit>i:nth-child(4){top:50%;left:18px}.integration-hub-orbit>div{position:relative;z-index:3;display:grid;width:74px;height:74px;place-items:center;border:1px solid rgba(184,217,54,.45);border-radius:50%;background:var(--deep);color:var(--lime);font-size:19px;font-weight:800}.integration-hub-core ul{margin:0;padding:0;list-style:none}.integration-hub-core li{display:grid;grid-template-columns:10px 1fr;grid-gap:9px;gap:9px;padding:11px 0;border-top:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.68);font-size:13px;line-height:1.5}.integration-hub-core li span{width:5px;height:5px;margin-top:6px;border-radius:50%;background:var(--lime)}.integration-hub-footer{display:flex;min-height:54px;align-items:center;justify-content:center;gap:12px;padding:10px 18px;border-top:1px solid #d6dfd3;background:var(--paper);color:var(--muted);font-size:12px;font-weight:700;line-height:1.4;text-transform:uppercase}.integration-hub-footer i{color:var(--green);font-style:normal}.integration-data-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.integration-data-flow li{position:relative;min-height:260px;padding:26px 26px 52px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.integration-flow-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}.integration-flow-head>span{color:var(--green);font-size:10px;font-weight:800}.integration-flow-head .ui-icon{width:27px;height:27px;color:var(--green)}.integration-flow-copy h3{margin:0 0 12px;color:var(--deep);font-size:19px;line-height:1.3}.integration-flow-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.integration-flow-packet{position:absolute;right:18px;bottom:17px;left:26px;display:flex;align-items:center;gap:10px}.integration-flow-packet>span{padding:3px 6px;border:1px solid #cfdacf;background:var(--paper);color:var(--green);font-size:9px;font-weight:800}.integration-flow-packet:before{height:1px;flex:1 1;background:linear-gradient(90deg,var(--line),rgba(31,107,70,.45));content:""}.integration-flow-packet i{color:var(--green);font-style:normal}.seo-visual-integrations .seo-case-card{gap:clamp(45px,6vw,88px)}.integration-case-proof{min-width:0;margin:0}.integration-case-window{overflow:hidden;padding:12px;border:1px solid rgba(255,255,255,.13);background:var(--deep);box-shadow:0 26px 65px rgba(8,45,30,.15)}.integration-case-window>header{display:grid;min-height:40px;grid-template-columns:70px 1fr auto;align-items:center}.integration-case-window>header>div{display:flex;gap:5px}.integration-case-window>header i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.18)}.integration-case-window>header i:first-child{background:var(--lime)}.integration-case-window>header strong{justify-self:center;color:white;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.integration-case-window>header>span{color:var(--lime);font-size:10px;text-transform:uppercase}.integration-case-system{display:grid;grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr);align-items:stretch;grid-gap:8px;gap:8px}.integration-case-public,.integration-case-system article{position:relative;overflow:hidden;min-width:0}.integration-case-system article{aspect-ratio:1.35/1}.integration-case-public{aspect-ratio:2.25/1;margin-top:8px}.integration-case-public img,.integration-case-system img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.integration-case-public>span,.integration-case-system article>span{position:absolute;z-index:2;top:8px;left:8px;padding:5px 7px;background:rgba(8,45,30,.92);color:var(--lime);font-size:10px;font-weight:800}.integration-case-bridge{display:grid;place-items:center;align-content:center;grid-gap:9px;gap:9px}.integration-case-bridge>i{width:1px;height:44px;background:linear-gradient(transparent,rgba(184,217,54,.65),transparent)}.integration-case-bridge>strong{display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(184,217,54,.4);border-radius:50%;color:var(--lime);font-size:11px}.integration-case-proof figcaption{display:grid;grid-template-columns:auto 1fr;grid-gap:20px;gap:20px;align-items:start;padding:14px 2px 0}.integration-case-proof figcaption>span{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:12px;font-weight:800;line-height:1.4;white-space:nowrap}.integration-case-proof figcaption>span i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.integration-case-proof figcaption p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}@media (max-width:1050px){.seo-visual-integrations .seo-hero-grid{grid-template-columns:1fr}.seo-visual-integrations .integration-network-hero{margin-top:0}.integration-hub-body{grid-template-columns:1fr}.integration-hub-core{border-top:1px solid #d3ddd0;border-left:0}}@media (max-width:700px){.seo-visual-integrations .seo-hero-grid{gap:42px}.integration-network-bar{grid-template-columns:48px 1fr;padding-inline:12px}.integration-network-bar strong{justify-self:end}.integration-network-bar>span{display:none}.integration-network-canvas{display:grid;min-height:0;grid-gap:8px;gap:8px;padding:14px}.integration-network-lines{display:none}.integration-network-core,.integration-network-node{position:static;width:auto;height:auto;min-height:0;transform:none}.integration-network-core{order:-1;min-height:115px;border-radius:14px}.integration-network-node{padding:13px 14px}.integration-hub-bar{grid-template-columns:1fr auto;padding-inline:14px}.integration-hub-bar>p{display:none}.integration-connector-list{padding:8px 14px}.integration-connector-list article{min-height:0;grid-template-columns:38px 1fr;gap:11px;padding:17px 0}.integration-connector-state{display:none}.integration-connector-copy h3{font-size:16px}.integration-connector-copy p{font-size:14px}.integration-hub-core{padding:28px 20px}.integration-hub-footer{flex-wrap:wrap;justify-content:flex-start}.integration-data-flow{grid-template-columns:1fr}.integration-data-flow li{min-height:0;padding:22px 20px 48px}.integration-flow-head{margin-bottom:22px}.integration-case-window{padding:9px}.integration-case-window>header{grid-template-columns:48px 1fr}.integration-case-window>header strong{justify-self:end}.integration-case-window>header>span{display:none}.integration-case-system{grid-template-columns:1fr}.integration-case-bridge{grid-template-columns:1fr auto 1fr;min-height:42px}.integration-case-bridge>i{width:auto;height:1px}.integration-case-public,.integration-case-system article{aspect-ratio:1.55/1}.integration-case-proof figcaption{grid-template-columns:1fr;gap:6px}.integration-case-proof figcaption>span{white-space:normal}}@media (min-width:1051px){.seo-visual-automation .seo-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(460px,.95fr);align-items:start;gap:clamp(44px,5vw,78px)}.seo-visual-automation .automation-graph-hero{margin-top:52px}}.automation-graph-hero{overflow:hidden;border:1px solid rgba(184,217,54,.25);border-radius:20px;background:linear-gradient(rgba(184,217,54,.035) 1px,transparent 0),linear-gradient(90deg,rgba(184,217,54,.035) 1px,transparent 0),rgba(5,31,21,.9);background-size:38px 38px;box-shadow:0 30px 75px rgba(0,0,0,.18)}.automation-graph-bar{display:grid;min-height:50px;grid-template-columns:70px 1fr auto;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1)}.automation-graph-bar>div{display:flex;gap:5px}.automation-graph-bar i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.2)}.automation-graph-bar i:first-child{background:var(--lime)}.automation-graph-bar strong{justify-self:center;color:rgba(255,255,255,.84);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.automation-graph-bar>span{color:var(--lime);font-size:10px;font-weight:800}.automation-graph-canvas{position:relative;min-height:510px}.automation-graph-lines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.automation-graph-lines path{fill:none;stroke:rgba(184,217,54,.3);stroke-width:1.2;stroke-dasharray:5 7}.automation-graph-node{position:absolute;z-index:2;width:min(185px,34%);min-height:90px;padding:14px 15px;border:1px solid rgba(255,255,255,.12);background:rgba(8,45,30,.96)}.automation-graph-node>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.automation-graph-node>div>span{color:var(--lime);font-size:10px;font-weight:800}.automation-graph-node .ui-icon{width:21px;height:21px;color:var(--lime)}.automation-graph-node>strong{display:block;color:rgba(255,255,255,.88);font-size:14px;line-height:1.35}.automation-graph-node>small{display:block;margin-top:6px;color:rgba(255,255,255,.4);font-size:11px;line-height:1.3;text-transform:uppercase}.automation-graph-node-1{top:34px;left:22px}.automation-graph-node-2{top:34px;right:22px}.automation-graph-node-3{top:210px;left:8px}.automation-graph-node-4{top:210px;right:8px}.automation-graph-node-5{bottom:32px;left:40px}.automation-graph-node-6{right:40px;bottom:32px}.automation-engine-core{position:absolute;z-index:3;top:50%;left:50%;display:grid;width:180px;height:180px;place-items:center;align-content:center;grid-gap:8px;gap:8px;padding:20px;transform:translate(-50%,-50%);border:1px solid rgba(184,217,54,.5);border-radius:18px;background:linear-gradient(135deg,rgba(184,217,54,.09),transparent 60%),var(--deep);text-align:center;box-shadow:0 0 0 16px rgba(184,217,54,.025),0 20px 45px rgba(0,0,0,.16)}.automation-engine-core:after,.automation-engine-core:before{position:absolute;border:1px solid rgba(184,217,54,.12);content:""}.automation-engine-core:before{inset:17px}.automation-engine-core:after{inset:34px}.automation-engine-core>*{position:relative;z-index:2}.automation-engine-core>span{color:rgba(255,255,255,.5);font-size:12px;line-height:1.35;text-transform:uppercase}.automation-engine-core>strong{color:var(--lime);font:800 28px/1 var(--font-manrope),sans-serif}.automation-engine-core>small{color:rgba(255,255,255,.55);font-size:11px;line-height:1.35}.automation-graph-footer{display:grid;grid-gap:8px;gap:8px;padding:18px 20px 20px;border-top:1px solid rgba(255,255,255,.1)}.automation-graph-footer>span{display:inline-flex;align-items:center;gap:9px;color:rgba(255,255,255,.72);font-size:12px;font-weight:700;line-height:1.4}.automation-graph-footer>span i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.automation-graph-footer p{max-width:520px;margin:0;color:rgba(255,255,255,.5);font-size:13px;line-height:1.6}.automation-console{overflow:hidden;border:1px solid #ccd8ca;border-radius:20px;background:#fafbf6;box-shadow:0 28px 70px rgba(8,45,30,.07)}.automation-console-bar{display:grid;min-height:64px;grid-template-columns:1fr auto auto;align-items:center;grid-gap:26px;gap:26px;padding:0 22px;border-bottom:1px solid #d6dfd3;background:var(--paper)}.automation-console-bar>div{display:flex;align-items:center;gap:11px}.automation-console-bar>div>span{display:grid;min-width:42px;height:28px;place-items:center;border-radius:6px;background:var(--deep);color:var(--lime);font-size:10px;font-weight:800}.automation-console-bar strong{color:var(--deep);font-size:12px;line-height:1.3;letter-spacing:.08em;text-transform:uppercase}.automation-console-bar>p{max-width:390px;margin:0;color:var(--muted);font-size:12px;line-height:1.45}.automation-console-bar small{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:11px;font-weight:700;line-height:1.3}.automation-console-bar small i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.automation-console-body{display:grid;grid-template-columns:minmax(0,1fr) 315px}.automation-lanes{padding:14px 0 14px 22px}.automation-lanes article{display:grid;min-height:105px;grid-template-columns:48px 1fr 48px;align-items:center;grid-gap:15px;gap:15px;padding:16px 12px 16px 0;border-bottom:1px solid #d9e1d6}.automation-lanes article:last-child{border-bottom:0}.automation-lane-index{display:grid;justify-items:center;grid-gap:7px;gap:7px}.automation-lane-index>span{color:var(--green);font-size:10px;font-weight:800}.automation-lane-index .ui-icon{width:25px;height:25px;color:var(--green)}.automation-lane-copy h3{margin:0 0 7px;color:var(--deep);font-size:17px;line-height:1.3}.automation-lane-copy p{max-width:650px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.automation-lane-route{display:flex;align-items:center;gap:7px}.automation-lane-route i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.automation-lane-route span{color:var(--green)}.automation-rule-engine{padding:34px 27px;border-left:1px solid #d3ddd0;background:linear-gradient(rgba(184,217,54,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(184,217,54,.04) 1px,transparent 1px),var(--deep);background-size:38px 38px;color:white}.automation-rule-engine header{text-align:center}.automation-rule-engine header span{color:var(--lime);font-size:12px;font-weight:800;line-height:1.35;text-transform:uppercase}.automation-rule-engine header strong{display:block;margin-top:8px;font-size:20px}.automation-rule-graphic{display:grid;justify-items:center;grid-gap:8px;gap:8px;margin:28px 0}.automation-rule-step{display:grid;width:100%;grid-template-columns:32px 1fr;align-items:center;grid-gap:10px;gap:10px;padding:12px;border:1px solid rgba(184,217,54,.2);background:rgba(184,217,54,.04)}.automation-rule-step span{color:rgba(255,255,255,.42);font-size:10px}.automation-rule-step strong{color:var(--lime);font-size:12px;letter-spacing:.08em}.automation-rule-graphic>i{color:rgba(184,217,54,.55);font-style:normal}.automation-rule-engine ul{margin:0;padding:0;list-style:none}.automation-rule-engine li{display:grid;grid-template-columns:10px 1fr;grid-gap:9px;gap:9px;padding:11px 0;border-top:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.68);font-size:13px;line-height:1.5}.automation-rule-engine li span{width:5px;height:5px;margin-top:6px;border-radius:50%;background:var(--lime)}.automation-console-footer{display:flex;min-height:54px;align-items:center;justify-content:center;gap:12px;padding:10px 18px;border-top:1px solid #d6dfd3;background:var(--paper);color:var(--muted);font-size:12px;font-weight:700;line-height:1.4;text-transform:uppercase}.automation-console-footer i{color:var(--green);font-style:normal}.automation-implementation-map{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.automation-implementation-map li{position:relative;min-height:260px;padding:26px 26px 53px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.automation-map-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}.automation-map-head>span{color:var(--green);font-size:10px;font-weight:800}.automation-map-head .ui-icon{width:27px;height:27px;color:var(--green)}.automation-map-copy h3{margin:0 0 12px;color:var(--deep);font-size:19px;line-height:1.3}.automation-map-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.automation-map-state{position:absolute;right:18px;bottom:17px;left:26px;display:flex;align-items:center;gap:10px}.automation-map-state:before{height:1px;flex:1 1;background:linear-gradient(90deg,var(--line),rgba(31,107,70,.45));content:""}.automation-map-state span{order:-1;padding:3px 6px;border:1px solid #cfdacf;background:var(--paper);color:var(--green);font-size:9px;font-weight:800}.automation-map-state i{color:var(--green);font-style:normal}.seo-visual-automation .seo-case-card{gap:clamp(45px,6vw,88px)}.automation-case-proof{min-width:0;margin:0}.automation-case-window{overflow:hidden;padding:12px;border:1px solid rgba(255,255,255,.13);background:var(--deep);box-shadow:0 26px 65px rgba(8,45,30,.15)}.automation-case-window>header{display:grid;min-height:40px;grid-template-columns:70px 1fr auto;align-items:center}.automation-case-window>header>div{display:flex;gap:5px}.automation-case-window>header i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.18)}.automation-case-window>header i:first-child{background:var(--lime)}.automation-case-window>header strong{justify-self:center;color:white;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.automation-case-window>header>span{color:var(--lime);font-size:10px;text-transform:uppercase}.automation-case-flow{display:grid;grid-template-columns:minmax(0,1.2fr) 64px minmax(0,.8fr);min-height:390px;align-items:stretch;grid-gap:8px;gap:8px}.automation-case-screen{position:relative;overflow:hidden;min-width:0}.automation-case-screen-main{min-height:390px}.automation-case-screen img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.automation-case-screen>span{position:absolute;z-index:2;top:8px;left:8px;padding:5px 7px;background:rgba(8,45,30,.92);color:var(--lime);font-size:10px;font-weight:800}.automation-case-route{display:grid;place-items:center;align-content:center;grid-gap:9px;gap:9px}.automation-case-route i{width:1px;height:60px;background:linear-gradient(transparent,rgba(184,217,54,.65),transparent)}.automation-case-route strong{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(184,217,54,.4);border-radius:50%;color:var(--lime);font-size:10px}.automation-case-stack{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.automation-case-proof figcaption{display:grid;grid-template-columns:auto 1fr;grid-gap:20px;gap:20px;align-items:start;padding:14px 2px 0}.automation-case-proof figcaption>span{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:12px;font-weight:800;line-height:1.4;white-space:nowrap}.automation-case-proof figcaption>span i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.automation-case-proof figcaption p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}@media (max-width:1050px){.seo-visual-automation .seo-hero-grid{grid-template-columns:1fr}.seo-visual-automation .automation-graph-hero{margin-top:0}.automation-console-body{grid-template-columns:1fr}.automation-rule-engine{border-top:1px solid #d3ddd0;border-left:0}}@media (max-width:700px){.seo-visual-automation .seo-hero-grid{gap:42px}.automation-graph-bar{grid-template-columns:48px 1fr;padding-inline:12px}.automation-graph-bar strong{justify-self:end}.automation-graph-bar>span{display:none}.automation-graph-canvas{display:grid;min-height:0;grid-gap:8px;gap:8px;padding:14px}.automation-graph-lines{display:none}.automation-engine-core,.automation-graph-node{position:static;width:auto;height:auto;min-height:0;transform:none}.automation-engine-core{order:-1;min-height:115px}.automation-graph-node{padding:13px 14px}.automation-console-bar{grid-template-columns:1fr auto;padding-inline:14px}.automation-console-bar>p{display:none}.automation-lanes{padding:8px 14px}.automation-lanes article{min-height:0;grid-template-columns:42px 1fr;gap:11px;padding:17px 0}.automation-lane-route{display:none}.automation-lane-copy h3{font-size:16px}.automation-lane-copy p{font-size:14px}.automation-rule-engine{padding:28px 20px}.automation-console-footer{flex-wrap:wrap;justify-content:flex-start}.automation-implementation-map{grid-template-columns:1fr}.automation-implementation-map li{min-height:0;padding:22px 20px 48px}.automation-map-head{margin-bottom:22px}.automation-case-window{padding:9px}.automation-case-window>header{grid-template-columns:48px 1fr}.automation-case-window>header strong{justify-self:end}.automation-case-window>header>span{display:none}.automation-case-flow{grid-template-columns:1fr;min-height:0}.automation-case-screen-main{min-height:0;aspect-ratio:1.55/1}.automation-case-route{grid-template-columns:1fr auto 1fr;min-height:42px}.automation-case-route i{width:auto;height:1px}.automation-case-stack{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.automation-case-stack .automation-case-screen{aspect-ratio:1.45/1}.automation-case-proof figcaption{grid-template-columns:1fr;gap:6px}.automation-case-proof figcaption>span{white-space:normal}}@media (min-width:1051px){.seo-visual-audit .seo-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(455px,.95fr);align-items:start;gap:clamp(46px,5vw,82px)}.seo-visual-audit .audit-diagnostic-hero{margin-top:50px}}.audit-diagnostic-hero{overflow:hidden;border:1px solid rgba(184,217,54,.25);border-radius:20px;background:linear-gradient(rgba(184,217,54,.035) 1px,transparent 0),linear-gradient(90deg,rgba(184,217,54,.035) 1px,transparent 0),rgba(5,31,21,.9);background-size:38px 38px;box-shadow:0 30px 75px rgba(0,0,0,.18)}.audit-diagnostic-bar{display:grid;min-height:50px;grid-template-columns:70px 1fr auto;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1)}.audit-diagnostic-bar>div{display:flex;gap:5px}.audit-diagnostic-bar i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.2)}.audit-diagnostic-bar i:first-child{background:var(--lime)}.audit-diagnostic-bar strong{justify-self:center;color:rgba(255,255,255,.84);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.audit-diagnostic-bar>span{color:var(--lime);font-size:10px;font-weight:800}.audit-diagnostic-canvas{position:relative;min-height:490px}.audit-diagnostic-cross:after,.audit-diagnostic-cross:before{position:absolute;z-index:1;background:linear-gradient(90deg,transparent,rgba(184,217,54,.3),transparent);content:""}.audit-diagnostic-cross:before{top:50%;right:7%;left:7%;height:1px}.audit-diagnostic-cross:after{top:8%;bottom:8%;left:50%;width:1px;background:linear-gradient(transparent,rgba(184,217,54,.3),transparent)}.audit-focus-node{position:absolute;z-index:2;width:min(180px,34%);min-height:100px;padding:15px;border:1px solid rgba(255,255,255,.12);background:rgba(8,45,30,.96)}.audit-focus-node>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.audit-focus-node>div>span{color:var(--lime);font-size:10px;font-weight:800}.audit-focus-node .ui-icon{width:22px;height:22px;color:var(--lime)}.audit-focus-node strong{display:block;color:rgba(255,255,255,.88);font-size:15px;line-height:1.3}.audit-focus-node small{display:block;margin-top:6px;color:rgba(255,255,255,.43);font-size:12px;line-height:1.4;text-transform:uppercase}.audit-focus-node-1{top:38px;left:28px}.audit-focus-node-2{top:38px;right:28px}.audit-focus-node-3{right:28px;bottom:38px}.audit-focus-node-4{bottom:38px;left:28px}.audit-diagnostic-core{position:absolute;z-index:4;top:50%;left:50%;display:grid;width:194px;height:194px;place-items:center;align-content:center;grid-gap:9px;gap:9px;padding:22px;transform:translate(-50%,-50%);border:1px solid rgba(184,217,54,.52);border-radius:50%;background:radial-gradient(circle,rgba(184,217,54,.1),transparent 64%),var(--deep);text-align:center;box-shadow:0 0 0 17px rgba(184,217,54,.025),0 0 0 42px rgba(184,217,54,.012)}.audit-diagnostic-core>span{color:rgba(255,255,255,.52);font-size:12px;line-height:1.4;text-transform:uppercase}.audit-diagnostic-core>strong{color:var(--lime);font:800 28px/1 var(--font-manrope),sans-serif}.audit-diagnostic-core>small{max-width:145px;color:rgba(255,255,255,.56);font-size:12px;line-height:1.4}.audit-diagnostic-footer{display:grid;grid-gap:8px;gap:8px;padding:18px 20px 20px;border-top:1px solid rgba(255,255,255,.1)}.audit-diagnostic-footer>span{display:inline-flex;align-items:center;gap:9px;color:rgba(255,255,255,.73);font-size:12px;font-weight:700;line-height:1.4}.audit-diagnostic-footer>span i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.audit-diagnostic-footer p{max-width:520px;margin:0;color:rgba(255,255,255,.52);font-size:13px;line-height:1.6}.audit-signal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.audit-signal-grid article{position:relative;min-height:245px;padding:28px 30px 32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.34)}.audit-signal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:42px}.audit-signal-head span{color:var(--green);font-size:10px;font-weight:800;letter-spacing:.1em}.audit-signal-head .ui-icon{width:28px;height:28px;color:var(--green)}.audit-signal-grid h3{max-width:440px;margin:0 0 12px;color:var(--deep);font-size:20px;line-height:1.28}.audit-signal-grid p{max-width:560px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}.audit-signal-line{position:absolute;right:30px;bottom:19px;left:30px;display:flex;align-items:center}.audit-signal-line i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.audit-signal-line span{height:1px;flex:1 1;background:linear-gradient(90deg,rgba(31,107,70,.42),transparent)}.seo-visual-audit .seo-solution-section .seo-process-card{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.seo-visual-audit .seo-solution-section .seo-process-card>div{grid-template-columns:105px 1fr;padding-block:24px}.audit-console{overflow:hidden;border:1px solid #ccd8ca;border-radius:20px;background:#fafbf6;box-shadow:0 28px 70px rgba(8,45,30,.07)}.audit-console-bar{display:grid;min-height:64px;grid-template-columns:1fr auto auto;align-items:center;grid-gap:26px;gap:26px;padding:0 22px;border-bottom:1px solid #d6dfd3;background:var(--paper)}.audit-console-bar>div{display:flex;align-items:center;gap:11px}.audit-console-bar>div>span{display:grid;min-width:46px;height:28px;place-items:center;border-radius:6px;background:var(--deep);color:var(--lime);font-size:9px;font-weight:800}.audit-console-bar strong{color:var(--deep);font-size:12px;line-height:1.3;letter-spacing:.08em;text-transform:uppercase}.audit-console-bar>p{margin:0;color:var(--muted);font-size:12px;line-height:1.4}.audit-console-bar small{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:11px;font-weight:700;line-height:1.3}.audit-console-bar small i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.audit-console-body{display:grid;grid-template-columns:minmax(0,1fr) 315px}.audit-check-list{padding:14px 0 14px 22px}.audit-check-list article{display:grid;min-height:105px;grid-template-columns:48px 1fr auto;align-items:center;grid-gap:16px;gap:16px;padding:16px 18px 16px 0;border-bottom:1px solid #d9e1d6}.audit-check-list article:last-child{border-bottom:0}.audit-check-index{display:grid;justify-items:center;grid-gap:7px;gap:7px}.audit-check-index>span{color:var(--green);font-size:10px;font-weight:800}.audit-check-index .ui-icon{width:25px;height:25px;color:var(--green)}.audit-check-list h3{margin:0 0 7px;color:var(--deep);font-size:17px;line-height:1.3}.audit-check-list p{max-width:650px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.audit-check-status{padding:4px 7px;border:1px solid #d5dfd2;color:var(--green);font-size:9px;font-weight:800}.audit-decision-frame{padding:34px 27px;border-left:1px solid #d3ddd0;background:linear-gradient(rgba(184,217,54,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(184,217,54,.04) 1px,transparent 1px),var(--deep);background-size:38px 38px;color:white}.audit-decision-frame header{text-align:center}.audit-decision-frame header span{color:var(--lime);font-size:12px;font-weight:800;line-height:1.35;text-transform:uppercase}.audit-decision-frame header strong{display:block;margin-top:8px;font-size:20px}.audit-decision-radar{position:relative;display:grid;width:185px;height:185px;place-items:center;margin:29px auto;border:1px solid rgba(184,217,54,.19);border-radius:50%}.audit-decision-radar:after,.audit-decision-radar:before{position:absolute;border:1px solid rgba(184,217,54,.12);border-radius:50%;content:""}.audit-decision-radar:before{inset:28px}.audit-decision-radar:after{inset:56px}.audit-decision-radar>i{position:absolute;z-index:2;width:7px;height:7px;border-radius:50%;background:var(--lime)}.audit-decision-radar>i:first-child{top:20px;left:50%}.audit-decision-radar>i:nth-child(2){right:24px;bottom:43px}.audit-decision-radar>i:nth-child(3){bottom:37px;left:27px}.audit-decision-radar>div{position:relative;z-index:3;display:grid;width:76px;height:76px;place-items:center;border:1px solid rgba(184,217,54,.45);border-radius:50%;background:var(--deep)}.audit-decision-radar>div span{color:var(--lime);font-size:13px;font-weight:800}.audit-decision-frame ul{margin:0;padding:0;list-style:none}.audit-decision-frame li{display:grid;grid-template-columns:10px 1fr;grid-gap:9px;gap:9px;padding:11px 0;border-top:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.7);font-size:13px;line-height:1.5}.audit-decision-frame li span{width:5px;height:5px;margin-top:6px;border-radius:50%;background:var(--lime)}.audit-console-footer{display:flex;min-height:54px;align-items:center;justify-content:center;gap:12px;padding:10px 18px;border-top:1px solid #d6dfd3;background:var(--paper);color:var(--muted);font-size:12px;font-weight:700;line-height:1.4;text-transform:uppercase}.audit-console-footer i{color:var(--green);font-style:normal}.audit-console-footer strong{color:var(--deep)}.seo-visual-audit .seo-fit-section{background:var(--deep);color:white}.audit-router-intro{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:8%;gap:8%;align-items:end;margin-bottom:48px}.audit-router-intro>div>span{color:var(--lime);font-size:11px;font-weight:800;line-height:1.3;letter-spacing:.11em}.audit-router-intro h2{max-width:730px;margin:12px 0 0;color:white}.audit-router-intro>p{max-width:560px;margin:0;color:rgba(255,255,255,.67);font-size:16px;line-height:1.65}.audit-router-body{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);grid-gap:30px;gap:30px}.audit-route-options{border-top:1px solid rgba(255,255,255,.16)}.audit-route-options article{display:grid;min-height:105px;grid-template-columns:54px 1fr 24px;align-items:center;grid-gap:16px;gap:16px;border-bottom:1px solid rgba(255,255,255,.13)}.audit-route-options article>span{color:var(--lime);font-size:10px;font-weight:800}.audit-route-options strong{display:block;color:white;font-size:19px;line-height:1.3}.audit-route-options p{max-width:620px;margin:7px 0 0;color:rgba(255,255,255,.58);font-size:14px;line-height:1.55}.audit-route-options article>i{color:var(--lime);font-style:normal}.audit-no-build{align-self:start;padding:28px;border:1px solid rgba(184,217,54,.22);background:rgba(255,255,255,.045)}.audit-no-build>span{color:var(--lime);font-size:11px;font-weight:800;line-height:1.3;letter-spacing:.1em}.audit-no-build h3{margin:12px 0 22px;color:white;font-size:20px;line-height:1.35}.audit-no-build ul{margin:0;padding:0;list-style:none}.audit-no-build li{display:grid;grid-template-columns:20px 1fr;grid-gap:8px;gap:8px;padding:11px 0;border-top:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.72);font-size:13px;line-height:1.55}.audit-no-build li i{color:var(--lime);font-style:normal}.audit-no-build>p{margin:22px 0 0;color:rgba(255,255,255,.48);font-size:12px;line-height:1.55}.audit-conversation-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.audit-conversation-flow li{position:relative;min-height:255px;padding:26px 26px 52px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.audit-conversation-node{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}.audit-conversation-node>span{color:var(--green);font-size:10px;font-weight:800}.audit-conversation-node .ui-icon{width:27px;height:27px;color:var(--green)}.audit-conversation-flow h3{margin:0 0 12px;color:var(--deep);font-size:19px;line-height:1.3}.audit-conversation-flow p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.audit-conversation-route{position:absolute;right:18px;bottom:17px;left:26px;display:flex;align-items:center}.audit-conversation-route i{height:1px;flex:1 1;background:linear-gradient(90deg,var(--line),rgba(31,107,70,.45))}.audit-conversation-route span{padding-left:8px;color:var(--green)}.seo-visual-audit .seo-case-card{gap:clamp(44px,6vw,86px)}.audit-case-proof{min-width:0;margin:0}.audit-case-window{overflow:hidden;padding:12px;border:1px solid rgba(255,255,255,.13);background:var(--deep);box-shadow:0 26px 65px rgba(8,45,30,.15)}.audit-case-window>header{display:grid;min-height:40px;grid-template-columns:70px 1fr auto;align-items:center}.audit-case-window>header>div{display:flex;gap:5px}.audit-case-window>header i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.18)}.audit-case-window>header i:first-child{background:var(--lime)}.audit-case-window>header strong{justify-self:center;color:white;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.audit-case-window>header>span{color:var(--lime);font-size:10px;text-transform:uppercase}.audit-case-layout{display:grid;grid-template-columns:minmax(0,1.15fr) 58px minmax(0,.85fr);min-height:390px;grid-gap:8px;gap:8px}.audit-case-main,.audit-case-side article{position:relative;overflow:hidden;min-width:0}.audit-case-main img,.audit-case-side img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.audit-case-main>span,.audit-case-side article>span{position:absolute;z-index:2;top:8px;left:8px;padding:5px 7px;background:rgba(8,45,30,.92);color:var(--lime);font-size:10px;font-weight:800}.audit-case-link{display:grid;place-items:center;align-content:center;grid-gap:9px;gap:9px}.audit-case-link i{width:1px;height:58px;background:linear-gradient(transparent,rgba(184,217,54,.65),transparent)}.audit-case-link strong{display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(184,217,54,.4);border-radius:50%;color:var(--lime);font-size:10px}.audit-case-side{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.audit-case-proof figcaption{display:grid;grid-template-columns:auto 1fr;grid-gap:20px;gap:20px;padding:14px 2px 0}.audit-case-proof figcaption>span{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:12px;font-weight:800;line-height:1.4;white-space:nowrap}.audit-case-proof figcaption>span i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.audit-case-proof figcaption p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.audit-contact-section{scroll-margin-top:90px;background:var(--yellow);color:var(--deep)}.audit-contact-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(480px,1.18fr);grid-gap:clamp(50px,7vw,100px);gap:clamp(50px,7vw,100px);align-items:start}.audit-contact-copy{position:-webkit-sticky;position:sticky;top:120px}.audit-contact-copy .eyebrow{color:var(--deep)}.audit-contact-copy h2{max-width:720px;margin:12px 0 24px;color:var(--deep)}.audit-contact-copy>p{max-width:620px;margin:0;color:rgba(8,45,30,.72);font-size:16px;line-height:1.7}.audit-contact-copy ul{display:grid;grid-gap:12px;gap:12px;margin:32px 0 0;padding:0;list-style:none}.audit-contact-copy li{display:grid;grid-template-columns:22px 1fr;grid-gap:10px;gap:10px;align-items:start;color:rgba(8,45,30,.82);font-size:14px;line-height:1.55}.audit-contact-copy li span{font-weight:900}.audit-contact-form{padding:clamp(22px,3vw,38px);border:1px solid rgba(8,45,30,.16);background:var(--paper);box-shadow:0 30px 70px rgba(8,45,30,.1)}.audit-contact-form .contact-form{margin:0}@media (max-width:1050px){.seo-visual-audit .seo-hero-grid{grid-template-columns:1fr}.seo-visual-audit .audit-diagnostic-hero{margin-top:0}.audit-console-body,.audit-contact-grid,.audit-router-body,.audit-router-intro{grid-template-columns:1fr}.audit-router-intro{gap:18px}.audit-decision-frame{border-top:1px solid #d3ddd0;border-left:0}.audit-contact-copy{position:static}}@media (max-width:700px){.seo-visual-audit .seo-hero-grid{gap:42px}.audit-diagnostic-bar{grid-template-columns:48px 1fr;padding-inline:12px}.audit-diagnostic-bar strong{justify-self:end}.audit-diagnostic-bar>span{display:none}.audit-diagnostic-canvas{display:grid;min-height:0;grid-gap:8px;gap:8px;padding:14px}.audit-diagnostic-cross{display:none}.audit-diagnostic-core,.audit-focus-node{position:static;width:auto;height:auto;min-height:0;transform:none}.audit-diagnostic-core{order:-1;min-height:120px;border-radius:14px}.audit-focus-node{padding:14px}.audit-signal-grid{grid-template-columns:1fr}.audit-signal-grid article{min-height:0;padding:22px 20px 46px}.audit-signal-head{margin-bottom:24px}.seo-visual-audit .seo-solution-section .seo-process-card>div{grid-template-columns:1fr;gap:8px}.audit-console-bar{grid-template-columns:1fr auto;padding-inline:14px}.audit-console-bar>p{display:none}.audit-check-list{padding:8px 14px}.audit-check-list article{min-height:0;grid-template-columns:42px 1fr;gap:11px;padding:17px 0}.audit-check-status{display:none}.audit-check-list h3{font-size:16px}.audit-check-list p{font-size:14px}.audit-decision-frame{padding:28px 20px}.audit-console-footer{flex-wrap:wrap;justify-content:flex-start}.audit-router-intro{margin-bottom:30px}.audit-route-options article{min-height:0;grid-template-columns:38px 1fr 18px;gap:10px;padding:17px 0}.audit-route-options strong{font-size:17px}.audit-no-build{padding:22px 20px}.audit-conversation-flow{grid-template-columns:1fr}.audit-conversation-flow li{min-height:0;padding:22px 20px 48px}.audit-conversation-node{margin-bottom:22px}.audit-case-window{padding:9px}.audit-case-window>header{grid-template-columns:48px 1fr}.audit-case-window>header strong{justify-self:end}.audit-case-window>header>span{display:none}.audit-case-layout{grid-template-columns:1fr;min-height:0}.audit-case-main{aspect-ratio:1.55/1}.audit-case-link{grid-template-columns:1fr auto 1fr;min-height:40px}.audit-case-link i{width:auto;height:1px}.audit-case-side{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.audit-case-side article{aspect-ratio:1.45/1}.audit-case-proof figcaption{grid-template-columns:1fr;gap:6px}.audit-case-proof figcaption>span{white-space:normal}.audit-contact-form{padding:18px 14px}}@media (min-width:1051px){.seo-industry-supply-chain .seo-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(455px,.95fr);align-items:start;gap:clamp(44px,5vw,78px)}.seo-industry-supply-chain .supply-chain-hero{margin-top:52px}}.supply-chain-hero{overflow:hidden;border:1px solid rgba(184,217,54,.24);border-radius:20px;background:linear-gradient(rgba(184,217,54,.035) 1px,transparent 0),linear-gradient(90deg,rgba(184,217,54,.035) 1px,transparent 0),rgba(5,31,21,.92);background-size:38px 38px;box-shadow:0 30px 75px rgba(0,0,0,.18)}.supply-chain-hero-bar{display:grid;min-height:50px;grid-template-columns:70px 1fr auto;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1)}.supply-chain-hero-bar>div{display:flex;gap:5px}.supply-chain-hero-bar i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.2)}.supply-chain-hero-bar i:first-child{background:var(--lime)}.supply-chain-hero-bar strong{justify-self:center;color:rgba(255,255,255,.86);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.supply-chain-hero-bar>span{color:var(--lime);font-size:12px;font-weight:800;line-height:1.35}.supply-chain-hero-canvas{position:relative;min-height:470px}.supply-chain-route{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.supply-chain-route path{fill:none;stroke:rgba(184,217,54,.34);stroke-width:1.4;stroke-dasharray:6 7}.supply-chain-stage{position:absolute;z-index:3;width:155px;min-height:92px;padding:14px;border:1px solid rgba(255,255,255,.13);background:rgba(8,45,30,.97)}.supply-chain-stage>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.supply-chain-stage>div>span{color:var(--lime);font-size:11px;font-weight:800}.supply-chain-stage .ui-icon{width:22px;height:22px;color:var(--lime)}.supply-chain-stage>strong{display:block;color:rgba(255,255,255,.9);font-size:14px;line-height:1.32}.supply-chain-stage>small{display:block;margin-top:7px;color:rgba(255,255,255,.48);font-size:11px;letter-spacing:.07em}.supply-chain-stage-1{top:48px;left:18px}.supply-chain-stage-2{top:48px;left:50%;transform:translateX(-50%)}.supply-chain-stage-3{top:48px;right:18px}.supply-chain-stage-4{right:18px;bottom:48px}.supply-chain-stage-5{bottom:48px;left:50%;transform:translateX(-50%)}.supply-chain-stage-6{bottom:48px;left:18px}.supply-chain-focus{position:absolute;z-index:4;top:50%;left:50%;display:grid;min-width:185px;min-height:118px;place-content:center;grid-gap:7px;gap:7px;padding:18px;transform:translate(-50%,-50%);border:1px solid rgba(184,217,54,.42);background:var(--deep);text-align:center;box-shadow:0 0 0 15px rgba(184,217,54,.025),0 18px 42px rgba(0,0,0,.18)}.supply-chain-focus span{color:rgba(255,255,255,.58);font-size:12px;line-height:1.35}.supply-chain-focus strong{color:var(--lime);font-size:27px;line-height:1}.supply-chain-focus small{color:rgba(255,255,255,.5);font-size:11px}.supply-chain-hero-footer{display:grid;grid-gap:8px;gap:8px;padding:18px 20px 20px;border-top:1px solid rgba(255,255,255,.1)}.supply-chain-hero-footer>span{display:inline-flex;align-items:center;gap:9px;color:rgba(255,255,255,.73);font-size:12px;font-weight:700}.supply-chain-hero-footer>span i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.supply-chain-hero-footer p{max-width:540px;margin:0;color:rgba(255,255,255,.54);font-size:13px;line-height:1.6}.supply-chain-console{overflow:hidden;border:1px solid #ccd8ca;border-radius:20px;background:#fafbf6;box-shadow:0 28px 70px rgba(8,45,30,.07)}.supply-chain-console-bar{display:grid;min-height:64px;grid-template-columns:1fr auto auto;align-items:center;grid-gap:24px;gap:24px;padding:0 22px;border-bottom:1px solid #d6dfd3;background:var(--paper)}.supply-chain-console-bar>div{display:flex;align-items:center;gap:11px}.supply-chain-console-bar>div>span{display:grid;min-width:42px;height:28px;place-items:center;border-radius:6px;background:var(--deep);color:var(--lime);font-size:11px;font-weight:800}.supply-chain-console-bar strong{color:var(--deep);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.supply-chain-console-bar>p{margin:0;color:var(--muted);font-size:13px}.supply-chain-console-bar small{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:12px;font-weight:700}.supply-chain-console-bar small i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.supply-chain-console-body{display:grid;grid-template-columns:minmax(0,1fr) 315px}.supply-chain-module-list{padding:14px 0 14px 22px}.supply-chain-module-list article{display:grid;min-height:108px;grid-template-columns:48px 1fr 34px;align-items:center;grid-gap:16px;gap:16px;padding:17px 14px 17px 0;border-bottom:1px solid #d9e1d6}.supply-chain-module-list article:last-child{border-bottom:0}.supply-chain-module-index{display:grid;justify-items:center;grid-gap:7px;gap:7px}.supply-chain-module-index>span{color:var(--green);font-size:11px;font-weight:800}.supply-chain-module-index .ui-icon{width:25px;height:25px;color:var(--green)}.supply-chain-module-list h3{margin:0 0 7px;color:var(--deep);font-size:17px;line-height:1.3}.supply-chain-module-list p{max-width:650px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.supply-chain-module-link{color:var(--green);font-size:16px}.supply-chain-order-control{padding:34px 26px;border-left:1px solid #d3ddd0;background:linear-gradient(rgba(184,217,54,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(184,217,54,.04) 1px,transparent 1px),var(--deep);background-size:38px 38px;color:white}.supply-chain-order-control>header{text-align:center}.supply-chain-order-control>header span{color:var(--lime);font-size:11px;font-weight:800;text-transform:uppercase}.supply-chain-order-control>header strong{display:block;margin-top:8px;font-size:20px}.supply-chain-order-card{display:grid;grid-gap:8px;gap:8px;margin:28px 0 22px;padding:18px;border:1px solid rgba(184,217,54,.22);background:rgba(184,217,54,.045)}.supply-chain-order-card>span{color:var(--lime);font-size:11px;font-weight:800}.supply-chain-order-card>strong{color:white;font-size:17px}.supply-chain-order-card>small{color:rgba(255,255,255,.55);font-size:12px;line-height:1.45}.supply-chain-order-control ol{margin:0;padding:0;list-style:none}.supply-chain-order-control li{display:grid;grid-template-columns:28px 1fr 18px;align-items:center;grid-gap:8px;gap:8px;min-height:47px;border-top:1px solid rgba(255,255,255,.09)}.supply-chain-order-control li>span{color:rgba(255,255,255,.42);font-size:11px}.supply-chain-order-control li>strong{color:rgba(255,255,255,.76);font-size:13px;line-height:1.35}.supply-chain-order-control li>i{color:var(--lime);font-style:normal}.supply-chain-console-footer{display:flex;min-height:54px;align-items:center;justify-content:center;gap:12px;padding:10px 18px;border-top:1px solid #d6dfd3;background:var(--paper);color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.supply-chain-console-footer i{color:var(--green);font-style:normal}.supply-chain-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.supply-chain-process li{position:relative;min-height:260px;padding:26px 26px 53px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.supply-chain-process-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:35px}.supply-chain-process-head>span{color:var(--green);font-size:11px;font-weight:800}.supply-chain-process-head .ui-icon{width:27px;height:27px;color:var(--green)}.supply-chain-process-copy h3{margin:0 0 12px;color:var(--deep);font-size:19px;line-height:1.3}.supply-chain-process-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.supply-chain-process-state{position:absolute;right:18px;bottom:17px;left:26px;display:flex;align-items:center;gap:9px}.supply-chain-process-state:before{height:1px;flex:1 1;background:linear-gradient(90deg,var(--line),rgba(31,107,70,.45));content:""}.supply-chain-process-state span{order:-1;padding:3px 6px;border:1px solid #cfdacf;background:var(--paper);color:var(--green);font-size:10px;font-weight:800}.supply-chain-process-state i{color:var(--green);font-style:normal}.seo-industry-supply-chain .seo-case-card{gap:clamp(44px,6vw,86px)}.supply-chain-case-proof{min-width:0;margin:0}.supply-chain-proof-window{overflow:hidden;padding:12px;border:1px solid rgba(255,255,255,.13);background:var(--deep);box-shadow:0 26px 65px rgba(8,45,30,.15)}.supply-chain-proof-window>header{display:grid;min-height:40px;grid-template-columns:70px 1fr auto;align-items:center}.supply-chain-proof-window>header>div{display:flex;gap:5px}.supply-chain-proof-window>header i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.18)}.supply-chain-proof-window>header i:first-child{background:var(--lime)}.supply-chain-proof-window>header strong{justify-self:center;color:white;font-size:12px;line-height:1.35;letter-spacing:.1em;text-transform:uppercase}.supply-chain-proof-window>header>span{color:var(--lime);font-size:11px}.supply-chain-proof-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);min-height:390px;grid-gap:8px;gap:8px}.supply-chain-proof-main,.supply-chain-proof-stack article{position:relative;overflow:hidden;min-width:0}.supply-chain-proof-main img,.supply-chain-proof-stack img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.supply-chain-proof-main>span,.supply-chain-proof-stack article>span{position:absolute;z-index:2;top:8px;left:8px;padding:5px 7px;background:rgba(8,45,30,.92);color:var(--lime);font-size:11px;font-weight:800}.supply-chain-proof-stack{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.supply-chain-case-proof figcaption{display:grid;grid-template-columns:auto 1fr;grid-gap:20px;gap:20px;padding:14px 2px 0}.supply-chain-case-proof figcaption>span{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:12px;font-weight:800;white-space:nowrap}.supply-chain-case-proof figcaption>span i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.supply-chain-case-proof figcaption p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}@media (max-width:1050px){.seo-industry-supply-chain .seo-hero-grid{grid-template-columns:1fr}.seo-industry-supply-chain .supply-chain-hero{margin-top:0}.supply-chain-console-body{grid-template-columns:1fr}.supply-chain-order-control{border-top:1px solid #d3ddd0;border-left:0}}@media (max-width:700px){.seo-industry-supply-chain .seo-hero-grid{gap:42px}.supply-chain-hero-bar{grid-template-columns:48px 1fr;padding-inline:12px}.supply-chain-hero-bar strong{justify-self:end}.supply-chain-hero-bar>span{display:none}.supply-chain-hero-canvas{display:grid;min-height:0;grid-gap:8px;gap:8px;padding:14px}.supply-chain-route{display:none}.supply-chain-focus,.supply-chain-stage{position:static;width:auto;min-height:0;transform:none}.supply-chain-focus{order:-1;min-height:116px}.supply-chain-stage{padding:13px 14px}.supply-chain-console-bar{grid-template-columns:1fr auto;padding-inline:14px}.supply-chain-console-bar>p{display:none}.supply-chain-module-list{padding:8px 14px}.supply-chain-module-list article{min-height:0;grid-template-columns:42px 1fr;gap:11px;padding:17px 0}.supply-chain-module-link{display:none}.supply-chain-module-list h3{font-size:16px}.supply-chain-module-list p{font-size:14px}.supply-chain-order-control{padding:28px 20px}.supply-chain-console-footer{flex-wrap:wrap;justify-content:flex-start}.supply-chain-process{grid-template-columns:1fr}.supply-chain-process li{min-height:0;padding:22px 20px 48px}.supply-chain-process-head{margin-bottom:22px}.supply-chain-proof-window{padding:9px}.supply-chain-proof-window>header{grid-template-columns:48px 1fr}.supply-chain-proof-window>header strong{justify-self:end}.supply-chain-proof-window>header>span{display:none}.supply-chain-proof-grid{grid-template-columns:1fr;min-height:0}.supply-chain-proof-main{aspect-ratio:1.55/1}.supply-chain-proof-stack{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.supply-chain-proof-stack article{aspect-ratio:1.45/1}.supply-chain-case-proof figcaption{grid-template-columns:1fr;gap:6px}.supply-chain-case-proof figcaption>span{white-space:normal}}@media (min-width:1051px){.seo-industry-retail-operations .seo-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(470px,.98fr);align-items:start;gap:clamp(44px,5vw,78px)}.seo-industry-retail-operations .retail-ops-hero{margin-top:52px}}.retail-ops-hero{overflow:hidden;border:1px solid rgba(184,217,54,.25);border-radius:20px;background:linear-gradient(rgba(184,217,54,.035) 1px,transparent 0),linear-gradient(90deg,rgba(184,217,54,.035) 1px,transparent 0),rgba(5,31,21,.96);background-size:36px 36px;box-shadow:0 30px 75px rgba(0,0,0,.19)}.retail-ops-hero-bar{display:grid;min-height:50px;grid-template-columns:66px 1fr auto;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1)}.retail-ops-hero-bar>div{display:flex;gap:5px}.retail-ops-hero-bar i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.2)}.retail-ops-hero-bar i:first-child{background:var(--lime)}.retail-ops-hero-bar strong{justify-self:center;color:rgba(255,255,255,.84);font-size:11px;letter-spacing:.11em;text-transform:uppercase}.retail-ops-hero-bar>span{color:var(--lime);font-size:12px;font-weight:800;line-height:1.35}.retail-ops-hero-body{display:grid;grid-template-columns:minmax(0,1fr) 190px;min-height:455px}.retail-ops-flow{padding:22px}.retail-ops-flow>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.retail-ops-flow>header>span{color:rgba(255,255,255,.62);font-size:12px;font-weight:800;line-height:1.35;letter-spacing:.08em;text-transform:uppercase}.retail-ops-flow>header small{display:inline-flex;align-items:center;gap:7px;color:var(--lime);font-size:10px;font-weight:800}.retail-ops-flow>header small i{width:6px;height:6px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px rgba(184,217,54,.08)}.retail-ops-stage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.retail-ops-stage-grid article{min-height:112px;padding:15px;border:1px solid rgba(255,255,255,.11);background:rgba(11,54,37,.86)}.retail-ops-stage-grid article>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.retail-ops-stage-grid article>div span{color:var(--lime);font-size:10px;font-weight:800}.retail-ops-stage-grid .ui-icon{width:23px;height:23px;color:var(--lime)}.retail-ops-stage-grid strong{display:block;color:rgba(255,255,255,.9);font-size:14px;line-height:1.3}.retail-ops-stage-grid article>small{display:block;margin-top:8px;color:rgba(255,255,255,.39);font-size:9px;letter-spacing:.09em}.retail-ops-live-panel{padding:22px 16px;border-left:1px solid rgba(255,255,255,.1);background:rgba(2,20,13,.52)}.retail-ops-live-label{color:rgba(255,255,255,.38);font-size:9px;font-weight:800;letter-spacing:.12em}.retail-ops-live-focus{display:grid;grid-gap:10px;gap:10px;margin:18px 0 24px;padding:17px 14px;border:1px solid rgba(184,217,54,.28);background:rgba(184,217,54,.055)}.retail-ops-live-focus small{color:rgba(255,255,255,.48);font-size:11px;line-height:1.35}.retail-ops-live-focus strong{color:white;font-size:15px;line-height:1.35}.retail-ops-live-focus>span{display:inline-flex;align-items:center;gap:7px;color:var(--lime);font-size:9px;font-weight:800}.retail-ops-live-focus>span i{width:6px;height:6px;border-radius:50%;background:var(--lime)}.retail-ops-live-panel ol{margin:0;padding:0;list-style:none}.retail-ops-live-panel li{display:grid;min-height:48px;grid-template-columns:1fr 16px;align-items:center;grid-gap:7px;gap:7px;border-top:1px solid rgba(255,255,255,.08)}.retail-ops-live-panel li span{color:rgba(255,255,255,.68);font-size:12px;line-height:1.3}.retail-ops-live-panel li i{color:var(--lime);font-size:11px;font-style:normal}.retail-ops-hero-footer{display:grid;grid-gap:7px;gap:7px;padding:17px 20px 19px;border-top:1px solid rgba(255,255,255,.1)}.retail-ops-hero-footer>span{display:inline-flex;align-items:center;gap:9px;color:rgba(255,255,255,.72);font-size:12px;font-weight:700}.retail-ops-hero-footer>span i{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--lime)}.retail-ops-hero-footer p{max-width:540px;margin:0;color:rgba(255,255,255,.52);font-size:13px;line-height:1.6}.retail-ops-console{overflow:hidden;border:1px solid #ccd8ca;border-radius:20px;background:#fafbf6;box-shadow:0 28px 70px rgba(8,45,30,.07)}.retail-ops-console-bar{display:grid;min-height:64px;grid-template-columns:1fr auto auto;align-items:center;grid-gap:24px;gap:24px;padding:0 22px;border-bottom:1px solid #d6dfd3;background:var(--paper)}.retail-ops-console-bar>div{display:flex;align-items:center;gap:11px}.retail-ops-console-bar>div>span{display:grid;min-width:42px;height:28px;place-items:center;border-radius:6px;background:var(--deep);color:var(--lime);font-size:10px;font-weight:800}.retail-ops-console-bar strong{color:var(--deep);font-size:12px;letter-spacing:.07em;text-transform:uppercase}.retail-ops-console-bar>p{margin:0;color:var(--muted);font-size:13px}.retail-ops-console-bar>small{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:11px;font-weight:800}.retail-ops-console-bar>small i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.retail-ops-console-body{display:grid;grid-template-columns:minmax(0,1fr) 310px}.retail-ops-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-left:1px solid #d9e1d6}.retail-ops-module-grid article{min-height:220px;padding:22px;border-right:1px solid #d9e1d6;border-bottom:1px solid #d9e1d6}.retail-ops-module-grid article>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.retail-ops-module-grid article>header span{color:var(--green);font-size:10px;font-weight:800}.retail-ops-module-grid .ui-icon{width:25px;height:25px;color:var(--green)}.retail-ops-module-grid h3{margin:0 0 9px;color:var(--deep);font-size:17px;line-height:1.3}.retail-ops-module-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.retail-ops-module-grid article>footer{display:flex;align-items:center;gap:9px;margin-top:20px;padding:0;background:transparent;color:var(--green);font-size:9px;font-weight:800}.retail-ops-module-grid article>footer:before{height:1px;flex:1 1;background:#d4ddd2;content:""}.retail-ops-module-grid article>footer span{order:-1}.retail-ops-module-grid article>footer i{font-style:normal}.retail-ops-state-panel{padding:30px 24px;background:linear-gradient(rgba(184,217,54,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(184,217,54,.04) 1px,transparent 1px),var(--deep);background-size:36px 36px;color:white}.retail-ops-state-panel>header{text-align:center}.retail-ops-state-panel>header span{color:var(--lime);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.retail-ops-state-panel>header strong{display:block;margin-top:8px;font-size:19px;line-height:1.35}.retail-ops-state-card{display:grid;grid-gap:9px;gap:9px;margin:25px 0 21px;padding:18px;border:1px solid rgba(184,217,54,.23);background:rgba(184,217,54,.05)}.retail-ops-state-card small{color:rgba(255,255,255,.51);font-size:11px}.retail-ops-state-card strong{color:white;font-size:23px;letter-spacing:.05em}.retail-ops-state-card>span{display:inline-flex;align-items:center;gap:7px;color:var(--lime);font-size:9px;font-weight:800}.retail-ops-state-card>span i{width:6px;height:6px;border-radius:50%;background:var(--lime)}.retail-ops-state-panel ol{margin:0;padding:0;list-style:none}.retail-ops-state-panel li{display:grid;min-height:47px;grid-template-columns:28px 1fr 17px;align-items:center;grid-gap:8px;gap:8px;border-top:1px solid rgba(255,255,255,.09)}.retail-ops-state-panel li>span{color:rgba(255,255,255,.4);font-size:10px}.retail-ops-state-panel li>strong{color:rgba(255,255,255,.74);font-size:12px;line-height:1.3}.retail-ops-state-panel li>i{color:var(--lime);font-style:normal}.retail-ops-console-footer{display:flex;min-height:54px;align-items:center;justify-content:center;gap:12px;padding:10px 18px;border-top:1px solid #d6dfd3;background:var(--paper);color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.retail-ops-console-footer i{color:var(--green);font-style:normal}.retail-ops-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.retail-ops-process li{position:relative;min-height:270px;padding:25px 24px 52px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.retail-ops-process li>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.retail-ops-process li>header span{color:var(--green);font-size:10px;font-weight:800}.retail-ops-process li>header .ui-icon{width:26px;height:26px;color:var(--green)}.retail-ops-process h3{margin:0 0 11px;color:var(--deep);font-size:18px;line-height:1.32}.retail-ops-process p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.retail-ops-process li>footer{position:absolute;right:18px;bottom:17px;left:24px;display:flex;align-items:center;gap:9px;padding:0;background:transparent}.retail-ops-process li>footer:before{height:1px;flex:1 1;background:linear-gradient(90deg,var(--line),rgba(31,107,70,.42));content:""}.retail-ops-process li>footer span{order:-1;padding:3px 6px;border:1px solid #cfdacf;background:var(--paper);color:var(--green);font-size:9px;font-weight:800}.retail-ops-process li>footer i{color:var(--green);font-style:normal}.seo-industry-retail-operations .seo-case-card{gap:clamp(44px,6vw,86px)}.retail-ops-case-proof{min-width:0;margin:0}.retail-ops-proof-window{overflow:hidden;padding:11px;border:1px solid rgba(255,255,255,.13);background:var(--deep);box-shadow:0 26px 65px rgba(8,45,30,.15)}.retail-ops-proof-window>header{display:grid;min-height:40px;grid-template-columns:66px 1fr auto;align-items:center}.retail-ops-proof-window>header>div{display:flex;gap:5px}.retail-ops-proof-window>header i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.18)}.retail-ops-proof-window>header i:first-child{background:var(--lime)}.retail-ops-proof-window>header strong{justify-self:center;color:white;font-size:12px;line-height:1.35;letter-spacing:.1em;text-transform:uppercase}.retail-ops-proof-window>header>span{color:var(--lime);font-size:9px;font-weight:800}.retail-ops-proof-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);min-height:390px;grid-gap:8px;gap:8px}.retail-ops-proof-main,.retail-ops-proof-stack article{position:relative;overflow:hidden;min-width:0}.retail-ops-proof-main img,.retail-ops-proof-stack img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.retail-ops-proof-main>span,.retail-ops-proof-stack article>span{position:absolute;z-index:2;top:8px;left:8px;padding:5px 7px;background:rgba(8,45,30,.92);color:var(--lime);font-size:10px;font-weight:800}.retail-ops-proof-stack{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.retail-ops-proof-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.retail-ops-proof-grid-two .retail-ops-proof-stack{grid-template-rows:1fr}.retail-ops-case-proof figcaption{display:grid;grid-template-columns:auto 1fr;grid-gap:20px;gap:20px;padding:14px 2px 0}.retail-ops-case-proof figcaption>span{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:12px;font-weight:800;white-space:nowrap}.retail-ops-case-proof figcaption>span i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.retail-ops-case-proof figcaption p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.seo-industry-pharmacy .retail-ops-live-focus,.seo-industry-pharmacy .retail-ops-state-card{border-color:rgba(184,217,54,.35)}.seo-industry-horeca .retail-ops-stage-grid article:nth-child(3),.seo-industry-horeca .retail-ops-stage-grid article:nth-child(4){background:rgba(184,217,54,.075)}.seo-industry-ecommerce .retail-ops-stage-grid article:first-child,.seo-industry-ecommerce .retail-ops-stage-grid article:nth-child(2){border-color:rgba(184,217,54,.27)}@media (max-width:1050px){.seo-industry-retail-operations .seo-hero-grid{grid-template-columns:1fr}.seo-industry-retail-operations .retail-ops-hero{margin-top:0}.retail-ops-console-body{grid-template-columns:1fr}.retail-ops-state-panel{border-top:1px solid #d3ddd0}}@media (max-width:700px){.seo-industry-retail-operations .seo-hero-grid{gap:42px}.retail-ops-hero-bar{grid-template-columns:48px 1fr;padding-inline:12px}.retail-ops-hero-bar strong{justify-self:end}.retail-ops-hero-bar>span{display:none}.retail-ops-hero-body{grid-template-columns:1fr;min-height:0}.retail-ops-flow{padding:14px}.retail-ops-stage-grid{grid-template-columns:1fr}.retail-ops-stage-grid article{min-height:0;padding:14px}.retail-ops-live-panel{border-top:1px solid rgba(255,255,255,.1);border-left:0}.retail-ops-console-bar{grid-template-columns:1fr auto;padding-inline:14px}.retail-ops-console-bar>p{display:none}.retail-ops-module-grid{grid-template-columns:1fr}.retail-ops-module-grid article{min-height:0;padding:20px}.retail-ops-module-grid article>header{margin-bottom:20px}.retail-ops-state-panel{padding:27px 20px}.retail-ops-console-footer{flex-wrap:wrap;justify-content:flex-start}.retail-ops-process{grid-template-columns:1fr}.retail-ops-process li{min-height:0;padding:22px 20px 48px}.retail-ops-process li>header{margin-bottom:21px}.retail-ops-proof-window{padding:9px}.retail-ops-proof-window>header{grid-template-columns:48px 1fr}.retail-ops-proof-window>header strong{justify-self:end}.retail-ops-proof-window>header>span{display:none}.retail-ops-proof-grid,.retail-ops-proof-grid-two{grid-template-columns:1fr;min-height:0}.retail-ops-proof-main{aspect-ratio:1.5/1}.retail-ops-proof-stack{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.retail-ops-proof-grid-two .retail-ops-proof-stack{grid-template-columns:1fr;grid-template-rows:none}.retail-ops-proof-stack article{aspect-ratio:1.42/1}.retail-ops-case-proof figcaption{grid-template-columns:1fr;gap:6px}.retail-ops-case-proof figcaption>span{white-space:normal}}.industry-case-gallery{min-width:0;margin:0}.industry-case-window{overflow:hidden;padding:11px;border:1px solid rgba(255,255,255,.13);background:var(--deep);box-shadow:0 26px 65px rgba(8,45,30,.15)}.industry-case-window>header{display:grid;min-height:42px;grid-template-columns:68px 1fr auto;align-items:center}.industry-case-window>header>div{display:flex;gap:5px}.industry-case-window>header i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.18)}.industry-case-window>header i:first-child{background:var(--lime)}.industry-case-window>header strong{justify-self:center;color:white;font-size:12px;line-height:1.35;letter-spacing:.1em;text-transform:uppercase}.industry-case-window>header>span{color:var(--lime);font-size:9px;font-weight:800}.industry-case-screen-grid{display:grid;min-height:390px;grid-template-columns:minmax(0,1.24fr) minmax(0,.76fr);grid-gap:8px;gap:8px}.industry-case-screen-main,.industry-case-screen-rail>div{position:relative;overflow:hidden;min-width:0;background:#dfe6dc}.industry-case-screen-main img,.industry-case-screen-rail img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.industry-case-screen-main>span,.industry-case-screen-rail>div>span{position:absolute;z-index:2;top:8px;left:8px;padding:5px 7px;background:rgba(8,45,30,.92);color:var(--lime);font-size:10px;font-weight:800}.industry-case-screen-rail{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.industry-case-screen-rail-single{grid-template-rows:1fr}.industry-case-gallery figcaption{display:grid;grid-template-columns:auto 1fr;grid-gap:20px;gap:20px;padding:14px 2px 0}.industry-case-gallery figcaption>span{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:12px;font-weight:800;white-space:nowrap}.industry-case-gallery figcaption>span i{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--lime)}.industry-case-gallery figcaption p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}@media (max-width:700px){.industry-case-window{padding:9px}.industry-case-window>header{grid-template-columns:48px 1fr}.industry-case-window>header strong{justify-self:end}.industry-case-window>header>span{display:none}.industry-case-screen-grid{min-height:0;grid-template-columns:1fr}.industry-case-screen-main{aspect-ratio:1.5/1}.industry-case-screen-rail{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.industry-case-screen-rail-single{grid-template-columns:1fr}.industry-case-screen-rail>div{aspect-ratio:1.42/1}.industry-case-gallery figcaption{grid-template-columns:1fr;gap:6px}.industry-case-gallery figcaption>span{white-space:normal}}@media (min-width:1051px){.seo-industry-production-operations .seo-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(475px,.98fr);align-items:start;gap:clamp(44px,5vw,78px)}.seo-industry-production-operations .production-ops-hero{margin-top:52px}}.production-ops-hero{overflow:hidden;border:1px solid rgba(184,217,54,.24);border-radius:12px;background:linear-gradient(rgba(184,217,54,.032) 1px,transparent 0),linear-gradient(90deg,rgba(184,217,54,.032) 1px,transparent 0),rgba(5,31,21,.97);background-size:28px 28px;box-shadow:0 30px 75px rgba(0,0,0,.2)}.production-ops-hero-bar{display:grid;min-height:50px;grid-template-columns:66px 1fr auto;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1)}.production-ops-hero-bar>div{display:flex;gap:5px}.production-ops-hero-bar i{width:6px;height:6px;border-radius:1px;background:rgba(255,255,255,.2)}.production-ops-hero-bar i:first-child{background:var(--lime)}.production-ops-hero-bar strong{justify-self:center;color:rgba(255,255,255,.84);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.production-ops-hero-bar>span{color:var(--lime);font-size:12px;font-weight:800;line-height:1.35}.production-ops-hero-body{display:grid;min-height:460px;grid-template-columns:minmax(0,1fr) 190px}.production-ops-floor{padding:22px 20px}.production-ops-floor>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.production-ops-floor>header>span{color:rgba(255,255,255,.62);font-size:12px;font-weight:800;line-height:1.35;letter-spacing:.09em;text-transform:uppercase}.production-ops-floor>header small{display:inline-flex;align-items:center;gap:7px;color:var(--lime);font-size:9px;font-weight:800}.production-ops-floor>header small i{width:6px;height:6px;border-radius:50%;background:var(--lime)}.production-ops-line{position:relative}.production-ops-line:before{position:absolute;z-index:0;top:25px;bottom:25px;left:24px;width:1px;background:rgba(184,217,54,.3);content:""}.production-ops-line>div{position:relative;z-index:1;display:grid;min-height:62px;grid-template-columns:48px minmax(0,1fr);align-items:center}.production-ops-line-node{position:relative;display:grid;align-self:stretch;place-items:center}.production-ops-line-node>span{position:absolute;left:0;color:rgba(255,255,255,.35);font-size:8px;font-weight:800}.production-ops-line-node>i{display:block;width:11px;height:11px;border:2px solid var(--deep);outline:1px solid rgba(184,217,54,.7);background:var(--lime)}.production-ops-line-copy{display:flex;min-width:0;align-items:center;gap:12px;padding:9px 12px;border:1px solid rgba(255,255,255,.1);background:rgba(11,54,37,.82)}.production-ops-line-copy .ui-icon{width:22px;height:22px;color:var(--lime)}.production-ops-line-copy strong{display:block;color:rgba(255,255,255,.9);font-size:13px;line-height:1.3}.production-ops-line-copy small{display:block;margin-top:3px;color:rgba(255,255,255,.38);font-size:8px;letter-spacing:.1em}.production-ops-wip-panel{padding:22px 15px;border-left:1px solid rgba(255,255,255,.1);background:rgba(2,20,13,.56)}.production-ops-wip-panel>span{color:rgba(255,255,255,.38);font-size:9px;font-weight:800;letter-spacing:.12em}.production-ops-wip-focus{display:grid;grid-gap:9px;gap:9px;margin:18px 0 23px;padding:16px 13px;border:1px solid rgba(184,217,54,.28);background:rgba(184,217,54,.055)}.production-ops-wip-focus>small{color:rgba(255,255,255,.47);font-size:11px;line-height:1.35}.production-ops-wip-focus>strong{color:white;font-size:15px;line-height:1.35}.production-ops-wip-focus>div{display:flex;height:24px;align-items:end;gap:4px}.production-ops-wip-focus>div i{width:12px;height:36%;background:rgba(184,217,54,.28)}.production-ops-wip-focus>div i:nth-child(2){height:52%}.production-ops-wip-focus>div i:nth-child(3){height:68%}.production-ops-wip-focus>div i:nth-child(4){height:84%}.production-ops-wip-focus>div i:nth-child(5){height:100%}.production-ops-wip-focus>div i:nth-child(6){height:76%;background:var(--lime)}.production-ops-wip-panel ol{margin:0;padding:0;list-style:none}.production-ops-wip-panel li{display:grid;min-height:53px;grid-template-columns:1fr auto;align-items:center;grid-gap:8px;gap:8px;border-top:1px solid rgba(255,255,255,.09)}.production-ops-wip-panel li span{color:rgba(255,255,255,.68);font-size:12px;line-height:1.35}.production-ops-wip-panel li small{color:var(--lime);font-size:8px;font-weight:800}.production-ops-hero-footer{display:grid;grid-gap:8px;gap:8px;padding:17px 20px 19px;border-top:1px solid rgba(255,255,255,.1)}.production-ops-hero-footer>div{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.68);font-size:9px;font-weight:800;letter-spacing:.08em}.production-ops-hero-footer>div i{color:var(--lime);font-style:normal}.production-ops-hero-footer p{max-width:540px;margin:0;color:rgba(255,255,255,.53);font-size:13px;line-height:1.6}.production-ops-console{overflow:hidden;border:1px solid #cbd6c9;border-radius:12px;background:#fafbf6;box-shadow:0 28px 70px rgba(8,45,30,.07)}.production-ops-console-bar{display:grid;min-height:64px;grid-template-columns:1fr auto auto;align-items:center;grid-gap:24px;gap:24px;padding:0 22px;border-bottom:1px solid #d6dfd3;background:var(--paper)}.production-ops-console-bar>div{display:flex;align-items:center;gap:11px}.production-ops-console-bar>div>span{display:grid;min-width:46px;height:28px;place-items:center;background:var(--deep);color:var(--lime);font-size:9px;font-weight:800}.production-ops-console-bar strong{color:var(--deep);font-size:12px;letter-spacing:.07em;text-transform:uppercase}.production-ops-console-bar>p{margin:0;color:var(--muted);font-size:13px}.production-ops-console-bar>small{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:11px;font-weight:800;line-height:1.35}.production-ops-console-bar>small i{width:7px;height:7px;background:var(--lime)}.production-ops-console-body{display:grid;grid-template-columns:minmax(0,1fr) 305px}.production-ops-work-orders>header{display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #d9e1d6;color:var(--green);font-size:9px;font-weight:800;letter-spacing:.08em}.production-ops-work-orders>header>span{font-size:12px;line-height:1.35}.production-ops-work-orders>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.production-ops-work-orders article{display:flex;flex-direction:column;min-height:230px;padding:21px;border-right:1px solid #d9e1d6;border-bottom:1px solid #d9e1d6}.production-ops-work-orders article>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px}.production-ops-work-orders article>header span{color:var(--green);font-size:10px;font-weight:800}.production-ops-work-orders article>header .ui-icon{width:25px;height:25px;color:var(--green)}.production-ops-work-orders h3{margin:0 0 9px;color:var(--deep);font-size:17px;line-height:1.3}.production-ops-work-orders p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.production-ops-work-orders article>footer{display:flex;align-items:center;gap:9px;margin-top:auto;padding:19px 0 0;background:transparent;color:var(--green);font-size:8px;font-weight:800}.production-ops-work-orders article>footer:before{height:1px;flex:1 1;order:1;background:#d4ddd2;content:""}.production-ops-work-orders article>footer i{order:2;font-style:normal}.production-ops-stage-control{padding:30px 23px;background:linear-gradient(rgba(184,217,54,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(184,217,54,.035) 1px,transparent 1px),var(--deep);background-size:28px 28px;color:white}.production-ops-stage-control>header{text-align:center}.production-ops-stage-control>header span{color:var(--lime);font-size:9px;font-weight:800;letter-spacing:.1em}.production-ops-stage-control>header strong{display:block;margin-top:8px;font-size:17px;line-height:1.35}.production-ops-stage-focus{display:grid;grid-gap:8px;gap:8px;margin:24px 0 19px;padding:17px;border:1px solid rgba(184,217,54,.25);background:rgba(184,217,54,.05)}.production-ops-stage-focus small{color:rgba(255,255,255,.5);font-size:11px;line-height:1.35}.production-ops-stage-focus strong{color:white;font-size:16px;line-height:1.35}.production-ops-stage-control ol{margin:0;padding:0;list-style:none}.production-ops-stage-control li{display:grid;min-height:58px;grid-template-columns:28px 1fr 16px;align-items:center;grid-gap:8px;gap:8px;border-top:1px solid rgba(255,255,255,.09)}.production-ops-stage-control li>span{color:rgba(255,255,255,.39);font-size:9px}.production-ops-stage-control li strong{display:block;color:rgba(255,255,255,.76);font-size:12px;line-height:1.3}.production-ops-stage-control li small{display:block;margin-top:3px;color:rgba(255,255,255,.34);font-size:7px}.production-ops-stage-control li>i{color:var(--lime);font-style:normal}.production-ops-console-footer{display:flex;min-height:54px;align-items:center;justify-content:center;gap:12px;padding:10px 18px;border-top:1px solid #d6dfd3;background:var(--paper);color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.production-ops-console-footer i{color:var(--green);font-style:normal}.production-ops-process{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.production-ops-process li{position:relative;display:grid;min-height:230px;grid-template-columns:82px minmax(0,1fr) 18px;align-items:stretch;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,254,248,.38)}.production-ops-gate{display:grid;align-content:center;justify-items:center;grid-gap:12px;gap:12px;border-right:1px solid var(--line);background:var(--mist)}.production-ops-gate>span{color:var(--green);font-size:9px;font-weight:800}.production-ops-gate .ui-icon{width:28px;height:28px;color:var(--green)}.production-ops-gate>small{writing-mode:vertical-rl;color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.08em}.production-ops-process article{padding:32px 24px}.production-ops-process h3{margin:0 0 11px;color:var(--deep);font-size:18px;line-height:1.32}.production-ops-process p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.production-ops-gate-arrow{align-self:center;color:var(--green);font-style:normal}.seo-industry-production-operations .seo-case-card{gap:clamp(44px,6vw,86px)}.production-ops-case-proof .industry-case-window{border-radius:4px;box-shadow:10px 10px 0 rgba(31,107,70,.12),0 26px 65px rgba(8,45,30,.13)}.seo-industry-food-production .production-ops-stage-focus,.seo-industry-food-production .production-ops-wip-focus{border-color:rgba(242,201,76,.38)}.seo-industry-agriculture .production-ops-line>div:nth-child(2) .production-ops-line-copy,.seo-industry-furniture .production-ops-line>div:nth-child(5) .production-ops-line-copy{border-color:rgba(184,217,54,.26)}@media (max-width:1050px){.seo-industry-production-operations .seo-hero-grid{grid-template-columns:1fr}.seo-industry-production-operations .production-ops-hero{margin-top:0}.production-ops-console-body{grid-template-columns:1fr}.production-ops-stage-control{border-top:1px solid #d3ddd0}}@media (max-width:700px){.seo-industry-production-operations .seo-hero-grid{gap:42px}.production-ops-hero-bar{grid-template-columns:48px 1fr;padding-inline:12px}.production-ops-hero-bar strong{justify-self:end}.production-ops-hero-bar>span{display:none}.production-ops-hero-body{min-height:0;grid-template-columns:1fr}.production-ops-floor{padding:15px 13px}.production-ops-wip-panel{border-top:1px solid rgba(255,255,255,.1);border-left:0}.production-ops-console-bar{grid-template-columns:1fr auto;padding-inline:14px}.production-ops-console-bar>p{display:none}.production-ops-work-orders>div{grid-template-columns:1fr}.production-ops-work-orders article{min-height:0;padding:20px}.production-ops-work-orders article>header{margin-bottom:20px}.production-ops-stage-control{padding:27px 20px}.production-ops-console-footer{flex-wrap:wrap;justify-content:flex-start}.production-ops-process{grid-template-columns:1fr}.production-ops-process li{min-height:0;grid-template-columns:67px minmax(0,1fr) 15px}.production-ops-process article{padding:25px 18px}.production-ops-gate>small{display:none}}@media (min-width:1051px){.seo-industry-service-operations .seo-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(475px,.98fr);align-items:start;gap:clamp(44px,5vw,78px)}.seo-industry-service-operations .service-ops-hero{margin-top:52px}}.service-ops-hero{overflow:hidden;border:1px solid rgba(184,217,54,.24);border-radius:24px 24px 8px 8px;background:radial-gradient(circle at 82% 18%,rgba(184,217,54,.08),transparent 32%),rgba(5,31,21,.97);box-shadow:0 30px 75px rgba(0,0,0,.19)}.service-ops-hero-bar{display:grid;min-height:52px;grid-template-columns:66px 1fr auto;align-items:center;padding:0 17px;border-bottom:1px solid rgba(255,255,255,.1)}.service-ops-hero-bar>div{display:flex;gap:5px}.service-ops-hero-bar i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.2)}.service-ops-hero-bar i:first-child{background:var(--yellow)}.service-ops-hero-bar strong{justify-self:center;color:rgba(255,255,255,.84);font-size:11px;letter-spacing:.12em}.service-ops-hero-bar>span{color:var(--lime);font-size:12px;font-weight:800;line-height:1.35}.service-ops-hero-body{display:grid;min-height:455px;grid-template-columns:minmax(0,1fr) 205px}.service-ops-request-board{padding:21px 19px}.service-ops-request-board>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.service-ops-request-board>header small,.service-ops-request-board>header>span{color:rgba(255,255,255,.54);font-size:9px;font-weight:800;letter-spacing:.1em}.service-ops-request-board>header small{display:inline-flex;align-items:center;gap:7px;color:var(--lime)}.service-ops-request-board>header small i{width:6px;height:6px;border-radius:50%;background:var(--lime)}.service-ops-request-flow{margin:0;padding:0;border:1px solid rgba(255,255,255,.1);background:rgba(4,28,18,.55);list-style:none}.service-ops-request-flow li{display:grid;min-height:62px;grid-template-columns:30px 24px minmax(0,1fr) 14px;align-items:center;grid-gap:11px;gap:11px;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.09)}.service-ops-request-flow li:last-child{border-bottom:0}.service-ops-request-index{color:rgba(255,255,255,.37);font-size:9px;font-weight:800}.service-ops-request-flow .ui-icon{width:22px;height:22px;color:var(--lime)}.service-ops-request-flow strong{display:block;color:rgba(255,255,255,.88);font-size:13px;line-height:1.3}.service-ops-request-flow small{display:block;margin-top:3px;color:rgba(255,255,255,.36);font-size:8px;letter-spacing:.08em}.service-ops-request-flow li>i{color:var(--lime);font-size:10px;font-style:normal}.service-ops-assignment-panel{padding:21px 15px;border-left:1px solid rgba(255,255,255,.1);background:rgba(2,20,13,.56)}.service-ops-assignment-panel>span{color:rgba(255,255,255,.38);font-size:9px;font-weight:800;letter-spacing:.11em}.service-ops-assignment-focus{display:grid;grid-gap:8px;gap:8px;margin:18px 0 23px;padding:17px 14px;border:1px solid rgba(242,201,76,.32);border-radius:10px;background:rgba(242,201,76,.055)}.service-ops-assignment-focus small{color:var(--yellow);font-size:8px;font-weight:800}.service-ops-assignment-focus strong{color:white;font-size:15px;line-height:1.35}.service-ops-assignment-panel ol{margin:0;padding:0;list-style:none}.service-ops-assignment-panel li{display:grid;min-height:54px;grid-template-columns:25px 1fr 8px;align-items:center;grid-gap:8px;gap:8px;border-top:1px solid rgba(255,255,255,.09)}.service-ops-assignment-panel li>span{color:rgba(255,255,255,.38);font-size:9px}.service-ops-assignment-panel li>strong{color:rgba(255,255,255,.69);font-size:12px;line-height:1.3}.service-ops-assignment-panel li>i{width:6px;height:6px;border-radius:50%;background:var(--lime)}.service-ops-hero-footer{display:grid;grid-gap:8px;gap:8px;padding:17px 20px 19px;border-top:1px solid rgba(255,255,255,.1)}.service-ops-hero-footer>div{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.67);font-size:9px;font-weight:800;letter-spacing:.07em}.service-ops-hero-footer>div i{color:var(--yellow);font-style:normal}.service-ops-hero-footer p{max-width:540px;margin:0;color:rgba(255,255,255,.53);font-size:13px;line-height:1.6}.service-ops-console{overflow:hidden;border:1px solid #cbd7ca;border-radius:18px;background:#fafbf6;box-shadow:0 28px 70px rgba(8,45,30,.07)}.service-ops-console-bar{display:grid;min-height:64px;grid-template-columns:1fr auto auto;align-items:center;grid-gap:24px;gap:24px;padding:0 22px;border-bottom:1px solid #d6dfd3;background:var(--paper)}.service-ops-console-bar>div{display:flex;align-items:center;gap:11px}.service-ops-console-bar>div>span{display:grid;width:42px;height:28px;place-items:center;border-radius:14px;background:var(--deep);color:var(--lime);font-size:9px;font-weight:800}.service-ops-console-bar strong{color:var(--deep);font-size:12px;letter-spacing:.07em;text-transform:uppercase}.service-ops-console-bar>p{margin:0;color:var(--muted);font-size:13px}.service-ops-console-bar>small{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:12px;font-weight:800;line-height:1.35}.service-ops-console-bar>small i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.service-ops-console-body{display:grid;grid-template-columns:minmax(0,1fr) 310px}.service-ops-module-queue>header{display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:0 21px;border-bottom:1px solid #d9e1d6;color:var(--green);font-size:9px;font-weight:800;letter-spacing:.08em}.service-ops-module-queue>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1px;gap:1px;background:#d9e1d6}.service-ops-module-queue article{display:flex;flex-direction:column;min-height:225px;padding:21px;background:#fafbf6}.service-ops-module-queue article>header{display:grid;grid-template-columns:24px 26px 1fr;align-items:center;grid-gap:9px;gap:9px;margin-bottom:25px}.service-ops-module-queue article>header>span{color:var(--green);font-size:9px;font-weight:800}.service-ops-module-queue article>header .ui-icon{width:24px;height:24px;color:var(--green)}.service-ops-module-queue article>header small{justify-self:end;color:var(--muted);font-size:12px;line-height:1.35;text-align:right}.service-ops-module-queue h3{margin:0 0 9px;color:var(--deep);font-size:17px;line-height:1.3}.service-ops-module-queue p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.service-ops-module-queue article>footer{display:flex;align-items:center;gap:8px;margin-top:auto;padding:18px 0 0;background:transparent;color:var(--green);font-size:8px;font-weight:800}.service-ops-module-queue article>footer i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.service-ops-responsibility-panel{padding:30px 23px;background:var(--deep);color:white}.service-ops-responsibility-panel>header{text-align:center}.service-ops-responsibility-panel>header span{color:var(--lime);font-size:9px;font-weight:800;letter-spacing:.09em}.service-ops-responsibility-panel>header strong{display:block;margin-top:8px;font-size:17px;line-height:1.35}.service-ops-responsibility-focus{display:grid;grid-gap:8px;gap:8px;margin:24px 0 19px;padding:17px;border:1px solid rgba(242,201,76,.31);border-radius:10px;background:rgba(242,201,76,.055)}.service-ops-responsibility-focus small{color:var(--yellow);font-size:8px;font-weight:800}.service-ops-responsibility-focus strong{color:white;font-size:16px;line-height:1.35}.service-ops-responsibility-panel ol{margin:0;padding:0;list-style:none}.service-ops-responsibility-panel li{display:grid;min-height:58px;grid-template-columns:27px 1fr 14px;align-items:center;grid-gap:8px;gap:8px;border-top:1px solid rgba(255,255,255,.09)}.service-ops-responsibility-panel li>span{color:rgba(255,255,255,.38);font-size:9px}.service-ops-responsibility-panel li strong{display:block;color:rgba(255,255,255,.76);font-size:12px;line-height:1.3}.service-ops-responsibility-panel li small{color:rgba(255,255,255,.34);font-size:7px}.service-ops-responsibility-panel li>i{color:var(--lime);font-style:normal}.service-ops-console-footer{display:flex;min-height:54px;align-items:center;justify-content:center;gap:10px;padding:10px 18px;border-top:1px solid #d6dfd3;background:var(--paper)}.service-ops-console-footer>span{display:inline-flex;align-items:center;gap:10px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.service-ops-console-footer i{color:var(--green);font-style:normal}.service-ops-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;grid-gap:12px;gap:12px;list-style:none}.service-ops-process li{position:relative;min-height:270px;padding:0 20px 49px;border:1px solid var(--line);border-radius:16px 16px 5px 5px;background:rgba(255,254,248,.46)}.service-ops-process-state{display:grid;min-height:76px;grid-template-columns:28px 28px 1fr;align-items:center;grid-gap:9px;gap:9px;margin-inline:-20px;padding:0 18px;border-bottom:1px solid var(--line);background:var(--mist)}.service-ops-process-state>span{color:var(--green);font-size:9px;font-weight:800}.service-ops-process-state .ui-icon{width:26px;height:26px;color:var(--green)}.service-ops-process-state>small{justify-self:end;color:var(--muted);font-size:8px;font-weight:800}.service-ops-process article{padding-top:24px}.service-ops-process h3{margin:0 0 11px;color:var(--deep);font-size:18px;line-height:1.32}.service-ops-process p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.service-ops-process-handoff{position:absolute;right:18px;bottom:17px;display:grid;width:26px;height:26px;place-items:center;border:1px solid #cbd7c9;border-radius:50%;color:var(--green);font-style:normal}.seo-industry-service-operations .seo-case-card{gap:clamp(44px,6vw,86px)}.service-ops-case-proof .industry-case-window{border-radius:18px 18px 5px 5px}.seo-industry-clinic .service-ops-assignment-focus,.seo-industry-education .service-ops-responsibility-focus{border-color:rgba(184,217,54,.37)}@media (max-width:1050px){.seo-industry-service-operations .seo-hero-grid{grid-template-columns:1fr}.seo-industry-service-operations .service-ops-hero{margin-top:0}.service-ops-console-body{grid-template-columns:1fr}.service-ops-responsibility-panel{border-top:1px solid #d3ddd0}}@media (max-width:700px){.seo-industry-service-operations .seo-hero-grid{gap:42px}.service-ops-hero-bar{grid-template-columns:48px 1fr;padding-inline:12px}.service-ops-hero-bar strong{justify-self:end}.service-ops-hero-bar>span{display:none}.service-ops-hero-body{min-height:0;grid-template-columns:1fr}.service-ops-request-board{padding:15px 13px}.service-ops-request-flow li{grid-template-columns:25px 22px minmax(0,1fr) 12px;padding-inline:9px}.service-ops-assignment-panel{border-top:1px solid rgba(255,255,255,.1);border-left:0}.service-ops-console-bar{grid-template-columns:1fr auto;padding-inline:14px}.service-ops-console-bar>p{display:none}.service-ops-console-bar>small{max-width:120px;text-align:right}.service-ops-module-queue>div{grid-template-columns:1fr}.service-ops-module-queue article{min-height:0;padding:20px}.service-ops-responsibility-panel{padding:27px 20px}.service-ops-console-footer{flex-wrap:wrap;justify-content:flex-start}.service-ops-process{grid-template-columns:1fr}.service-ops-process li{min-height:0}}@media (min-width:1051px){.seo-industry-project-asset-operations .seo-hero-grid{grid-template-columns:minmax(0,1fr) minmax(500px,1fr);align-items:start;gap:clamp(42px,4.6vw,72px)}.seo-industry-project-asset-operations .project-asset-hero{margin-top:52px}}.project-asset-hero{overflow:hidden;border:1px solid rgba(184,217,54,.23);border-radius:6px;background:linear-gradient(90deg,transparent 49.8%,rgba(184,217,54,.035) 50%,transparent 50.2%),rgba(5,31,21,.97);background-size:70px 70px;box-shadow:0 30px 75px rgba(0,0,0,.2)}.project-asset-hero-bar{display:grid;min-height:52px;grid-template-columns:66px 1fr auto;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1)}.project-asset-hero-bar>div{display:flex;gap:5px}.project-asset-hero-bar i{width:6px;height:6px;background:rgba(255,255,255,.2)}.project-asset-hero-bar i:first-child{background:var(--lime)}.project-asset-hero-bar strong{justify-self:center;color:rgba(255,255,255,.84);font-size:12px;line-height:1.35;letter-spacing:.1em;text-transform:uppercase}.project-asset-hero-bar>span{color:var(--lime);font-size:12px;font-weight:800;line-height:1.35}.project-asset-hero-body{display:grid;min-height:480px;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr) 165px}.project-asset-activity-ledger,.project-asset-dossier,.project-asset-milestones{min-width:0;padding:20px 16px}.project-asset-dossier,.project-asset-milestones{border-right:1px solid rgba(255,255,255,.1)}.project-asset-activity-ledger>header,.project-asset-dossier>header,.project-asset-milestones>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px;color:rgba(255,255,255,.52);font-size:12px;font-weight:800;line-height:1.35;letter-spacing:.09em;text-transform:uppercase}.project-asset-dossier>header small,.project-asset-milestones>header small{display:inline-flex;align-items:center;gap:6px;color:var(--lime);font-size:8px}.project-asset-dossier>header small{font-size:11px;line-height:1.35}.project-asset-dossier>header small i{width:6px;height:6px;background:var(--lime)}.project-asset-dossier-focus{display:grid;min-height:156px;align-content:center;grid-gap:16px;gap:16px;padding:18px;border:1px solid rgba(184,217,54,.3);background:linear-gradient(135deg,rgba(184,217,54,.08),rgba(184,217,54,.025))}.project-asset-dossier-focus .ui-icon{width:36px;height:36px;color:var(--lime)}.project-asset-dossier-focus small{color:rgba(255,255,255,.47);font-size:11px;line-height:1.35}.project-asset-dossier-focus strong{display:block;margin-top:6px;color:white;font-size:16px;line-height:1.35}.project-asset-dossier dl{margin:19px 0 0}.project-asset-dossier dl>div{padding:12px 0;border-top:1px solid rgba(255,255,255,.09)}.project-asset-dossier dt{color:rgba(255,255,255,.37);font-size:11px;line-height:1.35}.project-asset-dossier dd{margin:3px 0 0;color:rgba(255,255,255,.75);font-size:12px;line-height:1.35}.project-asset-activity-ledger ol,.project-asset-milestones ol{margin:0;padding:0;list-style:none}.project-asset-milestones li{display:grid;min-height:65px;grid-template-columns:44px 1fr 14px;align-items:center;grid-gap:9px;gap:9px;border-top:1px solid rgba(255,255,255,.09)}.project-asset-milestones li:first-child{border-top:0}.project-asset-milestone-node{display:grid;grid-template-columns:16px 22px;align-items:center;grid-gap:5px;gap:5px}.project-asset-milestone-node>span{color:rgba(255,255,255,.34);font-size:8px}.project-asset-milestone-node .ui-icon{width:21px;height:21px;color:var(--lime)}.project-asset-milestone-copy strong{display:block;color:rgba(255,255,255,.8);font-size:12px;line-height:1.3}.project-asset-milestone-copy small{display:block;margin-top:3px;color:rgba(255,255,255,.34);font-size:11px;line-height:1.35}.project-asset-milestones li>i{color:var(--lime);font-size:9px;font-style:normal}.project-asset-activity-ledger{background:rgba(2,20,13,.52)}.project-asset-activity-ledger>header .ui-icon{width:20px;height:20px;color:var(--lime)}.project-asset-activity-ledger li{display:grid;min-height:79px;align-content:center;grid-gap:4px;gap:4px;border-top:1px solid rgba(255,255,255,.09)}.project-asset-activity-ledger li>span{color:var(--lime);font-size:8px;font-weight:800}.project-asset-activity-ledger li>strong{color:rgba(255,255,255,.72);font-size:12px;line-height:1.35}.project-asset-activity-ledger li>small{color:rgba(255,255,255,.34);font-size:11px;line-height:1.35;text-transform:uppercase}.project-asset-hero-footer{display:grid;grid-gap:8px;gap:8px;padding:17px 20px 19px;border-top:1px solid rgba(255,255,255,.1)}.project-asset-hero-footer>span{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.7);font-size:12px;font-weight:700;line-height:1.4}.project-asset-hero-footer>span i{width:7px;height:7px;background:var(--yellow)}.project-asset-hero-footer p{margin:0;color:rgba(255,255,255,.53);font-size:13px;line-height:1.6}.project-asset-console{overflow:hidden;border:1px solid #cbd7ca;border-radius:6px;background:#fafbf6;box-shadow:0 28px 70px rgba(8,45,30,.07)}.project-asset-console-bar{display:grid;min-height:64px;grid-template-columns:1fr auto auto;align-items:center;grid-gap:24px;gap:24px;padding:0 22px;border-bottom:1px solid #d6dfd3;background:var(--paper)}.project-asset-console-bar>div{display:flex;align-items:center;gap:11px}.project-asset-console-bar>div>span{display:grid;width:42px;height:28px;place-items:center;background:var(--yellow);color:var(--deep);font-size:9px;font-weight:900}.project-asset-console-bar strong{color:var(--deep);font-size:12px;letter-spacing:.06em;text-transform:uppercase}.project-asset-console-bar>p{margin:0;color:var(--muted);font-size:13px}.project-asset-console-bar>small{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:11px;font-weight:800;line-height:1.35}.project-asset-console-bar>small i{width:7px;height:7px;background:var(--lime)}.project-asset-console-body{display:grid;grid-template-columns:minmax(0,1fr) 310px}.project-asset-module-ledger>header{display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #d9e1d6;color:var(--green);font-size:9px;font-weight:800;letter-spacing:.08em}.project-asset-module-ledger>header>span{font-size:12px;line-height:1.35}.project-asset-module-ledger article{display:grid;min-height:113px;grid-template-columns:48px 1fr 20px;align-items:center;grid-gap:15px;gap:15px;padding:16px 20px;border-bottom:1px solid #d9e1d6}.project-asset-module-index{display:grid;justify-items:center;grid-gap:7px;gap:7px}.project-asset-module-index>span{color:var(--green);font-size:9px;font-weight:800}.project-asset-module-index .ui-icon{width:25px;height:25px;color:var(--green)}.project-asset-module-copy h3{margin:0 0 7px;color:var(--deep);font-size:17px;line-height:1.3}.project-asset-module-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.62}.project-asset-module-link{color:var(--green);font-style:normal}.project-asset-control-ledger{padding:30px 23px;border-left:1px solid #d3ddd0;background:linear-gradient(rgba(184,217,54,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(184,217,54,.035) 1px,transparent 1px),var(--deep);background-size:35px 35px;color:white}.project-asset-control-ledger>header{text-align:center}.project-asset-control-ledger>header span{color:var(--lime);font-size:12px;font-weight:800;line-height:1.35;letter-spacing:.09em;text-transform:uppercase}.project-asset-control-ledger>header strong{display:block;margin-top:8px;font-size:18px;line-height:1.35}.project-asset-control-record{display:grid;grid-gap:8px;gap:8px;margin:24px 0 19px;padding:17px;border:1px solid rgba(242,201,76,.3);background:rgba(242,201,76,.05)}.project-asset-control-record small{color:rgba(255,255,255,.48);font-size:11px;line-height:1.35}.project-asset-control-record strong{color:white;font-size:16px;line-height:1.35}.project-asset-control-record>span{display:inline-flex;align-items:center;gap:7px;color:var(--yellow);font-size:11px;font-weight:800;line-height:1.35}.project-asset-control-record>span i{width:6px;height:6px;background:var(--yellow)}.project-asset-control-ledger ol{margin:0;padding:0;list-style:none}.project-asset-control-ledger li{display:grid;min-height:56px;grid-template-columns:28px 1fr 16px;align-items:center;grid-gap:8px;gap:8px;border-top:1px solid rgba(255,255,255,.09)}.project-asset-control-ledger li>span{color:rgba(255,255,255,.38);font-size:9px}.project-asset-control-ledger li>strong{color:rgba(255,255,255,.75);font-size:12px;line-height:1.3}.project-asset-control-ledger li>i{color:var(--lime);font-style:normal}.project-asset-console-footer{display:flex;min-height:54px;align-items:center;justify-content:center;gap:11px;padding:10px 18px;border-top:1px solid #d6dfd3;background:var(--paper);color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.project-asset-console-footer i{color:var(--green);font-style:normal}.project-asset-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.project-asset-process li{position:relative;display:grid;min-height:270px;grid-template-columns:26px 1fr;padding:25px 20px 48px 0;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.project-asset-process-rail{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);justify-items:center;grid-gap:7px;gap:7px}.project-asset-process-rail>span{color:var(--green);font-size:8px;font-weight:800;writing-mode:vertical-rl}.project-asset-process-rail>i{width:1px;height:100%;background:linear-gradient(var(--green),var(--line))}.project-asset-process article{padding-left:16px}.project-asset-process article>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.project-asset-process article>header .ui-icon{width:28px;height:28px;color:var(--green)}.project-asset-process article>header small{color:var(--muted);font-size:9px;font-weight:800}.project-asset-process h3{margin:0 0 11px;color:var(--deep);font-size:18px;line-height:1.32}.project-asset-process p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.project-asset-process-arrow{position:absolute;right:17px;bottom:16px;color:var(--green);font-style:normal}.seo-industry-project-asset-operations .seo-case-card{gap:clamp(44px,6vw,86px)}.project-asset-case-proof .industry-case-window{border-radius:3px;box-shadow:-10px 10px 0 rgba(242,201,76,.16),0 26px 65px rgba(8,45,30,.13)}.seo-industry-real-estate .project-asset-dossier-focus{border-color:rgba(242,201,76,.34)}@media (max-width:1050px){.seo-industry-project-asset-operations .seo-hero-grid{grid-template-columns:1fr}.seo-industry-project-asset-operations .project-asset-hero{margin-top:0}.project-asset-console-body{grid-template-columns:1fr}.project-asset-control-ledger{border-top:1px solid #d3ddd0;border-left:0}}@media (max-width:700px){.seo-industry-project-asset-operations .seo-hero-grid{gap:42px}.project-asset-hero-bar{grid-template-columns:48px 1fr;padding-inline:12px}.project-asset-hero-bar strong{justify-self:end;text-align:right}.project-asset-hero-bar>span{display:none}.project-asset-hero-body{min-height:0;grid-template-columns:1fr}.project-asset-dossier,.project-asset-milestones{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.project-asset-activity-ledger li{min-height:61px}.project-asset-console-bar{grid-template-columns:1fr auto;padding-inline:14px}.project-asset-console-bar>p{display:none}.project-asset-module-ledger article{min-height:0;grid-template-columns:42px 1fr;padding-inline:15px}.project-asset-module-link{display:none}.project-asset-control-ledger{padding:27px 20px}.project-asset-console-footer{flex-wrap:wrap;justify-content:flex-start}.project-asset-process{grid-template-columns:1fr}.project-asset-process li{min-height:0}}@media (min-width:1051px){.seo-industry-people-operations .seo-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);align-items:start;gap:clamp(44px,5vw,78px)}.seo-industry-people-operations .people-ops-hero{margin-top:52px}}.people-ops-hero{overflow:hidden;border:1px solid rgba(184,217,54,.24);border-radius:18px;background:rgba(5,31,21,.97);box-shadow:0 30px 75px rgba(0,0,0,.19)}.people-ops-hero-bar{display:grid;min-height:52px;grid-template-columns:66px 1fr auto;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1)}.people-ops-hero-bar>div{display:flex;gap:5px}.people-ops-hero-bar i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.2)}.people-ops-hero-bar i:first-child{background:var(--lime)}.people-ops-hero-bar strong{justify-self:center;color:rgba(255,255,255,.84);font-size:12px;line-height:1.35;letter-spacing:.09em;text-transform:uppercase}.people-ops-hero-bar>span{color:var(--lime);font-size:12px;font-weight:800;line-height:1.35}.people-ops-hero-body{display:grid;min-height:455px;grid-template-areas:"vacancy decision" "pipeline pipeline";grid-template-columns:minmax(0,1fr) 205px;grid-template-rows:auto 1fr}.people-ops-vacancy-record{grid-area:vacancy;padding:20px;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.people-ops-candidate-pipeline>header,.people-ops-decision-gate>header,.people-ops-vacancy-record>header{display:flex;align-items:center;justify-content:space-between;color:rgba(255,255,255,.52);font-size:12px;font-weight:800;line-height:1.35;letter-spacing:.09em;text-transform:uppercase}.people-ops-vacancy-record>header small{display:inline-flex;align-items:center;gap:7px;color:var(--lime);font-size:11px;line-height:1.35}.people-ops-vacancy-record>header small i{width:6px;height:6px;border-radius:50%;background:var(--lime)}.people-ops-vacancy-record>div{display:grid;min-height:126px;grid-template-columns:42px 1fr;align-content:center;align-items:center;grid-gap:3px 14px;gap:3px 14px;margin-top:17px;padding:17px;border:1px solid rgba(184,217,54,.27);background:rgba(184,217,54,.05)}.people-ops-vacancy-record>div .ui-icon{width:36px;height:36px;grid-row:1/span 2;color:var(--lime)}.people-ops-vacancy-record>div small{color:rgba(255,255,255,.45);font-size:11px;line-height:1.35}.people-ops-vacancy-record>div strong{color:white;font-size:16px;line-height:1.35}.people-ops-candidate-pipeline{grid-area:pipeline;padding:18px 20px 22px}.people-ops-candidate-pipeline>header small{color:var(--lime);font-size:8px}.people-ops-candidate-pipeline ol{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:15px 0 0;padding:0;border-top:1px solid rgba(255,255,255,.1);border-left:1px solid rgba(255,255,255,.1);list-style:none}.people-ops-candidate-pipeline li{min-width:0;min-height:132px;padding:13px 10px;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);background:rgba(11,54,37,.55)}.people-ops-candidate-pipeline li>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px}.people-ops-candidate-pipeline li>div>span{color:var(--lime);font-size:8px;font-weight:800}.people-ops-candidate-pipeline li .ui-icon{width:20px;height:20px;color:var(--lime)}.people-ops-candidate-pipeline li>strong{display:block;overflow-wrap:anywhere;color:rgba(255,255,255,.82);font-size:12px;line-height:1.35}.people-ops-candidate-pipeline li>small{display:block;margin-top:8px;color:rgba(255,255,255,.34);font-size:11px;line-height:1.35}.people-ops-decision-gate{grid-area:decision;padding:20px 15px;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(2,20,13,.57)}.people-ops-decision-gate>header .ui-icon{width:22px;height:22px;color:var(--yellow)}.people-ops-decision-gate>div{margin:17px 0 15px;padding:15px 13px;border:1px solid rgba(242,201,76,.34);background:rgba(242,201,76,.055)}.people-ops-decision-gate>div small{color:var(--yellow);font-size:11px;font-weight:800;line-height:1.35}.people-ops-decision-gate>div strong{display:block;margin-top:6px;color:white;font-size:15px;line-height:1.35}.people-ops-decision-gate>div p{margin:8px 0 0;color:rgba(255,255,255,.52);font-size:12px;line-height:1.5}.people-ops-decision-gate>footer{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:0;background:transparent;color:rgba(255,255,255,.49);font-size:8px}.people-ops-decision-gate>footer i{color:var(--yellow);font-style:normal}.people-ops-hero-footer{display:grid;grid-gap:8px;gap:8px;padding:17px 20px 19px;border-top:1px solid rgba(255,255,255,.1)}.people-ops-hero-footer>span{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.7);font-size:12px;font-weight:700;line-height:1.4}.people-ops-hero-footer>span i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.people-ops-hero-footer p{margin:0;color:rgba(255,255,255,.53);font-size:13px;line-height:1.6}.people-ops-console{overflow:hidden;border:1px solid #cbd7ca;border-radius:18px;background:#fafbf6;box-shadow:0 28px 70px rgba(8,45,30,.07)}.people-ops-console-bar{display:grid;min-height:64px;grid-template-columns:1fr auto auto;align-items:center;grid-gap:24px;gap:24px;padding:0 22px;border-bottom:1px solid #d6dfd3;background:var(--paper)}.people-ops-console-bar>div{display:flex;align-items:center;gap:11px}.people-ops-console-bar>div>span{display:grid;width:42px;height:28px;place-items:center;border-radius:14px;background:var(--deep);color:var(--lime);font-size:9px;font-weight:900}.people-ops-console-bar strong{color:var(--deep);font-size:12px;letter-spacing:.06em;text-transform:uppercase}.people-ops-console-bar>p{margin:0;color:var(--muted);font-size:13px}.people-ops-console-bar>small{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:11px;font-weight:800;line-height:1.35}.people-ops-console-bar>small i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.people-ops-console-body{display:grid;grid-template-columns:minmax(0,1fr) 310px}.people-ops-module-register>header{display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #d9e1d6;color:var(--green);font-size:9px;font-weight:800;letter-spacing:.08em}.people-ops-module-register>header>span{font-size:12px;line-height:1.35}.people-ops-module-register article{display:grid;min-height:113px;grid-template-columns:46px 1fr 18px;align-items:center;grid-gap:15px;gap:15px;padding:16px 20px;border-bottom:1px solid #d9e1d6}.people-ops-module-register article>header{display:grid;justify-items:center;grid-gap:7px;gap:7px}.people-ops-module-register article>header span{color:var(--green);font-size:9px;font-weight:800}.people-ops-module-register article>header .ui-icon{width:25px;height:25px;color:var(--green)}.people-ops-module-register h3{margin:0 0 7px;color:var(--deep);font-size:17px;line-height:1.3}.people-ops-module-register p{margin:0;color:var(--muted);font-size:14px;line-height:1.62}.people-ops-module-register article>i{color:var(--green);font-style:normal}.people-ops-pipeline-control{padding:30px 23px;border-left:1px solid #d3ddd0;background:var(--deep);color:white}.people-ops-pipeline-control>header{text-align:center}.people-ops-pipeline-control>header span{color:var(--lime);font-size:12px;font-weight:800;line-height:1.35;letter-spacing:.09em;text-transform:uppercase}.people-ops-pipeline-control>header strong{display:block;margin-top:8px;font-size:18px;line-height:1.35}.people-ops-pipeline-control ol{margin:24px 0 19px;padding:0;list-style:none}.people-ops-pipeline-control li{display:grid;min-height:58px;grid-template-columns:28px 1fr 16px;align-items:center;grid-gap:8px;gap:8px;border-top:1px solid rgba(255,255,255,.09)}.people-ops-pipeline-control li>span{color:rgba(255,255,255,.38);font-size:9px}.people-ops-pipeline-control li strong{display:block;color:rgba(255,255,255,.76);font-size:12px;line-height:1.3}.people-ops-pipeline-control li small{color:rgba(255,255,255,.34);font-size:11px;line-height:1.35}.people-ops-pipeline-control li>i{color:var(--lime);font-style:normal}.people-ops-human-control{display:grid;grid-template-columns:34px 1fr;align-items:center;grid-gap:11px;gap:11px;padding:15px;border:1px solid rgba(242,201,76,.34);background:rgba(242,201,76,.055)}.people-ops-human-control .ui-icon{width:31px;height:31px;color:var(--yellow)}.people-ops-human-control small{color:rgba(255,255,255,.44);font-size:11px;line-height:1.35}.people-ops-human-control strong{display:block;margin-top:3px;color:white;font-size:12px;line-height:1.4}.people-ops-console-footer{display:flex;min-height:54px;align-items:center;justify-content:center;gap:11px;padding:10px 18px;border-top:1px solid #d6dfd3;background:var(--paper);color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.people-ops-console-footer i{color:var(--green);font-style:normal}.people-ops-process{margin:0;padding:0;border-top:1px solid var(--line);list-style:none}.people-ops-process li{display:grid;min-height:170px;grid-template-columns:82px minmax(0,1fr) 54px;align-items:stretch;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line)}.people-ops-process-node{display:grid;align-content:center;justify-items:center;grid-gap:13px;gap:13px;border-right:1px solid var(--line);background:var(--mist)}.people-ops-process-node>span{color:var(--green);font-size:9px;font-weight:800}.people-ops-process-node .ui-icon{width:29px;height:29px;color:var(--green)}.people-ops-process article{align-self:center;padding:25px 30px}.people-ops-process h3{margin:0 0 10px;color:var(--deep);font-size:19px;line-height:1.32}.people-ops-process p{max-width:850px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}.people-ops-process-gate{display:grid;align-content:center;justify-items:center;grid-gap:10px;gap:10px;border-left:1px solid var(--line)}.people-ops-process-gate>i{width:7px;height:7px;border-radius:50%;background:var(--lime)}.people-ops-process-gate>span{color:var(--green);font-size:12px;font-weight:800}.seo-industry-people-operations .seo-case-card{gap:clamp(44px,6vw,86px)}.people-ops-case-proof .industry-case-window{border-radius:16px;box-shadow:0 0 0 6px rgba(184,217,54,.06),0 26px 65px rgba(8,45,30,.14)}@media (max-width:1050px){.seo-industry-people-operations .seo-hero-grid{grid-template-columns:1fr}.seo-industry-people-operations .people-ops-hero{margin-top:0}.people-ops-console-body{grid-template-columns:1fr}.people-ops-pipeline-control{border-top:1px solid #d3ddd0;border-left:0}}@media (max-width:700px){.seo-industry-people-operations .seo-hero-grid{gap:42px}.people-ops-hero-bar{grid-template-columns:48px 1fr;padding-inline:12px}.people-ops-hero-bar strong{justify-self:end;text-align:right}.people-ops-hero-bar>span{display:none}.people-ops-hero-body{min-height:0;grid-template-areas:"vacancy" "pipeline" "decision";grid-template-columns:1fr;grid-template-rows:auto}.people-ops-vacancy-record{border-right:0}.people-ops-candidate-pipeline ol{grid-template-columns:repeat(2,minmax(0,1fr))}.people-ops-candidate-pipeline li{min-height:115px}.people-ops-console-bar{grid-template-columns:1fr auto;padding-inline:14px}.people-ops-console-bar>p{display:none}.people-ops-module-register article{min-height:0;grid-template-columns:42px 1fr;padding-inline:15px}.people-ops-module-register article>i{display:none}.people-ops-pipeline-control{padding:27px 20px}.people-ops-console-footer{flex-wrap:wrap;justify-content:flex-start}.people-ops-process li{min-height:0;grid-template-columns:64px minmax(0,1fr) 42px}.people-ops-process article{padding:22px 17px}}.audit-focus-node small,.audit-no-build>p,.automation-graph-node>small,.automation-rule-step span,.integration-network-node>small,.people-ops-candidate-pipeline li>small,.people-ops-decision-gate>footer,.people-ops-human-control small,.people-ops-pipeline-control li small,.people-ops-pipeline-control li>span,.people-ops-vacancy-record>div small,.production-ops-line-copy small,.production-ops-line-node>span,.production-ops-stage-control li small,.production-ops-stage-control li>span,.production-ops-wip-focus>small,.production-ops-wip-panel>span,.project-asset-activity-ledger li>small,.project-asset-control-ledger li>span,.project-asset-control-record small,.project-asset-dossier dt,.project-asset-dossier-focus small,.project-asset-milestone-copy small,.project-asset-milestone-node>span,.retail-ops-live-focus small,.retail-ops-live-label,.retail-ops-stage-grid article>small,.retail-ops-state-panel li>span,.service-ops-assignment-panel li>span,.service-ops-assignment-panel>span,.service-ops-request-flow small,.service-ops-request-index,.service-ops-responsibility-panel li small,.service-ops-responsibility-panel li>span,.supply-chain-order-control li>span,.supply-chain-stage>small{color:rgba(255,255,255,.6)}.seo-problem-resolution{--problem-accent:var(--lime);--problem-warning:var(--yellow);--problem-panel:#061f15;--problem-panel-soft:#0b3625}.seo-problem-excel-to-crm{--problem-accent:var(--yellow)}.seo-problem-branch-management{--problem-accent:#a8d653}.seo-problem-legacy-modernization{--problem-accent:#d8e28e}@media (min-width:1051px){.seo-problem-resolution .seo-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(500px,.95fr);align-items:start;gap:clamp(40px,4vw,64px)}.seo-problem-resolution .problem-resolution-hero{margin-top:48px}}.problem-resolution-hero{min-width:0;margin:0}.problem-resolution-hero-window{overflow:hidden;border:1px solid rgba(184,217,54,.24);border-radius:16px;background:var(--problem-panel);box-shadow:0 30px 78px rgba(0,0,0,.2)}.problem-resolution-hero-bar{display:grid;min-height:54px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.1);color:white}.problem-resolution-hero-bar>span{color:var(--problem-accent);font-size:11px;font-weight:900;line-height:1.35;letter-spacing:.11em}.problem-resolution-hero-bar>strong{overflow:hidden;color:rgba(255,255,255,.82);font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.problem-resolution-hero-bar>small{color:rgba(255,255,255,.54);font-size:12px;line-height:1.35}.problem-resolution-hero-canvas{position:relative;min-height:378px;padding:34px;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:32px 32px}.problem-resolution-hero-path{position:absolute;inset:28px;width:calc(100% - 56px);height:calc(100% - 56px)}.problem-resolution-hero-path path{fill:none;stroke:rgba(184,217,54,.28);stroke-dasharray:5 7;stroke-width:2;vector-effect:non-scaling-stroke}.problem-resolution-hero-canvas ol{position:relative;z-index:1;display:grid;min-height:310px;grid-template-columns:repeat(3,minmax(0,1fr));align-content:center;grid-gap:36px 22px;gap:36px 22px;margin:0;padding:0;list-style:none}.problem-resolution-hero-canvas li{position:relative;display:grid;min-width:0;min-height:96px;align-content:space-between;grid-gap:16px;gap:16px;padding:14px;border:1px solid rgba(255,255,255,.15);background:rgba(5,31,21,.92)}.problem-resolution-hero-canvas li>span{color:rgba(255,255,255,.45);font-size:8px;font-weight:800}.problem-resolution-hero-canvas li>strong{color:rgba(255,255,255,.84);font-size:12px;line-height:1.35;overflow-wrap:anywhere}.problem-resolution-hero-canvas li>i{position:absolute;top:-4px;right:-4px;width:8px;height:8px;border:2px solid var(--problem-panel);border-radius:50%;background:var(--problem-accent)}.seo-problem-excel-to-crm .problem-resolution-hero-canvas li:first-child,.seo-problem-legacy-modernization .problem-resolution-hero-canvas li:nth-child(-n+2),.seo-problem-lost-leads .problem-resolution-hero-canvas li:nth-child(2),.seo-problem-lost-leads .problem-resolution-hero-canvas li:nth-child(6){border-color:rgba(242,201,76,.38);background:rgba(242,201,76,.055)}.seo-problem-branch-management .problem-resolution-hero-canvas li:nth-child(5){border-color:rgba(184,217,54,.48);box-shadow:0 0 0 4px rgba(184,217,54,.055)}.problem-resolution-hero-control{position:absolute;right:13px;bottom:13px;display:flex;gap:4px}.problem-resolution-hero-control span{width:17px;height:3px;background:rgba(255,255,255,.13)}.problem-resolution-hero-control span:first-child{background:var(--problem-accent)}.problem-resolution-hero-footer{display:grid;min-height:60px;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:13px;gap:13px;padding:12px 18px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.6);font-size:12px;line-height:1.4}.problem-resolution-hero-footer i{color:var(--problem-accent);font-style:normal}.problem-resolution-hero-footer strong{justify-self:end;color:var(--problem-accent);text-align:right}.problem-resolution-signal-register{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.problem-resolution-signal-register>li{min-width:0}.problem-resolution-signal-register article{display:grid;min-height:270px;grid-template-rows:auto auto 1fr auto;padding:18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper)}.problem-resolution-signal-register header{display:flex;align-items:center;justify-content:space-between}.problem-resolution-signal-register header span{color:var(--green);font-size:9px;font-weight:900}.problem-resolution-signal-register header i{width:8px;height:8px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 5px rgba(242,201,76,.13)}.problem-resolution-signal-register h3{margin:40px 0 12px;color:var(--deep);font-size:18px;line-height:1.3}.problem-resolution-signal-register p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.problem-resolution-signal-register footer{display:flex;align-items:end;gap:5px;height:27px;margin-top:22px;padding:0;background:transparent;color:inherit}.problem-resolution-signal-register footer span{width:24%;height:35%;background:rgba(24,105,68,.13)}.problem-resolution-signal-register footer span:nth-child(2){height:68%}.problem-resolution-signal-register footer span:nth-child(3){height:100%;background:rgba(242,201,76,.35)}.problem-resolution-solution-intro{display:grid;max-width:920px;grid-template-columns:minmax(0,.4fr) minmax(0,.6fr);align-items:start;grid-gap:clamp(34px,6vw,88px);gap:clamp(34px,6vw,88px)}.problem-resolution-solution-intro>div{display:contents}.problem-resolution-solution-intro .eyebrow{grid-column:1}.problem-resolution-solution-intro .section-lead,.problem-resolution-solution-intro h2{grid-column:2}.problem-resolution-solution-intro h2{margin-top:0}.problem-resolution-console{overflow:hidden;border:1px solid #cbd7ca;border-radius:14px;background:#fafbf6;box-shadow:0 28px 72px rgba(8,45,30,.08)}.problem-resolution-console-bar{display:grid;min-height:64px;grid-template-columns:1fr auto 9px;align-items:center;grid-gap:22px;gap:22px;padding:0 22px;border-bottom:1px solid #d8e0d5;background:var(--paper)}.problem-resolution-console-bar>div{display:flex;min-width:0;align-items:center;gap:13px}.problem-resolution-console-bar span{padding:7px 10px;background:var(--deep);color:var(--problem-accent);font-size:11px;font-weight:900;line-height:1.35;letter-spacing:.08em}.problem-resolution-console-bar strong{overflow:hidden;color:var(--deep);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.problem-resolution-console-bar p{margin:0;color:var(--muted);font-size:12px;line-height:1.35}.problem-resolution-console-bar>i{width:8px;height:8px;border-radius:50%;background:var(--problem-accent)}.problem-resolution-phase-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;border-bottom:1px solid #d8e0d5;list-style:none}.problem-resolution-phase-track li{position:relative;display:grid;min-height:138px;grid-template-columns:28px 1fr;align-items:start;grid-gap:12px;gap:12px;padding:20px;border-right:1px solid #d8e0d5}.problem-resolution-phase-track li:last-child{border-right:0}.problem-resolution-phase-track li>span{color:var(--green);font-size:9px;font-weight:900}.problem-resolution-phase-track strong{display:block;margin-bottom:8px;color:var(--green);font-size:12px;line-height:1.35;letter-spacing:.08em;text-transform:uppercase}.problem-resolution-phase-track p{margin:0;color:var(--deep);font-size:13px;line-height:1.55}.problem-resolution-phase-track li>i{position:absolute;right:-7px;bottom:16px;z-index:1;color:var(--green);font-style:normal}.problem-resolution-console-body{display:grid;grid-template-columns:minmax(0,1fr) 286px}.problem-resolution-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.problem-resolution-module-grid article{position:relative;min-width:0;min-height:190px;padding:20px;border-right:1px solid #d8e0d5;border-bottom:1px solid #d8e0d5}.problem-resolution-module-grid article header{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--green);font-size:8px;font-weight:800}.problem-resolution-module-grid article small{color:var(--muted);font-size:12px;line-height:1.35;text-align:right}.problem-resolution-module-grid h3{margin:33px 0 9px;color:var(--deep);font-size:17px;line-height:1.3}.problem-resolution-module-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.62}.problem-resolution-module-grid article>i{position:absolute;right:18px;bottom:16px;width:24px;height:2px;background:var(--problem-accent)}.problem-resolution-system-register{padding:28px 22px;background:var(--deep);color:white}.problem-resolution-system-register header{padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.11)}.problem-resolution-system-register header span{color:var(--problem-accent);font-size:11px;font-weight:900;line-height:1.35;letter-spacing:.09em}.problem-resolution-system-register header strong{display:block;margin-top:8px;font-size:16px;line-height:1.35}.problem-resolution-system-register ol{margin:16px 0 0;padding:0;list-style:none}.problem-resolution-system-register li{display:grid;min-height:57px;grid-template-columns:30px 1fr;align-items:center;grid-gap:8px;gap:8px;border-bottom:1px solid rgba(255,255,255,.1)}.problem-resolution-system-register li>span{color:var(--problem-accent);font-size:8px}.problem-resolution-system-register li>strong{color:rgba(255,255,255,.76);font-size:12px;line-height:1.35}.problem-resolution-boundary{display:grid;grid-template-columns:minmax(0,1fr) 64px minmax(0,.72fr);border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.035)}.problem-resolution-boundary>div:not(.problem-resolution-boundary-line){padding:27px}.problem-resolution-boundary header{display:flex;align-items:center;gap:12px;padding-bottom:19px;border-bottom:1px solid rgba(255,255,255,.12)}.problem-resolution-boundary header>span{display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(184,217,54,.34);color:var(--lime)}.problem-resolution-boundary h3{margin:0;color:white;font-size:18px}.problem-resolution-boundary ul{margin:16px 0 0;padding:0;list-style:none}.problem-resolution-boundary li{display:grid;min-height:49px;grid-template-columns:34px 1fr;align-items:center;border-bottom:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.72);font-size:13px;line-height:1.45}.problem-resolution-boundary li>span{color:var(--lime);font-size:8px}.problem-resolution-boundary-limit{background:rgba(0,0,0,.16)}.problem-resolution-boundary-limit header>span,.problem-resolution-boundary-limit li>span{color:var(--yellow)}.problem-resolution-boundary-line{display:grid;grid-template-rows:1fr auto 1fr;justify-items:center;grid-gap:8px;gap:8px;padding-block:25px}.problem-resolution-boundary-line span{width:1px;height:100%;background:rgba(255,255,255,.15)}.problem-resolution-boundary-line i{width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 6px rgba(242,201,76,.1)}.problem-resolution-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.problem-resolution-process li{position:relative;display:grid;min-height:245px;grid-template-columns:43px 1fr;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.problem-resolution-process-index{display:grid;grid-template-rows:auto 1fr;justify-items:center;grid-gap:9px;gap:9px;padding-top:20px;border-right:1px solid var(--line);background:var(--mist)}.problem-resolution-process-index span{color:var(--green);font-size:8px;font-weight:900}.problem-resolution-process-index i{width:1px;height:100%;background:linear-gradient(var(--green),transparent)}.problem-resolution-process article{min-width:0;padding:21px 28px 39px}.problem-resolution-process article small{color:var(--green);font-size:12px;font-weight:800;line-height:1.35;letter-spacing:.05em;text-transform:uppercase}.problem-resolution-process h3{margin:31px 0 10px;color:var(--deep);font-size:18px;line-height:1.3}.problem-resolution-process p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.problem-resolution-process-connector{position:absolute;right:17px;bottom:14px;color:var(--green);font-size:12px}.seo-problem-resolution .seo-related-section .seo-card-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);gap:0}.seo-problem-resolution .seo-related-section .seo-card-grid article{min-height:190px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;box-shadow:none}.problem-resolution-case-proof .industry-case-window{border-radius:8px;box-shadow:0 0 0 5px rgba(184,217,54,.055),0 26px 66px rgba(8,45,30,.14)}@media (max-width:1050px){.seo-problem-resolution .seo-hero-grid{grid-template-columns:1fr}.seo-problem-resolution .problem-resolution-hero{margin-top:0}.problem-resolution-console-body{grid-template-columns:1fr}.problem-resolution-system-register{border-top:1px solid #d3ddd0}.problem-resolution-signal-register{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.seo-problem-resolution .seo-hero-copy>.eyebrow{display:block;line-height:1.45}.seo-problem-resolution .seo-hero-copy>.eyebrow>span{display:grid;width:max-content;margin-bottom:8px}.seo-problem-resolution .seo-hero-grid{gap:30px}.problem-resolution-hero-bar{min-height:58px;grid-template-columns:auto minmax(0,1fr);column-gap:16px;padding:10px 13px}.problem-resolution-hero-bar>strong{justify-self:end;overflow:visible;line-height:1.35;text-align:right;text-overflow:clip;white-space:normal}.problem-resolution-hero-bar>small{display:none}.problem-resolution-hero-canvas{min-height:0;padding:15px}.problem-resolution-hero-path{display:none}.problem-resolution-hero-canvas ol{min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.problem-resolution-hero-canvas li{min-height:79px;gap:10px;padding:11px}.problem-resolution-hero-footer{min-height:0;padding:12px 14px}.problem-resolution-signal-register article{min-height:226px;padding:14px}.problem-resolution-signal-register h3{margin-top:27px;font-size:16px}.problem-resolution-signal-register p{font-size:13px}.problem-resolution-solution-intro{display:block}.problem-resolution-console-bar{grid-template-columns:1fr 9px;padding-inline:14px}.problem-resolution-console-bar>p{display:none}.problem-resolution-console-bar strong{overflow:visible;line-height:1.3;text-overflow:clip;white-space:normal}.problem-resolution-phase-track{grid-template-columns:1fr}.problem-resolution-phase-track li{min-height:0;grid-template-columns:24px 1fr;padding:15px;border-right:0}.problem-resolution-phase-track li>i{right:14px}.problem-resolution-module-grid{grid-template-columns:1fr}.problem-resolution-module-grid article{min-height:0;padding:17px;border-right:0}.problem-resolution-module-grid h3{margin-top:23px}.problem-resolution-system-register{padding:24px 18px}.problem-resolution-boundary{grid-template-columns:1fr}.problem-resolution-boundary>div:not(.problem-resolution-boundary-line){padding:20px}.problem-resolution-boundary-line{min-height:42px;grid-template-columns:1fr auto 1fr;grid-template-rows:1fr;align-items:center;padding:0 20px}.problem-resolution-boundary-line span{width:100%;height:1px}.problem-resolution-process{grid-template-columns:1fr}.problem-resolution-process li{min-height:0}.problem-resolution-process article{padding:18px 18px 34px}.problem-resolution-process h3{margin-top:22px}}@media (max-width:390px){.problem-resolution-signal-register{grid-template-columns:1fr}.problem-resolution-signal-register article{min-height:0}}.resource-article-page{--resource-accent:var(--lime);--resource-accent-soft:rgba(184,217,54,.1);--resource-panel:#061f15}.resource-migration-threshold{--resource-accent:var(--yellow);--resource-accent-soft:rgba(242,201,76,.1)}.resource-operational-integration{--resource-accent:#a8d653}@media (min-width:1051px){.resource-article-hero-grid{grid-template-columns:minmax(0,.96fr) minmax(490px,1.04fr);align-items:start;gap:clamp(44px,5vw,82px)}.resource-article-hero-grid>:last-child{margin-top:42px}}.resource-article-hero-grid{display:grid}.resource-decision-hero-visual{overflow:hidden;min-width:0;border:1px solid rgba(184,217,54,.24);border-radius:14px;background:var(--resource-panel);box-shadow:0 30px 78px rgba(0,0,0,.2)}.resource-decision-hero-bar{display:grid;min-height:52px;grid-template-columns:64px 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:0 17px;border-bottom:1px solid rgba(255,255,255,.1)}.resource-decision-hero-bar>div{display:flex;gap:5px}.resource-decision-hero-bar i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.2)}.resource-decision-hero-bar i:first-child{background:var(--resource-accent)}.resource-decision-hero-bar strong{color:rgba(255,255,255,.76);font-size:10px;letter-spacing:.08em;text-align:center;text-transform:uppercase}.resource-decision-hero-bar>span{color:var(--resource-accent);font-size:9px;font-weight:900}.resource-decision-hero-lanes{position:relative;display:grid;min-height:330px;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:48px;gap:48px;align-items:center;padding:42px 32px;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:32px 32px}.resource-decision-hero-lane{position:relative;z-index:1;display:grid;min-width:0;min-height:176px;align-content:space-between;padding:20px;border:1px solid rgba(255,255,255,.16);background:rgba(5,31,21,.94)}.resource-decision-hero-lane>span{color:rgba(255,255,255,.4);font-size:9px}.resource-decision-hero-lane>strong{color:white;font-size:clamp(20px,3vw,32px);line-height:1.1;overflow-wrap:anywhere}.resource-decision-hero-lane>i{width:42px;height:3px;background:var(--resource-accent)}.resource-decision-hero-axis{position:absolute;top:50%;left:50%;z-index:2;display:grid;width:54px;height:120px;grid-template-rows:1fr auto 1fr;justify-items:center;grid-gap:8px;gap:8px;transform:translate(-50%,-50%)}.resource-decision-hero-axis i{width:1px;height:100%;background:rgba(184,217,54,.34)}.resource-decision-hero-axis span{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(184,217,54,.35);border-radius:50%;background:var(--resource-panel);color:var(--resource-accent)}.resource-decision-hero-focus{display:flex;min-height:58px;align-items:center;gap:11px;padding:12px 18px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.68);font-size:11px}.resource-decision-hero-focus i{width:8px;height:8px;border-radius:50%;background:var(--resource-accent)}.resource-decision-hero-focus strong{line-height:1.4}.resource-summary-section{background:var(--paper)}.resource-explainer-summary{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,.58fr);grid-gap:clamp(34px,6vw,90px);gap:clamp(34px,6vw,90px)}.resource-explainer-summary-heading h2{margin:13px 0 0;color:var(--deep);font-size:clamp(28px,3.5vw,48px);line-height:1.07}.resource-explainer-summary-heading>p:last-child:not(.eyebrow){color:var(--muted);line-height:1.7}.resource-explainer-summary-register{margin:0;padding:0;border-top:1px solid var(--line);list-style:none}.resource-explainer-summary-register li{display:grid;min-height:68px;grid-template-columns:44px 1fr;align-items:center;grid-gap:14px;gap:14px;border-bottom:1px solid var(--line)}.resource-explainer-summary-register li>span{color:var(--green);font-size:9px;font-weight:900}.resource-explainer-summary-register p{margin:0;color:var(--deep);font-size:14px;line-height:1.55}.resource-decision-comparison-section{background:var(--mist)}.resource-decision-comparison{position:relative}.resource-decision-comparison-lanes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:72px;gap:72px}.resource-decision-comparison-lane{min-width:0;padding:28px;border:1px solid var(--line);background:var(--paper)}.resource-decision-comparison-lane header{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:8px 13px;gap:8px 13px;padding-bottom:22px;border-bottom:1px solid var(--line)}.resource-decision-comparison-lane header>span{color:var(--green);font-size:9px;font-weight:900}.resource-decision-comparison-lane header>p{margin:0;color:var(--green);font-size:12px;font-weight:900;line-height:1.35}.resource-decision-comparison-lane h3{grid-column:1/-1;margin:10px 0 0;color:var(--deep);font-size:24px;line-height:1.2}.resource-decision-comparison-description{min-height:82px;margin:22px 0;color:var(--muted);font-size:15px;line-height:1.65}.resource-decision-comparison-lane ul{margin:0;padding:0;border-top:1px solid var(--line);list-style:none}.resource-decision-comparison-lane li{display:grid;min-height:52px;grid-template-columns:12px 1fr;align-items:center;grid-gap:11px;gap:11px;border-bottom:1px solid var(--line);color:var(--deep);font-size:13px;line-height:1.45}.resource-decision-comparison-lane li i{width:6px;height:6px;border-radius:50%;background:var(--resource-accent)}.resource-decision-comparison-axis{position:absolute;top:50%;left:50%;display:grid;height:145px;grid-template-rows:1fr auto 1fr;justify-items:center;grid-gap:8px;gap:8px;transform:translate(-50%,-50%)}.resource-decision-comparison-axis i{width:1px;height:100%;background:var(--line)}.resource-decision-comparison-axis span{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--mist);color:var(--green)}.resource-decision-chapters-section{background:var(--cream)}.resource-decision-chapters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.resource-decision-chapters>li{min-width:0}.resource-decision-chapters>li.is-bridge,.resource-decision-chapters>li.is-wide-stage{grid-column:1/-1}.resource-decision-chapters>li.is-wide-stage .resource-decision-chapter{min-height:0}.resource-decision-chapter{position:relative;height:100%;min-height:390px;padding:27px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper)}.resource-decision-chapters>li.is-bridge .resource-decision-chapter{min-height:0;background:var(--deep)}.resource-decision-chapter header{display:grid;grid-template-columns:38px 1fr;align-items:start;grid-gap:13px;gap:13px;padding-bottom:21px;border-bottom:1px solid var(--line)}.resource-decision-chapter header>span{color:var(--green);font-size:9px;font-weight:900}.resource-decision-chapter h2,.resource-decision-chapter h3{margin:0;color:var(--deep);font-size:22px;line-height:1.25}.resource-decision-chapter-copy{display:grid;grid-gap:13px;gap:13px;margin-top:23px}.resource-decision-chapter-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.72}.resource-decision-chapter-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 20px;gap:0 20px;margin:24px 0 0;padding:0;border-top:1px solid var(--line);list-style-position:inside}.resource-decision-chapter-items li{display:grid;min-height:50px;grid-template-columns:10px 1fr;align-items:center;grid-gap:10px;gap:10px;border-bottom:1px solid var(--line);color:var(--deep);font-size:12px;line-height:1.45}.resource-decision-chapter-items li i{width:5px;height:5px;border-radius:50%;background:var(--resource-accent)}.resource-decision-chapters>li.is-bridge header{border-color:rgba(255,255,255,.12)}.resource-decision-chapters>li.is-bridge h2,.resource-decision-chapters>li.is-bridge h3,.resource-decision-chapters>li.is-bridge header>span{color:white}.resource-decision-chapters>li.is-bridge .resource-decision-chapter-copy{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-decision-chapters>li.is-bridge .resource-decision-chapter-copy p{color:rgba(255,255,255,.67)}.resource-decision-chapters>li.is-bridge .resource-decision-chapter-items{border-color:rgba(255,255,255,.12)}.resource-decision-chapters>li.is-bridge .resource-decision-chapter-items li{border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.78)}.resource-decision-chapter-bridge{position:absolute;top:24px;right:27px;display:flex;align-items:center;gap:8px}.resource-decision-chapter-bridge i{width:22px;height:1px;background:rgba(184,217,54,.35)}.resource-decision-chapter-bridge span{color:var(--resource-accent)}.resource-decision-section{background:var(--deep)}.resource-decision-section .seo-section-heading h2,.resource-decision-section .seo-section-heading>p{color:white}.resource-decision-section .seo-section-heading>p{color:rgba(255,255,255,.64)}.resource-decision-section .eyebrow{color:var(--resource-accent)}.resource-decision-router{position:relative}.resource-decision-router>ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin:0;padding:0;list-style:none}.resource-decision-router>ol>li{min-width:0}.resource-decision-router article{min-height:245px;padding:22px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.035)}.resource-decision-router article header{display:flex;align-items:center;justify-content:space-between}.resource-decision-router article header span{color:var(--resource-accent);font-size:9px;font-weight:900}.resource-decision-router article header i{width:8px;height:8px;border-radius:50%;background:var(--resource-accent)}.resource-decision-router h3{margin:45px 0 12px;color:white;font-size:19px;line-height:1.3}.resource-decision-router p{margin:0;color:rgba(255,255,255,.62);font-size:14px;line-height:1.65}.resource-decision-router-rail{display:none}.resource-related-section{background:var(--paper)}.resource-related-register{margin:0;padding:0;border-top:1px solid var(--line);list-style:none}.resource-related-register>li{display:grid;min-height:118px;grid-template-columns:54px minmax(0,1fr) 34px;align-items:center;grid-gap:16px;gap:16px;border-bottom:1px solid var(--line)}.resource-related-register>li>span{color:var(--green);font-size:9px;font-weight:900}.resource-related-register article{display:grid;grid-template-columns:minmax(220px,.36fr) minmax(0,.64fr);align-items:center;grid-gap:28px;gap:28px}.resource-related-register h3{margin:0;font-size:18px;line-height:1.35}.resource-related-register h3 a{color:var(--deep);text-decoration:none}.resource-related-register h3 a:focus-visible,.resource-related-register h3 a:hover{color:var(--green);text-decoration:underline;text-underline-offset:4px}.resource-related-register p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.resource-related-register>li>i{color:var(--green);font-style:normal}.resource-faq-section{background:var(--mist)}.resource-explainer-faq-ledger{display:grid;grid-template-columns:minmax(260px,.38fr) minmax(0,.62fr);grid-gap:clamp(34px,6vw,88px);gap:clamp(34px,6vw,88px)}.resource-explainer-faq-heading{align-self:start}.resource-explainer-faq-heading h2{margin:14px 0 18px;color:var(--deep);font-size:clamp(30px,4vw,52px);line-height:1.05}.resource-explainer-faq-heading>p:last-child{color:var(--muted);line-height:1.68}.resource-explainer-faq-list{margin:0;padding:0;border-top:1px solid var(--line);list-style:none}.resource-explainer-faq-list>li{display:grid;grid-template-columns:44px 1fr;grid-gap:13px;gap:13px;padding:22px 0;border-bottom:1px solid var(--line)}.resource-explainer-faq-list>li>span{padding-top:3px;color:var(--green);font-size:9px;font-weight:900}.resource-explainer-faq-list h3{margin:0 0 8px;color:var(--deep);font-size:17px;line-height:1.35}.resource-explainer-faq-list p{margin:0;color:var(--muted);font-size:14px;line-height:1.68}.resource-article-cta{background:var(--deep)}.resource-article-cta-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:40px;gap:40px}.resource-article-cta h2{max-width:820px;margin:14px 0;color:white;font-size:clamp(32px,4.5vw,62px);line-height:1.04}.resource-article-cta .section-lead{max-width:760px;color:rgba(255,255,255,.64)}.resource-article-cta .eyebrow{color:var(--resource-accent)}@media (max-width:1050px){.resource-article-hero-grid{grid-template-columns:1fr;gap:42px}.resource-article-hero-grid>:last-child{margin-top:0}}@media (min-width:701px) and (max-width:820px){.resource-warehouse-control .seo-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.resource-warehouse-control .seo-actions .button{width:100%}}@media (max-width:700px){.resource-article-dates{display:grid;grid-template-columns:10px minmax(0,1fr);align-items:start;grid-gap:5px 8px;gap:5px 8px}.resource-article-dates>.resource-date-signal{grid-row:1/span 2}.resource-article-dates>.resource-date-divider{display:none}.resource-article-hero-grid{gap:30px}.resource-decision-hero-lanes{min-height:0;gap:28px;padding:20px 15px}.resource-decision-hero-lane{min-height:126px;padding:14px}.resource-decision-hero-lane>strong{font-size:20px}.resource-decision-hero-axis{height:88px}.resource-decision-hero-focus{min-height:0;padding:12px 14px}.resource-explainer-summary{grid-template-columns:1fr;gap:28px}.resource-explainer-summary-register li{min-height:60px}.resource-decision-comparison-lanes{grid-template-columns:1fr;gap:50px}.resource-decision-comparison-axis{top:50%;height:42px}.resource-decision-comparison-axis i{display:none}.resource-decision-comparison-lane{padding:20px}.resource-decision-comparison-description{min-height:0}.resource-decision-chapters{grid-template-columns:1fr}.resource-decision-chapters>li.is-bridge,.resource-decision-chapters>li.is-wide-stage{grid-column:auto}.resource-decision-chapter{min-height:0;padding:20px}.resource-decision-chapter-items,.resource-decision-chapters>li.is-bridge .resource-decision-chapter-copy{grid-template-columns:1fr}.resource-decision-chapter-bridge{display:none}.resource-decision-router>ol{grid-template-columns:1fr;gap:10px}.resource-decision-router article{min-height:0;padding:18px}.resource-decision-router h3{margin-top:28px}.resource-related-register>li{grid-template-columns:34px minmax(0,1fr) 18px;gap:10px;padding:16px 0}.resource-related-register article{grid-template-columns:1fr;gap:7px}.resource-explainer-faq-ledger{grid-template-columns:1fr;gap:28px}.resource-article-cta-grid{grid-template-columns:1fr;align-items:start}.resource-article-cta-grid .button{width:100%}}.resource-crm-lifecycle{--resource-accent:var(--lime);--resource-accent-soft:rgba(184,217,54,.1)}.resource-erp-readiness{--resource-accent:var(--yellow);--resource-accent-soft:rgba(242,201,76,.1)}.resource-warehouse-control{--resource-accent:#9edb77;--resource-accent-soft:rgba(158,219,119,.1)}.resource-automation-roadmap{--resource-accent:#d9e68d;--resource-accent-soft:rgba(217,230,141,.1)}.resource-explainer-hero-map{overflow:hidden;min-width:0;margin:0;border:1px solid rgba(184,217,54,.24);border-radius:14px;background:var(--resource-panel);box-shadow:0 30px 78px rgba(0,0,0,.2)}.resource-explainer-map-heading{display:grid;min-height:65px;align-content:center;grid-gap:4px;gap:4px;padding:12px 19px;border-bottom:1px solid rgba(255,255,255,.1)}.resource-explainer-map-heading span{color:var(--resource-accent);font-size:11px;font-weight:900;line-height:1.35;letter-spacing:.09em;text-transform:uppercase}.resource-explainer-map-heading strong{color:rgba(255,255,255,.8);font-size:12px;line-height:1.35}.resource-explainer-map-stages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:24px;list-style:none;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:32px 32px}.resource-explainer-map-stages li{position:relative;display:grid;min-width:0;min-height:112px;grid-template-columns:43px 1fr;align-items:center;grid-gap:13px;gap:13px;padding:13px;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);background:rgba(5,31,21,.88)}.resource-explainer-map-stages li:nth-child(odd){border-left:1px solid rgba(255,255,255,.12)}.resource-explainer-map-stages li:nth-child(-n+2){border-top:1px solid rgba(255,255,255,.12)}.resource-explainer-stage-node{display:grid;justify-items:center;grid-gap:8px;gap:8px}.resource-explainer-stage-node .ui-icon{width:25px;height:25px;color:var(--resource-accent)}.resource-explainer-stage-index{color:rgba(255,255,255,.38);font-size:8px;font-weight:900}.resource-explainer-map-stages li>strong{color:rgba(255,255,255,.78);font-size:12px;line-height:1.4;overflow-wrap:anywhere}.resource-explainer-stage-flow{position:absolute;right:-8px;bottom:8px;z-index:1;color:var(--resource-accent);font-size:10px}.resource-explainer-stage-flow i{display:none}.resource-explainer-stage-flow b{font-weight:400}.resource-explainer-map-stages li:nth-child(2n) .resource-explainer-stage-flow{right:auto;bottom:-8px;left:-8px}.resource-explainer-map-caption{margin:0;padding:13px 19px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.55);font-size:12px;line-height:1.5}.resource-explainer-concept-section{background:var(--mist)}.resource-explainer-concept-heading{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,.58fr);grid-gap:13px clamp(34px,6vw,88px);gap:13px clamp(34px,6vw,88px);margin-bottom:48px}.resource-explainer-concept-heading .eyebrow,.resource-explainer-concept-heading h2{grid-column:1}.resource-explainer-concept-heading h2{margin:0;color:var(--deep);font-size:clamp(30px,4vw,52px);line-height:1.06}.resource-explainer-concept-heading>p:last-child{grid-column:2;grid-row:1/span 2;align-self:end;margin:0;color:var(--muted);font-size:16px;line-height:1.7}.resource-explainer-concept-lanes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.resource-explainer-concept-entry{position:relative;min-width:0}.resource-explainer-concept-lane{height:100%;min-height:330px;padding:25px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper)}.resource-explainer-concept-lane header{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}.resource-explainer-concept-lane header>span{color:var(--green);font-size:9px;font-weight:900}.resource-explainer-concept-lane header p{margin:0}.resource-explainer-concept-lane h3{margin:28px 0 10px;color:var(--deep);font-size:21px;line-height:1.3}.resource-explainer-concept-lane>p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.resource-explainer-concept-lane ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 18px;gap:0 18px;margin:22px 0 0;padding:0;border-top:1px solid var(--line);list-style:none}.resource-explainer-concept-lane li{display:grid;min-height:45px;grid-template-columns:10px 1fr;align-items:center;grid-gap:9px;gap:9px;border-bottom:1px solid var(--line);color:var(--deep);font-size:12px;line-height:1.4}.resource-explainer-concept-lane li>span{width:5px;height:5px;border-radius:50%;background:var(--resource-accent)}.resource-explainer-concept-connector{position:absolute;top:50%;right:-19px;z-index:2;display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--mist);color:var(--green);transform:translateY(-50%)}.resource-explainer-chapters-section{background:var(--cream)}.resource-explainer-chapters{border-top:1px solid var(--line)}.resource-explainer-chapters-eyebrow{margin-bottom:24px}.resource-explainer-chapter{display:grid;grid-template-columns:64px minmax(0,1fr);border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line);background:var(--paper)}.resource-explainer-chapter-rail{display:grid;grid-template-rows:auto 1fr;justify-items:center;grid-gap:10px;gap:10px;padding-top:28px;border-right:1px solid var(--line);background:var(--mist)}.resource-explainer-chapter-rail span{color:var(--green);font-size:9px;font-weight:900}.resource-explainer-chapter-rail i{width:1px;height:100%;background:linear-gradient(var(--green),transparent)}.resource-explainer-chapter-copy{padding:28px 34px 34px}.resource-explainer-chapter-copy h2{max-width:790px;margin:0 0 25px;color:var(--deep);font-size:clamp(24px,3vw,38px);line-height:1.15}.resource-explainer-chapter-prose{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.resource-explainer-chapter-prose p{margin:0;color:var(--muted);font-size:15px;line-height:1.75}.resource-explainer-chapter-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:27px 0 0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.resource-explainer-chapter-list li{display:grid;min-height:75px;grid-template-columns:21px 1fr;align-items:center;grid-gap:7px;gap:7px;padding:11px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.resource-explainer-chapter-list li>span{color:var(--green);font-size:10px}.resource-explainer-chapter-list p{margin:0;color:var(--deep);font-size:12px;line-height:1.45}.resource-explainer-page .resource-decision-section{background:#0a2b1e}@media (max-width:700px){.resource-explainer-map-heading{min-height:56px;padding-inline:14px}.resource-explainer-map-stages{padding:14px}.resource-explainer-map-stages li{min-height:86px;grid-template-columns:34px 1fr;gap:8px;padding:9px}.resource-explainer-stage-node .ui-icon{width:21px;height:21px}.resource-explainer-concept-heading{grid-template-columns:1fr;gap:18px;margin-bottom:32px}.resource-explainer-concept-heading .eyebrow,.resource-explainer-concept-heading h2,.resource-explainer-concept-heading>p:last-child{grid-column:1;grid-row:auto}.resource-explainer-concept-lanes{grid-template-columns:1fr}.resource-explainer-concept-lane{min-height:0;padding:20px}.resource-explainer-concept-connector{top:auto;right:50%;bottom:-19px;transform:translateX(50%)}.resource-explainer-chapter{grid-template-columns:43px minmax(0,1fr)}.resource-explainer-chapter-rail{padding-top:22px}.resource-explainer-chapter-copy{padding:22px 16px 25px}.resource-explainer-chapter-prose{grid-template-columns:1fr;gap:13px}.resource-explainer-chapter-list{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-explainer-chapter-list li{min-height:68px}}@media (max-width:390px){.resource-warehouse-control .resource-explainer-map-stages li>strong{overflow-wrap:normal;letter-spacing:-.015em}.resource-explainer-chapter-list,.resource-explainer-concept-lane ul{grid-template-columns:1fr}}@media (max-width:700px){.seo-industry-people-operations .seo-hero-copy>.eyebrow,.seo-industry-production-operations .seo-hero-copy>.eyebrow,.seo-industry-project-asset-operations .seo-hero-copy>.eyebrow,.seo-industry-retail-operations .seo-hero-copy>.eyebrow,.seo-industry-service-operations .seo-hero-copy>.eyebrow,.seo-industry-supply-chain .seo-hero-copy>.eyebrow{display:block;line-height:1.45}.seo-industry-people-operations .seo-hero-copy>.eyebrow>span,.seo-industry-production-operations .seo-hero-copy>.eyebrow>span,.seo-industry-project-asset-operations .seo-hero-copy>.eyebrow>span,.seo-industry-retail-operations .seo-hero-copy>.eyebrow>span,.seo-industry-service-operations .seo-hero-copy>.eyebrow>span,.seo-industry-supply-chain .seo-hero-copy>.eyebrow>span{display:grid;width:max-content;margin-bottom:8px}.seo-industry-people-operations .seo-hero-grid,.seo-industry-production-operations .seo-hero-grid,.seo-industry-project-asset-operations .seo-hero-grid,.seo-industry-retail-operations .seo-hero-grid,.seo-industry-service-operations .seo-hero-grid,.seo-industry-supply-chain .seo-hero-grid{gap:30px}.people-ops-hero-bar,.production-ops-hero-bar,.project-asset-hero-bar,.retail-ops-hero-bar,.service-ops-hero-bar,.supply-chain-hero-bar{min-height:44px}.people-ops-hero-footer,.production-ops-hero-footer,.project-asset-hero-footer,.retail-ops-hero-footer,.service-ops-hero-footer,.supply-chain-hero-footer{padding:14px 16px 16px}.supply-chain-hero-canvas{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:12px}.supply-chain-focus{min-height:88px;grid-column:1/-1}.supply-chain-stage{min-height:76px;padding:10px 11px}.supply-chain-stage>div{margin-bottom:8px}.supply-chain-stage>small{display:none}.retail-ops-stage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.retail-ops-stage-grid article{min-height:82px;padding:10px}.retail-ops-stage-grid article>div{margin-bottom:9px}.retail-ops-stage-grid article>small{display:none}.retail-ops-live-panel{padding:17px 14px}.retail-ops-live-focus{margin:12px 0 15px;padding:13px}.retail-ops-live-panel ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.08);border-left:1px solid rgba(255,255,255,.08)}.retail-ops-live-panel li{min-height:42px;padding:6px 8px;border-top:0;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.production-ops-line>div{min-height:51px}.production-ops-line-copy{gap:9px;padding:7px 10px}.production-ops-line-copy small,.production-ops-wip-panel li small{display:none}.production-ops-wip-panel{padding:17px 14px}.production-ops-wip-focus{margin:12px 0 15px;padding:13px}.production-ops-wip-panel ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.09);border-left:1px solid rgba(255,255,255,.09)}.production-ops-wip-panel li{min-height:48px;padding:7px;border-top:0;border-right:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}.service-ops-request-flow li{min-height:50px}.service-ops-request-flow small{display:none}.service-ops-assignment-panel{padding:17px 14px}.service-ops-assignment-focus{margin:12px 0 15px;padding:13px}.service-ops-assignment-panel ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.09);border-left:1px solid rgba(255,255,255,.09)}.service-ops-assignment-panel li{min-height:48px;padding:6px 8px;border-top:0;border-right:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}.project-asset-activity-ledger,.project-asset-dossier,.project-asset-milestones{padding:16px 13px}.project-asset-dossier-focus{min-height:104px;grid-template-columns:32px 1fr;align-items:center;gap:11px;padding:13px}.project-asset-dossier-focus .ui-icon{width:30px;height:30px}.project-asset-dossier dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px;border-top:1px solid rgba(255,255,255,.09);border-left:1px solid rgba(255,255,255,.09)}.project-asset-dossier dl>div{min-width:0;padding:9px;border-top:0;border-right:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}.project-asset-dossier dt{display:none}.project-asset-dossier dd{margin:0;overflow-wrap:anywhere}.project-asset-milestones ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.09);border-left:1px solid rgba(255,255,255,.09)}.project-asset-milestones li{min-height:56px;grid-template-columns:38px 1fr;padding:6px;border-top:0;border-right:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}.project-asset-milestone-copy small,.project-asset-milestones li>i{display:none}.project-asset-activity-ledger ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.09);border-left:1px solid rgba(255,255,255,.09)}.project-asset-activity-ledger li{min-height:48px;padding:7px;border-top:0;border-right:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}.project-asset-activity-ledger li>small{display:none}.people-ops-vacancy-record{padding:16px 14px}.people-ops-vacancy-record>div{min-height:88px;margin-top:12px;padding:12px}.people-ops-vacancy-record>div small{display:none}.people-ops-candidate-pipeline{padding:15px 14px 17px}.people-ops-candidate-pipeline ol{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px}.people-ops-candidate-pipeline li{min-height:84px;padding:9px 8px}.people-ops-candidate-pipeline li>div{margin-bottom:10px}.people-ops-candidate-pipeline li>small{display:none}.people-ops-decision-gate{padding:16px 14px}.people-ops-decision-gate>div{margin:12px 0;padding:13px}}.audit-diagnostic-bar strong,.automation-graph-bar strong,.crm-workspace-bar strong,.crm-workspace-sidebar>strong,.erp-console-bar strong,.erp-hero-bar strong,.integration-network-bar strong,.pos-hero-bar strong,.production-ops-hero-bar strong,.retail-ops-hero-bar strong,.seo-crm-node strong,.seo-crm-window-bar,.service-ops-hero-bar strong,.warehouse-hero-bar strong{font-size:12px;line-height:1.35}.audit-case-link strong,.audit-case-main>span,.audit-case-side article>span,.audit-case-window>header>span,.audit-check-index>span,.audit-check-status,.audit-console-bar>div>span,.audit-conversation-node>span,.audit-diagnostic-bar>span,.audit-focus-node>div>span,.audit-route-options article>span,.audit-signal-head span,.automation-case-route strong,.automation-case-screen>span,.automation-case-window>header>span,.automation-console-bar>div>span,.automation-graph-bar>span,.automation-graph-node>div>span,.automation-lane-index>span,.automation-map-head>span,.automation-map-state span,.automation-rule-step span,.crm-case-proof-window>header span,.crm-decision-axis span,.crm-workspace-bar>span,.crm-workspace-heading small,.crm-workspace-operations article>div span,.erp-case-thumbs span,.erp-case-window>header span,.erp-console-bar small,.erp-console-bar>div span,.erp-console-core header span,.erp-core-node small,.erp-core-node>span,.erp-hero-bar>span,.erp-hero-footer>span,.erp-lane-signal>span,.erp-process-step>span,.erp-topology-node span,.industry-case-screen-grid span,.industry-case-screen-rail-single>div>span,.industry-case-screen-rail>div>span,.integration-case-public>span,.integration-case-system article>span,.integration-case-window>header>span,.integration-connector-copy>span,.integration-flow-head>span,.integration-flow-packet>span,.integration-hub-bar>div>span,.integration-network-bar>span,.integration-network-node>div span,.people-ops-candidate-pipeline li>div>span,.people-ops-candidate-pipeline>header small,.people-ops-console-bar>div>span,.people-ops-console-footer span,.people-ops-decision-gate>footer,.people-ops-module-register article>header span,.people-ops-module-register>header,.people-ops-pipeline-control li>span,.people-ops-process-node>span,.pos-case-proof span,.pos-case-thumbs span,.pos-case-window>header>span,.pos-hero-bar>span,.pos-implementation-index>span,.pos-terminal-bar>div>span,.pos-terminal-operation-list article>div:nth-child(2)>span,.pos-terminal-operations>header small,.pos-transaction-stage>span,.problem-resolution-boundary li>span,.problem-resolution-hero-canvas li>span,.problem-resolution-module-grid article header,.problem-resolution-phase-track li>span,.problem-resolution-process-index span,.problem-resolution-signal-register header span,.problem-resolution-system-register li>span,.production-ops-console-bar>div>span,.production-ops-console-footer span,.production-ops-floor>header small,.production-ops-gate>small,.production-ops-gate>span,.production-ops-hero-footer>div,.production-ops-line-copy small,.production-ops-line-node>span,.production-ops-stage-control li small,.production-ops-stage-control li>span,.production-ops-stage-control>header span,.production-ops-wip-panel li small,.production-ops-wip-panel>span,.production-ops-work-orders article>footer,.production-ops-work-orders article>header span,.production-ops-work-orders>header,.project-asset-activity-ledger li>span,.project-asset-console-bar>div>span,.project-asset-console-footer span,.project-asset-control-ledger li>span,.project-asset-milestone-node>span,.project-asset-milestones>header small,.project-asset-module-index>span,.project-asset-module-ledger>header,.project-asset-process article>header small,.project-asset-process-rail>span,.resource-decision-chapter header>span,.resource-decision-comparison-lane header>span,.resource-decision-hero-bar strong,.resource-decision-hero-bar>span,.resource-decision-hero-lane>span,.resource-decision-router article header span,.resource-explainer-chapter-list li>span,.resource-explainer-chapter-rail span,.resource-explainer-concept-lane header>span,.resource-explainer-faq-list>li>span,.resource-explainer-stage-index,.resource-explainer-summary-register li>span,.resource-related-register>li>span,.retail-ops-console-bar>div>span,.retail-ops-console-footer span,.retail-ops-flow>header small,.retail-ops-live-focus>span,.retail-ops-live-label,.retail-ops-module-grid article>footer,.retail-ops-module-grid article>header span,.retail-ops-process li>footer span,.retail-ops-process li>header span,.retail-ops-proof-grid article>span,.retail-ops-proof-window>header>span,.retail-ops-stage-grid article>div span,.retail-ops-stage-grid article>small,.retail-ops-state-card>span,.retail-ops-state-panel li>span,.retail-ops-state-panel>header span,.seo-crm-node small,.seo-crm-window-bar>small,.seo-process-flow-node>span,.service-ops-assignment-focus small,.service-ops-assignment-panel li>span,.service-ops-assignment-panel>span,.service-ops-console-bar>div>span,.service-ops-console-footer span,.service-ops-hero-footer>div,.service-ops-module-queue article>footer,.service-ops-module-queue article>header>span,.service-ops-module-queue>header,.service-ops-process-state>small,.service-ops-process-state>span,.service-ops-request-board>header small,.service-ops-request-flow small,.service-ops-request-index,.service-ops-responsibility-focus small,.service-ops-responsibility-panel li small,.service-ops-responsibility-panel li>span,.service-ops-responsibility-panel>header span,.supply-chain-process-state span,.warehouse-case-main>span,.warehouse-case-thumbs span,.warehouse-case-window>header>span,.warehouse-console-bar>div>span,.warehouse-flow-stage header span,.warehouse-hero-bar>span,.warehouse-lifecycle-node>span,.warehouse-movement-index span{font-size:11px;line-height:1.4}.form-kicker{font-size:11px!important;line-height:1.4}@media (min-width:701px){html[lang=uz] .seo-industry-manufacturing .seo-hero h1{font-size:clamp(44px,3.2vw,46px);text-wrap:wrap}}@media (max-width:700px){.seo-industry-manufacturing .seo-hero h1,.seo-problem-excel-to-crm .seo-hero h1,.seo-visual-automation .seo-hero h1{font-size:30px;line-height:1.14;letter-spacing:-.03em;text-wrap:wrap}html[lang=uz] .seo-industry-manufacturing .seo-hero h1{width:calc(100% + 12px);max-width:none;letter-spacing:-.035em}}