.SiteNav-module__jCkVTG__nav{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--nav-edge);position:sticky;top:0}.SiteNav-module__jCkVTG__nav:after{content:"";pointer-events:none;background:linear-gradient(90deg, transparent 0%, var(--nav-rule) 18%, var(--nav-rule) 82%, transparent 100%);height:1px;position:absolute;bottom:0;left:0;right:0}.SiteNav-module__jCkVTG__navInner{max-width:var(--max-w);justify-content:space-between;align-items:center;gap:clamp(16px,2vw,28px);margin:0 auto;padding:7px 32px;display:flex}.SiteNav-module__jCkVTG__logo{font-family:var(--font-heading);letter-spacing:.5px;color:var(--text-primary);flex-direction:column;flex-shrink:0;align-items:center;gap:3px;font-weight:700;text-decoration:none;display:inline-flex}.SiteNav-module__jCkVTG__logoImg{width:auto;height:41px;display:block}.SiteNav-module__jCkVTG__logoSlogan{font-family:var(--font-heading);letter-spacing:.28em;text-transform:uppercase;color:var(--text-muted);font-size:.58rem;font-weight:500;line-height:1;transform:translate(9px)}@media (max-width:560px){.SiteNav-module__jCkVTG__logoSlogan{letter-spacing:.2em;font-size:.52rem}}.SiteNav-module__jCkVTG__navLinks{font-family:var(--font-heading);letter-spacing:.076em;text-transform:uppercase;color:var(--nav-link);white-space:nowrap;align-items:center;gap:clamp(15px,2vw,28px);font-size:.78rem;font-weight:500;display:flex}.SiteNav-module__jCkVTG__navUtils{flex:none;align-items:center;gap:9px;display:flex}.SiteNav-module__jCkVTG__navCta{height:30px;font-family:var(--font-heading);letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;background:var(--grad-cta);color:var(--on-cta);box-shadow:0 1px 2px var(--shadow-deep);transition:transform .16s var(--ease-out-strong), box-shadow .2s ease, filter .2s ease;border:1px solid #0000;border-radius:8px;flex:none;align-items:center;padding:0 9px;font-size:.76rem;font-weight:600;display:inline-flex}.SiteNav-module__jCkVTG__navCta:hover{filter:brightness(1.08);box-shadow:0 8px 22px var(--gold-dim);transform:translateY(-1px)}.SiteNav-module__jCkVTG__navCta:active{transition-duration:90ms;transform:translateY(0)scale(.98)}.SiteNav-module__jCkVTG__navLinks>a,.SiteNav-module__jCkVTG__navDropdownTrigger{color:inherit;transition:color .2s;position:relative}.SiteNav-module__jCkVTG__navLinks>a:hover,.SiteNav-module__jCkVTG__navDropdownTrigger:hover,.SiteNav-module__jCkVTG__navDropdown:focus-within .SiteNav-module__jCkVTG__navDropdownTrigger{color:var(--gold)}.SiteNav-module__jCkVTG__navLinks>a[data-active],.SiteNav-module__jCkVTG__navDropdownTrigger[data-active]{color:var(--nav-link-active)}.SiteNav-module__jCkVTG__navLinks>a[data-active]:after,.SiteNav-module__jCkVTG__navDropdownTrigger[data-active]:after{content:"";background:var(--grad-cappia);opacity:.95;border-radius:2px;height:1.5px;position:absolute;bottom:-7px;left:0;right:0}.SiteNav-module__jCkVTG__navDropdownTrigger[data-active]:after{right:18px}.SiteNav-module__jCkVTG__navLinks>a:focus-visible,.SiteNav-module__jCkVTG__navDropdownTrigger:focus-visible,.SiteNav-module__jCkVTG__navCta:focus-visible,.SiteNav-module__jCkVTG__mobileNavCta:focus-visible,.SiteNav-module__jCkVTG__mobileNav summary:focus-visible,.SiteNav-module__jCkVTG__mobileNavMenu a:focus-visible{outline:2px solid var(--gold);outline-offset:4px;color:var(--gold);border-radius:3px}@media (prefers-reduced-motion:reduce){.SiteNav-module__jCkVTG__navLinks>a,.SiteNav-module__jCkVTG__navDropdownTrigger,.SiteNav-module__jCkVTG__navCta{transition:none}}.SiteNav-module__jCkVTG__navDropdown{z-index:2;position:relative}.SiteNav-module__jCkVTG__navDropdownTrigger{color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:10px 0;display:inline-flex}.SiteNav-module__jCkVTG__navDropdownTrigger svg{transition:transform .16s var(--ease-out-strong)}.SiteNav-module__jCkVTG__navDropdown:hover .SiteNav-module__jCkVTG__navDropdownTrigger svg,.SiteNav-module__jCkVTG__navDropdown:focus-within .SiteNav-module__jCkVTG__navDropdownTrigger svg{transform:rotate(180deg)}.SiteNav-module__jCkVTG__navDropdownMenu{z-index:130;background:linear-gradient(180deg, var(--panel-a), var(--panel-b));opacity:0;visibility:hidden;width:286px;transition:opacity .16s ease, transform .16s var(--ease-out-strong), visibility .16s ease;border:1px solid #5cf1ff29;border-radius:8px;padding:10px;position:absolute;top:calc(100% + 12px);left:-18px;transform:translateY(-4px);box-shadow:0 24px 70px #00000061}.SiteNav-module__jCkVTG__navDropdownMenu:before{content:"";height:14px;position:absolute;top:-14px;left:0;right:0}.SiteNav-module__jCkVTG__navDropdown:hover .SiteNav-module__jCkVTG__navDropdownMenu,.SiteNav-module__jCkVTG__navDropdown:focus-within .SiteNav-module__jCkVTG__navDropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.SiteNav-module__jCkVTG__navDropdownMenu a{color:var(--text-primary);border-radius:8px;gap:2px;padding:12px;transition:background-color .16s,color .16s;display:grid}.SiteNav-module__jCkVTG__navDropdownMenu a:hover,.SiteNav-module__jCkVTG__navDropdownMenu a:focus{color:var(--gold);background:#00e4fc14}.SiteNav-module__jCkVTG__navDropdownMenu strong{font-size:.86rem;line-height:1.25}.SiteNav-module__jCkVTG__navDropdownMenu span{color:var(--text-secondary);font-size:.75rem;line-height:1.3}.SiteNav-module__jCkVTG__mobileNav{display:none;position:relative}.SiteNav-module__jCkVTG__mobileNav summary{cursor:pointer;width:42px;height:42px;color:var(--text-primary);border:1px solid var(--border);background:var(--surface);border-radius:8px;place-items:center;list-style:none;display:grid}.SiteNav-module__jCkVTG__mobileNav summary::-webkit-details-marker{display:none}.SiteNav-module__jCkVTG__mobileNavMenu{z-index:150;background:linear-gradient(180deg, var(--panel-a), var(--panel-b));-webkit-backdrop-filter:blur(22px)saturate(1.15);width:auto;max-width:360px;box-shadow:inset 0 1px 0 var(--glass-line), 0 26px 64px var(--shadow-deeper);border:1px solid #5cf1ff2e;border-bottom-color:#5cf1ff4d;border-radius:10px;margin-left:auto;padding:10px;position:fixed;top:70px;left:18px;right:18px}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.SiteNav-module__jCkVTG__mobileNavMenu{background:linear-gradient(180deg, var(--panel-a), var(--panel-b))}}.SiteNav-module__jCkVTG__mobileNavMenu a,.SiteNav-module__jCkVTG__mobileNavGroup strong{color:var(--text-primary);padding:11px 12px;font-size:.9rem;display:block}.SiteNav-module__jCkVTG__mobileNavGroup{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:4px 0;padding:4px 0}.SiteNav-module__jCkVTG__mobileNavGroup strong{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.SiteNav-module__jCkVTG__mobileNavGroup a{color:var(--text-secondary);padding-left:22px}.SiteNav-module__jCkVTG__mobileNavMenu a[data-active]{color:var(--gold);font-weight:600}.SiteNav-module__jCkVTG__mobileNavCta{text-align:center;font-family:var(--font-heading);letter-spacing:.076em;text-transform:uppercase;background:var(--grad-cta);color:var(--on-cta);border-radius:8px;margin:8px 4px 4px;padding:12px;font-size:.78rem;font-weight:600;display:block}.SiteNav-module__jCkVTG__nav .SiteNav-module__jCkVTG__navCta,.SiteNav-module__jCkVTG__nav .SiteNav-module__jCkVTG__mobileNavCta{color:var(--on-cta)}@media (max-width:1080px){.SiteNav-module__jCkVTG__navInner{padding:7px 22px}.SiteNav-module__jCkVTG__navCta{padding:0 8px}}@media (max-width:768px){.SiteNav-module__jCkVTG__navLinks{display:none}.SiteNav-module__jCkVTG__mobileNav{display:block}.SiteNav-module__jCkVTG__navInner{gap:12px;padding:8px 18px}.SiteNav-module__jCkVTG__logoImg{height:37px}.SiteNav-module__jCkVTG__logoSlogan{transform:translate(8px)}.SiteNav-module__jCkVTG__navCta{display:none}}@media (max-width:560px){.SiteNav-module__jCkVTG__logoImg{height:32px}.SiteNav-module__jCkVTG__logoSlogan{transform:translate(7px)}.SiteNav-module__jCkVTG__navInner{padding:8px 16px}}
.SiteFooter-module__qkWS0G__footer{background:var(--footer-bg);border-top:1px solid var(--border);padding:64px 32px 32px}.SiteFooter-module__qkWS0G__footerInner{max-width:var(--max-w);grid-template-columns:2fr 1fr 1fr;gap:48px;margin:0 auto;display:grid}.SiteFooter-module__qkWS0G__footerBrand{font-family:var(--font-heading);letter-spacing:4px;margin-bottom:12px;font-size:1.1rem}.SiteFooter-module__qkWS0G__footerBrand span{color:var(--gold)}.SiteFooter-module__qkWS0G__footer p{color:var(--text-muted);font-size:.85rem;line-height:1.7}.SiteFooter-module__qkWS0G__footer h3{letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:16px;font-size:.7rem}.SiteFooter-module__qkWS0G__footer ul{margin:0;padding:0;list-style:none}.SiteFooter-module__qkWS0G__footer ul li{margin-bottom:8px}.SiteFooter-module__qkWS0G__footer ul a{color:var(--text-secondary);font-size:.85rem}.SiteFooter-module__qkWS0G__footer ul a:hover{color:var(--gold)}.SiteFooter-module__qkWS0G__footerBottom{max-width:var(--max-w);border-top:1px solid var(--border);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;gap:16px;margin:48px auto 0;padding-top:24px;font-size:.75rem;display:flex}@media (max-width:768px){.SiteFooter-module__qkWS0G__footerInner{grid-template-columns:1fr 1fr}}
.DemosShowcase-module__IcqHmG__section{padding:var(--space-section,clamp(4rem, 3rem + 5vw, 10rem)) 32px;position:relative}.DemosShowcase-module__IcqHmG__inner{max-width:var(--max-w,1200px);margin:0 auto}.DemosShowcase-module__IcqHmG__head{text-align:center;max-width:680px;margin:0 auto 56px}.DemosShowcase-module__IcqHmG__eyebrow{font-family:var(--font-heading,"Space Grotesk", sans-serif);letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:18px;font-size:.72rem;font-weight:600;display:inline-block}.DemosShowcase-module__IcqHmG__title{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.01em;color:var(--text-primary);margin:0 0 16px;font-size:clamp(1.9rem,1.2rem + 2vw,2.9rem);font-weight:900;line-height:1.06}.DemosShowcase-module__IcqHmG__title em{color:var(--gold);font-style:normal}.DemosShowcase-module__IcqHmG__subtitle{color:var(--text-secondary);max-width:620px;margin:0 auto;font-size:clamp(1rem,.94rem + .3vw,1.12rem);line-height:1.55}.DemosShowcase-module__IcqHmG__groups{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:clamp(18px,2vw,28px);display:grid}.DemosShowcase-module__IcqHmG__group{--accent:var(--gold);min-width:0;scroll-margin-top:96px}.DemosShowcase-module__IcqHmG__groupHead{border-bottom:1px solid color-mix(in oklab, var(--accent) 30%, transparent);cursor:default;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:18px;padding:0 4px 14px;list-style:none;display:flex}.DemosShowcase-module__IcqHmG__groupHead::-webkit-details-marker{display:none}.DemosShowcase-module__IcqHmG__groupHead::marker{content:""}.DemosShowcase-module__IcqHmG__groupTitle{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.01em;color:var(--text-primary);font-size:1.06rem;font-weight:800}.DemosShowcase-module__IcqHmG__groupCount{letter-spacing:1.6px;text-transform:uppercase;color:var(--accent);white-space:nowrap;font-size:.68rem;font-weight:700}.DemosShowcase-module__IcqHmG__groupCards{flex-direction:column;gap:clamp(14px,1.4vw,18px);display:flex}.DemosShowcase-module__IcqHmG__groupCards .DemosShowcase-module__IcqHmG__card{--accent:inherit;min-height:0;padding:clamp(20px,1.8vw,26px)}.DemosShowcase-module__IcqHmG__groupCards .DemosShowcase-module__IcqHmG__name{max-width:22ch;margin-bottom:8px;font-size:clamp(1.02rem,.86rem + .4vw,1.18rem)}.DemosShowcase-module__IcqHmG__groupCards .DemosShowcase-module__IcqHmG__desc{margin-bottom:12px;font-size:.86rem}.DemosShowcase-module__IcqHmG__groupCards .DemosShowcase-module__IcqHmG__benefit{font-size:.8rem}.DemosShowcase-module__IcqHmG__groupCards .DemosShowcase-module__IcqHmG__viz{width:92px;height:92px}.DemosShowcase-module__IcqHmG__group:target .DemosShowcase-module__IcqHmG__card{animation:.9s ease-out 2 DemosShowcase-module__IcqHmG__diagPulse}@keyframes DemosShowcase-module__IcqHmG__diagPulse{0%,to{box-shadow:inset 0 1px 0 #ffffff0a, 0 22px 54px var(--shadow-deep)}45%{box-shadow:inset 0 1px 0 #ffffff14, 0 22px 54px var(--shadow-deep), 0 0 30px color-mix(in oklab, var(--accent) 45%, transparent)}}.DemosShowcase-module__IcqHmG__group:target .DemosShowcase-module__IcqHmG__groupHead{border-bottom-color:color-mix(in oklab, var(--accent) 70%, transparent)}.DemosShowcase-module__IcqHmG__allCtaRow{justify-content:center;margin-top:clamp(36px,4vw,56px);display:flex}.DemosShowcase-module__IcqHmG__allCta{color:var(--gold);background:#00e4fc12;border:1px solid #00e4fc4d;border-radius:11px;align-items:center;gap:9px;padding:13px 24px;font-size:.86rem;font-weight:700;text-decoration:none;transition:background .3s,border-color .3s,transform .3s;display:inline-flex}.DemosShowcase-module__IcqHmG__allCta svg{width:14px;height:14px}.DemosShowcase-module__IcqHmG__allCta:hover{background:#00e4fc26;border-color:#00e4fc99;transform:translateY(-2px)}.DemosShowcase-module__IcqHmG__allCta:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.DemosShowcase-module__IcqHmG__card{--accent:var(--gold);min-height:380px;color:inherit;border:1px solid var(--border);-webkit-backdrop-filter:blur(18px)saturate(1.1);box-shadow:inset 0 1px 0 #ffffff0a, 0 22px 54px var(--shadow-deep);isolation:isolate;background:linear-gradient(158deg,#12285680 0%,#08142e66 100%);border-radius:20px;padding:clamp(28px,3vw,40px);text-decoration:none;transition:transform .38s cubic-bezier(.16,1,.3,1),border-color .32s,box-shadow .38s;display:flex;position:relative;overflow:hidden}.DemosShowcase-module__IcqHmG__card:before{content:"";border-radius:inherit;background:linear-gradient(150deg, color-mix(in oklab, var(--accent) 34%, transparent), transparent 48%);-webkit-mask-composite:xor;opacity:.8;pointer-events:none;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.DemosShowcase-module__IcqHmG__glow{background:radial-gradient(circle, color-mix(in oklab, var(--accent) 20%, transparent) 0%, transparent 66%);filter:blur(8px);opacity:.55;z-index:-1;pointer-events:none;border-radius:50%;width:58%;height:62%;transition:opacity .38s,transform .38s;position:absolute;top:-26%;right:-18%}.DemosShowcase-module__IcqHmG__viz{width:clamp(132px,20vw,184px);height:clamp(132px,20vw,184px);color:var(--accent);opacity:.62;z-index:0;pointer-events:none;transition:transform .46s cubic-bezier(.16,1,.3,1),opacity .32s;position:absolute;top:clamp(18px,2.4vw,30px);right:clamp(14px,2vw,26px)}.DemosShowcase-module__IcqHmG__radar,.DemosShowcase-module__IcqHmG__network{width:100%;height:100%;display:block}.DemosShowcase-module__IcqHmG__radarSweep{transform-box:view-box;transform-origin:60px 60px;animation:7s linear infinite DemosShowcase-module__IcqHmG__radarSpin}@keyframes DemosShowcase-module__IcqHmG__radarSpin{to{transform:rotate(360deg)}}.DemosShowcase-module__IcqHmG__blip{animation:2.8s ease-in-out infinite DemosShowcase-module__IcqHmG__blipPulse}.DemosShowcase-module__IcqHmG__blip2{animation-delay:.9s}.DemosShowcase-module__IcqHmG__blip3{animation-delay:1.8s}@keyframes DemosShowcase-module__IcqHmG__blipPulse{0%,to{opacity:.25}50%{opacity:1}}.DemosShowcase-module__IcqHmG__node{animation:3s ease-in-out infinite DemosShowcase-module__IcqHmG__nodePulse}.DemosShowcase-module__IcqHmG__node2{animation-delay:.7s}.DemosShowcase-module__IcqHmG__node3{animation-delay:1.4s}@keyframes DemosShowcase-module__IcqHmG__nodePulse{0%,to{opacity:.4}50%{opacity:1}}.DemosShowcase-module__IcqHmG__content{z-index:1;flex-direction:column;width:100%;display:flex;position:relative}.DemosShowcase-module__IcqHmG__cardTop{justify-content:space-between;align-items:center;gap:14px;min-height:22px;margin-bottom:14px;display:flex}.DemosShowcase-module__IcqHmG__kicker{font-family:var(--font-heading,"Space Grotesk", sans-serif);letter-spacing:2.5px;text-transform:uppercase;color:var(--accent);min-width:0;margin-bottom:0;font-size:.7rem;font-weight:700}.DemosShowcase-module__IcqHmG__name{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.02em;color:var(--text-primary);max-width:12ch;margin:0 0 14px;font-size:clamp(1.55rem,1rem + 1.4vw,2.1rem);font-weight:800;line-height:1.04}.DemosShowcase-module__IcqHmG__desc{color:#d2def5d1;max-width:42ch;margin:0 0 20px;font-size:1rem;line-height:1.5}.DemosShowcase-module__IcqHmG__benefit{color:var(--text-primary);align-items:center;gap:9px;margin-bottom:28px;font-size:.9rem;font-weight:600;display:inline-flex}.DemosShowcase-module__IcqHmG__benefitDot{width:22px;height:22px;color:var(--accent);background:color-mix(in oklab, var(--accent) 16%, transparent);border:1px solid color-mix(in oklab, var(--accent) 30%, transparent);border-radius:50%;flex:none;place-items:center;display:grid}.DemosShowcase-module__IcqHmG__benefitDot svg{width:12px;height:12px}.DemosShowcase-module__IcqHmG__cta{letter-spacing:.2px;color:var(--deep-black);background:var(--accent);box-shadow:0 6px 20px color-mix(in oklab, var(--accent) 28%, transparent);border-radius:11px;align-self:flex-start;align-items:center;gap:8px;margin-top:auto;padding:11px 20px;font-size:.85rem;font-weight:700;transition:box-shadow .32s,transform .32s;display:inline-flex}.DemosShowcase-module__IcqHmG__cta svg{width:14px;height:14px;transition:transform .32s cubic-bezier(.16,1,.3,1)}.DemosShowcase-module__IcqHmG__card:hover{border-color:color-mix(in oklab, var(--accent) 42%, transparent);box-shadow:inset 0 1px 0 #ffffff0f, 0 30px 64px #03091a85, 0 0 46px color-mix(in oklab, var(--accent) 16%, transparent);transform:translateY(-6px)}.DemosShowcase-module__IcqHmG__card:hover .DemosShowcase-module__IcqHmG__glow{opacity:.9;transform:scale(1.08)}.DemosShowcase-module__IcqHmG__card:hover .DemosShowcase-module__IcqHmG__viz{opacity:.86;transform:translateY(-4px)scale(1.04)}.DemosShowcase-module__IcqHmG__card:hover .DemosShowcase-module__IcqHmG__cta{box-shadow:0 10px 28px color-mix(in oklab, var(--accent) 40%, transparent);transform:translateY(-1px)}.DemosShowcase-module__IcqHmG__card:hover .DemosShowcase-module__IcqHmG__cta svg{transform:translate(4px)}.DemosShowcase-module__IcqHmG__card:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (max-width:1040px){.DemosShowcase-module__IcqHmG__groups{grid-template-columns:1fr;gap:44px}.DemosShowcase-module__IcqHmG__groupCards{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;display:grid}}@media (max-width:720px){.DemosShowcase-module__IcqHmG__groups{gap:20px;max-width:560px;margin:0 auto}.DemosShowcase-module__IcqHmG__groupCards{grid-template-columns:1fr}.DemosShowcase-module__IcqHmG__group{border:1px solid var(--border);background:#08142e57;border-radius:16px;padding:16px 14px}.DemosShowcase-module__IcqHmG__groupHead{cursor:pointer;margin-bottom:0;padding-bottom:12px}.DemosShowcase-module__IcqHmG__group[open] .DemosShowcase-module__IcqHmG__groupHead{margin-bottom:16px}.DemosShowcase-module__IcqHmG__groupHead:after{content:"";border-right:2px solid var(--accent);border-bottom:2px solid var(--accent);flex:none;align-self:center;width:9px;height:9px;transition:transform .24s;transform:rotate(45deg)}.DemosShowcase-module__IcqHmG__group[open] .DemosShowcase-module__IcqHmG__groupHead:after{transform:rotate(-135deg)}}@media (max-width:560px){.DemosShowcase-module__IcqHmG__section{padding-left:20px;padding-right:20px}.DemosShowcase-module__IcqHmG__card{padding:26px 22px}.DemosShowcase-module__IcqHmG__viz{opacity:.5;width:108px;height:108px}.DemosShowcase-module__IcqHmG__desc{max-width:none}}@media (prefers-reduced-motion:reduce){.DemosShowcase-module__IcqHmG__card,.DemosShowcase-module__IcqHmG__glow,.DemosShowcase-module__IcqHmG__viz,.DemosShowcase-module__IcqHmG__cta,.DemosShowcase-module__IcqHmG__cta svg,.DemosShowcase-module__IcqHmG__radarSweep,.DemosShowcase-module__IcqHmG__blip,.DemosShowcase-module__IcqHmG__node{transition:none;animation:none}.DemosShowcase-module__IcqHmG__card:hover,.DemosShowcase-module__IcqHmG__card:hover .DemosShowcase-module__IcqHmG__glow,.DemosShowcase-module__IcqHmG__card:hover .DemosShowcase-module__IcqHmG__viz,.DemosShowcase-module__IcqHmG__card:hover .DemosShowcase-module__IcqHmG__cta{transform:none}}.DemosShowcase-module__IcqHmG__cardSoon{cursor:pointer}.DemosShowcase-module__IcqHmG__cardSoon .DemosShowcase-module__IcqHmG__viz{opacity:.35}.DemosShowcase-module__IcqHmG__soonBadge{z-index:2;letter-spacing:1.5px;text-transform:uppercase;color:var(--accent);background:color-mix(in oklab, var(--accent) 12%, transparent);border:1px solid color-mix(in oklab, var(--accent) 30%, transparent);border-radius:999px;flex:none;align-self:flex-start;padding:5px 11px;font-size:.66rem;font-weight:800}
.HeroIntelligence-module__V6HXhG__heroViz{opacity:0;justify-content:center;align-items:center;animation:1.1s .35s forwards HeroIntelligence-module__V6HXhG__heroFade;display:flex;position:relative}.HeroIntelligence-module__V6HXhG__vizPanel{aspect-ratio:1;width:100%;max-width:600px;margin-inline:auto;position:relative}.HeroIntelligence-module__V6HXhG__vizPanel:before{content:"";filter:blur(3px);z-index:0;pointer-events:none;background:radial-gradient(circle at 50% 47%,#00e4fc29 0%,#0a3c8c1a 32%,#0000 66%);border-radius:50%;position:absolute;inset:4%}.HeroIntelligence-module__V6HXhG__vizPanel:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle at 50% 52%,#0000 54%,#03091a4d 100%);border-radius:50%;position:absolute;inset:0}.HeroIntelligence-module__V6HXhG__vizMotes{z-index:0;pointer-events:none;background-image:radial-gradient(1.5px 1.5px at 22% 28%,#00e4fc8c,#0000 60%),radial-gradient(1.5px 1.5px at 76% 20%,#96c3ff80,#0000 60%),radial-gradient(1.5px 1.5px at 84% 64%,#00e4fc73,#0000 60%),radial-gradient(1.5px 1.5px at 28% 76%,#96c3ff6b,#0000 60%),radial-gradient(1.5px 1.5px at 58% 88%,#00e4fc66,#0000 60%);animation:15s ease-in-out infinite alternate HeroIntelligence-module__V6HXhG__vizMotes;position:absolute;inset:0}.HeroIntelligence-module__V6HXhG__vizLines{z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.HeroIntelligence-module__V6HXhG__vizLineBase{stroke:#78a5e129;stroke-width:.22px}.HeroIntelligence-module__V6HXhG__vizLineFlow{stroke:#00e4fceb;stroke-width:.32px;stroke-linecap:round;stroke-dasharray:1.4 46;filter:drop-shadow(0 0 1.6px #00e4fcd9);animation:4.4s linear infinite HeroIntelligence-module__V6HXhG__vizComet}.HeroIntelligence-module__V6HXhG__vizLineFlow:nth-child(8){animation-delay:.6s}.HeroIntelligence-module__V6HXhG__vizLineFlow:nth-child(9){animation-delay:1.2s}.HeroIntelligence-module__V6HXhG__vizLineFlow:nth-child(10){animation-delay:1.8s}.HeroIntelligence-module__V6HXhG__vizLineFlow:nth-child(11){animation-delay:2.4s}.HeroIntelligence-module__V6HXhG__vizLineFlow:nth-child(12){animation-delay:3s}.HeroIntelligence-module__V6HXhG__vizNode{z-index:2;position:absolute;transform:translate(-50%,-50%)}.HeroIntelligence-module__V6HXhG__vizPosTop{top:9%;left:50%}.HeroIntelligence-module__V6HXhG__vizPosUpperRight{top:31%;left:85%}.HeroIntelligence-module__V6HXhG__vizPosLowerRight{top:69%;left:85%}.HeroIntelligence-module__V6HXhG__vizPosBottom{top:91%;left:50%}.HeroIntelligence-module__V6HXhG__vizPosLowerLeft{top:69%;left:15%}.HeroIntelligence-module__V6HXhG__vizPosUpperLeft{top:31%;left:15%}.HeroIntelligence-module__V6HXhG__vizNodeCard{background:linear-gradient(155deg, var(--glass-a), var(--glass-b));-webkit-backdrop-filter:blur(17px)saturate(1.15);min-height:74px;box-shadow:inset 0 1px 0 var(--glass-line), 0 10px 30px var(--shadow-deep);width:max-content;max-width:210px;font:inherit;color:inherit;text-align:left;appearance:none;cursor:pointer;transition:transform .32s var(--ease-out-strong), border-color .32s ease, box-shadow .32s ease, background .32s ease, opacity .32s ease;border:1px solid #78a5e129;border-radius:16px;align-items:center;gap:13px;padding:15px 18px;animation:7s ease-in-out infinite HeroIntelligence-module__V6HXhG__vizFloat;display:flex;position:relative}.HeroIntelligence-module__V6HXhG__vizNodeCard[data-active=true]{background:linear-gradient(155deg, var(--glass-strong-a), var(--glass-strong-b));box-shadow:inset 0 1px 0 var(--glass-line-2), 0 18px 44px #00e4fc4d, 0 0 26px #00e4fc57;border-color:#00e4fcb8;transform:translateY(-4px)scale(1.04)}.HeroIntelligence-module__V6HXhG__vizNodeCard[data-active=true] .HeroIntelligence-module__V6HXhG__vizNodeIcon{border-color:#00e4fc8c;box-shadow:inset 0 0 16px #00e4fc4d,0 0 14px #00e4fc40}.HeroIntelligence-module__V6HXhG__vizPanel[data-has-active=true] .HeroIntelligence-module__V6HXhG__vizNodeCard:not([data-active=true]){opacity:.32}.HeroIntelligence-module__V6HXhG__vizNodeCard:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.HeroIntelligence-module__V6HXhG__vizNodeCard:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:.7;pointer-events:none;background:linear-gradient(150deg,#00e4fc52,#0000 46%);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.HeroIntelligence-module__V6HXhG__vizNode:nth-child(3) .HeroIntelligence-module__V6HXhG__vizNodeCard{animation-duration:7s;animation-delay:0s}.HeroIntelligence-module__V6HXhG__vizNode:nth-child(4) .HeroIntelligence-module__V6HXhG__vizNodeCard{animation-duration:8.4s;animation-delay:-1.4s}.HeroIntelligence-module__V6HXhG__vizNode:nth-child(5) .HeroIntelligence-module__V6HXhG__vizNodeCard{animation-duration:6.6s;animation-delay:-2.6s}.HeroIntelligence-module__V6HXhG__vizNode:nth-child(6) .HeroIntelligence-module__V6HXhG__vizNodeCard{animation-duration:7.8s;animation-delay:-3.5s}.HeroIntelligence-module__V6HXhG__vizNode:nth-child(7) .HeroIntelligence-module__V6HXhG__vizNodeCard{animation-duration:6.2s;animation-delay:-4.6s}.HeroIntelligence-module__V6HXhG__vizNode:nth-child(8) .HeroIntelligence-module__V6HXhG__vizNodeCard{animation-duration:8s;animation-delay:-5.4s}.HeroIntelligence-module__V6HXhG__vizNodeCard:hover{background:linear-gradient(155deg,#1a386eb8,#0a1c4099);border-color:#00e4fc6b;transform:translateY(-4px);box-shadow:inset 0 1px #ffffff14,0 16px 40px #00e4fc33}.HeroIntelligence-module__V6HXhG__vizNodeIcon{width:38px;height:38px;color:var(--gold);background:radial-gradient(circle at 38% 30%,#00e4fc3d,#00e4fc0d);border:1px solid #00e4fc33;border-radius:11px;flex:none;place-items:center;display:grid;box-shadow:inset 0 0 12px #00e4fc1f}.HeroIntelligence-module__V6HXhG__vizNodeIcon svg{width:20px;height:20px}.HeroIntelligence-module__V6HXhG__vizNodeLabel{color:var(--text-primary);letter-spacing:.1px;text-wrap:balance;font-size:.94rem;font-weight:600;line-height:1.25}.HeroIntelligence-module__V6HXhG__vizNodePulse{background:var(--gold);border-radius:50%;width:5px;height:5px;animation:2.8s ease-out infinite HeroIntelligence-module__V6HXhG__vizDot;position:absolute;top:8px;right:8px}.HeroIntelligence-module__V6HXhG__vizNode:nth-child(4) .HeroIntelligence-module__V6HXhG__vizNodePulse{animation-delay:.5s}.HeroIntelligence-module__V6HXhG__vizNode:nth-child(5) .HeroIntelligence-module__V6HXhG__vizNodePulse{animation-delay:1s}.HeroIntelligence-module__V6HXhG__vizNode:nth-child(6) .HeroIntelligence-module__V6HXhG__vizNodePulse{animation-delay:1.5s}.HeroIntelligence-module__V6HXhG__vizNode:nth-child(7) .HeroIntelligence-module__V6HXhG__vizNodePulse{animation-delay:2s}.HeroIntelligence-module__V6HXhG__vizNode:nth-child(8) .HeroIntelligence-module__V6HXhG__vizNodePulse{animation-delay:2.5s}.HeroIntelligence-module__V6HXhG__vizCore{z-index:3;text-align:center;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HeroIntelligence-module__V6HXhG__vizCoreBrand,.HeroIntelligence-module__V6HXhG__vizCorePanel{grid-area:1/1}.HeroIntelligence-module__V6HXhG__vizCoreBrand{transition:opacity .26s ease, transform .26s var(--ease-out-strong,cubic-bezier(.16, 1, .3, 1));flex-direction:column;align-items:center;display:flex}.HeroIntelligence-module__V6HXhG__vizCoreBrand[data-hidden=true]{opacity:0;pointer-events:none;transform:scale(.86)}.HeroIntelligence-module__V6HXhG__vizCoreDisc{background:radial-gradient(circle at 50% 34%,#00e4fc3d,#091a3ceb 72%);border:1px solid #00e4fc52;border-radius:50%;place-items:center;width:clamp(66px,15.5vw,86px);height:clamp(66px,15.5vw,86px);display:grid;position:relative;box-shadow:inset 0 0 20px #00e4fc29,0 10px 34px #00e4fc29}.HeroIntelligence-module__V6HXhG__vizCoreDisc:before,.HeroIntelligence-module__V6HXhG__vizCoreDisc:after{content:"";border:1px solid #00e4fc66;border-radius:50%;animation:4s ease-out infinite HeroIntelligence-module__V6HXhG__vizPulse;position:absolute;inset:0}.HeroIntelligence-module__V6HXhG__vizCoreDisc:after{animation-delay:2s}.HeroIntelligence-module__V6HXhG__vizCoreLogo{object-fit:contain;object-position:center;filter:drop-shadow(0 0 7px #00e4fc99)drop-shadow(0 0 2px #00e4fc73);width:76%;height:76%}.HeroIntelligence-module__V6HXhG__vizCorePanel{z-index:4;-webkit-backdrop-filter:blur(20px)saturate(1.2);width:clamp(252px,58vw,340px);box-shadow:inset 0 1px 0 #ffffff12, 0 18px 46px var(--shadow-deeper), 0 0 34px #00e4fc2e;animation:HeroIntelligence-module__V6HXhG__vizPanelIn .3s var(--ease-out-strong,cubic-bezier(.16, 1, .3, 1)) both;background:linear-gradient(155deg,#163064c7,#081634b8);border:1px solid #00e4fc4d;border-radius:18px;padding:22px 22px 18px;position:relative}.HeroIntelligence-module__V6HXhG__vizCorePanelTitle{letter-spacing:2.2px;text-transform:uppercase;color:var(--gold);margin-bottom:10px;font-size:.82rem;font-weight:700;display:block}.HeroIntelligence-module__V6HXhG__vizCorePanelHook{color:var(--text-primary);text-wrap:pretty;margin:0 0 16px;font-size:.94rem;font-weight:500;line-height:1.5}@media (max-width:960px){.HeroIntelligence-module__V6HXhG__vizPanel{max-width:440px}.HeroIntelligence-module__V6HXhG__vizNodeCard{max-width:176px}.HeroIntelligence-module__V6HXhG__vizCorePanel{width:min(300px,68vw)}}@media (max-width:560px){.HeroIntelligence-module__V6HXhG__vizPanel{max-width:330px}.HeroIntelligence-module__V6HXhG__vizNodeCard{gap:10px;max-width:150px;min-height:62px;padding:11px 12px}.HeroIntelligence-module__V6HXhG__vizNodeLabel{font-size:.8rem;line-height:1.2}.HeroIntelligence-module__V6HXhG__vizNodeIcon{width:28px;height:28px}.HeroIntelligence-module__V6HXhG__vizNodeIcon svg{width:16px;height:16px}.HeroIntelligence-module__V6HXhG__vizPosUpperRight,.HeroIntelligence-module__V6HXhG__vizPosLowerRight{left:78%}.HeroIntelligence-module__V6HXhG__vizPosUpperLeft,.HeroIntelligence-module__V6HXhG__vizPosLowerLeft{left:22%}.HeroIntelligence-module__V6HXhG__vizCorePanel{width:min(272px,82vw);padding:17px 17px 15px}.HeroIntelligence-module__V6HXhG__vizCorePanelHook{margin-bottom:13px;font-size:.86rem}.HeroIntelligence-module__V6HXhG__vizPanel[data-has-active=true] .HeroIntelligence-module__V6HXhG__vizNodeCard:not([data-active=true]){opacity:.28}}@media (prefers-reduced-motion:reduce){.HeroIntelligence-module__V6HXhG__heroViz{opacity:1;animation:none}.HeroIntelligence-module__V6HXhG__vizMotes,.HeroIntelligence-module__V6HXhG__vizLineFlow,.HeroIntelligence-module__V6HXhG__vizNodeCard,.HeroIntelligence-module__V6HXhG__vizNodePulse,.HeroIntelligence-module__V6HXhG__vizCoreDisc:before,.HeroIntelligence-module__V6HXhG__vizCoreDisc:after,.HeroIntelligence-module__V6HXhG__vizCorePanel{animation:none}.HeroIntelligence-module__V6HXhG__vizCoreBrand{transition:none}.HeroIntelligence-module__V6HXhG__vizNodeCard[data-active=true]{transform:none}}@keyframes HeroIntelligence-module__V6HXhG__heroFade{to{opacity:1}}@keyframes HeroIntelligence-module__V6HXhG__vizMotes{0%{opacity:.7;transform:translateY(-5px)}to{opacity:1;transform:translateY(5px)}}@keyframes HeroIntelligence-module__V6HXhG__vizComet{to{stroke-dashoffset:-47.4px}}@keyframes HeroIntelligence-module__V6HXhG__vizDot{0%{opacity:1;box-shadow:0 0 #00e4fc80}70%,to{opacity:.6;box-shadow:0 0 0 6px #00e4fc00}}@keyframes HeroIntelligence-module__V6HXhG__vizFloat{0%,to{translate:0}50%{translate:0 -6px}}@keyframes HeroIntelligence-module__V6HXhG__vizPulse{0%{opacity:.42;transform:scale(1)}to{opacity:0;transform:scale(1.9)}}@keyframes HeroIntelligence-module__V6HXhG__vizPanelIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
.Capabilities-module__90PW9q__section{padding:var(--space-section,clamp(4rem, 3rem + 5vw, 10rem)) 32px;position:relative}.Capabilities-module__90PW9q__inner{max-width:var(--max-w,1200px);margin:0 auto}.Capabilities-module__90PW9q__head{text-align:center;max-width:720px;margin:0 auto 56px}.Capabilities-module__90PW9q__eyebrow{font-family:var(--font-heading,"Space Grotesk", sans-serif);letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:18px;font-size:.72rem;font-weight:600;display:inline-block}.Capabilities-module__90PW9q__title{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.01em;color:var(--text-primary);margin:0 0 16px;font-size:clamp(1.9rem,1.2rem + 2vw,2.9rem);font-weight:900;line-height:1.06}.Capabilities-module__90PW9q__title em{color:var(--gold);font-style:normal}.Capabilities-module__90PW9q__subtitle,.Capabilities-module__90PW9q__question,.Capabilities-module__90PW9q__support,.Capabilities-module__90PW9q__diagList,.Capabilities-module__90PW9q__pillarCta,.Capabilities-module__90PW9q__badge{font-family:var(--font-heading)}.Capabilities-module__90PW9q__subtitle{color:var(--text-secondary);letter-spacing:-.005em;max-width:680px;margin:0 auto;font-size:clamp(1rem,.94rem + .3vw,1.12rem);line-height:1.55}.Capabilities-module__90PW9q__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:clamp(18px,2vw,26px);display:grid}.Capabilities-module__90PW9q__pillar{--accent:var(--gold);background:linear-gradient(158deg, var(--panel-soft-a) 0%, var(--panel-soft-b) 100%);border:1px solid var(--border);-webkit-backdrop-filter:blur(18px)saturate(1.1);box-shadow:inset 0 1px 0 #ffffff0a, 0 22px 54px var(--shadow-deep);isolation:isolate;border-radius:20px;flex-direction:column;padding:clamp(26px,2.6vw,34px);transition:transform .38s cubic-bezier(.16,1,.3,1),border-color .38s,box-shadow .38s,opacity .38s;display:flex;position:relative}.Capabilities-module__90PW9q__pillar:before{content:"";border-radius:inherit;background:linear-gradient(150deg, color-mix(in oklab, var(--accent) 34%, transparent), transparent 48%);-webkit-mask-composite:xor;opacity:.8;pointer-events:none;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Capabilities-module__90PW9q__pillarHead{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.Capabilities-module__90PW9q__num{font-family:var(--font-heading,"Space Grotesk", sans-serif);letter-spacing:2px;color:var(--gold);font-size:.78rem;font-weight:800}.Capabilities-module__90PW9q__viz{width:64px;height:48px;color:var(--accent);opacity:.55;flex:none;transition:opacity .38s,transform .38s cubic-bezier(.16,1,.3,1)}.Capabilities-module__90PW9q__viz svg{width:100%;height:100%}.Capabilities-module__90PW9q__pillarTitle{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.01em;color:var(--gold);margin:0 0 8px;font-size:clamp(1.14rem,.95rem + .5vw,1.34rem);font-weight:800}.Capabilities-module__90PW9q__badge{letter-spacing:1.4px;text-transform:uppercase;color:var(--accent);border:1px solid color-mix(in oklab, var(--accent) 34%, transparent);background:color-mix(in oklab, var(--accent) 10%, transparent);border-radius:20px;align-self:flex-start;align-items:center;margin-bottom:12px;padding:4px 10px;font-size:.64rem;font-weight:700;display:inline-flex}.Capabilities-module__90PW9q__question{color:var(--text-primary);text-wrap:balance;margin:6px 0 10px;font-size:.98rem;font-weight:700;line-height:1.42;transition:color .38s}.Capabilities-module__90PW9q__support{color:var(--text-secondary);margin:0 0 20px;font-size:.9rem;line-height:1.5}.Capabilities-module__90PW9q__diagList{flex-direction:column;gap:9px;margin:0 0 22px;padding:0;list-style:none;display:flex}.Capabilities-module__90PW9q__diagList li{color:var(--text-secondary);align-items:center;gap:9px;font-size:.85rem;line-height:1.3;display:flex}.Capabilities-module__90PW9q__diagDot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 8px color-mix(in oklab, var(--accent) 55%, transparent);border-radius:50%;flex:none}.Capabilities-module__90PW9q__pillarCta{background:var(--grad-cta);border:1px solid #0000;border-radius:10px;align-self:flex-start;align-items:center;gap:8px;margin-top:auto;padding:10px 16px;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .3s,border-color .3s,transform .3s;display:inline-flex}.Capabilities-module__90PW9q__pillar .Capabilities-module__90PW9q__pillarCta,.Capabilities-module__90PW9q__pillar .Capabilities-module__90PW9q__pillarCta:hover,.Capabilities-module__90PW9q__pillar .Capabilities-module__90PW9q__pillarCta:focus-visible{color:var(--on-cta)}.Capabilities-module__90PW9q__pillarCta svg{width:14px;height:14px}.Capabilities-module__90PW9q__pillarCta:hover{background:var(--grad-cta-hover);transform:translate(2px)}.Capabilities-module__90PW9q__pillarCta:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.Capabilities-module__90PW9q__connector{transform-origin:top;background:linear-gradient(to bottom, var(--accent), transparent);opacity:0;pointer-events:none;width:2px;height:clamp(26px,3vw,40px);transition:transform .42s cubic-bezier(.16,1,.3,1),opacity .42s;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)scaleY(0)}.Capabilities-module__90PW9q__pillar:hover,.Capabilities-module__90PW9q__pillar:focus-within{border-color:color-mix(in oklab, var(--accent) 46%, transparent);box-shadow:inset 0 1px 0 #ffffff12, 0 30px 66px var(--shadow-deeper), 0 0 30px color-mix(in oklab, var(--accent) 22%, transparent);transform:translateY(-6px)}.Capabilities-module__90PW9q__pillar:hover .Capabilities-module__90PW9q__viz,.Capabilities-module__90PW9q__pillar:focus-within .Capabilities-module__90PW9q__viz{opacity:.95;transform:scale(1.04)}.Capabilities-module__90PW9q__pillar:hover .Capabilities-module__90PW9q__question,.Capabilities-module__90PW9q__pillar:focus-within .Capabilities-module__90PW9q__question{color:var(--accent)}.Capabilities-module__90PW9q__pillar:hover .Capabilities-module__90PW9q__connector,.Capabilities-module__90PW9q__pillar:focus-within .Capabilities-module__90PW9q__connector{opacity:1;transform:translate(-50%)scaleY(1)}:is(.Capabilities-module__90PW9q__grid:has(.Capabilities-module__90PW9q__pillar:hover) .Capabilities-module__90PW9q__pillar:not(:hover),.Capabilities-module__90PW9q__grid:has(.Capabilities-module__90PW9q__pillar:focus-within) .Capabilities-module__90PW9q__pillar:not(:focus-within)){opacity:.62}@media (max-width:1040px){.Capabilities-module__90PW9q__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.Capabilities-module__90PW9q__pillar:last-child{grid-column:1/-1}.Capabilities-module__90PW9q__connector{display:none}}@media (max-width:720px){.Capabilities-module__90PW9q__grid{grid-template-columns:1fr;max-width:560px;margin:0 auto}.Capabilities-module__90PW9q__pillar:last-child{grid-column:auto}.Capabilities-module__90PW9q__grid:has(.Capabilities-module__90PW9q__pillar:hover) .Capabilities-module__90PW9q__pillar:not(:hover){opacity:1}}@media (max-width:560px){.Capabilities-module__90PW9q__section{padding-left:20px;padding-right:20px}}@media (prefers-reduced-motion:reduce){.Capabilities-module__90PW9q__pillar,.Capabilities-module__90PW9q__viz,.Capabilities-module__90PW9q__connector,.Capabilities-module__90PW9q__pillarCta,.Capabilities-module__90PW9q__question{transition:none}.Capabilities-module__90PW9q__pillar:hover,.Capabilities-module__90PW9q__pillar:focus-within{transform:none}.Capabilities-module__90PW9q__connector{transition:opacity .2s;transform:translate(-50%)scaleY(1)}}
.DiagnosticsTabs-module__3KOcIa__section{--accent:var(--gold);padding:var(--space-section,clamp(4rem, 3rem + 5vw, 10rem)) 32px;scroll-margin-top:88px;position:relative}.DiagnosticsTabs-module__3KOcIa__inner{max-width:var(--max-w,1200px);margin:0 auto}.DiagnosticsTabs-module__3KOcIa__head{text-align:center;max-width:700px;margin:0 auto 40px}.DiagnosticsTabs-module__3KOcIa__eyebrow{font-family:var(--font-heading,"Space Grotesk", sans-serif);letter-spacing:4px;text-transform:uppercase;color:var(--accent);margin-bottom:18px;font-size:.72rem;font-weight:600;transition:color .32s;display:inline-block}.DiagnosticsTabs-module__3KOcIa__title{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.01em;color:var(--text-primary);margin:0 0 16px;font-size:clamp(1.9rem,1.2rem + 2vw,2.9rem);font-weight:900;line-height:1.06}.DiagnosticsTabs-module__3KOcIa__title em{color:var(--accent);font-style:normal;transition:color .32s}.DiagnosticsTabs-module__3KOcIa__subtitle{color:var(--text-secondary);max-width:640px;margin:0 auto;font-size:clamp(1rem,.94rem + .3vw,1.12rem);line-height:1.55}.DiagnosticsTabs-module__3KOcIa__tablist{border:1px solid var(--border);-webkit-backdrop-filter:blur(14px);margin-bottom:34px;background:#08142e6b;border-radius:14px;flex-wrap:wrap;justify-content:center;gap:8px;width:fit-content;margin-inline:auto;padding:6px;display:flex}.DiagnosticsTabs-module__3KOcIa__tab{--tab-accent:var(--gold);font-family:var(--font-heading,"Space Grotesk", sans-serif);letter-spacing:.1px;color:var(--text-secondary);cursor:pointer;appearance:none;background:0 0;border:1px solid #0000;border-radius:10px;padding:11px 20px;font-size:.86rem;font-weight:700;transition:color .32s,background .32s,border-color .32s;position:relative}.DiagnosticsTabs-module__3KOcIa__tab:hover{color:var(--text-primary)}.DiagnosticsTabs-module__3KOcIa__tab[data-selected=true]{color:var(--tab-accent);background:color-mix(in oklab, var(--tab-accent) 12%, transparent);border-color:color-mix(in oklab, var(--tab-accent) 38%, transparent)}.DiagnosticsTabs-module__3KOcIa__tabUnderline{background:var(--tab-accent);transform-origin:50%;border-radius:2px;height:2px;transition:transform .32s cubic-bezier(.16,1,.3,1);position:absolute;bottom:6px;left:20px;right:20px;transform:scaleX(0)}.DiagnosticsTabs-module__3KOcIa__tab[data-selected=true] .DiagnosticsTabs-module__3KOcIa__tabUnderline{transform:scaleX(1)}.DiagnosticsTabs-module__3KOcIa__tab:focus-visible{outline:2px solid var(--tab-accent);outline-offset:2px}.DiagnosticsTabs-module__3KOcIa__panel[hidden]{display:none}.DiagnosticsTabs-module__3KOcIa__panelQuestion{text-align:center;max-width:700px;color:var(--text-primary);text-wrap:balance;margin:0 auto 30px;font-size:clamp(1rem,.92rem + .35vw,1.14rem);font-weight:700;line-height:1.42}.DiagnosticsTabs-module__3KOcIa__cards{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:clamp(14px,1.5vw,20px);animation:.32s cubic-bezier(.16,1,.3,1) both DiagnosticsTabs-module__3KOcIa__panelIn;display:grid}@keyframes DiagnosticsTabs-module__3KOcIa__panelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.DiagnosticsTabs-module__3KOcIa__cards[data-pulse=true]>*{animation:.9s ease-out 2 DiagnosticsTabs-module__3KOcIa__diagPulse}@keyframes DiagnosticsTabs-module__3KOcIa__diagPulse{0%,to{box-shadow:inset 0 1px 0 #ffffff0a, 0 22px 54px var(--shadow-deep)}45%{box-shadow:inset 0 1px 0 #ffffff14, 0 22px 54px var(--shadow-deep), 0 0 30px color-mix(in oklab, var(--accent) 45%, transparent)}}.DiagnosticsTabs-module__3KOcIa__cards>*{min-height:0;padding:clamp(18px,1.6vw,24px)}.DiagnosticsTabs-module__3KOcIa__allCtaRow{justify-content:center;margin-top:clamp(32px,3.5vw,48px);display:flex}.DiagnosticsTabs-module__3KOcIa__allCta{background:var(--grad-cta);border:1px solid #0000;border-radius:11px;align-items:center;gap:9px;padding:13px 24px;font-size:.86rem;font-weight:700;text-decoration:none;transition:background .3s,border-color .3s,transform .3s;display:inline-flex}.DiagnosticsTabs-module__3KOcIa__allCtaRow .DiagnosticsTabs-module__3KOcIa__allCta,.DiagnosticsTabs-module__3KOcIa__allCtaRow .DiagnosticsTabs-module__3KOcIa__allCta:hover,.DiagnosticsTabs-module__3KOcIa__allCtaRow .DiagnosticsTabs-module__3KOcIa__allCta:focus-visible{color:var(--on-cta)}.DiagnosticsTabs-module__3KOcIa__allCta svg{width:14px;height:14px}.DiagnosticsTabs-module__3KOcIa__allCta:hover{background:var(--grad-cta-hover);transform:translateY(-2px)}.DiagnosticsTabs-module__3KOcIa__allCta:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (max-width:1100px){.DiagnosticsTabs-module__3KOcIa__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.DiagnosticsTabs-module__3KOcIa__cards{grid-template-columns:1fr;max-width:520px;margin-inline:auto}.DiagnosticsTabs-module__3KOcIa__tablist{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;width:100%;overflow-x:auto}.DiagnosticsTabs-module__3KOcIa__tablist::-webkit-scrollbar{display:none}.DiagnosticsTabs-module__3KOcIa__tab{white-space:nowrap;padding:10px 15px;font-size:.8rem}}@media (max-width:560px){.DiagnosticsTabs-module__3KOcIa__section{padding-left:20px;padding-right:20px}}@media (prefers-reduced-motion:reduce){.DiagnosticsTabs-module__3KOcIa__cards,.DiagnosticsTabs-module__3KOcIa__cards[data-pulse=true]>*{animation:none}.DiagnosticsTabs-module__3KOcIa__tab,.DiagnosticsTabs-module__3KOcIa__tabUnderline,.DiagnosticsTabs-module__3KOcIa__allCta,.DiagnosticsTabs-module__3KOcIa__eyebrow,.DiagnosticsTabs-module__3KOcIa__title em{transition:none}.DiagnosticsTabs-module__3KOcIa__allCta:hover{transform:none}}
.SolutionsInAction-module__AoCFWG__section{padding:var(--space-section,clamp(4rem, 3rem + 5vw, 10rem)) 32px;position:relative}.SolutionsInAction-module__AoCFWG__inner{max-width:var(--max-w,1200px);margin:0 auto}.SolutionsInAction-module__AoCFWG__head{text-align:center;max-width:700px;margin:0 auto 56px}.SolutionsInAction-module__AoCFWG__eyebrow{font-family:var(--font-heading,"Space Grotesk", sans-serif);letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:18px;font-size:.72rem;font-weight:600;display:inline-block}.SolutionsInAction-module__AoCFWG__title{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.01em;color:var(--text-primary);margin:0 0 16px;font-size:clamp(1.9rem,1.2rem + 2vw,2.9rem);font-weight:900;line-height:1.06}.SolutionsInAction-module__AoCFWG__title em{color:var(--gold);font-style:normal}.SolutionsInAction-module__AoCFWG__subtitle{color:var(--text-secondary);max-width:640px;margin:0 auto;font-size:clamp(1rem,.94rem + .3vw,1.12rem);line-height:1.55}.SolutionsInAction-module__AoCFWG__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(16px,1.8vw,24px);display:grid}.SolutionsInAction-module__AoCFWG__card{--accent:var(--gold);border:1px solid var(--border);-webkit-backdrop-filter:blur(16px)saturate(1.08);background:linear-gradient(158deg,#12285675 0%,#08142e61 100%);border-radius:18px;flex-direction:column;padding:clamp(22px,2.2vw,28px);transition:transform .36s cubic-bezier(.16,1,.3,1),border-color .36s,box-shadow .36s;display:flex;position:relative;box-shadow:inset 0 1px #ffffff0a,0 18px 44px #03091a61}.SolutionsInAction-module__AoCFWG__card:before{content:"";border-radius:inherit;background:linear-gradient(150deg, color-mix(in oklab, var(--accent) 30%, transparent), transparent 48%);-webkit-mask-composite:xor;opacity:.8;pointer-events:none;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.SolutionsInAction-module__AoCFWG__card:hover,.SolutionsInAction-module__AoCFWG__card:focus-within{border-color:color-mix(in oklab, var(--accent) 42%, transparent);box-shadow:inset 0 1px 0 #ffffff12, 0 26px 58px #03091a7a, 0 0 26px color-mix(in oklab, var(--accent) 18%, transparent);transform:translateY(-5px)}.SolutionsInAction-module__AoCFWG__featured{border-color:color-mix(in oklab, var(--accent) 34%, transparent);box-shadow:inset 0 1px 0 #ffffff0f, 0 24px 56px #03091a75, 0 0 26px color-mix(in oklab, var(--accent) 14%, transparent);grid-column:span 2}.SolutionsInAction-module__AoCFWG__featured .SolutionsInAction-module__AoCFWG__name{font-size:clamp(1.24rem,1rem + .6vw,1.5rem)}.SolutionsInAction-module__AoCFWG__featured .SolutionsInAction-module__AoCFWG__desc{max-width:46ch;font-size:.94rem}.SolutionsInAction-module__AoCFWG__body,.SolutionsInAction-module__AoCFWG__copy{flex-direction:column;flex:1;display:flex}.SolutionsInAction-module__AoCFWG__featured .SolutionsInAction-module__AoCFWG__body{flex-direction:row;align-items:stretch;gap:clamp(18px,2vw,28px)}.SolutionsInAction-module__AoCFWG__featured .SolutionsInAction-module__AoCFWG__copy{flex:46%;min-width:0}.SolutionsInAction-module__AoCFWG__shot{flex:54%;align-items:center;min-width:0;display:flex;position:relative}.SolutionsInAction-module__AoCFWG__shot:before{content:"";background:radial-gradient(ellipse at 55% 50%, color-mix(in oklab, var(--accent) 16%, transparent) 0%, transparent 68%);filter:blur(8px);pointer-events:none;border-radius:50%;position:absolute;inset:6% -4% 6% 0}.SolutionsInAction-module__AoCFWG__shotImg{border:1px solid color-mix(in oklab, var(--accent) 22%, transparent);width:100%;height:auto;box-shadow:0 18px 44px var(--shadow-deeper);border-radius:10px;display:block;position:relative}.SolutionsInAction-module__AoCFWG__cardHead{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.SolutionsInAction-module__AoCFWG__badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.SolutionsInAction-module__AoCFWG__featuredBadge{letter-spacing:1.4px;text-transform:uppercase;color:var(--accent);border:1px solid color-mix(in oklab, var(--accent) 40%, transparent);background:color-mix(in oklab, var(--accent) 12%, transparent);white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:.6rem;font-weight:800}.SolutionsInAction-module__AoCFWG__mark{width:44px;height:44px;font-family:var(--font-heading,"Space Grotesk", sans-serif);letter-spacing:-.02em;color:var(--accent);background:linear-gradient(145deg, color-mix(in oklab, var(--accent) 24%, transparent), color-mix(in oklab, var(--accent-2,var(--accent)) 8%, transparent));border:1px solid color-mix(in oklab, var(--accent) 32%, transparent);box-shadow:inset 0 0 14px color-mix(in oklab, var(--accent) 16%, transparent);border-radius:12px;flex:none;place-items:center;font-size:.94rem;font-weight:800;display:grid}.SolutionsInAction-module__AoCFWG__status{letter-spacing:1.4px;text-transform:uppercase;color:var(--text-secondary);background:rgba(var(--veil-rgb), .5);white-space:nowrap;border:1px solid #78a5e138;border-radius:20px;padding:4px 10px;font-size:.6rem;font-weight:700}.SolutionsInAction-module__AoCFWG__name{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.01em;color:var(--text-primary);text-wrap:balance;margin:0 0 4px;font-size:clamp(1.08rem,.92rem + .4vw,1.24rem);font-weight:800}.SolutionsInAction-module__AoCFWG__category{letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:12px;font-size:.68rem;font-weight:700;display:block}.SolutionsInAction-module__AoCFWG__desc{color:#d2def5d1;margin:0 0 18px;font-size:.88rem;line-height:1.5}.SolutionsInAction-module__AoCFWG__pillarTag{letter-spacing:1.2px;text-transform:uppercase;color:var(--text-secondary);border:1px solid #78a5e12e;border-radius:20px;align-self:flex-start;align-items:center;gap:7px;margin-bottom:18px;padding:4px 10px 4px 8px;font-size:.64rem;font-weight:700;display:inline-flex}.SolutionsInAction-module__AoCFWG__pillarTag:before{content:"";background:var(--pillar);width:6px;height:6px;box-shadow:0 0 6px color-mix(in oklab, var(--pillar) 55%, transparent);border-radius:50%;flex:none}.SolutionsInAction-module__AoCFWG__card a.SolutionsInAction-module__AoCFWG__cta{color:var(--on-cta)}.SolutionsInAction-module__AoCFWG__cta{background:var(--grad-cta);border:1px solid #0000;border-radius:10px;align-self:flex-start;align-items:center;gap:8px;margin-top:auto;padding:10px 16px;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .28s,border-color .28s,transform .28s;display:inline-flex}.SolutionsInAction-module__AoCFWG__cta svg{width:13px;height:13px}.SolutionsInAction-module__AoCFWG__cta:hover{background:var(--grad-cta-hover);transform:translate(2px)}.SolutionsInAction-module__AoCFWG__cta:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (max-width:1040px){.SolutionsInAction-module__AoCFWG__featured .SolutionsInAction-module__AoCFWG__body{flex-direction:column}.SolutionsInAction-module__AoCFWG__featured .SolutionsInAction-module__AoCFWG__copy,.SolutionsInAction-module__AoCFWG__shot{flex:initial}.SolutionsInAction-module__AoCFWG__shot{max-width:520px}}@media (max-width:900px){.SolutionsInAction-module__AoCFWG__featured{grid-column:auto}}@media (max-width:560px){.SolutionsInAction-module__AoCFWG__section{padding-left:20px;padding-right:20px}.SolutionsInAction-module__AoCFWG__grid{grid-template-columns:1fr}.SolutionsInAction-module__AoCFWG__shot{display:none}}@media (prefers-reduced-motion:reduce){.SolutionsInAction-module__AoCFWG__card,.SolutionsInAction-module__AoCFWG__cta{transition:none}.SolutionsInAction-module__AoCFWG__card:hover,.SolutionsInAction-module__AoCFWG__card:focus-within,.SolutionsInAction-module__AoCFWG__cta:hover{transform:none}}
.LeadGate-module__UxXdYa__leadGate{background:#00e4fc0b;border:1px solid #5cf1ff29;border-radius:10px;margin-top:16px;padding:20px}.LeadGate-module__UxXdYa__leadGateHead strong{color:var(--text-primary);margin-bottom:4px;font-size:1.02rem;font-weight:800;display:block}.LeadGate-module__UxXdYa__leadGateHead p{color:var(--text-secondary);margin:0 0 16px;font-size:.88rem;line-height:1.5}.LeadGate-module__UxXdYa__leadGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.LeadGate-module__UxXdYa__leadField{flex-direction:column;gap:5px;display:flex}.LeadGate-module__UxXdYa__leadFieldWide{grid-column:1/-1}.LeadGate-module__UxXdYa__leadField span{letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary);font-size:.72rem;font-weight:700}.LeadGate-module__UxXdYa__leadField input{font-family:var(--font-heading);background:var(--deep-black,var(--deep-black));color:var(--text-primary);border:1px solid #78a5e133;border-radius:8px;width:100%;padding:11px 13px;font-size:.92rem;transition:border-color .2s}.LeadGate-module__UxXdYa__leadField input:focus{border-color:var(--gold);outline:none}.LeadGate-module__UxXdYa__leadHoneypot{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.LeadGate-module__UxXdYa__leadConsent{color:var(--text-secondary);cursor:pointer;align-items:flex-start;gap:10px;margin-top:14px;font-size:.8rem;line-height:1.45;display:flex}.LeadGate-module__UxXdYa__leadConsent input{width:17px;height:17px;accent-color:var(--gold);cursor:pointer;flex:none;margin-top:2px}.LeadGate-module__UxXdYa__leadSubmit{width:100%;color:var(--deep-black);background:var(--gold);cursor:pointer;border:0;border-radius:9px;margin-top:16px;padding:12px 18px;font-family:inherit;font-size:.9rem;font-weight:800;transition:filter .2s,transform .15s}.LeadGate-module__UxXdYa__leadSubmit:hover{filter:brightness(1.06);transform:translateY(-1px)}.LeadGate-module__UxXdYa__leadSubmit:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:560px){.LeadGate-module__UxXdYa__leadGrid{grid-template-columns:1fr}}
.ProcessCappia-module__d0g3Ba__section{padding:var(--space-section,clamp(4rem, 3rem + 5vw, 10rem)) 32px;position:relative}.ProcessCappia-module__d0g3Ba__inner{max-width:var(--max-w,1200px);margin:0 auto}.ProcessCappia-module__d0g3Ba__head{text-align:center;max-width:620px;margin:0 auto 48px}.ProcessCappia-module__d0g3Ba__eyebrow{font-family:var(--font-heading,"Space Grotesk", sans-serif);letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:18px;font-size:.72rem;font-weight:600;display:inline-block}.ProcessCappia-module__d0g3Ba__title{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:clamp(1.8rem,1.2rem + 1.8vw,2.6rem);font-weight:900;line-height:1.08}.ProcessCappia-module__d0g3Ba__title em{color:var(--gold);font-style:normal}.ProcessCappia-module__d0g3Ba__steps{counter-reset:step;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,1.8vw,24px);margin:0;padding:0;list-style:none;display:grid}.ProcessCappia-module__d0g3Ba__step{border:1px solid var(--border);-webkit-backdrop-filter:blur(14px)saturate(1.06);background:linear-gradient(158deg,#1228566b 0%,#08142e57 100%);border-radius:16px;padding:clamp(22px,2.2vw,28px);position:relative}.ProcessCappia-module__d0g3Ba__step:not(:last-child):after{content:"";pointer-events:none;background:linear-gradient(90deg,#00e4fc80,#00e4fc14);width:clamp(16px,1.8vw,24px);height:1px;position:absolute;top:50%;right:calc(-1*clamp(16px,1.8vw,24px))}.ProcessCappia-module__d0g3Ba__num{font-family:var(--font-heading,"Space Grotesk", sans-serif);letter-spacing:2px;color:var(--gold);margin-bottom:12px;font-size:.76rem;font-weight:800;display:block}.ProcessCappia-module__d0g3Ba__stepTitle{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.01em;color:var(--text-primary);margin:0 0 8px;font-size:1.06rem;font-weight:800}.ProcessCappia-module__d0g3Ba__stepDesc{color:#d2def5cc;margin:0;font-size:.86rem;line-height:1.5}@media (max-width:1040px){.ProcessCappia-module__d0g3Ba__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.ProcessCappia-module__d0g3Ba__step:not(:last-child):after{display:none}}@media (max-width:620px){.ProcessCappia-module__d0g3Ba__section{padding-left:20px;padding-right:20px}.ProcessCappia-module__d0g3Ba__steps{grid-template-columns:1fr;max-width:520px;margin:0 auto}}
.shared-module__605oAq__page{--bg-elevated:#0c1830;--gold-bright:#5cf1ff;--gold-soft:#00e4fc1f;--space-section:clamp(4rem, 3rem + 5vw, 8rem);--max-w:1200px;color:var(--text-primary);font-family:var(--font-heading);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;background:0 0;line-height:1.6}.shared-module__605oAq__page a{color:inherit;text-decoration:none}.shared-module__605oAq__page svg{display:block}.shared-module__605oAq__btn{font-family:var(--font-heading);letter-spacing:.8px;cursor:pointer;transition:transform .16s var(--ease-out-strong), background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;white-space:nowrap;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:11px 22px;font-size:.8rem;font-weight:600;display:inline-flex}.shared-module__605oAq__btn:active{transition-duration:.1s;transform:scale(.97)}.shared-module__605oAq__btn:focus-visible{outline:2px solid var(--gold);outline-offset:3px}@media (prefers-reduced-motion:reduce){.shared-module__605oAq__btn{transition:none}.shared-module__605oAq__btn:active{transform:none}}.shared-module__605oAq__btn.shared-module__605oAq__btnPrimary,.shared-module__605oAq__btn.shared-module__605oAq__btnPrimary:hover,.shared-module__605oAq__btn.shared-module__605oAq__btnPrimary:focus-visible{background:var(--grad-cta);color:var(--on-cta);box-shadow:0 1px 3px #00e4fc40}.shared-module__605oAq__btn.shared-module__605oAq__btnPrimary:hover{background:var(--grad-cta-hover);transform:translateY(-1px);box-shadow:0 8px 24px #00e4fc59}.shared-module__605oAq__btn.shared-module__605oAq__btnGhost,.shared-module__605oAq__btn.shared-module__605oAq__btnGhost:hover,.shared-module__605oAq__btn.shared-module__605oAq__btnGhost:focus-visible{background:var(--grad-cta);color:var(--on-cta);border-color:#0000}.shared-module__605oAq__btn.shared-module__605oAq__btnGhost:hover{background:var(--grad-cta-hover)}.shared-module__605oAq__hero{isolation:isolate;align-items:center;min-height:clamp(500px,72vh,680px);padding:92px 32px 76px;display:flex;position:relative;overflow:hidden}.shared-module__605oAq__heroOverlay{z-index:1;pointer-events:none;background:linear-gradient(100deg, rgba(var(--veil-rgb),.9) 0%, rgba(var(--veil-rgb),.62) 32%, rgba(var(--veil-rgb),.2) 55%, rgba(var(--veil-rgb),0) 72%), linear-gradient(180deg, rgba(var(--veil-rgb),.55) 0%, rgba(var(--veil-rgb),0) 28%, rgba(var(--veil-rgb),0) 70%, rgba(var(--veil-rgb),.85) 100%);position:absolute;inset:0}.shared-module__605oAq__heroOverlay:after{content:"";background:radial-gradient(ellipse at 40% 60%, transparent 0%, rgba(var(--veil-rgb),.22) 80%);position:absolute;inset:0}.shared-module__605oAq__hero:before{content:"";z-index:2;pointer-events:none;will-change:transform, opacity;background:radial-gradient(circle,#00e4fc29 0%,#0000 60%);width:700px;height:700px;animation:9s ease-in-out infinite shared-module__605oAq__heroGlow;position:absolute;top:-50%;left:50%;transform:translate(-50%)}@media (prefers-reduced-motion:reduce){.shared-module__605oAq__hero:before{animation:none}}.shared-module__605oAq__heroInner{max-width:var(--max-w);text-align:left;z-index:3;width:100%;margin:0 auto;position:relative}.shared-module__605oAq__eyebrow{font-family:var(--font-heading);letter-spacing:clamp(3px,.4vw + 1px,6px);text-transform:uppercase;color:var(--gold);background:0 0;border:none;margin-bottom:28px;padding:0;font-size:clamp(.7rem,.6rem + .3vw,.82rem);font-weight:600;display:inline-block}.shared-module__605oAq__heroTitle{font-family:var(--font-body);letter-spacing:-.02em;color:var(--text-primary);max-width:1050px;margin-bottom:28px;font-size:clamp(2.45rem,.9rem + 6.2vw,5.8rem);font-weight:900;line-height:.98}.shared-module__605oAq__heroTitle .shared-module__605oAq__gold{color:var(--gold);font-weight:900}.shared-module__605oAq__lede{font-family:var(--font-heading);letter-spacing:-.005em;color:var(--text-secondary);max-width:710px;margin:0 0 34px;font-size:clamp(1rem,.9rem + .4vw,1.2rem)}.shared-module__605oAq__heroCtas .shared-module__605oAq__btn{font-family:var(--font-heading)}.shared-module__605oAq__heroCtas{flex-wrap:wrap;justify-content:flex-start;gap:14px;display:flex}.shared-module__605oAq__heroGrid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:clamp(32px,4.5vw,76px);width:100%;display:grid}.shared-module__605oAq__heroCopy{max-width:680px}.shared-module__605oAq__heroCopy>*{opacity:0;animation:shared-module__605oAq__heroRise .7s var(--ease-out-strong) forwards}.shared-module__605oAq__heroCopy>:first-child{animation-delay:50ms}.shared-module__605oAq__heroCopy>:nth-child(2){animation-delay:.13s}.shared-module__605oAq__heroCopy>:nth-child(3){animation-delay:.21s}.shared-module__605oAq__heroCopy>:nth-child(4){animation-delay:.29s}.shared-module__605oAq__heroCopy>:nth-child(5){animation-delay:.37s}.shared-module__605oAq__heroCopy .shared-module__605oAq__heroTitle{max-width:19ch;margin-bottom:22px;font-size:clamp(2.15rem,1.15rem + 2.95vw,3.6rem);line-height:1.05}.shared-module__605oAq__heroAccent{color:var(--gold);font-weight:900}.shared-module__605oAq__heroCopy .shared-module__605oAq__lede{margin-bottom:34px}.shared-module__605oAq__heroTrust{font-family:var(--font-heading);color:var(--text-secondary);letter-spacing:.3px;margin:26px 0 0;font-size:.78rem;font-weight:500}.shared-module__605oAq__heroCopy .shared-module__605oAq__heroCtas{gap:16px;margin-top:4px}.shared-module__605oAq__heroCopy .shared-module__605oAq__heroCtas .shared-module__605oAq__btn{border-radius:10px;padding:13px 26px;font-size:.84rem}.shared-module__605oAq__heroCopy .shared-module__605oAq__heroCtas .shared-module__605oAq__btnPrimary,.shared-module__605oAq__heroCopy .shared-module__605oAq__heroCtas .shared-module__605oAq__btnPrimary:hover,.shared-module__605oAq__heroCopy .shared-module__605oAq__heroCtas .shared-module__605oAq__btnPrimary:focus-visible{color:var(--on-cta)}.shared-module__605oAq__heroCopy .shared-module__605oAq__heroCtas .shared-module__605oAq__btnPrimary{background:var(--grad-cta);box-shadow:0 6px 22px #00e4fc47}.shared-module__605oAq__heroCopy .shared-module__605oAq__heroCtas .shared-module__605oAq__btnPrimary:hover{background:var(--grad-cta-hover);box-shadow:0 10px 30px #00e4fc66}@media (max-width:960px){.shared-module__605oAq__heroGrid{grid-template-columns:1fr;gap:clamp(36px,8vw,56px)}.shared-module__605oAq__heroCopy{max-width:620px}}@media (prefers-reduced-motion:reduce){.shared-module__605oAq__heroCopy>*{opacity:1;animation:none}}.shared-module__605oAq__sectionInner{max-width:var(--max-w);margin:0 auto}@media (max-width:560px){.shared-module__605oAq__complianceCard .shared-module__605oAq__btn{white-space:normal;text-align:center;justify-content:center;width:100%}}.shared-module__605oAq__leadError{color:#ff8b7a;margin:12px 0 0;font-size:.84rem}.shared-module__605oAq__ctaFinal{background:radial-gradient(ellipse at center, var(--gold-soft) 0%, transparent 70%);text-align:center;padding:var(--space-section) 32px;border-top:1px solid var(--border)}.shared-module__605oAq__ctaFinal h2{font-family:var(--font-body);max-width:680px;margin-bottom:18px;margin-left:auto;margin-right:auto;font-size:clamp(1.6rem,1rem + 2vw,2.4rem);font-weight:400}.shared-module__605oAq__ctaFinal p{color:var(--text-secondary);max-width:540px;margin:0 auto 32px}@media (max-width:768px){.shared-module__605oAq__hero{min-height:auto;padding:86px 20px 68px}.shared-module__605oAq__heroTitle{font-size:clamp(2.25rem,12vw,4.05rem);line-height:1}.shared-module__605oAq__lede{margin-bottom:28px}.shared-module__605oAq__heroCtas{align-items:stretch}.shared-module__605oAq__heroCtas .shared-module__605oAq__btn{justify-content:center;width:100%}}@keyframes shared-module__605oAq__heroGlow{0%,to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}50%{opacity:.7;transform:translate(-50%)translateY(20px)scale(1.12)}}@keyframes shared-module__605oAq__heroRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
.DiagnosticDemo-module__15oiLq__sectionInner{}.DiagnosticDemo-module__15oiLq__pulsoDemo{border-bottom:1px solid var(--border);padding:clamp(4.5rem,3rem + 5vw,8rem) 32px;position:relative;overflow:hidden}.DiagnosticDemo-module__15oiLq__pulsoDemo:before{content:"";background:radial-gradient(ellipse at 78% 18%, #00e4fc1f, transparent 46%), linear-gradient(180deg, rgba(var(--veil-rgb),.24), rgba(var(--veil-rgb),.72));pointer-events:none;position:absolute;inset:0}.DiagnosticDemo-module__15oiLq__pulsoDemo>.DiagnosticDemo-module__15oiLq__sectionInner{z-index:1;position:relative}.DiagnosticDemo-module__15oiLq__pulsoIntro{max-width:820px;margin-bottom:clamp(32px,4vw,54px)}.DiagnosticDemo-module__15oiLq__pulsoIntro h2{font-family:var(--font-body);letter-spacing:-.02em;margin:0 0 18px;font-size:clamp(2rem,1rem + 3.8vw,3.7rem);font-weight:900;line-height:.98}.DiagnosticDemo-module__15oiLq__pulsoIntro p{max-width:680px;color:var(--text-secondary);font-size:clamp(1rem,.92rem + .32vw,1.12rem)}.DiagnosticDemo-module__15oiLq__demoEyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:18px;font-size:.72rem;font-weight:700;display:inline-block}.DiagnosticDemo-module__15oiLq__pulsoShell{grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);align-items:stretch;gap:clamp(18px,2.4vw,30px);display:grid}.DiagnosticDemo-module__15oiLq__pulsoPanel,.DiagnosticDemo-module__15oiLq__chainPanel{background:linear-gradient(180deg, var(--panel-a), var(--panel-b));border:1px solid #5cf1ff2e;border-radius:8px;box-shadow:0 28px 80px #00000047}.DiagnosticDemo-module__15oiLq__pulsoPanel{min-height:520px;overflow:hidden}.DiagnosticDemo-module__15oiLq__pulsoPanelTop{min-height:58px;color:var(--text-secondary);border-bottom:1px solid #5cf1ff24;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;font-size:.78rem;display:flex}.DiagnosticDemo-module__15oiLq__pulsoPanelTop strong{color:var(--text-primary);font-size:.86rem}.DiagnosticDemo-module__15oiLq__pulsoQuestion{padding:clamp(24px,3vw,36px)}.DiagnosticDemo-module__15oiLq__pulsoQuestion h3{letter-spacing:-.015em;max-width:680px;margin-bottom:28px;font-size:clamp(1.45rem,1rem + 1.4vw,2.35rem);line-height:1.12}.DiagnosticDemo-module__15oiLq__pulsoOptions{gap:12px;display:grid}.DiagnosticDemo-module__15oiLq__pulsoOption{text-align:left;background:var(--tint-soft);width:100%;color:var(--text-primary);border:1px solid var(--text-muted);font:inherit;cursor:pointer;transition:transform .16s var(--ease-out-strong), border-color .18s ease, background-color .18s ease;border-radius:8px;padding:17px 18px}.DiagnosticDemo-module__15oiLq__pulsoOption:hover{background:#00e4fc14;border-color:#5cf1ff7a;transform:translate(3px)}.DiagnosticDemo-module__15oiLq__pulsoOption span{display:block}.DiagnosticDemo-module__15oiLq__pulsoResult{padding:clamp(24px,3vw,36px)}.DiagnosticDemo-module__15oiLq__gaugeWrap{grid-template-columns:1fr auto;grid-template-areas:"track number""label number";align-items:center;gap:10px 24px;margin-bottom:24px;display:grid}.DiagnosticDemo-module__15oiLq__gaugeTrack{background:var(--text-muted);border-radius:999px;grid-area:track;height:12px;overflow:hidden}.DiagnosticDemo-module__15oiLq__gaugeFill{border-radius:inherit;height:100%;transition:width .7s var(--ease-out-strong);background:linear-gradient(90deg,#59d68f,#ffc34d 52%,#ff6b7d)}.DiagnosticDemo-module__15oiLq__gaugeNumber{color:var(--gold);grid-area:number;font-size:clamp(4.2rem,3rem + 4vw,6.7rem);font-weight:900;line-height:.9}.DiagnosticDemo-module__15oiLq__gaugeWrap p{flex-direction:column;grid-area:label;gap:2px;margin:0;display:flex}.DiagnosticDemo-module__15oiLq__gaugeLevel{letter-spacing:-.01em;font-size:1.02rem;font-weight:800}.DiagnosticDemo-module__15oiLq__gaugeScoreLabel{letter-spacing:2px;text-transform:uppercase;color:var(--text-secondary);font-size:.72rem;font-weight:700}.DiagnosticDemo-module__15oiLq__recommendationLoading,.DiagnosticDemo-module__15oiLq__recommendationBox{background:#00e4fc0e;border:1px solid #5cf1ff29;border-radius:8px;padding:20px}.DiagnosticDemo-module__15oiLq__recommendationLoading{color:var(--text-secondary)}.DiagnosticDemo-module__15oiLq__recommendationBox span{color:var(--gold);letter-spacing:3px;text-transform:uppercase;margin-bottom:10px;font-size:.72rem;font-weight:800;display:inline-block}.DiagnosticDemo-module__15oiLq__recommendationBox h3{color:var(--text-primary);margin:0 0 16px;font-size:clamp(1.15rem,1rem + .7vw,1.55rem);line-height:1.25}.DiagnosticDemo-module__15oiLq__recommendationBox ul{gap:8px;margin:0 0 16px;padding:0;list-style:none;display:grid}.DiagnosticDemo-module__15oiLq__recommendationBox li{color:var(--text-primary);padding-left:18px;position:relative}.DiagnosticDemo-module__15oiLq__recommendationBox li:before{content:"✓";color:var(--gold);position:absolute;left:0}.DiagnosticDemo-module__15oiLq__recommendationBox p,.DiagnosticDemo-module__15oiLq__recommendationBox small{color:var(--text-secondary);margin:0;font-size:.86rem;display:block}.DiagnosticDemo-module__15oiLq__recommendationBox small{margin-top:10px}.DiagnosticDemo-module__15oiLq__resultActions{flex-wrap:wrap;align-items:center;gap:8px 20px;margin-top:18px;display:flex}.DiagnosticDemo-module__15oiLq__restartButton{color:var(--gold);font:inherit;cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:700}.DiagnosticDemo-module__15oiLq__backHome{color:var(--text-secondary);font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}.DiagnosticDemo-module__15oiLq__backHome:hover{color:var(--text-primary)}.DiagnosticDemo-module__15oiLq__reportReady{margin-top:16px}.DiagnosticDemo-module__15oiLq__reportDownload{color:var(--deep-black);background:var(--gold);cursor:pointer;border:0;border-radius:9px;align-items:center;gap:8px;padding:12px 20px;font-family:inherit;font-size:.9rem;font-weight:800;transition:filter .2s,transform .15s;display:inline-flex}.DiagnosticDemo-module__15oiLq__reportDownload:hover{filter:brightness(1.06);transform:translateY(-1px)}.DiagnosticDemo-module__15oiLq__reportDownload:disabled{opacity:.6;cursor:not-allowed;transform:none}.DiagnosticDemo-module__15oiLq__reportCtas{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.DiagnosticDemo-module__15oiLq__reportWa{color:#fff;cursor:pointer;background:#25d366;border:0;border-radius:9px;align-items:center;gap:8px;padding:11px 16px;font-family:inherit;font-size:.86rem;font-weight:700;transition:filter .2s,transform .15s;display:inline-flex}.DiagnosticDemo-module__15oiLq__reportWa:hover{filter:brightness(1.05);transform:translateY(-1px)}.DiagnosticDemo-module__15oiLq__reportSchedule{color:var(--text-primary);background:0 0;border:1px solid #78a5e147;border-radius:9px;align-items:center;gap:8px;padding:11px 16px;font-size:.86rem;font-weight:700;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.DiagnosticDemo-module__15oiLq__reportSchedule:hover{border-color:var(--gold);background:#00e4fc14}.DiagnosticDemo-module__15oiLq__chainPanel{padding:24px}.DiagnosticDemo-module__15oiLq__chainPanel h3{color:var(--text-primary);letter-spacing:.08em;text-transform:uppercase;margin:0 0 18px;font-size:1rem}.DiagnosticDemo-module__15oiLq__chainSteps{gap:12px;display:grid}.DiagnosticDemo-module__15oiLq__chainStep{border:1px solid var(--text-muted);background:var(--tint-softer);border-radius:8px;grid-template-columns:auto 1fr;gap:13px;min-height:92px;padding:15px;display:grid}.DiagnosticDemo-module__15oiLq__chainStep>span{color:var(--text-muted);letter-spacing:.16em;font-size:.72rem;font-weight:800}.DiagnosticDemo-module__15oiLq__chainStep strong{color:var(--text-primary);margin-bottom:5px;display:block}.DiagnosticDemo-module__15oiLq__chainStep p{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.55}.DiagnosticDemo-module__15oiLq__chainStepActive{border-color:#5cf1ff80;box-shadow:0 0 0 1px #5cf1ff14,0 16px 36px #00e4fc14}.DiagnosticDemo-module__15oiLq__chainStepDone>span,.DiagnosticDemo-module__15oiLq__chainStepDone strong{color:var(--gold)}@media (max-width:920px){.DiagnosticDemo-module__15oiLq__pulsoShell{grid-template-columns:1fr}.DiagnosticDemo-module__15oiLq__pulsoPanel{min-height:auto}}@media (max-width:560px){.DiagnosticDemo-module__15oiLq__pulsoDemo{padding:64px 18px 76px}.DiagnosticDemo-module__15oiLq__pulsoPanelTop{flex-direction:column;align-items:flex-start}.DiagnosticDemo-module__15oiLq__gaugeWrap{grid-template-columns:1fr;grid-template-areas:"number""track""label"}}.DiagnosticDemo-module__15oiLq__sectionAmbient{isolation:isolate;background:linear-gradient(180deg, var(--panel-soft-a) 0%, var(--panel-soft-b) 100%);border-top:1px solid #00e4fc29;border-bottom:1px solid #00e4fc1a;position:relative;overflow:hidden}.DiagnosticDemo-module__15oiLq__sectionAmbient:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(55% 65% at 82% 8%,#00e4fc29,#0000 60%),radial-gradient(48% 58% at 10% 100%,#0a6bff1f,#0000 60%);position:absolute;inset:0}.DiagnosticDemo-module__15oiLq__sectionAmbient:nth-of-type(odd) .DiagnosticDemo-module__15oiLq__ambientBg img{animation-delay:0s}.DiagnosticDemo-module__15oiLq__sectionAmbient:nth-of-type(2n) .DiagnosticDemo-module__15oiLq__ambientBg img{animation-delay:-30s}
.home-module__yPRxbW__ctaAlt{color:var(--text-secondary);margin-top:18px;font-size:.84rem}.home-module__yPRxbW__ctaAlt a{color:var(--gold);text-underline-offset:3px;font-weight:600;text-decoration:underline}
.capacitacion-module__Pj5waq__section{padding:var(--space-section) 32px}.capacitacion-module__Pj5waq__sectionHead{text-align:center;margin-bottom:64px}.capacitacion-module__Pj5waq__sectionHead h2{font-family:var(--font-body);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:18px;font-size:clamp(2rem,1rem + 3.5vw,3.6rem);font-weight:900;line-height:.98}.capacitacion-module__Pj5waq__sectionHead p{color:var(--text-secondary);max-width:620px;margin:0 auto}.capacitacion-module__Pj5waq__gridProducts{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.capacitacion-module__Pj5waq__productCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);isolation:isolate;flex-direction:column;min-height:240px;padding:32px 28px;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .25s,background .25s,box-shadow .35s;display:flex;position:relative}.capacitacion-module__Pj5waq__productCard:after{content:"";border-radius:inherit;pointer-events:none;z-index:-1;opacity:0;background:radial-gradient(at top,#c9a84c2e 0%,#0000 70%);transition:opacity .35s;position:absolute;inset:-1px}.capacitacion-module__Pj5waq__productCard:hover{border-color:var(--gold-border);background:var(--surface-hover);transform:translateY(-4px);box-shadow:0 24px 48px -16px #00000080,0 0 32px -8px #c9a84c2e}.capacitacion-module__Pj5waq__productCard:hover:after{opacity:1}@media (prefers-reduced-motion:reduce){.capacitacion-module__Pj5waq__productCard,.capacitacion-module__Pj5waq__productCard:after{transition:none}.capacitacion-module__Pj5waq__productCard:hover{transform:none}}.capacitacion-module__Pj5waq__productCard .capacitacion-module__Pj5waq__icon{width:36px;height:36px;color:var(--gold);margin-bottom:20px}.capacitacion-module__Pj5waq__productCard h3{font-family:var(--font-body);letter-spacing:1.5px;color:var(--text-primary);margin-bottom:8px;font-size:1.05rem;font-weight:700}.capacitacion-module__Pj5waq__pill{letter-spacing:1.5px;text-transform:uppercase;background:var(--gold-soft);color:var(--gold);border-radius:999px;margin-bottom:14px;padding:3px 9px;font-size:.65rem;font-weight:600;display:inline-block}.capacitacion-module__Pj5waq__productCard p{color:var(--text-secondary);flex:1;font-size:.9rem}.capacitacion-module__Pj5waq__productCard:hover .capacitacion-module__Pj5waq__productLink svg{transform:translate(4px)}
.consultoria-module__OsPo7q__page{font-family:var(--font-heading);position:relative;overflow-x:clip}.consultoria-module__OsPo7q__page a{color:inherit;text-decoration:none}.consultoria-module__OsPo7q__page svg{display:block}.consultoria-module__OsPo7q__inner{max-width:var(--max-w,1200px);margin:0 auto}.consultoria-module__OsPo7q__btn{font-family:var(--font-heading,"Space Grotesk", sans-serif);letter-spacing:.2px;cursor:pointer;white-space:nowrap;transition:transform .2s var(--ease-out-strong,ease), box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease;border:1px solid #0000;border-radius:11px;align-items:center;gap:8px;padding:13px 24px;font-size:.9rem;font-weight:700;display:inline-flex}.consultoria-module__OsPo7q__page .consultoria-module__OsPo7q__btnPrimary{background:var(--grad-cta);color:var(--on-cta);box-shadow:0 6px 22px #00e4fc4d}.consultoria-module__OsPo7q__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00e4fc6b}.consultoria-module__OsPo7q__page .consultoria-module__OsPo7q__btnGhost,.consultoria-module__OsPo7q__page .consultoria-module__OsPo7q__btnGhost:hover{background:var(--grad-cta);color:var(--on-cta);border-color:#0000}.consultoria-module__OsPo7q__page .consultoria-module__OsPo7q__btnGhost:hover{background:var(--grad-cta-hover)}.consultoria-module__OsPo7q__btn:active{transform:scale(.98)}.consultoria-module__OsPo7q__btn:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.consultoria-module__OsPo7q__section{padding:clamp(4rem,3rem + 5vw,8rem) 32px;position:relative}.consultoria-module__OsPo7q__head{text-align:center;max-width:680px;margin:0 auto clamp(40px,5vw,64px)}.consultoria-module__OsPo7q__kicker{letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:16px;font-size:.72rem;font-weight:700;display:inline-block}.consultoria-module__OsPo7q__h2{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.01em;color:var(--text-primary);margin:0 0 14px;font-size:clamp(1.8rem,1.2rem + 2vw,2.7rem);font-weight:900;line-height:1.08}.consultoria-module__OsPo7q__h2 em,.consultoria-module__OsPo7q__ctaTitle em{color:var(--gold);font-style:normal}.consultoria-module__OsPo7q__lead{color:var(--text-secondary);max-width:560px;margin:0 auto;font-size:clamp(1rem,.94rem + .3vw,1.12rem);line-height:1.55}.consultoria-module__OsPo7q__hero{align-items:center;min-height:clamp(520px,72vh,720px);padding:clamp(96px,10vw,140px) 32px clamp(56px,6vw,88px);display:flex;position:relative;overflow:hidden}.consultoria-module__OsPo7q__heroInner{max-width:var(--max-w,1200px);grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(32px,4vw,72px);width:100%;margin:0 auto;display:grid}.consultoria-module__OsPo7q__heroCopy{max-width:640px}.consultoria-module__OsPo7q__heroCopy>*{opacity:0;animation:consultoria-module__OsPo7q__rise .7s var(--ease-out-strong,ease) forwards}.consultoria-module__OsPo7q__heroCopy>:first-child{animation-delay:50ms}.consultoria-module__OsPo7q__heroCopy>:nth-child(2){animation-delay:.13s}.consultoria-module__OsPo7q__heroCopy>:nth-child(3){animation-delay:.21s}.consultoria-module__OsPo7q__heroCopy>:nth-child(4){animation-delay:.29s}.consultoria-module__OsPo7q__heroCopy>:nth-child(5){animation-delay:.37s}@keyframes consultoria-module__OsPo7q__rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.consultoria-module__OsPo7q__eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:20px;font-size:.74rem;font-weight:600;display:inline-block}.consultoria-module__OsPo7q__heroTitle{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.02em;color:var(--text-primary);max-width:16ch;margin:0 0 22px;font-size:clamp(2.2rem,1.2rem + 3.2vw,3.9rem);font-weight:900;line-height:1.03}.consultoria-module__OsPo7q__heroTitle em{color:var(--gold);font-style:normal}.consultoria-module__OsPo7q__heroLede{color:var(--text-secondary);max-width:560px;margin:0 0 30px;font-size:clamp(1rem,.92rem + .4vw,1.18rem);line-height:1.55}.consultoria-module__OsPo7q__heroCtas{flex-wrap:wrap;gap:14px;display:flex}.consultoria-module__OsPo7q__heroNote{color:var(--text-secondary);margin:26px 0 0;font-size:.86rem}.consultoria-module__OsPo7q__heroViz{opacity:0;justify-content:center;align-items:center;animation:1s .35s forwards consultoria-module__OsPo7q__fade;display:flex;position:relative}@keyframes consultoria-module__OsPo7q__fade{to{opacity:1}}.consultoria-module__OsPo7q__heroVizSvg{color:#7ff2ff;width:100%;max-width:460px}.consultoria-module__OsPo7q__heroVizGlow{filter:blur(10px);pointer-events:none;background:radial-gradient(circle,#00e4fc29,#0000 65%);border-radius:50%;width:70%;height:70%;position:absolute}.consultoria-module__OsPo7q__hvRing{transform-box:view-box;transform-origin:110px 110px;animation:44s linear infinite consultoria-module__OsPo7q__spin}@keyframes consultoria-module__OsPo7q__spin{to{transform:rotate(360deg)}}.consultoria-module__OsPo7q__hvFlow{stroke-dasharray:3 8;filter:drop-shadow(0 0 3px #00e4fc99);animation:3s linear infinite consultoria-module__OsPo7q__flow}@keyframes consultoria-module__OsPo7q__flow{to{stroke-dashoffset:-22px}}.consultoria-module__OsPo7q__hvCore{filter:drop-shadow(0 0 14px #00e4fc99);animation:4s ease-in-out infinite consultoria-module__OsPo7q__coreP}@keyframes consultoria-module__OsPo7q__coreP{0%,to{opacity:.85}50%{opacity:1}}.consultoria-module__OsPo7q__timeline{grid-template-columns:repeat(6,1fr);gap:16px;margin:0;padding:0;list-style:none;display:grid;position:relative}.consultoria-module__OsPo7q__timeline:before{content:"";background:linear-gradient(90deg,#0000,#00e4fc66,#0000);height:2px;position:absolute;top:28px;left:8%;right:8%}.consultoria-module__OsPo7q__tStage{text-align:center;position:relative}.consultoria-module__OsPo7q__tNode{width:56px;height:56px;color:var(--gold);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;transition:transform .3s var(--ease-out-strong,ease), border-color .3s ease, box-shadow .3s ease;background:#091a3cb8;border:1px solid #00e4fc47;border-radius:50%;place-items:center;margin:0 auto 18px;display:grid;position:relative}.consultoria-module__OsPo7q__tIcon svg{width:22px;height:22px}.consultoria-module__OsPo7q__tStage:hover .consultoria-module__OsPo7q__tNode{border-color:#00e4fc99;transform:translateY(-4px);box-shadow:0 0 26px #00e4fc40}.consultoria-module__OsPo7q__tNum{font-family:var(--font-heading,"Space Grotesk", sans-serif);letter-spacing:1px;color:var(--gold);opacity:.7;font-size:.72rem}.consultoria-module__OsPo7q__tTitle{color:var(--text-primary);margin:6px 0 8px;font-size:.98rem;font-weight:700}.consultoria-module__OsPo7q__tDesc{color:#d2def5b8;max-width:180px;margin:0 auto;font-size:.84rem;line-height:1.45}.consultoria-module__OsPo7q__capGrid{grid-template-columns:repeat(4,1fr);gap:clamp(14px,1.4vw,20px);display:grid}.consultoria-module__OsPo7q__capCard{--accent:var(--gold);border:1px solid var(--border);-webkit-backdrop-filter:blur(14px)saturate(1.1);transition:transform .35s var(--ease-out-strong,ease), border-color .3s ease, box-shadow .35s ease;isolation:isolate;background:linear-gradient(160deg,#12285680,#08142e66);border-radius:16px;padding:26px 22px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 14px 34px #03091a5c}.consultoria-module__OsPo7q__capCard:before{content:"";border-radius:inherit;background:linear-gradient(150deg, color-mix(in oklab, var(--accent) 32%, transparent), transparent 46%);-webkit-mask-composite:xor;opacity:.7;pointer-events:none;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.consultoria-module__OsPo7q__capGlow{background:radial-gradient(circle, color-mix(in oklab, var(--accent) 20%, transparent), transparent 66%);opacity:.5;z-index:-1;pointer-events:none;border-radius:50%;width:60%;height:60%;transition:opacity .35s;position:absolute;top:-30%;right:-20%}.consultoria-module__OsPo7q__capIcon{width:44px;height:44px;color:var(--accent);background:color-mix(in oklab, var(--accent) 12%, transparent);border:1px solid color-mix(in oklab, var(--accent) 24%, transparent);transition:transform .35s var(--ease-out-strong,ease);border-radius:11px;place-items:center;margin-bottom:18px;display:grid}.consultoria-module__OsPo7q__capIcon svg{width:22px;height:22px}.consultoria-module__OsPo7q__capTitle{color:var(--text-primary);margin:0 0 8px;font-size:1.02rem;font-weight:700;line-height:1.2}.consultoria-module__OsPo7q__capDesc{color:#d2def5c7;margin:0;font-size:.9rem;line-height:1.5}.consultoria-module__OsPo7q__capCard:hover{border-color:color-mix(in oklab, var(--accent) 40%, transparent);box-shadow:inset 0 1px 0 #ffffff0f, 0 22px 46px var(--shadow-deeper), 0 0 36px color-mix(in oklab, var(--accent) 14%, transparent);transform:translateY(-5px)}.consultoria-module__OsPo7q__capCard:hover .consultoria-module__OsPo7q__capIcon{transform:translateY(-2px)scale(1.06)}.consultoria-module__OsPo7q__capCard:hover .consultoria-module__OsPo7q__capGlow{opacity:.9}.consultoria-module__OsPo7q__methods{flex-wrap:wrap;justify-content:center;gap:12px;max-width:900px;margin:0 auto;display:flex}.consultoria-module__OsPo7q__method{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-primary);cursor:default;transition:transform .25s var(--ease-out-strong,ease), border-color .25s ease, background .25s ease;background:#0c1c3c8c;border:1px solid #78a5e129;border-radius:999px;align-items:center;gap:9px;padding:11px 16px;font-size:.9rem;font-weight:600;display:inline-flex;position:relative}.consultoria-module__OsPo7q__methodIcon{color:var(--gold);place-items:center;display:grid}.consultoria-module__OsPo7q__methodIcon svg{width:16px;height:16px}.consultoria-module__OsPo7q__method:hover{background:#00e4fc14;border-color:#00e4fc66;transform:translateY(-2px)}.consultoria-module__OsPo7q__tooltip{width:max-content;max-width:220px;color:var(--text-secondary);opacity:0;visibility:hidden;pointer-events:none;z-index:5;background:#050e1ff7;border:1px solid #00e4fc33;border-radius:8px;padding:9px 12px;font-size:.78rem;font-weight:500;line-height:1.4;transition:opacity .2s,transform .2s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 12px 30px #0006}.consultoria-module__OsPo7q__method:hover .consultoria-module__OsPo7q__tooltip,.consultoria-module__OsPo7q__method:focus-within .consultoria-module__OsPo7q__tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.consultoria-module__OsPo7q__modelSection:after{content:"";pointer-events:none;background:radial-gradient(60% 50% at 50% 40%,#00e4fc0d,#0000 70%);position:absolute;inset:0}.consultoria-module__OsPo7q__model{max-width:760px;margin:0 auto;padding:0;list-style:none;position:relative}.consultoria-module__OsPo7q__modelSpine{background:linear-gradient(#00e4fc80,#0a6bff4d);width:2px;position:absolute;top:8px;bottom:40px;left:50%;overflow:hidden;transform:translate(-50%)}.consultoria-module__OsPo7q__modelSpine:after{content:"";background:linear-gradient(180deg, transparent, var(--gold), transparent);border-radius:4px;width:4px;height:46px;animation:4.5s linear infinite consultoria-module__OsPo7q__spineFlow;position:absolute;left:-1px}@keyframes consultoria-module__OsPo7q__spineFlow{0%{top:-46px}to{top:100%}}.consultoria-module__OsPo7q__modelStep{grid-template-columns:1fr 1fr;min-height:60px;margin-bottom:clamp(18px,3vw,30px);display:grid;position:relative}.consultoria-module__OsPo7q__modelDot{width:34px;height:34px;color:var(--gold);z-index:2;background:#091a3cf2;border:1px solid #00e4fc66;border-radius:50%;place-items:center;display:grid;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 0 18px #00e4fc40}.consultoria-module__OsPo7q__modelDot span{font-family:var(--font-heading,"Space Grotesk", sans-serif);letter-spacing:.5px;font-size:.66rem}.consultoria-module__OsPo7q__modelCard{border:1px solid var(--border);-webkit-backdrop-filter:blur(14px);transition:transform .35s var(--ease-out-strong,ease), border-color .3s ease, box-shadow .35s ease;background:linear-gradient(160deg,#12285680,#08142e6b);border-radius:14px;align-items:center;gap:14px;padding:18px 20px;display:flex;box-shadow:inset 0 1px #ffffff0a,0 12px 30px #03091a66}.consultoria-module__OsPo7q__modelLeft .consultoria-module__OsPo7q__modelCard{grid-column:1;margin-right:44px}.consultoria-module__OsPo7q__modelRight .consultoria-module__OsPo7q__modelCard{grid-column:2;margin-left:44px}.consultoria-module__OsPo7q__modelIcon{width:40px;height:40px;color:var(--gold);background:#00e4fc14;border:1px solid #00e4fc33;border-radius:10px;flex:none;place-items:center;display:grid}.consultoria-module__OsPo7q__modelIcon svg{width:20px;height:20px}.consultoria-module__OsPo7q__modelTitle{color:var(--text-primary);margin:0 0 3px;font-size:1rem;font-weight:700}.consultoria-module__OsPo7q__modelDesc{color:#d2def5b8;margin:0;font-size:.86rem}.consultoria-module__OsPo7q__modelStep:hover .consultoria-module__OsPo7q__modelCard{box-shadow:inset 0 1px 0 #ffffff0f, 0 18px 40px var(--shadow-deeper), 0 0 30px #00e4fc1f;border-color:#00e4fc5c;transform:translateY(-3px)}.consultoria-module__OsPo7q__modelLast .consultoria-module__OsPo7q__modelCard{box-shadow:inset 0 1px 0 #ffffff0f, 0 18px 44px var(--shadow-deeper), 0 0 40px #00e4fc33;background:linear-gradient(160deg,#00e4fc1f,#08142e85);border-color:#00e4fc6b}.consultoria-module__OsPo7q__modelLast .consultoria-module__OsPo7q__modelDot{background:var(--gold);color:var(--deep-black);border-color:var(--gold)}.consultoria-module__OsPo7q__domains{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(12px,1.4vw,18px);display:grid}.consultoria-module__OsPo7q__domain{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .25s var(--ease-out-strong,ease), border-color .25s ease, background .25s ease;background:#0c1c3c66;border:1px solid #78a5e121;border-radius:13px;align-items:center;gap:13px;padding:16px 18px;display:flex}.consultoria-module__OsPo7q__domainIcon{width:38px;height:38px;color:var(--gold);background:#00e4fc12;border:1px solid #00e4fc29;border-radius:10px;flex:none;place-items:center;display:grid}.consultoria-module__OsPo7q__domainIcon svg{width:19px;height:19px}.consultoria-module__OsPo7q__domainName{color:var(--text-primary);font-size:.94rem;font-weight:600}.consultoria-module__OsPo7q__domain:hover{background:#00e4fc0f;border-color:#00e4fc52;transform:translateY(-3px)}.consultoria-module__OsPo7q__ctaBlock{padding:clamp(2rem,3vw,4rem) 32px clamp(5rem,7vw,8rem)}.consultoria-module__OsPo7q__ctaInner{text-align:center;background:linear-gradient(150deg, var(--panel-soft-a), var(--panel-soft-b));border:1px solid var(--gold-border);-webkit-backdrop-filter:blur(16px);max-width:900px;box-shadow:inset 0 1px 0 var(--glass-line), 0 30px 70px var(--shadow-deep);border-radius:24px;margin:0 auto;padding:clamp(40px,6vw,72px) clamp(24px,4vw,56px);position:relative;overflow:hidden}.consultoria-module__OsPo7q__ctaGlow{pointer-events:none;background:radial-gradient(at 50% 0,#00e4fc2e,#0000 60%);width:70%;height:120%;position:absolute;top:-40%;left:50%;transform:translate(-50%)}.consultoria-module__OsPo7q__ctaTitle{font-family:var(--font-body,"Inter", sans-serif);letter-spacing:-.01em;color:var(--text-primary);margin:14px 0;font-size:clamp(1.7rem,1.2rem + 1.8vw,2.6rem);font-weight:900;line-height:1.08;position:relative}.consultoria-module__OsPo7q__ctaLead{color:var(--text-secondary);max-width:520px;margin:0 auto 30px;font-size:1.05rem;line-height:1.55;position:relative}.consultoria-module__OsPo7q__ctaBtn{padding:15px 30px;font-size:.95rem;position:relative}@media (max-width:920px){.consultoria-module__OsPo7q__heroInner{grid-template-columns:1fr;gap:clamp(36px,8vw,56px)}.consultoria-module__OsPo7q__heroCopy{max-width:640px}.consultoria-module__OsPo7q__heroVizSvg{max-width:360px}}@media (max-width:1024px){.consultoria-module__OsPo7q__capGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.consultoria-module__OsPo7q__timeline{grid-template-columns:1fr;gap:0;max-width:520px;margin-inline:auto}.consultoria-module__OsPo7q__timeline:before{background:linear-gradient(#0000,#00e4fc66,#0000);width:2px;height:auto;inset:6px auto 44px 27px}.consultoria-module__OsPo7q__tStage{text-align:left;grid-template-columns:56px 1fr;align-items:start;gap:18px;padding-bottom:30px;display:grid}.consultoria-module__OsPo7q__tNode{margin:0}.consultoria-module__OsPo7q__tDesc{max-width:none;margin:4px 0 0}.consultoria-module__OsPo7q__tTitle{margin:4px 0 6px}}@media (max-width:700px){.consultoria-module__OsPo7q__modelSpine{left:22px}.consultoria-module__OsPo7q__modelStep{grid-template-columns:1fr}.consultoria-module__OsPo7q__modelDot{left:22px}.consultoria-module__OsPo7q__modelLeft .consultoria-module__OsPo7q__modelCard,.consultoria-module__OsPo7q__modelRight .consultoria-module__OsPo7q__modelCard{grid-column:1;margin:0 0 0 52px}}@media (max-width:600px){.consultoria-module__OsPo7q__capGrid{grid-template-columns:1fr;max-width:420px;margin-inline:auto}.consultoria-module__OsPo7q__section,.consultoria-module__OsPo7q__hero,.consultoria-module__OsPo7q__ctaBlock{padding-left:20px;padding-right:20px}}@media (prefers-reduced-motion:reduce){.consultoria-module__OsPo7q__heroCopy>*,.consultoria-module__OsPo7q__heroViz{opacity:1;animation:none}.consultoria-module__OsPo7q__hvRing,.consultoria-module__OsPo7q__hvFlow,.consultoria-module__OsPo7q__hvCore,.consultoria-module__OsPo7q__modelSpine:after{animation:none}.consultoria-module__OsPo7q__btn,.consultoria-module__OsPo7q__tNode,.consultoria-module__OsPo7q__capCard,.consultoria-module__OsPo7q__capIcon,.consultoria-module__OsPo7q__capGlow,.consultoria-module__OsPo7q__method,.consultoria-module__OsPo7q__modelCard,.consultoria-module__OsPo7q__domain{transition:none}.consultoria-module__OsPo7q__btnPrimary:hover,.consultoria-module__OsPo7q__tStage:hover .consultoria-module__OsPo7q__tNode,.consultoria-module__OsPo7q__capCard:hover,.consultoria-module__OsPo7q__capCard:hover .consultoria-module__OsPo7q__capIcon,.consultoria-module__OsPo7q__method:hover,.consultoria-module__OsPo7q__modelStep:hover .consultoria-module__OsPo7q__modelCard,.consultoria-module__OsPo7q__domain:hover{transform:none}}
