.LangSwitch-module__nkSRia__switch{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);flex:none;align-items:stretch;display:inline-flex;overflow:hidden}.LangSwitch-module__nkSRia__item{font-family:var(--font-mono), monospace;letter-spacing:.06em;color:var(--ink-soft);min-width:2.4rem;transition:background-color .25s var(--ease-out), color .25s var(--ease-out);place-items:center;padding:.42rem .6rem;font-size:.78rem;text-decoration:none;display:grid}.LangSwitch-module__nkSRia__item+.LangSwitch-module__nkSRia__item{border-left:1px solid var(--line)}.LangSwitch-module__nkSRia__item:hover{color:var(--arc-deep);background:var(--arc-dim)}.LangSwitch-module__nkSRia__current{background:var(--arc);color:var(--arc-ink);cursor:default}.LangSwitch-module__nkSRia__current:hover{background:var(--arc);color:var(--arc-ink)}@media (prefers-reduced-motion:reduce){.LangSwitch-module__nkSRia__item{transition-duration:.01ms}}@media (pointer:coarse){.LangSwitch-module__nkSRia__item{min-width:46px;min-height:44px;font-size:.82rem}}
.Header-module__Af2_WG__header{z-index:var(--z-nav);transition:padding .4s var(--ease-out), box-shadow .4s var(--ease-out);padding-block:.45rem;position:fixed;inset:0 0 auto}.Header-module__Af2_WG__header:before{content:"";z-index:-1;-webkit-backdrop-filter:blur(16px)saturate(1.6);backdrop-filter:blur(16px)saturate(1.6);background:#fbfcfdb8;background:lab(98.841% -.278056 -.691915/.72);position:absolute;inset:0}.Header-module__Af2_WG__scrolled{box-shadow:0 1px 0 var(--line);padding-block:.3rem}.Header-module__Af2_WG__inner{align-items:center;gap:2rem;display:flex}.Header-module__Af2_WG__wordmark{font-family:var(--font-display), sans-serif;letter-spacing:.02em;color:var(--ink);z-index:2;align-items:center;font-size:.92rem;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.Header-module__Af2_WG__markDot{background:var(--red);border-radius:1px;width:8px;height:8px;margin-inline:5px;transform:rotate(45deg)}.Header-module__Af2_WG__nav{gap:1.75rem;margin-inline:auto;display:flex}.Header-module__Af2_WG__navLink{color:var(--ink);transition:color .2s var(--ease-out);font-size:.88rem;font-weight:500;text-decoration:none;position:relative}.Header-module__Af2_WG__navLink:after{content:"";background:var(--arc);height:2px;transition:right .3s var(--ease-out);position:absolute;bottom:-6px;left:0;right:100%}.Header-module__Af2_WG__navLink:hover,.Header-module__Af2_WG__navActive{color:var(--arc-deep)}.Header-module__Af2_WG__navActive:after{right:0}.Header-module__Af2_WG__cta{flex:none;padding:.5rem 1rem;font-size:.76rem}.Header-module__Af2_WG__lang{z-index:2;flex:none;position:relative}.Header-module__Af2_WG__burger{z-index:2;border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;background:0 0;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:none;position:relative}.Header-module__Af2_WG__burger span{background:var(--ink);width:18px;height:2px;transition:transform .35s var(--ease-out), opacity .25s var(--ease-out);border-radius:1px;display:block}.Header-module__Af2_WG__burgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__Af2_WG__burgerOpen span:nth-child(2){opacity:0}.Header-module__Af2_WG__burgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__Af2_WG__panel{background:linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 100% 56px, linear-gradient(90deg, var(--line) 1px, transparent 1px) 0 0 / 56px 100%, var(--bg);padding:6rem var(--pad) calc(3rem + env(safe-area-inset-bottom,0px));opacity:0;visibility:hidden;transition:opacity .35s var(--ease-out), visibility 0s .35s;flex-direction:column;gap:3rem;display:none;position:fixed;inset:0;overflow-y:auto}.Header-module__Af2_WG__panelOpen{opacity:1;visibility:visible;transition:opacity .35s var(--ease-out), visibility 0s}.Header-module__Af2_WG__panelNav{flex-direction:column;gap:1.4rem;margin-top:auto;display:flex}.Header-module__Af2_WG__panelLink{font-family:var(--font-display), sans-serif;color:var(--ink);opacity:0;transition:opacity .5s var(--ease-out), transform .55s var(--ease-out), color .2s;align-items:baseline;gap:.9rem;font-size:clamp(1.6rem,7vw,2.2rem);font-weight:600;text-decoration:none;display:flex;transform:translateY(18px)}.Header-module__Af2_WG__panelOpen .Header-module__Af2_WG__panelLink{opacity:1;transform:none}.Header-module__Af2_WG__panelActive{color:var(--arc-deep)}.Header-module__Af2_WG__panelIndex{color:var(--arc)}.Header-module__Af2_WG__panelFoot{opacity:0;transition:opacity .5s var(--ease-out), transform .55s var(--ease-out);flex-direction:column;gap:.8rem;margin-bottom:auto;display:flex;transform:translateY(18px)}.Header-module__Af2_WG__panelOpen .Header-module__Af2_WG__panelFoot{opacity:1;transform:none}.Header-module__Af2_WG__panelReadout{margin-top:1rem}@media (max-width:860px){.Header-module__Af2_WG__nav,.Header-module__Af2_WG__cta{display:none}.Header-module__Af2_WG__burger,.Header-module__Af2_WG__panel{display:flex}.Header-module__Af2_WG__inner{justify-content:space-between}}@media (prefers-reduced-motion:reduce){.Header-module__Af2_WG__panel,.Header-module__Af2_WG__panelLink,.Header-module__Af2_WG__panelFoot,.Header-module__Af2_WG__burger span{transition-duration:.01ms;transition-delay:0s!important}.Header-module__Af2_WG__panelLink,.Header-module__Af2_WG__panelFoot{transform:none}}@media (pointer:coarse){.Header-module__Af2_WG__wordmark{min-height:44px}}
.Footer-module__EZoWya__footer{background:var(--bg);padding-block:clamp(3rem,7vh,4.5rem) 1.75rem}.Footer-module__EZoWya__inner{border-bottom:1px solid var(--line);grid-template-columns:1.2fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}.Footer-module__EZoWya__wordmark{font-family:var(--font-display), sans-serif;letter-spacing:.02em;align-items:center;font-size:1.1rem;font-weight:700;display:inline-flex}.Footer-module__EZoWya__markDot{background:var(--red);border-radius:1px;width:9px;height:9px;margin-inline:5px;transform:rotate(45deg)}.Footer-module__EZoWya__tagline{color:var(--ink-soft);max-width:32ch;margin-top:.75rem;margin-bottom:1.15rem}.Footer-module__EZoWya__brand{flex-direction:column;align-items:flex-start;display:flex}.Footer-module__EZoWya__nav,.Footer-module__EZoWya__contacts{flex-direction:column;gap:.6rem;display:flex}.Footer-module__EZoWya__nav a,.Footer-module__EZoWya__contacts a{color:var(--ink);width:fit-content;transition:color .2s var(--ease-out);font-weight:500;text-decoration:none}.Footer-module__EZoWya__nav a:hover,.Footer-module__EZoWya__contacts a:hover{color:var(--arc-deep)}.Footer-module__EZoWya__legal{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;padding-top:1.5rem;display:flex}.Footer-module__EZoWya__copyright{color:var(--ink-soft);font-size:.9rem}@media (max-width:720px){.Footer-module__EZoWya__inner{grid-template-columns:1fr;gap:2rem}}.Footer-module__EZoWya__contact{text-align:left;font:inherit;color:var(--arc-deep);cursor:pointer;background:0 0;border:0;padding:0}.Footer-module__EZoWya__contact:hover{text-decoration:underline}@media (pointer:coarse){.Footer-module__EZoWya__nav a,.Footer-module__EZoWya__contact{align-items:center;min-height:44px;display:inline-flex}}
.Reactor-module__g8THhW__stage{aspect-ratio:1;width:min(100%,420px);transform:perspective(900px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));will-change:transform;margin-inline:auto;position:relative}@media (prefers-reduced-motion:reduce){.Reactor-module__g8THhW__stage{transform:none}}.Reactor-module__g8THhW__svg{filter:drop-shadow(0 0 42px #71c1f773);filter:drop-shadow(0 0 42px lab(74.4581% -13.9412 -34.801/.45));width:100%;height:100%}html.js .Reactor-module__g8THhW__svg{opacity:0;animation:Reactor-module__g8THhW__ignite 1.4s var(--ease-out) .35s forwards;transform:scale(.92)}@keyframes Reactor-module__g8THhW__ignite{to{opacity:1;transform:scale(1)}}.Reactor-module__g8THhW__ringOuter{fill:none;stroke:var(--line);stroke-width:1.5px}.Reactor-module__g8THhW__tick{stroke:var(--line);stroke-width:1.5px}.Reactor-module__g8THhW__tickMajor{stroke:var(--arc);stroke-width:2px}.Reactor-module__g8THhW__ringDash{fill:none;stroke:var(--arc);stroke-width:2px;stroke-dasharray:34 22;opacity:.75;transform-box:view-box;transform-origin:50%;animation:26s linear infinite Reactor-module__g8THhW__spin}.Reactor-module__g8THhW__ringSteel{fill:none;stroke:var(--surface-2);stroke-width:10px}.Reactor-module__g8THhW__coil{fill:var(--surface-2);stroke:var(--line);stroke-width:1px;animation:3.2s ease-in-out infinite Reactor-module__g8THhW__coilCharge}.Reactor-module__g8THhW__strut{fill:none;stroke:var(--line);stroke-width:1.5px;opacity:.7}.Reactor-module__g8THhW__coreRing{fill:none;stroke:var(--arc);stroke-width:3px}.Reactor-module__g8THhW__coreArc{fill:none;stroke:var(--arc-glow);stroke-width:2px;stroke-dasharray:120 370;stroke-linecap:round;transform-box:view-box;transform-origin:50%;animation:7s linear infinite Reactor-module__g8THhW__spin}.Reactor-module__g8THhW__spinSlow{transform-box:view-box;transform-origin:50%;animation:90s linear infinite Reactor-module__g8THhW__spin}.Reactor-module__g8THhW__spinReverse{transform-box:view-box;transform-origin:50%;animation:48s linear infinite reverse Reactor-module__g8THhW__spin}.Reactor-module__g8THhW__glowPulse{animation:4.5s ease-in-out infinite Reactor-module__g8THhW__pulse}@keyframes Reactor-module__g8THhW__spin{to{transform:rotate(360deg)}}@keyframes Reactor-module__g8THhW__coilCharge{0%,to{fill:var(--surface-2)}50%{fill:var(--arc-dim);stroke:var(--arc)}}@keyframes Reactor-module__g8THhW__pulse{0%,to{opacity:.85}50%{opacity:1}}.Reactor-module__g8THhW__tag{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:.3rem .6rem;position:absolute}html.js .Reactor-module__g8THhW__tag{opacity:0;animation:Reactor-module__g8THhW__tagIn .7s var(--ease-out) forwards}@keyframes Reactor-module__g8THhW__tagIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.Reactor-module__g8THhW__tagTl{animation-delay:1.3s;top:4%;left:-2%}.Reactor-module__g8THhW__tagTr{animation-delay:1.5s;top:12%;right:-4%}.Reactor-module__g8THhW__tagBl{animation-delay:1.7s;bottom:14%;left:-5%}.Reactor-module__g8THhW__tagBr{animation-delay:1.9s;bottom:4%;right:-2%}@media (prefers-reduced-motion:reduce){:is(html.js .Reactor-module__g8THhW__svg,html.js .Reactor-module__g8THhW__tag){opacity:1;animation:none;transform:none}.Reactor-module__g8THhW__ringDash,.Reactor-module__g8THhW__coreArc,.Reactor-module__g8THhW__spinSlow,.Reactor-module__g8THhW__spinReverse,.Reactor-module__g8THhW__coil,.Reactor-module__g8THhW__glowPulse{animation:none}}@media (max-width:760px){.Reactor-module__g8THhW__tag{display:none}}
.HeroField-module__olChMa__field{pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0;-webkit-mask-image:radial-gradient(85% 90% at 50% 45%,#000 35%,#0000 85%);mask-image:radial-gradient(85% 90% at 50% 45%,#000 35%,#0000 85%)}@media (max-width:760px){.HeroField-module__olChMa__field{-webkit-mask-composite:source-in;-webkit-mask-image:linear-gradient(90deg,#0000 0% 38%,#000 78%),radial-gradient(125% 72% at 74% 26%,#000 24%,#0000 86%);mask-image:linear-gradient(90deg,#0000 0% 38%,#000 78%),radial-gradient(125% 72% at 74% 26%,#000 24%,#0000 86%);-webkit-mask-composite:source-in;mask-composite:intersect}}
.Hero-module__Z8hQ_W__hero{padding-block:clamp(7rem,16vh,10rem) clamp(3rem,8vh,5rem);position:relative;overflow:clip}.Hero-module__Z8hQ_W__hero:before{content:"";background:linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 100% 56px, linear-gradient(90deg, var(--line) 1px, transparent 1px) 0 0 / 56px 100%;opacity:.35;pointer-events:none;position:absolute;inset:0;-webkit-mask-image:radial-gradient(75% 85% at 72% 45%,#000 20%,#0000 72%);mask-image:radial-gradient(75% 85% at 72% 45%,#000 20%,#0000 72%)}html.js .Hero-module__Z8hQ_W__hero:before{animation:Hero-module__Z8hQ_W__gridIn 1.4s var(--ease-out) both}@media (pointer:fine){html.js .Hero-module__Z8hQ_W__hero:before{display:none}}.Hero-module__Z8hQ_W__sweep{inset-inline:0;pointer-events:none;opacity:0;background:linear-gradient(#0000 0%,#71c1f747 45%,#0074d88c 50%,#0000 100%);background:linear-gradient(#0000 0%,lab(74.4581% -13.9412 -34.801/.28) 45%,lab(47.5715% 2.9864 -64.0848/.55) 50%,#0000 100%);height:42vh;position:absolute;top:0}html.js .Hero-module__Z8hQ_W__sweep{animation:1.6s cubic-bezier(.4,0,.2,1) .15s both Hero-module__Z8hQ_W__sweepDown}@keyframes Hero-module__Z8hQ_W__gridIn{0%{opacity:0;transform:scale(1.06)}to{opacity:.35;transform:none}}@keyframes Hero-module__Z8hQ_W__sweepDown{0%{opacity:0;transform:translateY(-45vh)}25%{opacity:1}to{opacity:0;transform:translateY(115vh)}}.Hero-module__Z8hQ_W__inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid;position:relative}.Hero-module__Z8hQ_W__copy{min-width:0}.Hero-module__Z8hQ_W__reactorSlot{min-width:0;display:block}.Hero-module__Z8hQ_W__headline{font-size:var(--text-hero);letter-spacing:-.02em;max-width:14ch}.Hero-module__Z8hQ_W__mask{padding-bottom:.06em;display:block;overflow:hidden}.Hero-module__Z8hQ_W__line{display:inline-block}.Hero-module__Z8hQ_W__lineArc{color:var(--arc)}html.js .Hero-module__Z8hQ_W__line{animation:Hero-module__Z8hQ_W__lineUp 1s var(--ease-out) forwards;animation-delay:calc(.1s + var(--i) * .11s);transform:translateY(105%)}@keyframes Hero-module__Z8hQ_W__lineUp{to{transform:none}}:is(html.js .Hero-module__Z8hQ_W__sub,html.js .Hero-module__Z8hQ_W__actions,html.js .Hero-module__Z8hQ_W__heroReadout){opacity:0;animation:Hero-module__Z8hQ_W__riseIn .9s var(--ease-out) forwards;transform:translateY(18px)}html.js .Hero-module__Z8hQ_W__sub{animation-delay:.5s}html.js .Hero-module__Z8hQ_W__actions{animation-delay:.66s}html.js .Hero-module__Z8hQ_W__heroReadout{animation-delay:.85s}@keyframes Hero-module__Z8hQ_W__riseIn{to{opacity:1;transform:none}}.Hero-module__Z8hQ_W__sub{font-size:var(--text-md);color:var(--ink-soft);max-width:46ch;margin-top:1.5rem}.Hero-module__Z8hQ_W__actions{flex-wrap:wrap;gap:.9rem;margin-top:2.25rem;display:flex}.Hero-module__Z8hQ_W__promise{border-left:2px solid var(--arc);max-width:44ch;margin-top:1.1rem;padding-left:.9rem;font-size:1.02rem;font-weight:500;line-height:1.5}.Hero-module__Z8hQ_W__heroReadout{margin-top:2.25rem}@media (max-width:960px){.Hero-module__Z8hQ_W__inner{grid-template-columns:1fr}.Hero-module__Z8hQ_W__headline{max-width:16ch}}@media (max-width:760px){.Hero-module__Z8hQ_W__hero{padding-block:clamp(5.5rem,12vh,7rem) clamp(2rem,5vh,3rem)}.Hero-module__Z8hQ_W__inner{display:block}.Hero-module__Z8hQ_W__copy{z-index:1;position:relative}.Hero-module__Z8hQ_W__reactorSlot{opacity:.28;pointer-events:none;z-index:0;width:104%;position:absolute;top:58%;right:-40%;transform:translateY(-50%);-webkit-mask-image:linear-gradient(#000 45%,#0000 88%);mask-image:linear-gradient(#000 45%,#0000 88%)}.Hero-module__Z8hQ_W__sweep{display:none}.Hero-module__Z8hQ_W__heroReadout{margin-top:1.75rem}}@media (max-width:420px){.Hero-module__Z8hQ_W__reactorSlot{opacity:.24;width:118%;top:54%;right:-52%}}@media (prefers-reduced-motion:reduce){html.js .Hero-module__Z8hQ_W__hero:before{animation:none;display:block}html.js .Hero-module__Z8hQ_W__sweep{animation:none}.Hero-module__Z8hQ_W__sweep{display:none}:is(html.js .Hero-module__Z8hQ_W__line,html.js .Hero-module__Z8hQ_W__sub,html.js .Hero-module__Z8hQ_W__actions,html.js .Hero-module__Z8hQ_W__heroReadout){opacity:1;animation:none;transform:none}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.Hero-module__Z8hQ_W__reactorSlot{animation:linear both Hero-module__Z8hQ_W__heroDrift;animation-timeline:view();animation-range:exit -10% exit 90%}}}@keyframes Hero-module__Z8hQ_W__heroDrift{to{opacity:0;transform:translateY(-14%)scale(.82)rotate(9deg)}}@media (max-width:760px){@keyframes Hero-module__Z8hQ_W__heroDrift{to{opacity:0;transform:translateY(-50%)scale(.7)rotate(12deg)}}}
.Services-module__PFRRnG__section{padding-block:clamp(4rem,10vh,7rem)}.Services-module__PFRRnG__head{flex-direction:column;align-items:flex-start;gap:1.1rem;margin-bottom:clamp(2.5rem,6vh,4rem);display:flex}.Services-module__PFRRnG__title{font-size:var(--text-2xl);letter-spacing:-.02em}.Services-module__PFRRnG__grid{grid-template-columns:repeat(12,1fr);gap:1.25rem;display:grid}.Services-module__PFRRnG__wide{grid-column:span 7}.Services-module__PFRRnG__narrow{grid-column:span 5}.Services-module__PFRRnG__exhibit{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:border-color .3s var(--ease-out), box-shadow .4s var(--ease-out), transform .4s var(--ease-out);flex-direction:column;gap:1rem;padding:clamp(1.5rem,3vw,2.25rem);display:flex;position:relative}.Services-module__PFRRnG__exhibit:hover{border-color:var(--arc);transform:translateY(-3px);box-shadow:0 14px 44px -18px #0074d866;box-shadow:0 14px 44px -18px lab(47.5715% 2.9864 -64.0848/.4)}.Services-module__PFRRnG__exhibitTitle{font-size:var(--text-lg);letter-spacing:-.01em}.Services-module__PFRRnG__exhibitText{color:var(--ink-soft)}.Services-module__PFRRnG__exhibitList{flex-direction:column;gap:.45rem;margin-top:auto;list-style:none;display:flex}.Services-module__PFRRnG__exhibitList li{align-items:baseline;gap:.6rem;font-weight:500;display:flex}.Services-module__PFRRnG__exhibitList li:before{content:"";background:var(--arc);border-radius:1px;flex:none;width:7px;height:7px;transform:translateY(-1px)}.Services-module__PFRRnG__illuSite{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.Services-module__PFRRnG__browserBar{border-bottom:1px solid var(--line);align-items:center;gap:5px;padding:8px 10px;display:flex}.Services-module__PFRRnG__browserBar i{background:var(--surface-2);border-radius:50%;width:8px;height:8px}.Services-module__PFRRnG__browserBar i:first-child{background:var(--red)}.Services-module__PFRRnG__browserUrl{font-family:var(--font-mono), monospace;color:var(--ink-soft);background:var(--surface);border-radius:3px;margin-left:8px;padding:2px 10px;font-size:.65rem}.Services-module__PFRRnG__browserHero{background:linear-gradient(120deg, var(--arc), var(--arc-glow));border-radius:4px;height:52px;margin:10px}.Services-module__PFRRnG__browserGrid{grid-template-columns:repeat(4,1fr);gap:8px;padding:0 10px 12px;display:grid}.Services-module__PFRRnG__browserGrid i{background:var(--surface);border:1px solid var(--line);border-radius:4px;height:30px}.Services-module__PFRRnG__illuChat{flex-direction:column;gap:8px;padding:4px 0;display:flex}.Services-module__PFRRnG__msgIn,.Services-module__PFRRnG__msgOut{border-radius:10px;max-width:85%;padding:8px 12px;font-size:.8rem;line-height:1.4}.Services-module__PFRRnG__msgIn{background:var(--bg);border:1px solid var(--line);border-bottom-left-radius:3px;align-self:flex-start}.Services-module__PFRRnG__msgOut{background:var(--arc);color:var(--arc-ink);border-bottom-right-radius:3px;align-self:flex-end}.Services-module__PFRRnG__chatKeys{align-self:flex-end;gap:8px;display:flex}.Services-module__PFRRnG__chatKeys span{font-family:var(--font-mono), monospace;color:var(--arc-deep);border:1px solid var(--arc);background:var(--arc-dim);border-radius:5px;padding:3px 12px;font-size:.7rem}.Services-module__PFRRnG__illuAi{width:100%;max-width:300px}.Services-module__PFRRnG__illuAi line{stroke:var(--arc);stroke-width:1.5px;stroke-dasharray:5 11;opacity:.55;animation:1.6s linear infinite Services-module__PFRRnG__signalFlow}@keyframes Services-module__PFRRnG__signalFlow{to{stroke-dashoffset:-16px}}.Services-module__PFRRnG__nodeIn,.Services-module__PFRRnG__nodeMid,.Services-module__PFRRnG__nodeOut{stroke-width:2px}.Services-module__PFRRnG__nodeIn{fill:var(--surface-2);stroke:var(--ink-soft)}.Services-module__PFRRnG__nodeMid{fill:var(--arc-dim);stroke:var(--arc);animation:2.6s ease-in-out infinite Services-module__PFRRnG__nodePulse}.Services-module__PFRRnG__nodeMid:nth-of-type(2){animation-delay:.4s}.Services-module__PFRRnG__nodeMid:nth-of-type(3){animation-delay:.8s}.Services-module__PFRRnG__nodeOut{fill:var(--arc);stroke:var(--arc-deep);animation:2.6s ease-in-out 1.2s infinite Services-module__PFRRnG__nodePulse}@keyframes Services-module__PFRRnG__nodePulse{0%,to{fill-opacity:1}50%{fill-opacity:.45}}.Services-module__PFRRnG__illuAuto{width:100%;max-width:340px}.Services-module__PFRRnG__illuAuto rect{fill:var(--bg);stroke:var(--line);stroke-width:1.5px}.Services-module__PFRRnG__autoActive{fill:var(--arc-dim);stroke:var(--arc)}.Services-module__PFRRnG__autoArrow{fill:none;stroke:var(--arc);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:4 7;animation:1.2s linear infinite Services-module__PFRRnG__signalFlow}.Services-module__PFRRnG__autoActive{animation:2.4s ease-in-out infinite Services-module__PFRRnG__nodePulse}.Services-module__PFRRnG__autoLabel{font-family:var(--font-mono), monospace;fill:var(--ink);font-size:11px}@media (max-width:860px){.Services-module__PFRRnG__wide,.Services-module__PFRRnG__narrow{grid-column:span 12}}@media (prefers-reduced-motion:reduce){.Services-module__PFRRnG__illuAi line,.Services-module__PFRRnG__nodeMid,.Services-module__PFRRnG__nodeOut,.Services-module__PFRRnG__autoArrow,.Services-module__PFRRnG__autoActive{animation:none}.Services-module__PFRRnG__exhibit:hover{transform:none}}.Services-module__PFRRnG__lede{color:var(--ink-soft);font-size:var(--text-md)}
.CaseHero-module__LH8F7q__hero{background:radial-gradient(120% 80% at 82% 0%, var(--arc-dim) 0%, transparent 62%), var(--bg);padding-top:clamp(6.5rem,14vh,9rem);padding-bottom:clamp(2rem,5vh,3rem)}.CaseHero-module__LH8F7q__back{color:var(--ink-soft);min-height:44px;transition:color .2s var(--ease-out);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.CaseHero-module__LH8F7q__back:hover{color:var(--arc-deep)}.CaseHero-module__LH8F7q__meta{flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:1.75rem;display:flex}.CaseHero-module__LH8F7q__code{letter-spacing:.1em}.CaseHero-module__LH8F7q__status,.CaseHero-module__LH8F7q__kind{letter-spacing:.09em;border-radius:3px;padding:.15rem .45rem;font-size:.75rem}.CaseHero-module__LH8F7q__status{color:var(--arc-deep);border:1px solid var(--arc)}.CaseHero-module__LH8F7q__statusDemo{color:var(--ink-soft);border-color:var(--line)}.CaseHero-module__LH8F7q__kind{color:var(--ink-soft);border:1px solid var(--line)}.CaseHero-module__LH8F7q__title{font-size:var(--text-2xl);letter-spacing:-.025em;max-width:20ch;margin-top:1rem}.CaseHero-module__LH8F7q__tagline{font-size:var(--text-md);color:var(--ink-soft);max-width:56ch;margin-top:1rem}.CaseHero-module__LH8F7q__facts{border-top:1px solid var(--line);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem 2rem;margin-top:clamp(2rem,5vh,3rem);padding-top:1.75rem;display:grid}.CaseHero-module__LH8F7q__facts dt{letter-spacing:.12em;margin-bottom:.4rem;font-size:.68rem}.CaseHero-module__LH8F7q__facts dd{font-size:.95rem;line-height:1.45}.CaseHero-module__LH8F7q__stack{margin-top:1.75rem}.CaseHero-module__LH8F7q__stackLabel{letter-spacing:.12em;margin-bottom:.65rem;font-size:.68rem}.CaseHero-module__LH8F7q__chips{flex-wrap:wrap;gap:.45rem;list-style:none;display:flex}.CaseHero-module__LH8F7q__metrics{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem 2rem;margin-top:clamp(2rem,5vh,2.75rem);padding:1.5rem clamp(1.25rem,3vw,1.75rem);list-style:none;display:grid}.CaseHero-module__LH8F7q__metrics li{flex-direction:column;gap:.3rem;display:flex}.CaseHero-module__LH8F7q__metrics b{font-family:var(--font-display), sans-serif;font-size:var(--text-lg);letter-spacing:-.015em;color:var(--arc-deep);font-weight:700}.CaseHero-module__LH8F7q__metrics span{font-family:var(--font-mono), monospace;color:var(--ink-soft);font-size:.78rem;line-height:1.45}.CaseHero-module__LH8F7q__liveLink{margin-top:1.75rem}
.Shot-module__BTgjqW__shot{background:var(--bg);border:1px solid var(--line);width:100%;overflow:hidden;box-shadow:0 20px 50px -24px #13191f59;box-shadow:0 20px 50px -24px lab(8.33604% -1.29347 -4.89114/.35)}.Shot-module__BTgjqW__media{background:var(--surface);width:100%;position:relative}.Shot-module__BTgjqW__media img{object-fit:cover;object-position:center top;width:100%;height:100%}.Shot-module__BTgjqW__browser{border-radius:8px}.Shot-module__BTgjqW__bar{border-bottom:1px solid var(--line);background:var(--bg);align-items:center;gap:5px;padding:9px 12px;display:flex}.Shot-module__BTgjqW__bar i{background:var(--surface-2);border-radius:50%;flex:none;width:9px;height:9px}.Shot-module__BTgjqW__bar i:first-child{background:var(--red)}.Shot-module__BTgjqW__url{font-family:var(--font-mono), monospace;color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;margin-left:.6rem;font-size:.75rem;overflow:hidden}.Shot-module__BTgjqW__phone{border-radius:20px;max-width:320px;margin-inline:auto;padding:10px}.Shot-module__BTgjqW__phone .Shot-module__BTgjqW__media{border-radius:12px;overflow:hidden}.Shot-module__BTgjqW__panel{border-radius:8px}.Shot-module__BTgjqW__bare{border-radius:var(--radius);box-shadow:none;border:0}.Shot-module__BTgjqW__pending{background:linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 100% 56px, linear-gradient(90deg, var(--line) 1px, transparent 1px) 0 0 / 56px 100%, var(--surface);place-items:center;display:grid;position:absolute;inset:0}.Shot-module__BTgjqW__pendingLabel{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);letter-spacing:.14em;padding:.4rem .85rem;font-size:.7rem}
.CaseDiagram-module__2aU2dW__wrap{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 100% 56px, linear-gradient(90deg, var(--line) 1px, transparent 1px) 0 0 / 56px 100%, var(--surface);padding:clamp(1.5rem,4vw,2.5rem)}.CaseDiagram-module__2aU2dW__flow{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;list-style:none;display:grid}.CaseDiagram-module__2aU2dW__node{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:.4rem;padding:.9rem 1rem;display:flex;position:relative}.CaseDiagram-module__2aU2dW__node:after{content:"→";color:var(--arc);z-index:1;font-size:.9rem;line-height:1;position:absolute;top:50%;right:-.9rem;transform:translateY(-50%)}.CaseDiagram-module__2aU2dW__node:last-child:after{content:none}.CaseDiagram-module__2aU2dW__accent{border-color:var(--arc);box-shadow:0 0 0 3px var(--arc-dim)}.CaseDiagram-module__2aU2dW__index{letter-spacing:.14em;font-size:.65rem}.CaseDiagram-module__2aU2dW__label{font-family:var(--font-display), sans-serif;letter-spacing:-.01em;overflow-wrap:anywhere;min-width:0;font-size:.92rem;font-weight:600;line-height:1.25}.CaseDiagram-module__2aU2dW__note{font-family:var(--font-mono), monospace;color:var(--ink-soft);font-size:.68rem;line-height:1.45}.CaseDiagram-module__2aU2dW__caption{border-top:1px solid var(--line);letter-spacing:.06em;margin-top:1.25rem;padding-top:1rem;font-size:.7rem;display:block}.CaseDiagram-module__2aU2dW__compact{align-content:center;height:100%;padding:clamp(1rem,4vw,1.5rem);display:grid}.CaseDiagram-module__2aU2dW__compact .CaseDiagram-module__2aU2dW__flow{grid-template-columns:1fr;gap:1.35rem;width:100%;max-width:230px;margin-inline:auto}.CaseDiagram-module__2aU2dW__compact .CaseDiagram-module__2aU2dW__node{text-align:center;align-items:center;gap:0;padding:.6rem .75rem}.CaseDiagram-module__2aU2dW__compact .CaseDiagram-module__2aU2dW__node:after{content:"↓";font-size:.8rem;inset:auto auto -1.05rem 50%;transform:translate(-50%)}.CaseDiagram-module__2aU2dW__compact .CaseDiagram-module__2aU2dW__label{font-size:.84rem;line-height:1.25}.CaseDiagram-module__2aU2dW__compact .CaseDiagram-module__2aU2dW__node:last-child:after{content:none}@media (max-width:620px){.CaseDiagram-module__2aU2dW__flow{grid-template-columns:1fr;gap:1.5rem}.CaseDiagram-module__2aU2dW__node:last-child:after{content:none}.CaseDiagram-module__2aU2dW__node:after{content:"↓";inset:auto auto -.85rem 50%;transform:translate(-50%)}}
.Work-module__mspDfG__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.Work-module__mspDfG__wide{grid-column:span 2}.Work-module__mspDfG__wide .Work-module__mspDfG__link{flex-direction:row;align-items:stretch}.Work-module__mspDfG__wide .Work-module__mspDfG__media{flex:52%;padding-bottom:clamp(1.25rem,3vw,2rem)}.Work-module__mspDfG__wide .Work-module__mspDfG__body{border-top:0;border-left:1px solid var(--line);flex:48%;justify-content:center}.Work-module__mspDfG__narrow{grid-column:span 1}.Work-module__mspDfG__case{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:border-color .3s var(--ease-out), box-shadow .4s var(--ease-out);overflow:hidden}.Work-module__mspDfG__case:hover{border-color:var(--arc);box-shadow:0 16px 48px -20px #0074d873;box-shadow:0 16px 48px -20px lab(47.5715% 2.9864 -64.0848/.45)}.Work-module__mspDfG__link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.Work-module__mspDfG__media{place-items:center;padding:clamp(1.25rem,3vw,2rem) clamp(1.25rem,3vw,2rem) 0;display:grid}.Work-module__mspDfG__body{background:var(--bg);border-top:1px solid var(--line);flex-direction:column;flex:1;gap:.55rem;padding:clamp(1.25rem,3vw,1.75rem);display:flex}.Work-module__mspDfG__meta{align-items:center;gap:.75rem;margin-bottom:.15rem;display:flex}.Work-module__mspDfG__code{flex:none}.Work-module__mspDfG__status{letter-spacing:.09em;color:var(--arc-deep);border:1px solid var(--arc);border-radius:3px;padding:.15rem .45rem;font-size:.75rem}.Work-module__mspDfG__statusDemo{color:var(--ink-soft);border-color:var(--line)}.Work-module__mspDfG__caseTitle{font-size:var(--text-md)}.Work-module__mspDfG__tagline{color:var(--ink-soft);font-size:.95rem}.Work-module__mspDfG__metrics{border-top:1px solid var(--line);flex-wrap:wrap;gap:.6rem 1.75rem;margin-top:.35rem;padding-top:.9rem;list-style:none;display:flex}.Work-module__mspDfG__metrics li{flex-direction:column;gap:.15rem;display:flex}.Work-module__mspDfG__metrics b{font-family:var(--font-display), sans-serif;font-size:var(--text-md);letter-spacing:-.01em;color:var(--arc-deep);font-weight:700}.Work-module__mspDfG__metrics span{font-family:var(--font-mono), monospace;color:var(--ink-soft);max-width:22ch;font-size:.78rem;line-height:1.4}.Work-module__mspDfG__cardCta{font-family:var(--font-display), sans-serif;color:var(--arc-deep);align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;font-size:.85rem;font-weight:500;display:flex}.Work-module__mspDfG__cardCta span{transition:transform .3s var(--ease-out)}.Work-module__mspDfG__link:hover .Work-module__mspDfG__cardCta span{transform:translate(4px)}.Work-module__mspDfG__allWrap{justify-content:center;margin-top:clamp(2rem,5vh,3rem);display:flex}@media (max-width:860px){.Work-module__mspDfG__grid{grid-template-columns:1fr}.Work-module__mspDfG__wide,.Work-module__mspDfG__narrow{grid-column:span 1}.Work-module__mspDfG__wide .Work-module__mspDfG__link{flex-direction:column}.Work-module__mspDfG__wide .Work-module__mspDfG__media{padding-bottom:0}.Work-module__mspDfG__wide .Work-module__mspDfG__body{border-top:1px solid var(--line);border-left:0}}@media (prefers-reduced-motion:reduce){.Work-module__mspDfG__cardCta span{transition-duration:.01ms}.Work-module__mspDfG__link:hover .Work-module__mspDfG__cardCta span{transform:none}}
.case-module__8-iaRG__feature{padding-top:clamp(1.5rem,4vh,2.5rem);padding-bottom:clamp(1rem,3vh,2rem)}.case-module__8-iaRG__inlineShot{max-width:820px;margin-top:2rem}.case-module__8-iaRG__gallery{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;padding-bottom:clamp(1rem,3vh,2rem);display:grid}
.ContactCta-module__sFAPsW__section{background:linear-gradient(150deg, var(--arc-deep), var(--arc) 62%, #0082e5);color:var(--arc-ink);padding-block:clamp(4.5rem,12vh,8rem)}@supports (color:lab(0% 0 0)){.ContactCta-module__sFAPsW__section{background:linear-gradient(150deg, var(--arc-deep), var(--arc) 62%, lab(52.4225% -.959724 -63.4257))}}.ContactCta-module__sFAPsW__inner{text-align:center;place-items:center;display:grid}.ContactCta-module__sFAPsW__copy{flex-direction:column;align-items:center;max-width:46rem;display:flex}.ContactCta-module__sFAPsW__title{font-size:var(--text-2xl);letter-spacing:-.025em}.ContactCta-module__sFAPsW__lede{font-size:var(--text-md);color:#d8ebfb;color:lab(91.8816% -3.92002 -10.2467);max-width:40ch;margin-top:1.1rem}.ContactCta-module__sFAPsW__tgBtn{margin-top:2.25rem;padding:1.05rem 2.25rem;font-size:.95rem}.ContactCta-module__sFAPsW__note{color:#c2dbf1;color:lab(86.0745% -5.07656 -13.5943);max-width:44ch;margin-top:1.1rem;font-size:.95rem}.ContactCta-module__sFAPsW__readout{color:#bcd8f1;color:lab(84.9097% -5.62975 -15.2591);margin-top:2rem}
.Process-module__gUgyKG__section{background:var(--surface);border-block:1px solid var(--line);padding-block:clamp(4rem,10vh,7rem)}.Process-module__gUgyKG__head{flex-direction:column;gap:1rem;margin-bottom:clamp(2.5rem,6vh,4rem);display:flex}.Process-module__gUgyKG__title{font-size:var(--text-2xl);letter-spacing:-.02em}.Process-module__gUgyKG__lede{color:var(--ink-soft);font-size:var(--text-md);max-width:52ch}.Process-module__gUgyKG__track{position:relative}.Process-module__gUgyKG__rail{background:var(--line);height:2px;position:absolute;top:1.3rem;left:0;right:0}.Process-module__gUgyKG__railFill{background:var(--arc);transform-origin:0;height:100%;transform:scaleX(var(--p,0));box-shadow:0 0 12px #0074d899;box-shadow:0 0 12px lab(47.5715% 2.9864 -64.0848/.6)}.Process-module__gUgyKG__steps{grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,2.5rem);list-style:none;display:grid}.Process-module__gUgyKG__step{flex-direction:column;gap:.6rem;padding-top:.4rem;display:flex}.Process-module__gUgyKG__stepNum{font-family:var(--font-display), sans-serif;color:var(--ink-soft);background:var(--bg);border:2px solid var(--line);border-radius:var(--radius);z-index:1;width:2.6rem;height:1.9rem;transition:background-color .45s var(--ease-out), border-color .45s var(--ease-out), color .45s var(--ease-out), box-shadow .45s var(--ease-out), transform .45s var(--ease-out);justify-content:center;align-items:center;font-size:1.15rem;font-weight:700;display:inline-flex;position:relative}.Process-module__gUgyKG__stepLit .Process-module__gUgyKG__stepNum{color:var(--arc-ink);background:var(--arc);border-color:var(--arc);transform:scale(1.08);box-shadow:0 0 18px #0074d880;box-shadow:0 0 18px lab(47.5715% 2.9864 -64.0848/.5)}.Process-module__gUgyKG__stepTitle,.Process-module__gUgyKG__stepText,.Process-module__gUgyKG__stepEta{transition:opacity .45s var(--ease-out)}:is(html.js .Process-module__gUgyKG__step:not(.Process-module__gUgyKG__stepLit) .Process-module__gUgyKG__stepTitle,html.js .Process-module__gUgyKG__step:not(.Process-module__gUgyKG__stepLit) .Process-module__gUgyKG__stepText,html.js .Process-module__gUgyKG__step:not(.Process-module__gUgyKG__stepLit) .Process-module__gUgyKG__stepEta){opacity:.35}html.js .Process-module__gUgyKG__step:not(.Process-module__gUgyKG__stepLit) .Process-module__gUgyKG__stepTitle{transform:translateY(6px)}.Process-module__gUgyKG__stepTitle{transition:opacity .45s var(--ease-out), transform .45s var(--ease-out);font-size:var(--text-md);margin-top:.6rem}.Process-module__gUgyKG__stepText{color:var(--ink-soft);font-size:.95rem}.Process-module__gUgyKG__stepEta{margin-top:auto}@media (max-width:860px){.Process-module__gUgyKG__steps{grid-template-columns:1fr;gap:2rem}.Process-module__gUgyKG__rail{width:2px;height:auto;inset:0 auto 0 1.25rem}.Process-module__gUgyKG__railFill{transform-origin:top;width:100%;height:100%;transform:scaleY(var(--p,0))}.Process-module__gUgyKG__step{padding-left:3.5rem;position:relative}.Process-module__gUgyKG__stepNum{position:absolute;top:0;left:0}}
.Engagement-module__FEleOa__section{background:var(--surface);border-block:1px solid var(--line);padding-block:clamp(4rem,10vh,7rem)}.Engagement-module__FEleOa__head{flex-direction:column;align-items:flex-start;gap:1.1rem;margin-bottom:clamp(2.5rem,6vh,4rem);display:flex}.Engagement-module__FEleOa__title{font-size:var(--text-2xl);letter-spacing:-.02em}.Engagement-module__FEleOa__lede{color:var(--ink-soft);font-size:var(--text-md);max-width:52ch}.Engagement-module__FEleOa__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.25rem;display:grid}.Engagement-module__FEleOa__plan{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);transition:border-color .3s var(--ease-out), box-shadow .4s var(--ease-out), transform .4s var(--ease-out);flex-direction:column;gap:.75rem;padding:clamp(1.5rem,3vw,2rem);display:flex;position:relative}.Engagement-module__FEleOa__plan:hover{border-color:var(--arc);transform:translateY(-3px);box-shadow:0 14px 44px -18px #0074d866;box-shadow:0 14px 44px -18px lab(47.5715% 2.9864 -64.0848/.4)}.Engagement-module__FEleOa__featured{border:2px solid var(--arc);padding-top:2.6rem;box-shadow:0 18px 56px -20px #0074d880;box-shadow:0 18px 56px -20px lab(47.5715% 2.9864 -64.0848/.5)}.Engagement-module__FEleOa__badge{font-family:var(--font-mono), monospace;letter-spacing:.1em;background:var(--red);color:var(--arc-ink);white-space:nowrap;border-radius:4px;padding:.3rem .9rem;font-size:.7rem;position:absolute;top:-.85rem;left:50%;transform:translate(-50%)}.Engagement-module__FEleOa__mark{letter-spacing:.08em;margin-bottom:.5rem;display:block}.Engagement-module__FEleOa__planTitle{font-size:var(--text-lg);overflow-wrap:anywhere}@media (max-width:380px){.Engagement-module__FEleOa__mark{letter-spacing:.08em;margin-bottom:.5rem;display:block}.Engagement-module__FEleOa__planTitle{font-size:var(--text-md)}}.Engagement-module__FEleOa__planText{color:var(--ink-soft);min-height:3em;font-size:.95rem}.Engagement-module__FEleOa__forWho{font-family:var(--font-display), sans-serif;letter-spacing:-.01em;color:var(--ink);border-top:1px solid var(--line);padding-block:.35rem 0;font-size:.95rem;font-weight:600;line-height:1.35}.Engagement-module__FEleOa__eta{white-space:nowrap;font-weight:400}.Engagement-module__FEleOa__features{border-top:1px solid var(--line);flex-direction:column;flex:1;gap:.5rem;margin-top:.5rem;padding-block:.75rem 1.25rem;list-style:none;display:flex}.Engagement-module__FEleOa__features li{align-items:baseline;gap:.6rem;font-size:.95rem;display:flex}.Engagement-module__FEleOa__features li:before{content:"";background:var(--arc);border-radius:1px;flex:none;width:7px;height:7px;transform:translateY(-1px)}.Engagement-module__FEleOa__planCta{width:100%}@media (max-width:960px){.Engagement-module__FEleOa__grid{grid-template-columns:1fr;max-width:480px;margin-inline:auto}.Engagement-module__FEleOa__planText{min-height:0}}@media (prefers-reduced-motion:reduce){.Engagement-module__FEleOa__plan:hover{transform:none}}.Engagement-module__FEleOa__always{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-top:clamp(1.5rem,4vh,2.5rem);padding:clamp(1.5rem,4vw,2.25rem)}.Engagement-module__FEleOa__alwaysTitle{font-size:var(--text-md);margin-bottom:1.25rem}.Engagement-module__FEleOa__alwaysList{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.75rem 2rem;list-style:none;display:grid}.Engagement-module__FEleOa__alwaysList li{color:var(--ink-soft);align-items:baseline;gap:.6rem;font-size:.95rem;display:flex}.Engagement-module__FEleOa__alwaysList li:before{content:"";background:var(--red);border-radius:1px;flex:none;width:7px;height:7px;transform:rotate(45deg)translateY(-1px)}
.work-module__pMFkfa__main{padding-top:clamp(4rem,9vh,6rem)}
.Faq-module__EHB7zG__section{padding-block:clamp(4rem,10vh,7rem)}.Faq-module__EHB7zG__inner{grid-template-columns:.9fr 1.1fr;align-items:start;gap:clamp(2rem,5vw,4.5rem);display:grid}.Faq-module__EHB7zG__head{flex-direction:column;align-items:flex-start;gap:1.1rem;display:flex;position:sticky;top:5rem}.Faq-module__EHB7zG__title{font-size:var(--text-2xl);letter-spacing:-.02em}.Faq-module__EHB7zG__lede{color:var(--ink-soft);font-size:var(--text-md);max-width:38ch}.Faq-module__EHB7zG__list{border-top:1px solid var(--line);flex-direction:column;display:flex}.Faq-module__EHB7zG__item{border-bottom:1px solid var(--line)}.Faq-module__EHB7zG__q{cursor:pointer;font-family:var(--font-display), sans-serif;transition:color .2s var(--ease-out);-webkit-tap-highlight-color:transparent;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.35rem .25rem;font-size:1.02rem;font-weight:500;list-style:none;display:flex}.Faq-module__EHB7zG__q::-webkit-details-marker{display:none}.Faq-module__EHB7zG__q::marker{content:""}.Faq-module__EHB7zG__q:hover,.Faq-module__EHB7zG__item[open] .Faq-module__EHB7zG__q{color:var(--arc-deep)}.Faq-module__EHB7zG__marker{width:22px;height:22px;transition:transform .35s var(--ease-out);flex:none;position:relative}.Faq-module__EHB7zG__marker:before,.Faq-module__EHB7zG__marker:after{content:"";background:var(--arc);border-radius:1px;position:absolute;inset:50% auto auto 50%;translate:-50% -50%}.Faq-module__EHB7zG__marker:before{width:14px;height:2px}.Faq-module__EHB7zG__marker:after{width:2px;height:14px}.Faq-module__EHB7zG__item[open] .Faq-module__EHB7zG__marker{transform:rotate(135deg)}.Faq-module__EHB7zG__aWrap{overflow:hidden}.Faq-module__EHB7zG__a{color:var(--ink-soft);max-width:60ch;padding:0 3rem 1.35rem .25rem}@media (max-width:900px){.Faq-module__EHB7zG__inner{grid-template-columns:1fr}.Faq-module__EHB7zG__head{position:static}.Faq-module__EHB7zG__a{padding-right:1rem}}@media (prefers-reduced-motion:reduce){.Faq-module__EHB7zG__marker{transition-duration:.01ms}}
