﻿ @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap');:root{--c-bg:#000000;--c-surface:#1D1D1D;--c-glass:rgba(18,28,46,.5);--c-track:rgba(255,255,255,.05);--c-light:#FFFFFF;--c-text:#F5F5F7;--c-body:#DCDCDC;--c-muted:#828A8D;--c-white:#FFFFFF;--c-on-light:#210606;--c-accent:#EE940C;--c-accent-2:#EE570C;--c-border:rgba(255,255,255,.16);--grad-accent:linear-gradient(90deg,#EE940C 0%,#EE570C 100%);--glow-amber:0 0 17px rgba(238,148,12,.9),0 0 67px rgba(238,148,12,.55),0 0 127px rgba(238,148,12,.45);--r-card:24px;--r-card-lg:28px;--r-pill:42px;--r-pill-lg:56px;--r-track:80px;--s4:4px;--s8:8px;--s12:12px;--s16:16px;--s20:20px;--s24:24px;--s32:32px;--s40:40px;--s48:48px;--s64:64px;--s80:80px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{background:#000;color:var(--c-text);font-family:'Inter Tight',system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{display:block;border:0;pointer-events:none}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:none}ul{list-style:none}html{scrollbar-width:none}::-webkit-scrollbar{width:0;height:0;display:none}#scrollbar{position:fixed;top:0;right:0;width:16px;height:100%;z-index:900;pointer-events:none}#scrollbar-thumb{position:absolute;top:0;right:5px;width:4px;min-height:40px;border-radius:6px;background:rgba(255,255,255,.18);pointer-events:auto;cursor:grab;transition:width .22s cubic-bezier(.34,1.56,.64,1),right .22s cubic-bezier(.34,1.56,.64,1),background .25s,box-shadow .25s}#scrollbar-thumb::before{content:'';position:absolute;top:-8px;bottom:-8px;left:-11px;right:-7px}#scrollbar-thumb:hover,#scrollbar.is-drag #scrollbar-thumb{width:9px;right:3px;background:linear-gradient(180deg,#EE940C,#EE570C);box-shadow:0 0 14px rgba(238,148,12,.75),inset 1px 1px 4px rgba(255,255,255,.4)}#scrollbar.is-drag #scrollbar-thumb{cursor:grabbing;width:11px;right:2px;box-shadow:0 0 22px rgba(238,148,12,.95),inset 1px 1px 4px rgba(255,255,255,.45)}@media (prefers-reduced-motion:reduce){#scrollbar-thumb{transition:background .2s,box-shadow .2s}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.22,.61,.36,1),transform .8s cubic-bezier(.22,.61,.36,1);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:none}.reveal-fade{opacity:0;transition:opacity .8s cubic-bezier(.22,.61,.36,1)}.reveal-fade.is-visible{opacity:1}.rl-pending{opacity:0}@media (prefers-reduced-motion:reduce){.reveal,.reveal.is-visible,.reveal-fade,.reveal-fade.is-visible{opacity:1;transform:none;transition:none}.rl-pending{opacity:1}}.rl-h .rl-line{display:block;overflow:hidden;padding-bottom:.02em}.rl-h .rl-inner{display:block;transform:translateY(110%);transition:transform .9s cubic-bezier(.22,.61,.36,1);will-change:transform}.rl-h .rl-line.is-in .rl-inner{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.rl-h .rl-inner{transform:none;transition:none}}@property --lr-hole{syntax:'<length>';inherits:false;initial-value:0px}#loader{position:fixed;inset:0;z-index:1000;background:#000;display:flex;align-items:center;justify-content:center}#loader.is-reveal{pointer-events:none;-webkit-mask:radial-gradient(circle at 50% 50%,transparent var(--lr-hole),#000 calc(var(--lr-hole) + 2px));mask:radial-gradient(circle at 50% 50%,transparent var(--lr-hole),#000 calc(var(--lr-hole) + 2px));animation:lrReveal .95s cubic-bezier(.66,0,.34,1) forwards}@keyframes lrReveal{from{--lr-hole:0px}to{--lr-hole:100vmax}}#loader.is-done{opacity:0;transition:opacity .6s ease;pointer-events:none}.loader-ring{position:relative;width:120px;height:120px}.loader-ring svg{width:100%;height:100%;transform:rotate(-90deg);display:block}.lr-track{fill:none;stroke:rgba(255,255,255,.10);stroke-width:3}.lr-prog{fill:none;stroke:url(#lrGrad);stroke-width:3;stroke-linecap:round;filter:drop-shadow(0 0 6px rgba(238,148,12,.55));transition:stroke-dashoffset .3s ease}.lr-logo{position:absolute;left:50%;top:50%;width:34px;height:36px;transform:translate(-50%,-50%);z-index:2}.lr-wave{position:absolute;left:50%;top:50%;width:120px;height:120px;border-radius:50%;border:1.5px solid var(--c-accent);transform:translate(-50%,-50%) scale(.22);opacity:0;pointer-events:none}.loader-ring.is-full .lr-wave:nth-child(1){animation:lrWave 1.8s ease-out 0s both}.loader-ring.is-full .lr-wave:nth-child(2){animation:lrWave 1.8s ease-out .35s both}.loader-ring.is-full .lr-wave:nth-child(3){animation:lrWave 1.8s ease-out .7s both}.loader-ring.is-full .lr-logo{animation:lrDrop .9s ease-out both}@keyframes lrWave{0%{transform:translate(-50%,-50%) scale(.22);opacity:.7}100%{transform:translate(-50%,-50%) scale(2.7);opacity:0}}@keyframes lrDrop{0%{filter:drop-shadow(0 0 1px rgba(238,148,12,0));transform:translate(-50%,-50%) scale(1)}28%{filter:drop-shadow(0 0 18px rgba(238,148,12,1));transform:translate(-50%,-50%) scale(.9)}60%{transform:translate(-50%,-50%) scale(1.06)}100%{filter:drop-shadow(0 0 1px rgba(238,148,12,0));transform:translate(-50%,-50%) scale(1)}}@media (prefers-reduced-motion:reduce){.loader-ring.is-full .lr-wave,.loader-ring.is-full .lr-logo{animation:none}}#stage{width:1920px;margin:0 auto;position:relative;background:#000}.t-display{font-weight:500;font-size:48px;line-height:52px;color:var(--c-text)}.t-h2{font-weight:400;font-size:48px;line-height:56px;color:var(--c-text)}.t-brand{font-weight:400;font-size:48px;line-height:52px;color:var(--c-text)}.t-brand-accent{font-weight:600;font-size:48px;line-height:52px;color:var(--c-text)}.t-subheading{font-weight:600;font-size:32px;line-height:40px;color:var(--c-text)}.t-feature{font-weight:500;font-size:22px;line-height:28px;color:var(--c-text)}.t-checklist{font-weight:400;font-size:21px;line-height:26px;color:var(--c-body)}.t-feature-sm{font-weight:700;font-size:20px;line-height:28px;color:var(--c-text)}.t-lead{font-weight:400;font-size:18px;line-height:24px;color:var(--c-text)}.t-label{font-weight:500;font-size:16px;line-height:28px}.t-body{font-weight:400;font-size:15px;line-height:24px;color:var(--c-body)}.t-mini{font-weight:700;font-size:15px;line-height:22px;color:var(--c-text)}.t-nav{font-weight:500;font-size:14px;line-height:18px;color:var(--c-white)}.t-caption{font-weight:400;font-size:13px;line-height:18px;color:var(--c-muted)}.glow{text-shadow:var(--glow-amber)}.to-top{position:fixed;right:22px;bottom:22px;z-index:90;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(16,16,16,.78);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.16);opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .3s,transform .3s,visibility .3s,background .2s}.to-top.is-on{opacity:1;visibility:visible;transform:none}.to-top:hover{background:var(--grad-accent);border-color:transparent;box-shadow:0 0 14px rgba(238,148,12,.5)}@media (max-width:767px){.to-top{right:14px;bottom:14px;width:44px;height:44px}}.sh-lang{padding:13px 20px;margin-left:14px}.mm-lang{font-size:16px;color:var(--c-text);opacity:.6;margin-top:8px}.vig-img,.ind-bg,#eco>.bg,#echo>.bg,#tech>.bg,.int-rings,.core-device-wrap img{-webkit-mask-image:url('../assets/img/edge-mask.png');-webkit-mask-size:100% 100%;mask-image:url('../assets/img/edge-mask.png');mask-size:100% 100%}.card-img img,#admin-img{-webkit-mask-image:url('../assets/img/edge-mask-soft.png');-webkit-mask-size:100% 100%;mask-image:url('../assets/img/edge-mask-soft.png');mask-size:100% 100%}.hlw{font-weight:600;text-shadow:var(--glow-amber)}.muted{color:var(--c-muted)}.body-dim{color:var(--c-body)}.section{position:relative;width:1920px;overflow:hidden;background:var(--c-bg);z-index:1}.section>.bg{position:absolute;inset:0;width:1920px;height:100%;object-fit:cover;pointer-events:none;z-index:0}video.bg{background:#000}.section>.inner{position:relative;z-index:1;width:1920px;height:100%;padding:80px}.eyebrow{position:absolute;left:80px;top:80px}.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;transition:filter .2s,transform .2s}.btn:hover{filter:brightness(1.08)}.btn:active{transform:translateY(1px)}.btn--sm{padding:13px 24px;border-radius:var(--r-pill);font-weight:500;font-size:14px;line-height:18px}.btn--md{padding:14px 40px;border-radius:var(--r-pill-lg);font-weight:500;font-size:16px;line-height:28px}.btn--light{background:var(--c-light);color:var(--c-on-light)}.btn--cta{background:var(--grad-accent);color:#fff;box-shadow:inset 2px 2px 12px rgba(255,255,255,.45),0 0 12px rgba(238,148,12,.7)}.btn--accent{background:var(--grad-accent);color:var(--c-text)}.btn--dark{background:var(--c-surface);color:var(--c-text)}.btn--glass{background:var(--c-glass);color:#fff;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}#site-header{position:fixed;top:0;left:0;right:0;z-index:800;border-bottom:1px solid transparent;transition:background .35s ease,border-color .35s ease}#site-header.is-solid{background:rgba(0,0,0,.55);backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%);border-bottom-color:rgba(255,255,255,.08)}.sh-inner{position:relative;height:clamp(67px,5.208vw,100px);display:flex;align-items:center;padding:0 32px}.sh-logo img{height:36px}.sh-nav{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;gap:6px;white-space:nowrap}.sh-nav a{position:relative;z-index:1;padding:7px 12px;border-radius:18px;font-weight:500;font-size:14px;line-height:18px;color:var(--c-white);opacity:.55;transition:opacity .2s,color .2s}.sh-nav a:hover{opacity:.85}.sh-nav a.is-active{opacity:1;color:#fff}.sh-nav .nav-pill{position:absolute;left:0;bottom:0;height:2px;border-radius:1px;background:var(--grad-accent);box-shadow:0 0 8px rgba(238,148,12,.85),0 0 20px rgba(238,148,12,.4);opacity:0;z-index:0;pointer-events:none;transition:transform .4s cubic-bezier(.4,0,.2,1),width .4s cubic-bezier(.4,0,.2,1),opacity .25s}.sh-cta{margin-left:auto;background:var(--grad-accent);box-shadow:inset 2px 2px 12px rgba(255,255,255,.45),0 0 8px rgba(238,148,12,.6)}.sh-cta:hover{filter:brightness(1.08)}.sh-burger{display:none;margin-left:auto;width:44px;height:44px;flex-direction:column;align-items:center;justify-content:center;gap:7px}.sh-burger span{display:block;width:22px;height:2px;border-radius:1px;background:#fff;transition:transform .3s ease,opacity .3s ease}.sh-burger.is-open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.sh-burger.is-open span:nth-child(2){opacity:0}.sh-burger.is-open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}#mobile-menu{position:fixed;inset:0;z-index:790;display:none;flex-direction:column;justify-content:center;align-items:center;gap:48px;padding:96px 24px 48px;background:rgba(0,0,0,.92);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}#mobile-menu.is-open{display:flex}.mm-nav{display:flex;flex-direction:column;align-items:center;gap:28px}.mm-nav a{font-weight:500;font-size:24px;line-height:30px;color:var(--c-text)}.mm-cta{width:100%;max-width:320px}.topfade{position:absolute;left:0;top:0;width:1920px;height:158px;background:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,0));z-index:1;pointer-events:none}#hero{height:1080px;position:sticky;top:0;z-index:0;transform:translateZ(0);backface-visibility:hidden}.hero-media{position:absolute;left:0;top:0;width:1920px;height:var(--hero-vh,100%);max-height:100%;overflow:hidden;z-index:0;pointer-events:none}.hero-media .hm-blur{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(64px) brightness(.6);transform:scale(1.12)}.hero-media .hm-main{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;-webkit-mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent)}@media (max-width:1279px){.hero-media{width:100%}.hero-media .hm-blur{display:none}.hero-media .hm-main{object-fit:cover}}.hero-content{position:absolute;left:50%;top:384px;transform:translateX(-50%);width:803px;display:flex;flex-direction:column;align-items:center;gap:40px;text-align:center}.hero-content h1{font-weight:500;font-size:48px;line-height:52px;color:var(--c-text);text-shadow:0 2px 16px rgba(0,0,0,.6);position:relative}.tw{white-space:nowrap}.tch{visibility:hidden;position:relative}.tch.on{visibility:visible}.tch.last::after{content:'';position:absolute;left:100%;margin-left:5px;top:52%;transform:translateY(-50%);width:3px;height:.85em;background:var(--c-accent);box-shadow:0 0 8px rgba(238,148,12,.8);animation:caretBlink .75s steps(1) infinite}.type-done .tch.last::after{display:none}@keyframes caretBlink{0%,100%{opacity:1}50%{opacity:0}}.hero-content p{width:468px;font-weight:400;font-size:18px;line-height:24px;color:var(--c-text);opacity:.8;text-shadow:0 1px 10px rgba(0,0,0,.65)}.hero-content .actions{display:flex;gap:12px}.hero-content .actions .btn{width:180px;height:56px;border-radius:var(--r-pill)}.scroll-hint{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);padding:12px;opacity:.75;z-index:50;transition:opacity .35s;animation:shBob 2.2s ease-in-out infinite}.scroll-hint svg{display:block;filter:drop-shadow(0 0 6px rgba(0,0,0,.6))}.scroll-hint:hover{opacity:1}.scroll-hint.is-hidden{opacity:0;pointer-events:none}@keyframes shBob{0%,100%{transform:translate(-50%,0)}50%{transform:translate(-50%,9px)}}@media (prefers-reduced-motion:reduce){.scroll-hint{animation:none}}.eco-item{position:absolute;display:flex;align-items:center;gap:14px;z-index:2}.eco-item--pulse{left:220px;top:300px}.eco-item--echo{left:478px;top:785px}.eco-item--core{left:1388px;top:457px}.eco-callout div{font-weight:400;font-size:34px;line-height:38px;color:var(--c-text);white-space:nowrap}.eco-callout .glow{font-weight:600}#eco>.bg{top:auto;bottom:0;height:calc(var(--eco-scale,1)*1080px);object-fit:contain;object-position:center bottom}.eco-scene{position:absolute;left:0;bottom:0;width:1920px;height:1080px;transform-origin:50% 100%;transform:scale(var(--eco-scale,1));pointer-events:none}.eco-scene .eco-item{pointer-events:auto}.eco-scene .eco-row{position:absolute;inset:0}.eco-lines{position:absolute;left:0;top:0;width:1920px;height:1080px;z-index:1;pointer-events:none;transform:none!important}.eco-lines i{position:absolute;display:block}.eco-lines i::before,.eco-lines i::after{content:'';position:absolute;height:1.5px;background:rgba(255,255,255,.5)}.eco-lines .el-pulse{left:288px;top:395px}.eco-lines .el-echo{left:546px;top:869px}.eco-lines .el-pulse::before,.eco-lines .el-echo::before{left:0;top:0;width:132px}.eco-lines .el-pulse::after,.eco-lines .el-echo::after{left:132px;top:0;width:36px;transform:rotate(30deg);transform-origin:left center}.eco-lines .el-core{left:1359px;top:553px}.eco-lines .el-core::before{left:32px;top:0;width:132px}.eco-lines .el-core::after{left:32px;top:0;width:36px;transform:rotate(150deg);transform-origin:left center}@media (max-width:1279px){.eco-lines{display:none}}.eco-anchor{position:relative;flex:none;width:56px;height:56px;border-radius:50%;z-index:3;transition:filter .2s,transform .2s}.eco-anchor img{width:56px;height:56px;display:block;border-radius:50%;animation:ecoGlow 2.4s ease-in-out infinite}.eco-anchor::after{content:'';position:absolute;inset:0;border-radius:50%;border:2px solid var(--c-accent);opacity:0;pointer-events:none;animation:ecoPing 2.4s ease-out infinite}.eco-item--echo .eco-anchor img,.eco-item--echo .eco-anchor::after{animation-delay:.6s}.eco-item--core .eco-anchor img,.eco-item--core .eco-anchor::after{animation-delay:1.2s}.eco-anchor:hover{filter:brightness(1.08)}.eco-anchor:active{transform:translateY(1px)}@keyframes ecoPing{0%{transform:scale(1);opacity:.5}70%{opacity:0}100%{transform:scale(1.85);opacity:0}}@keyframes ecoGlow{0%,100%{box-shadow:0 0 0 rgba(238,148,12,0)}50%{box-shadow:0 0 16px rgba(238,148,12,.6)}}@media (prefers-reduced-motion:reduce){.eco-anchor img,.eco-anchor::after{animation:none}}.pin-section{position:relative;width:1920px;z-index:1;background:var(--c-bg)}.pin-inner{position:sticky;top:0;transform:translateZ(0);backface-visibility:hidden}.pulse-col{opacity:0;will-change:transform,opacity}.pc-pane{flex-direction:column;gap:48px}#pulse .pc-desc{display:flex}#pulse .pc-char{display:none}#pulse.is-char .pc-desc{display:none}#pulse.is-char .pc-char{display:flex}#echo .echo-char{display:none}#echo.is-char .echo-info{display:none}#echo.is-char .echo-char{display:grid}.f-desc code{font-family:ui-monospace,'SF Mono',Menlo,monospace;font-size:.86em;color:#F6C177;background:rgba(238,148,12,.12);border:1px solid rgba(238,148,12,.22);padding:1px 6px;border-radius:6px;white-space:nowrap}.int-video{position:sticky;top:0;width:1920px;height:1080px;z-index:0;overflow:hidden}.int-head,.int-item{opacity:0;will-change:transform,opacity}.prin-media{overflow:hidden}.prin-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .5s ease;pointer-events:none}.prin-vid.is-on{opacity:1}.step-item{transition:opacity .45s ease}.step-item:not(.is-open){opacity:.4}.step-item .f-txt{gap:0}.step-item .f-desc{max-height:0;opacity:0;margin-top:0;overflow:hidden;transition:max-height .5s ease,opacity .4s ease,margin-top .4s ease}.step-item.is-open .f-desc{max-height:180px;opacity:1;margin-top:20px}.admin-img-wrap{perspective:1800px}#admin-img{transform-origin:center center;will-change:transform;backface-visibility:hidden;border-radius:0}.echo-fade{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,transparent 0%,transparent 58%,#000 100%)}.product-title{display:flex;gap:16px;align-items:center}.product-title .accent{font-weight:600;color:var(--c-text)}.tabs{display:inline-flex;gap:8px;padding:4px;border-radius:var(--r-track);background:var(--c-track);overflow:hidden}.tabs .tab{flex:1;display:flex;align-items:center;justify-content:center;padding:7px 16px;border-radius:70px;font-weight:400;font-size:13px;line-height:18px;color:#fff;white-space:nowrap}.tabs .tab{position:relative;z-index:1;cursor:pointer}.tabs .tab.is-active{background:var(--grad-accent);box-shadow:inset 2px 2px 12px rgba(255,255,255,.45),0 0 8px rgba(238,148,12,.6)}.tab-pill{position:absolute;top:0;left:0;border-radius:70px;background:var(--grad-accent);box-shadow:inset 2px 2px 12px rgba(255,255,255,.45),0 0 9px rgba(238,148,12,.75);opacity:0;z-index:0;pointer-events:none;will-change:transform,width;transition:transform .38s cubic-bezier(.4,0,.2,1),width .38s cubic-bezier(.4,0,.2,1),height .38s cubic-bezier(.4,0,.2,1)}.tabs.has-pill .tab.is-active{background:transparent;box-shadow:none}.ind-tabs.has-pill .ind-tab.is-active{background:transparent;box-shadow:none}.feature{display:flex;flex-direction:column;gap:24px;padding-top:24px;position:relative}.feature::before{content:"";position:absolute;left:0;top:0;width:100%;height:1px;background:rgba(255,255,255,.2)}.feature .f-row{display:flex;gap:20px;align-items:flex-start}.feature .f-icon{width:40px;flex:none}.feature .f-icon img{width:32px;height:32px}.feature .f-txt{display:flex;flex-direction:column;gap:20px;flex:1;min-width:0}.feature .f-title{font-weight:500;font-size:22px;line-height:28px;color:var(--c-text);transition:text-shadow .7s ease .25s}.feature.is-visible .f-title,.card.is-visible .f-title,.pulse-col .f-title,.ind-grid .f-title,.step-item.is-open .f-title{text-shadow:0 0 12px rgba(238,148,12,.7),0 0 32px rgba(238,148,12,.35)}.feature .f-desc{font-weight:400;font-size:15px;line-height:24px;color:var(--c-body)}.feature--step .f-title{text-shadow:none;font-weight:500;font-size:22px;line-height:28px}.fg{display:grid;gap:36px 36px}.fg--2{grid-template-columns:repeat(2,1fr)}.fg--3{grid-template-columns:repeat(3,1fr);gap:44px 80px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}.card{display:flex;flex-direction:column;gap:47px}.card .card-img{width:100%;aspect-ratio:570/385;border-radius:0;overflow:hidden}.card .card-img img{width:100%;height:100%;object-fit:cover}.card .card-txt{display:flex;flex-direction:column;gap:16px}.field{display:flex;flex-direction:column;justify-content:flex-end;height:76px;padding-top:24px;border-bottom:1px solid rgba(255,255,255,.25)}.field label{font-weight:400;font-size:18px;line-height:24px;color:var(--c-muted)}.field input{background:none;border:0;outline:none;color:#fff;font-family:inherit;font-size:18px;padding:6px 0 10px}.field input::placeholder{color:var(--c-muted)}.field input:user-invalid{border-bottom:1px solid #e5484d}.consent{display:flex;gap:12px;align-items:flex-start;cursor:pointer}.consent input{width:18px;height:18px;margin-top:1px;accent-color:var(--c-accent);flex:none}.consent span{font-weight:400;font-size:13px;line-height:19px;color:var(--c-muted)}.form-status{font-weight:400;font-size:18px;line-height:26px;color:var(--c-text)}.checklist{display:flex;flex-direction:column;gap:20px}.check{display:flex;gap:12px;align-items:center}.check::before{content:"";width:24px;height:24px;flex:none;background:url('../assets/icon-check.svg') center/24px 24px no-repeat}.check span{font-weight:400;font-size:21px;line-height:26px;color:var(--c-body)}.integration{width:560px;display:flex;flex-direction:column;gap:28px;padding-top:1px;position:relative}.integration::before{content:"";position:absolute;left:0;top:0;width:100%;height:1px;background:rgba(255,255,255,.2)}.integration .i-row{display:flex;gap:40px;align-items:flex-start;padding-top:32px}.integration .i-label{min-width:96px;flex:none;white-space:nowrap;font-weight:600;font-size:46px;line-height:52px;color:#fff}.integration .i-txt{display:flex;flex-direction:column;gap:20px}.integration .i-title{font-weight:400;font-size:18px;line-height:24px;color:var(--c-text)}.integration .i-desc{font-weight:400;font-size:15px;line-height:24px;color:var(--c-muted)}.int-rings{position:absolute;right:0;top:0;width:1200px;height:1200px;object-fit:cover;transform:translate(40%,-40%) rotate(-90deg);transform-origin:center;z-index:0;pointer-events:none}.int-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px}.int-cell{min-width:0;display:flex;flex-direction:column;gap:28px}.int-div{width:100%;height:1px;background:rgba(255,255,255,.2)}.int-label{font-weight:600;font-size:48px;line-height:52px;color:#fff;white-space:nowrap}.int-body{display:flex;flex-direction:column;gap:20px}.int-t{font-weight:400;font-size:18px;line-height:24px;color:var(--c-text)}.int-d{font-weight:400;font-size:15px;line-height:24px;color:var(--c-muted)}.tech-grid{position:absolute;left:80px;top:476px;width:1760px;display:grid;grid-template-columns:repeat(3,515px);gap:84px 80px}.tech{position:relative;padding-top:24px}.tech::before{content:"";position:absolute;left:0;top:0;width:100%;height:1px;background:rgba(255,255,255,.2)}.tech .t-label{font-weight:600;font-size:46px;line-height:52px;color:#fff;margin-bottom:34px}.tech .t-sub{font-weight:400;font-size:22px;line-height:28px;color:var(--c-body);margin-bottom:16px;white-space:pre-line}.tech .t-desc{font-weight:400;font-size:15px;line-height:24px;color:var(--c-muted)}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.mini{display:flex;flex-direction:column;gap:14px;padding-top:1px;position:relative}.mini::before{content:"";position:absolute;left:0;top:0;width:100%;height:1px;background:rgba(255,255,255,.2)}.mini .m-label{padding-top:16px;font-weight:700;font-size:15px;line-height:22px;color:var(--c-text)}.mini .m-desc{font-weight:400;font-size:12px;line-height:18px;color:var(--c-muted)}#industry-pin{position:relative;width:1920px;background:var(--c-bg)}#industry-sticky{position:sticky;top:0;height:1080px;overflow:hidden;background:var(--c-bg);transform:translateZ(0);backface-visibility:hidden}#industry-cards{position:absolute;left:80px;top:256px;width:1760px;height:596px}.ind-card{position:absolute;inset:0;display:flex;gap:46px;align-items:center;transform-origin:center center;will-change:transform,opacity}.ind-media{position:relative;width:857px;height:596px;flex:none;overflow:hidden}.ind-bg{width:857px;height:596px;object-fit:cover;display:block;transition:opacity .3s ease}.ind-media::after{content:'';position:absolute;left:0;right:0;bottom:0;height:46%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.68));pointer-events:none;z-index:0}.ind-overlay{position:absolute;left:28px;right:28px;bottom:28px;display:flex;flex-direction:column;gap:18px;z-index:1}.ind-caption{font-weight:400;font-size:18px;line-height:24px;color:#fff;max-width:532px;text-shadow:0 1px 3px rgba(0,0,0,.85),0 2px 14px rgba(0,0,0,.6)}.ind-tabs{position:relative;align-self:flex-start;display:flex;gap:12px;align-items:center;padding:4px;border-radius:80px;background:#010101;max-width:100%}.ind-tab{position:relative;z-index:1;padding:10px 24px;border-radius:70px;font-family:inherit;font-weight:400;font-size:15px;line-height:24px;color:#fff;background:transparent;border:0;cursor:pointer;white-space:nowrap;transition:opacity .2s}.ind-tab:not(.is-active){opacity:.92}.ind-tab:not(.is-active):hover{opacity:1}.ind-tab.is-active{background:var(--grad-accent);box-shadow:inset 2px 2px 12px rgba(255,255,255,.45),0 0 9px rgba(238,148,12,.85)}.ind-text{flex:1;min-width:0;display:flex;flex-direction:column}.ind-text .t-subheading{margin-bottom:24px;text-shadow:var(--glow-amber)}.ind-desc{font-weight:400;font-size:15px;line-height:24px;color:var(--c-body);max-width:560px;margin-bottom:42px}.ind-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 24px}.ind-grid .feature{padding-top:16px}.ind-grid .feature .f-row{gap:14px}.ind-grid .feature .f-icon{width:30px}.ind-grid .feature .f-icon img{width:24px;height:24px}.ind-grid .feature .f-txt{gap:10px}.ind-grid .feature .f-title{font-size:18px;line-height:24px}.ind-grid .feature .f-desc{font-size:13px;line-height:19px;color:var(--c-muted)}#footer{height:auto;background:rgba(6,6,6,.6);backdrop-filter:blur(48px) saturate(120%);-webkit-backdrop-filter:blur(48px) saturate(120%);position:relative;z-index:1}.footer-inner{padding:80px 80px 64px;display:flex;flex-direction:column}.footer-top{display:flex;gap:80px;padding-bottom:180px;border-bottom:1px solid var(--c-border)}.footer-brand{width:560px;flex:none;display:flex;flex-direction:column;align-items:flex-start;gap:28px}.footer-brand .logo{height:36px}.footer-about{font-weight:400;font-size:16px;line-height:26px;color:var(--c-body);max-width:480px}.footer-cols{flex:1;display:flex;gap:64px;justify-content:space-between}.footer-col{display:flex;flex-direction:column;gap:20px;min-width:170px}.footer-col-title{font-weight:400;font-size:15px;line-height:24px;letter-spacing:normal;text-transform:none;color:var(--c-muted);margin-bottom:8px}.footer-col a,.footer-col .footer-meta{font-weight:500;font-size:15px;line-height:20px;color:var(--c-body);transition:color .2s}.footer-col a:hover{color:var(--c-text)}.footer-meta{color:var(--c-muted)!important;font-weight:400!important}.footer-contact:hover{color:var(--c-accent)!important}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:40px}.footer-copy{font-weight:400;font-size:14px;line-height:18px;color:var(--c-muted)}.footer-legal{display:flex;gap:32px}.footer-legal a{font-weight:400;font-size:14px;line-height:18px;color:var(--c-muted);transition:color .2s}.footer-legal a:hover{color:var(--c-text)}@media (min-width:1280px){#pulse .product-title{left:80px!important;top:120px!important;transform:none!important;flex-direction:row!important;align-items:center!important;gap:16px!important;text-align:left!important}#pulse .tabs{left:80px!important;top:208px!important;width:auto!important;opacity:0;will-change:opacity,transform}#echo .product-title{top:120px!important}#echo .tabs{top:208px!important;width:auto!important}#eco,#pulse,#echo,#core,#admin,#tech,#interfaces,#integrations,#principle,#industry-sticky,#value,#contacts{height:var(--hero-vh,1080px)!important}#value .t-h2,#contacts .t-h2{top:120px!important}#value .value-stack{top:300px!important;height:596px!important;display:block!important}#value .value-slide{position:absolute;inset:0;will-change:transform,opacity}#tech .tech-grid{top:auto!important;bottom:56px!important}#eco .eyebrow{top:120px!important}#core .product-title{top:120px!important}#admin .t-h2,#tech .t-h2,#interfaces .t-h2,#integrations .t-h2{top:120px!important}#admin .admin-img-wrap{top:240px!important;height:calc(var(--hero-vh,1080px) - 300px)!important;width:1232px!important;display:flex;align-items:flex-start;justify-content:center}#admin #admin-img{width:auto!important;height:auto!important;max-width:100%;max-height:100%}#admin .fg{top:auto!important;bottom:48px!important}#pulse .pulse-col-left{top:280px!important}#pulse .pulse-col-right{top:292px!important}#pulse .pc-pane{gap:40px}#pulse-canvas{top:140px!important;height:calc(100% - 270px)!important;object-fit:contain;object-position:center bottom}#echo .fg{top:290px!important;row-gap:40px!important}#principle .prin-media{height:calc(var(--hero-vh,1080px) - 286px)!important}#core .core-glow{top:-90px!important;opacity:.55;filter:brightness(.75)}#core .fg{top:auto!important;bottom:48px!important}#core .core-device-wrap{top:190px!important;height:calc(var(--hero-vh,1080px) - 552px)!important}#core .core-device-wrap img{width:100%!important;height:100%!important;object-fit:contain}#principle .t-h2{top:120px!important}#industry-sticky .t-h2{top:120px!important}}@media (max-width:1279px){body{overflow-x:clip}#stage{width:100%}.section{width:100%}.pin-section{width:100%!important}.section>.bg{width:100%}}@media (max-width:1279px){#hero{height:100vh;min-height:660px}.sh-inner{height:88px}.sh-nav{display:none}.sh-cta{display:none}.sh-burger{display:flex}.hero-content{left:0;right:0;width:100%;top:50%;transform:translateY(-50%);padding:0 48px;align-items:center;gap:32px}.hero-content h1{font-size:40px;line-height:46px}.hero-content p{width:auto;max-width:520px}}@media (max-width:767px){.sh-inner{height:72px;padding:0 20px}.hero-content{padding:0 24px;gap:24px}.hero-content h1{font-size:28px;line-height:34px}.hero-content p{font-size:16px;line-height:22px;max-width:100%}.hero-content .actions{flex-direction:column;width:100%;align-items:stretch;gap:10px}.hero-content .actions .btn{width:100%}}@media (max-width:1279px){#eco-pin{height:auto!important}#eco{height:auto!important;display:flex;flex-direction:column;justify-content:flex-start;gap:28px;padding:64px}#eco .eco-item,#eco .eyebrow{opacity:1!important;transform:none!important}#eco .eyebrow{position:static;order:1}#eco>.bg{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;aspect-ratio:16/9;object-fit:cover;object-position:center;order:2;border-radius:12px}#eco .eco-scene{position:static;transform:none;width:auto;height:auto;pointer-events:auto;order:3}#eco .eco-row{position:static;display:flex;flex-wrap:wrap;gap:20px 40px;align-self:flex-start}#eco .eco-item{position:static!important;left:auto!important;top:auto!important;gap:12px}#eco .eco-item--core{flex-direction:row-reverse}}@media (max-width:767px){#eco{padding:56px 24px;gap:24px;min-height:70vh}#eco .t-brand,#eco .t-brand-accent{font-size:30px!important;line-height:34px!important}#eco .eco-row{gap:16px 28px}#eco .eco-callout div{font-size:20px!important;line-height:24px!important}#eco .eco-anchor,#eco .eco-anchor img{width:44px!important;height:44px!important}}@media (max-width:1279px){.fg--3{grid-template-columns:repeat(3,1fr)}.fg--2{grid-template-columns:repeat(2,1fr)}}@media (max-width:960px){.fg--3{grid-template-columns:repeat(2,1fr)}#tech .tech-grid{grid-template-columns:repeat(2,1fr)!important}#interfaces .cards{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:767px){.fg--3,.fg--2{grid-template-columns:1fr}}@media (max-width:1279px){#pulse-pin{height:auto!important}#pulse{position:static!important;height:auto!important;display:flex;flex-direction:column;align-items:stretch;gap:26px;padding:64px}#pulse #pulse-canvas{position:relative!important;left:auto!important;top:auto!important;inset:auto!important;width:100%!important;height:auto!important;max-width:680px;margin:0 auto;order:3;border-radius:16px}#pulse .product-title{position:static!important;left:auto!important;top:auto!important;transform:none!important;flex-direction:row!important;gap:10px;justify-content:flex-start;order:1}#pulse .tabs{display:none!important}#pulse .pulse-col{display:contents}#pulse .pc-pane{display:flex!important;position:static;width:auto;opacity:1!important;transform:none!important}#pulse .feature,#echo .feature{opacity:1!important}#pulse .pulse-col-left .pc-desc{order:4}#pulse .pulse-col-right .pc-desc{order:5}#pulse .pulse-col-left .pc-char{order:6}#pulse .pulse-col-right .pc-char{order:7}[data-mtitle]::before{content:attr(data-mtitle);display:block;font-size:26px;line-height:30px;font-weight:600;color:var(--c-text);text-shadow:var(--glow-amber);margin:18px 0 2px}}@media (max-width:767px){#pulse{padding:56px 24px;gap:20px}#pulse .product-title span{font-size:30px!important;line-height:34px!important}}@media (max-width:1279px){#echo-pin{height:auto!important}#echo{height:auto!important;display:flex;flex-direction:column;gap:26px;padding:64px}#echo>.bg{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;aspect-ratio:16/10;object-fit:cover;object-position:center;opacity:1;transform:none!important;filter:none!important;order:2;border-radius:12px}#echo .product-title{position:static!important;left:auto!important;top:auto!important;order:1}#echo .tabs{display:none!important}#echo .fg{position:static!important;left:auto!important;top:auto!important;width:100%!important;order:3;opacity:1!important;transform:none!important}#echo .echo-info,#echo .echo-char{display:grid!important}#echo .echo-char{order:4}}@media (max-width:767px){#echo{padding:56px 24px;gap:20px}}@media (max-width:1279px){#core-pin{height:auto!important}#core{height:auto!important;display:flex;flex-direction:column;gap:20px;padding:64px}#core .feature{opacity:1!important;transform:none!important}#core>img[src*="core-glow"]{position:absolute!important;left:0!important;top:0!important;width:100%!important;height:55%!important;object-fit:cover;opacity:.85;z-index:0}#core .product-title{position:static!important;left:auto!important;top:auto!important;order:1}#core .core-device-wrap{position:relative!important;left:auto!important;top:auto!important;width:100%!important;max-width:620px!important;height:auto!important;aspect-ratio:982 / 548;margin:0 auto;order:2;z-index:4;opacity:1!important}#core .core-device-wrap img{width:100%!important;height:100%!important}#core .fg{position:static!important;left:auto!important;top:auto!important;width:100%!important;order:3;margin-top:8px}}@media (max-width:767px){#core{padding:56px 24px}}@media (max-width:1279px){#admin-pin{height:auto!important}#admin{height:auto!important;display:flex;flex-direction:column;gap:32px;padding:64px}#admin .feature{opacity:1!important;transform:none!important}#admin .admin-img-wrap{opacity:1!important}#admin .t-h2{position:static!important;left:auto!important;top:auto!important;width:auto!important;order:1}#admin .admin-img-wrap{position:static!important;left:auto!important;top:auto!important;width:100%!important;height:auto!important;perspective:none!important;order:2}#admin #admin-img{width:100%!important;height:auto!important;transform:none!important}#admin .fg{position:static!important;left:auto!important;top:auto!important;width:100%!important;order:3}}@media (max-width:767px){#admin{padding:56px 24px;gap:24px}}@media (max-width:1279px){#principle{height:100vh!important;overflow:hidden;display:flex;flex-direction:column;gap:20px;padding:64px;justify-content:flex-start}#principle .t-h2{position:static!important;left:auto!important;top:auto!important;width:auto!important;order:1;flex:none}#principle .prin-media{position:relative!important;left:auto!important;top:auto!important;width:100%!important;height:auto!important;aspect-ratio:16 / 11;order:2;flex:none}#principle>div{position:static!important;left:auto!important;top:auto!important;bottom:auto!important;width:100%!important;order:3;flex:1 1 auto}}@media (max-width:767px){#principle{padding:48px 20px;gap:14px}#principle .prin-media{aspect-ratio:16 / 10}#principle>div{gap:12px!important}}@media (max-width:1279px){#tech-pin{height:auto!important}#tech{height:auto!important;display:flex;flex-direction:column;gap:32px;padding:64px}#tech .tech{opacity:1!important;transform:none!important}#tech .t-h2{position:static!important;left:auto!important;top:auto!important;width:auto!important;order:1}#tech .tech-grid{position:static!important;left:auto!important;top:auto!important;width:100%!important;grid-template-columns:repeat(3,1fr);gap:40px 32px!important;order:2}}@media (max-width:767px){#tech{padding:56px 24px}#tech .tech-grid{grid-template-columns:1fr!important;gap:28px!important}}@media (max-width:1279px){#interfaces-pin{height:auto!important}#interfaces{height:auto!important;display:flex;flex-direction:column;gap:32px;padding:64px}#interfaces .card{opacity:1!important;transform:none!important}#interfaces .t-h2{position:static!important;left:auto!important;top:auto!important;width:auto!important}#interfaces .cards{position:static!important;left:auto!important;top:auto!important;width:100%!important}#interfaces .card{gap:24px}}@media (max-width:767px){#interfaces{padding:56px 24px}#interfaces .cards{grid-template-columns:1fr!important}}@media (max-width:1279px){#integrations-pin{height:auto!important}#integrations{height:auto!important;overflow:hidden;display:flex;flex-direction:column;gap:40px;padding:64px;position:relative}#integrations .int-cell{opacity:1!important;transform:none!important}#integrations .int-rings{opacity:.3}#integrations .t-h2{position:static!important;left:auto!important;top:auto!important;width:auto!important;z-index:1}#integrations .int-grid{position:static!important;left:auto!important;bottom:auto!important;width:100%!important;z-index:1;grid-template-columns:repeat(2,1fr);gap:36px}#integrations .int-label{font-size:40px;line-height:44px}}@media (max-width:767px){#integrations{padding:56px 24px;gap:28px}#integrations .int-grid{grid-template-columns:1fr;gap:28px}#integrations .int-label{font-size:36px;line-height:40px}}@media (max-width:1279px){#industry{margin-top:0!important;height:auto!important;overflow:visible}#industry-pin{height:auto!important;width:100%!important}#industry-sticky{position:static!important;height:auto!important;overflow:visible!important;padding:64px}#industry-sticky h2{position:static!important;left:auto!important;top:auto!important;width:auto!important;margin-bottom:32px}#industry-cards{position:static!important;left:auto!important;top:auto!important;width:100%!important;height:auto!important;display:block!important}.ind-card{position:static!important;inset:auto!important;opacity:1!important;transform:none!important;display:flex;flex-direction:column!important;align-items:stretch;gap:22px;margin-bottom:56px}.ind-card:last-child{margin-bottom:0}.ind-media{width:100%!important;height:auto!important;aspect-ratio:856 / 596;flex:none}.ind-bg{width:100%!important;height:100%!important}.ind-tabs{display:none}.ind-grid{grid-template-columns:1fr!important;gap:14px!important}.ind-text .t-subheading{margin-bottom:14px}}@media (max-width:767px){#industry-sticky{padding:48px 20px}.ind-card{gap:18px!important;margin-bottom:48px}}@media (max-width:1279px){#value-pin{height:auto!important}#value{height:auto!important;display:flex;flex-direction:column;gap:32px;padding:64px}#value .value-slide{position:static!important;opacity:1!important;transform:none!important;pointer-events:auto!important}#value .check{opacity:1!important;transform:none!important}#value .t-h2{position:static!important;left:auto!important;top:auto!important;width:auto!important}#value>div{position:static!important;left:auto!important;top:auto!important;width:100%!important;gap:48px!important}#value>div>div{gap:40px!important;align-items:center}#value>div>div>img{width:48%!important;height:auto!important;flex:none}#value>div>div>div{width:auto!important;height:auto!important;flex:1;min-width:0}}@media (max-width:900px){#value>div>div{flex-direction:column!important;gap:24px!important;align-items:stretch}#value>div>div>img{width:100%!important;max-width:560px;order:-1}}@media (max-width:767px){#value{padding:56px 24px}}@media (max-width:1279px){#contacts-pin{height:auto!important}#contacts{height:auto!important;overflow:hidden;display:flex;flex-direction:column;gap:32px;padding:64px;position:relative}#contacts .field,#contacts .consent,#contacts form button{opacity:1!important;transform:none!important}#contacts>img:first-of-type{position:absolute!important;left:0!important;top:0!important;transform:none!important;width:100%!important;height:100%!important;object-fit:cover;opacity:.35!important;z-index:0}#contacts h2{position:static!important;left:auto!important;top:auto!important;width:auto!important;z-index:1;order:1}#contacts form{position:static!important;left:auto!important;top:auto!important;width:100%!important;max-width:560px;z-index:1;order:2}}@media (max-width:767px){#contacts{padding:56px 24px}#contacts form .btn{width:100%}}@media (max-width:1279px){.footer-inner{padding:64px}.footer-top{flex-direction:column;gap:48px;padding-bottom:64px}.footer-brand{width:100%}.footer-cols{flex-wrap:wrap;gap:40px 56px;justify-content:flex-start}.footer-col{min-width:140px}}@media (max-width:767px){.footer-inner{padding:56px 24px 40px}.footer-bottom{flex-direction:column;gap:16px;align-items:flex-start}.footer-legal{flex-wrap:wrap;gap:16px 24px}}@media (max-width:767px){.t-h2{font-size:20px!important;line-height:26px!important}.product-title span{font-size:22px!important;line-height:26px!important}#eco .t-brand,#eco .t-brand-accent{font-size:22px!important;line-height:26px!important}.t-subheading{font-size:18px!important;line-height:24px!important}.int-label{font-size:24px!important;line-height:28px!important}.hero-content h1{font-size:22px!important;line-height:28px!important}.hero-content p{font-size:14px!important;line-height:20px!important}.eco-callout div{font-size:16px!important;line-height:20px!important}.f-title{font-size:16px!important;line-height:21px!important}.f-desc{font-size:13px!important;line-height:19px!important}.int-t,.t-feature-sm,.ind-caption{font-size:15px!important;line-height:20px!important}.int-d,.ind-desc,.m-desc,.t-body,.ind-tab{font-size:13px!important;line-height:19px!important}.check span{font-size:15px!important;line-height:21px!important}.m-label,.t-mini{font-size:13px!important;line-height:18px!important}.tech .t-label{font-size:24px!important;line-height:28px!important;margin-bottom:18px!important}.tech .t-sub{font-size:14px!important;line-height:19px!important}.tech .t-desc{font-size:13px!important;line-height:19px!important}}.pulse-dim{position:absolute;left:50%;transform:translateX(-50%);top:calc(140px + (var(--hero-vh,1080px) - 270px)*0.94);width:calc((var(--hero-vh,1080px) - 270px)*0.56);height:24px;z-index:2;opacity:0;transition:opacity .45s;pointer-events:none}#pulse.dim-on .pulse-dim{opacity:1}.pd-line{position:absolute;left:0;right:0;top:50%;height:1.5px;background:linear-gradient(90deg,transparent,rgba(238,148,12,.95) 18%,rgba(238,148,12,.95) 82%,transparent);transform:scaleX(0);transition:transform .7s cubic-bezier(.22,.8,.3,1) .15s}#pulse.dim-on .pd-line{transform:scaleX(1)}.pd-arr{position:absolute;top:50%;width:9px;height:9px;border-left:1.5px solid rgba(238,148,12,.95);border-bottom:1.5px solid rgba(238,148,12,.95);opacity:0;transition:opacity .4s .5s,transform .5s cubic-bezier(.22,.8,.3,1) .35s}.pd-arr--l{left:1px;transform:translate(14px,-50%) rotate(45deg)}.pd-arr--r{right:1px;transform:translate(-14px,-50%) rotate(225deg)}#pulse.dim-on .pd-arr{opacity:1}#pulse.dim-on .pd-arr--l{transform:translate(0,-50%) rotate(45deg)}#pulse.dim-on .pd-arr--r{transform:translate(0,-50%) rotate(225deg)}.pd-label{position:absolute;left:50%;top:-30px;transform:translate(-50%,8px);font-size:16px;font-weight:500;color:var(--c-text);text-shadow:0 0 12px rgba(238,148,12,.7);opacity:0;transition:opacity .45s .55s,transform .45s .55s}#pulse.dim-on .pd-label{opacity:1;transform:translate(-50%,0)}@media (max-width:1279px){.pulse-dim{display:none}}