:root{--c-cyan: #3D97C5;--c-teal: #4FD7C7;--c-accent: #46B7C6;--grad-brand: linear-gradient(100deg, #3D97C5 0%, #4FD7C7 100%);--ease-out: cubic-bezier(.16, 1, .3, 1);--nav-h: 64px}html.theme-dark,html.theme-light{--bg: #0D0D0D;--bg-2: #161616;--text: #FAFAFA;--text-2: #A6A6A6;--card-bg: rgba(22, 24, 26, .72);--card-border: rgba(255, 255, 255, .09);--nav-bg: rgba(13, 13, 13, .55);color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:initial}html,body{overflow-x:clip}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}body{font-family:Roboto,Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}::selection{background:#46b7c659}.kicker{font-family:Roboto Mono,monospace;font-size:.68rem;letter-spacing:.32em;text-transform:uppercase;color:var(--c-teal);margin-bottom:1.1rem}.sec-title{font-size:clamp(1.7rem,3.1vw,2.8rem);font-weight:600;line-height:1.12;letter-spacing:-.02em;text-wrap:balance;margin-bottom:1.2rem;max-width:24ch}.sec-lead{font-size:clamp(.98rem,1.25vw,1.15rem);font-weight:300;line-height:1.65;color:var(--text-2);max-width:56ch;margin-bottom:2.6rem}.accent{background:var(--grad-brand);-webkit-background-clip:text;background-clip:text;color:transparent}#preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0d0d0d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem}#preloader-lockup{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}#preloader-mark{width:84px;height:84px}#preloader-arc{stroke-dasharray:226;stroke-dashoffset:226}#preloader-word{display:flex;font-size:clamp(2rem,4vw,3.1rem);font-weight:600;letter-spacing:.02em;color:#fafafa}#preloader-word span{display:inline-block;opacity:0;transform:translateY(14px)}.fx-grain{position:fixed;top:-12%;right:-12%;bottom:-12%;left:-12%;z-index:900;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");animation:grain 1.2s steps(6) infinite;will-change:transform}@keyframes grain{0%,to{transform:translate(0)}20%{transform:translate(-4%,3%)}40%{transform:translate(3%,-4%)}60%{transform:translate(-3%,-2%)}80%{transform:translate(2%,4%)}}#nav{position:fixed;top:0;left:0;right:0;z-index:800;max-width:100%;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,3vw,2.4rem);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:var(--nav-bg);border-bottom:1px solid rgba(255,255,255,.06);transform:translateY(-100%);transition:transform .8s var(--ease-out)}html.is-ready #nav{transform:translateY(0)}.nav-brand{display:flex;align-items:center;gap:.55rem;text-decoration:none;color:var(--text);min-width:0}.nav-remedy{height:30px;width:auto;display:block}.brand-sep{width:1px;height:16px;background:#ffffff2e}.brand-mark{height:24px;width:24px;flex-shrink:0}.brand-word{font-size:1.02rem;font-weight:600;letter-spacing:-.01em;text-transform:lowercase}.nav-links{display:flex;gap:clamp(.9rem,2vw,1.8rem)}.nav-links a{color:var(--text-2);text-decoration:none;font-size:.82rem;font-weight:500;transition:color .25s ease}.nav-links a:hover{color:var(--c-teal)}.nav-actions{display:flex;align-items:center;gap:.55rem;flex-shrink:0}.nav-actions .lang-toggle{margin-right:.5rem}.lang-toggle{background:transparent;border:0;color:var(--text-2);cursor:pointer;font-family:Roboto Mono,monospace;font-size:.72rem;padding:.25rem .15rem;display:flex;align-items:center;gap:5px;transition:color .25s ease}.lang-globe{width:.95em;height:.95em;flex-shrink:0;opacity:.55;transition:opacity .25s ease}.lang-toggle:hover{color:var(--text)}.lang-toggle:hover .lang-globe{opacity:.8}.lang-toggle span{transition:color .25s ease}.lang-toggle span.active{color:var(--text);font-weight:700}.lang-toggle i{font-style:normal;opacity:.35}#burger{display:none;background:transparent;border:0;cursor:pointer;width:40px;height:40px;padding:10px 8px;flex-direction:column;justify-content:space-between}#burger span{display:block;height:2px;width:100%;background:#fafafa;border-radius:2px;transition:transform .35s var(--ease-out),opacity .25s ease}html.menu-open #burger span:nth-child(1){transform:translateY(9px) rotate(45deg)}html.menu-open #burger span:nth-child(2){opacity:0}html.menu-open #burger span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}#scroll-progress{position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--grad-brand);transform-origin:left center;transform:scaleX(0)}#mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:790;background:#0d0d0df5;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);display:flex;flex-direction:column;justify-content:space-between;padding:calc(var(--nav-h) + 2.5rem) 2rem 3rem;opacity:0;pointer-events:none;transition:opacity .4s ease}html.menu-open #mobile-menu{opacity:1;pointer-events:auto}.mm-links{display:flex;flex-direction:column;gap:1.6rem}.mm-links a{color:var(--text);text-decoration:none;font-size:1.6rem;font-weight:600;letter-spacing:-.02em;opacity:0;transform:translateY(16px);transition:opacity .45s ease,transform .45s var(--ease-out)}html.menu-open .mm-links a{opacity:1;transform:translateY(0)}html.menu-open .mm-links a:nth-child(2){transition-delay:.05s}html.menu-open .mm-links a:nth-child(3){transition-delay:.1s}html.menu-open .mm-links a:nth-child(4){transition-delay:.15s}html.menu-open .mm-links a:nth-child(5){transition-delay:.2s}.mm-bottom{display:flex;flex-direction:column;align-items:stretch;gap:.85rem}.mm-bottom .btn{width:100%;text-align:center}.mm-bottom .lang-toggle{align-self:center;padding:.35rem .5rem;font-size:.95rem;margin-bottom:.2rem}.nav-login{color:#fafafa;text-decoration:none;font-size:.8rem;font-weight:600;white-space:nowrap;border:1px solid rgba(250,250,250,.26);border-radius:999px;padding:calc(.45rem - 1px) 1rem;transition:color .25s ease,border-color .25s ease,background .25s ease}.nav-login:hover{color:var(--c-teal);border-color:var(--c-teal);background:#4fd7c70f}.nav-cta{background:var(--grad-brand);color:#06282e;font-weight:600;font-size:.8rem;text-decoration:none;padding:.45rem 1rem;border-radius:999px;transition:transform .25s var(--ease-out),box-shadow .25s ease;box-shadow:0 0 #46b7c600;white-space:nowrap}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 18px #46b7c659}.sec{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:center}.wrap{position:relative;z-index:5;width:min(1120px,100%);margin:0 auto;padding:clamp(5rem,11vh,8rem) clamp(1.2rem,5vw,3rem)}.sec-cinema{background:#0d0d0d;color:#fafafa}.sec-cinema .sec-lead{color:#fafafab3}.sec-paper{background:var(--bg);color:var(--text)}.media-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.bg-video,.bg-still{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;background-size:cover;background-position:center;transform:scale(1.06);will-change:transform}.media-tint{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d0d0dbd,#0d0d0d4d 42%,#0d0d0dd9)}.media-tint.tint-cold{background:linear-gradient(180deg,#0a0c10cc,#0a0c1073 45%,#0a0c10e6)}.media-tint.tint-deep{background:linear-gradient(180deg,#0d0d0de6,#0d0d0dbd,#0d0d0ded)}.media-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 55%,rgba(0,0,0,.5) 100%)}#hero{justify-content:center;text-align:center}#hero-particles{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.hero-inner{position:relative;z-index:5;padding:0 clamp(1.2rem,5vw,3rem);display:flex;flex-direction:column;align-items:center;will-change:transform,opacity}#hero-mark{width:clamp(56px,7vw,84px);height:auto;margin-bottom:0;flex-shrink:0}#hero-arc{stroke-dasharray:226;stroke-dashoffset:226}#hero-dot{opacity:0}.hero-word{opacity:0;transform:translateY(16px)}.hero-title .line{opacity:0;transform:translateY(46px)}.hero-sub{opacity:0;transform:translateY(24px)}.hero-ctas .btn{opacity:0;transform:translateY(18px)}.hero-note{opacity:0;transform:translateY(14px)}.scroll-hint{opacity:0}.hero-title{font-size:clamp(1.8rem,3.9vw,3.35rem);font-weight:600;line-height:1.1;letter-spacing:-.026em;margin-bottom:1.4rem;max-width:46rem;margin-inline:auto;text-wrap:balance}.hero-title .line{display:block}.hero-sub{font-size:clamp(.95rem,1.3vw,1.12rem);font-weight:300;color:#fafafab8;max-width:54ch;line-height:1.65;margin-bottom:2.2rem}.hero-lockup{display:flex;align-items:center;justify-content:center;gap:clamp(.55rem,1.1vw,1rem);margin-bottom:1.9rem}.hero-word{color:var(--text);font-size:clamp(2rem,4vw,3.1rem);line-height:1}.hero-ctas{display:flex;gap:.9rem;flex-wrap:wrap;justify-content:center}.hero-note{font-size:clamp(.78rem,1vw,.86rem);font-weight:300;color:#fafafa80;letter-spacing:.005em;margin-top:1.1rem}.btn{display:inline-block;text-decoration:none;font-weight:600;font-size:.88rem;padding:.72rem 1.5rem;border-radius:999px;transition:transform .3s var(--ease-out),box-shadow .3s ease,border-color .3s ease,color .3s ease}.btn-primary{background:var(--grad-brand);color:#06282e;box-shadow:0 2px 14px #46b7c638}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 26px #46b7c666}.btn-ghost{color:#fafafa;border:1px solid rgba(250,250,250,.26)}.btn-ghost:hover{border-color:var(--c-teal);color:var(--c-teal);transform:translateY(-2px)}.btn-xl{font-size:.95rem;padding:.85rem 2rem}.scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:.6rem;font-family:Roboto Mono,monospace;font-size:.6rem;letter-spacing:.28em;text-transform:uppercase;color:#fafafa80}.scroll-line{width:1px;height:42px;background:linear-gradient(180deg,var(--c-teal),transparent);animation:scrollPulse 2.2s ease-in-out infinite}@keyframes scrollPulse{0%,to{transform:scaleY(.4);opacity:.4;transform-origin:top}50%{transform:scaleY(1);opacity:1;transform-origin:top}}.pin-stage{position:relative;z-index:5;width:min(1120px,100%);margin:0 auto;padding:0 clamp(1.2rem,5vw,3rem)}#problem .pin-stage{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:center}.problem-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:clamp(2rem,5vw,4rem);align-items:center}.problem-viz{position:relative;height:340px}.pv-scene{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem;opacity:0}.pv-num{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center}.pv-count{font-size:clamp(2.4rem,3.4vw,3.2rem);font-weight:700;letter-spacing:-.02em;background:var(--grad-brand);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}.pv-num em{font-style:normal;font-family:Roboto Mono,monospace;font-size:.7rem;letter-spacing:.08em;color:#fafafa8c;max-width:26ch;line-height:1.5}.pv-stack{position:relative;width:150px;height:150px}.pv-stack i{position:absolute;left:50%;top:50%;width:96px;height:124px;margin:-62px 0 0 -48px;background:linear-gradient(180deg,#fafafaeb,#d2dce2e0);border-radius:6px;box-shadow:0 6px 18px #00000073}.pv-stack i:nth-child(1){transform:rotate(-9deg) translate(-14px,8px)}.pv-stack i:nth-child(2){transform:rotate(6deg) translate(12px,-6px)}.pv-stack i:nth-child(3){transform:rotate(-3deg) translate(-4px,-12px)}.pv-stack i:nth-child(4){transform:rotate(11deg) translate(16px,10px)}.pv-stack i:nth-child(5){transform:rotate(-13deg) translate(-18px,-2px)}.pv-stack i:nth-child(6){transform:rotate(2deg) translate(4px,4px)}.pv-stack i:nth-child(7){transform:rotate(-6deg) translate(-10px,14px)}.pv-stack i:nth-child(8){transform:rotate(8deg) translate(14px,-14px)}.pv-stack i:nth-child(9){transform:rotate(-1deg) translate(0)}.pv-stack i:nth-child(10){transform:rotate(4deg) translate(6px,-4px)}.pv-grid{display:grid;grid-template-columns:repeat(4,auto);gap:.55rem}.pv-grid span{font-family:Roboto Mono,monospace;font-size:.68rem;letter-spacing:.08em;color:#fafafabf;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:.45rem .7rem;background:#fafafa0a;opacity:0;transition:border-color .4s ease,color .4s ease,box-shadow .4s ease}.pv-grid span.lit[data-tone=amber]{border-color:#f59e0b8c;color:#f59e0b;box-shadow:0 0 12px #f59e0b40}.pv-grid span.lit[data-tone=red]{border-color:#ef44448c;color:#ef4444;box-shadow:0 0 12px #ef444440}.pv-ring-wrap{position:relative;width:150px;height:150px}.pv-ring-wrap svg{width:100%;height:100%}.pv-ring{stroke-dasharray:339;stroke-dashoffset:339}.pv-clock{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:1.7rem;font-weight:700;letter-spacing:-.02em;background:var(--grad-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.problem-line{font-size:clamp(1.45rem,3.3vw,2.7rem);font-weight:600;line-height:1.16;letter-spacing:-.018em;text-wrap:balance;max-width:26ch;margin-bottom:.5em;opacity:.1}.problem-punch{margin-top:1.1em;will-change:clip-path,transform}.punch-bar{width:min(260px,42%);height:3px;margin-top:1.3rem;border-radius:2px;background:var(--grad-brand);box-shadow:0 0 14px #46b7c673;transform:scaleX(0);transform-origin:left center}.glass-card{position:relative;background:var(--card-bg);border:1px solid var(--card-border);border-radius:18px;padding:1.7rem;box-shadow:0 10px 34px #00000047;transition:border-color .3s ease;--mx: 50%;--my: 50%}.glass-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(320px circle at var(--mx) var(--my),rgba(70,183,198,.09),transparent 65%);opacity:0;transition:opacity .4s ease;pointer-events:none}.glass-card:hover{border-color:#46b7c65c}.glass-card:hover:after{opacity:1}.glass-card h3{font-size:1.05rem;font-weight:600;margin-bottom:.6rem;letter-spacing:-.01em}.glass-card p{font-size:.9rem;line-height:1.65;color:var(--text-2);font-weight:300}.card-num{font-family:Roboto Mono,monospace;font-size:.68rem;color:var(--c-teal);margin-bottom:1rem;letter-spacing:.2em}#solution{overflow:clip}.aurora{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.aurora i{position:absolute;width:52vw;max-width:760px;aspect-ratio:1;border-radius:50%;will-change:transform}.aurora i:nth-child(1){top:-18%;left:-14%;background:radial-gradient(circle,rgba(61,151,197,.16) 0%,transparent 62%)}.aurora i:nth-child(2){bottom:-22%;right:-12%;background:radial-gradient(circle,rgba(79,215,199,.13) 0%,transparent 62%)}.aurora i:nth-child(3){top:28%;left:38%;width:34vw;background:radial-gradient(circle,rgba(70,183,198,.08) 0%,transparent 60%)}#solution-mark{width:60px;height:auto;margin-bottom:1.8rem;color:var(--text)}#solution-arc{stroke-dasharray:226;stroke-dashoffset:226}.sol-layout{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:clamp(2.4rem,5vw,5rem);align-items:center}.sol-intro .sec-lead{margin-bottom:0}.sol-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.8rem}.chip{font-family:Roboto Mono,monospace;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--c-teal);border:1px solid rgba(70,183,198,.32);background:#46b7c60f;border-radius:999px;padding:.42rem .85rem;white-space:nowrap}.sol-cards{display:flex;flex-direction:column;gap:1.1rem}.sol-card{display:flex;gap:1.2rem;align-items:flex-start;padding:1.5rem 1.6rem}.sol-ico{flex-shrink:0;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:var(--c-teal);background:#46b7c614;border:1px solid rgba(70,183,198,.26)}.sol-card-body{min-width:0}.sol-card .card-num{margin-bottom:.45rem}#how .pin-stage{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:center}.how-steps{display:grid;gap:1.2rem;max-width:580px}.how-step{opacity:0;transform:translateY(50px)}#multi .pin-stage{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:center}.multi-viz{position:relative;margin:.6rem auto 0;width:min(640px,100%)}.multi-patient{display:flex;flex-direction:column;align-items:center;gap:.45rem;color:var(--text);font-family:Roboto Mono,monospace;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase}.multi-patient svg{width:52px;height:52px}.multi-patient span{color:var(--text-2)}.multi-beams{width:100%;height:clamp(80px,14vw,130px);display:block}.multi-beams .beam{fill:none;stroke:var(--c-accent);stroke-width:1.5;opacity:.6;stroke-dasharray:400;stroke-dashoffset:400}.multi-protocols{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.proto-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;padding:.95rem .85rem;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;opacity:0;transform:translateY(26px)}.proto-card code{font-family:Roboto Mono,monospace;font-size:.68rem;color:var(--text-2);letter-spacing:.08em}.proto-card em{font-style:normal;font-size:.74rem;line-height:1.35;color:var(--text-2);font-weight:300}.proto-dot{width:11px;height:11px;border-radius:50%;background:var(--text-2);opacity:.35;transition:background .5s ease,box-shadow .5s ease,opacity .5s ease}.proto-card.lit[data-triage=green] .proto-dot{background:#22c55e;opacity:1;box-shadow:0 0 12px #22c55ea6}.proto-card.lit[data-triage=amber] .proto-dot{background:#f59e0b;opacity:1;box-shadow:0 0 12px #f59e0ba6}.proto-card.lit[data-triage=red] .proto-dot{background:#ef4444;opacity:1;box-shadow:0 0 12px #ef4444a6}.proto-card.lit[data-triage=gray] .proto-dot{background:#94a3b8;opacity:1;box-shadow:0 0 12px #94a3b880}.proto-card{transition:border-color .5s ease}.proto-card.lit[data-triage=green]{border-color:#22c55e66}.proto-card.lit[data-triage=amber]{border-color:#f59e0b66}.proto-card.lit[data-triage=red]{border-color:#ef444466}.multi-note{margin-top:2rem;font-size:.72rem;color:var(--text-2);font-family:Roboto Mono,monospace;max-width:62ch;line-height:1.6}.phases{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem;margin-bottom:2.6rem}.phase{position:relative;padding-top:1.15rem;border-top:1px solid rgba(255,255,255,.14)}.phase:before{content:"";position:absolute;top:-5px;left:0;width:10px;height:10px;border-radius:50%;background:var(--grad-brand);box-shadow:0 0 10px #46b7c680}.phase b{display:block;font-family:Roboto Mono,monospace;font-weight:400;font-size:.66rem;letter-spacing:.2em;color:var(--c-teal);margin-bottom:.55rem}.phase h4{font-size:.94rem;font-weight:600;margin-bottom:.45rem;letter-spacing:-.01em}.phase p{font-size:.78rem;line-height:1.6;color:#fafafa8c;font-weight:300}.pilot-duo{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.pilot-duo .pilot-case{max-width:none}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;margin-bottom:2.2rem}.stat-value{font-size:clamp(2rem,3vw,2.9rem);font-weight:700;line-height:1;margin-bottom:.7rem;background:var(--grad-brand);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.02em}.stat p{font-size:.85rem}.pilot-case{border-left:2px solid var(--c-teal);max-width:720px}.case-kicker{font-family:Roboto Mono,monospace;font-size:.64rem;letter-spacing:.28em;text-transform:uppercase;color:var(--c-teal);margin-bottom:.8rem}.pilot-case p:last-child{font-size:.95rem;line-height:1.7;font-weight:300;color:#fafafad9}.pilot-footnote{margin-top:1.8rem;font-size:.68rem;color:#fafafa66;font-family:Roboto Mono,monospace}.pilot-kicker-rule{display:block;width:clamp(48px,10vw,64px);height:2px;background:var(--grad-brand);border-radius:2px;margin:-.5rem 0 1.5rem;transform:scaleX(0);transform-origin:left center}#pilot .phases{position:relative}.phases-line{position:absolute;left:0;right:0;top:-1px;width:100%;height:2px;overflow:visible;z-index:0}.phases-path{fill:none;stroke:var(--c-accent);stroke-width:2;stroke-dasharray:1000;stroke-dashoffset:1000;filter:drop-shadow(0 0 5px rgba(70,183,198,.5))}.phase{position:relative;z-index:1;opacity:.32;transform:translateY(14px)}.phase.on{opacity:1}.phase:before{transition:transform .4s ease,box-shadow .4s ease}.phase.on:before{transform:scale(1.3);box-shadow:0 0 16px #46b7c6bf}.phase b{transition:color .4s ease}.phase.on b{color:var(--c-teal)}.stat-viz{display:flex;align-items:center;min-height:26px;margin-bottom:.7rem}.stat-bar{position:relative;width:86px;height:6px}.bar-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:3px;background:#ffffff1a}.bar-fill{position:absolute;left:0;top:0;bottom:0;width:100%;border-radius:3px;background:var(--grad-brand);transform-origin:left center}.stat-timer svg,.stat-seal svg{width:30px;height:30px;display:block}.timer-track,.seal-ring2{fill:none;stroke:#ffffff1f;stroke-width:2.5}.timer-arc{fill:none;stroke:var(--c-teal);stroke-width:2.5;stroke-linecap:round;stroke-dasharray:113;stroke-dashoffset:113}.seal-ring2{stroke:#22c55e47;transition:stroke .4s ease}.seal-check2{fill:none;stroke:#22c55e;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:30;stroke-dashoffset:30}.stat.sealed .seal-ring2{stroke:#22c55e99}.stat-protos{display:flex;gap:5px}.stat-protos i{width:24px;height:15px;border-radius:4px;border:1px solid rgba(70,183,198,.5);background:#46b7c61f;transform:scale(.6);opacity:0}.pilot-case{position:relative;overflow:hidden}.case-notes{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.7rem;display:flex;flex-direction:column;justify-content:center;gap:.7rem;z-index:0;pointer-events:none;opacity:.55}.note-line{height:6px;border-radius:3px;background:#fafafa0f;transform:scaleX(0);transform-origin:left center}.note-line:nth-child(odd){width:80%}.note-line:nth-child(2n){width:60%}.note-hit{width:72%;background:#46b7c624}.pilot-case>.case-kicker,.pilot-case>p{position:relative;z-index:1}.ins-shift{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:.8rem;font-family:Roboto Mono,monospace;font-size:.74rem}.shift-a{color:#fafafa73}.shift-arrow{color:var(--c-teal);font-weight:400}.shift-b{color:var(--c-teal);font-size:.95rem;letter-spacing:-.04em}#pilot{display:block}#pilot .media-wrap{position:sticky;inset:auto;top:0;left:0;width:100%;height:100vh;height:100lvh;margin-bottom:-100vh;margin-bottom:-100lvh;z-index:0;transform:none}#pilot .pin-stage{position:relative;width:100%;max-width:none;margin:0;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center}#pilot .pd-scenes{width:100%;max-width:min(1200px,92vw)}#pilot .pd-spine{width:100%;max-width:min(480px,62vw)}.pilot-proof{position:relative;z-index:5;padding-top:clamp(1.5rem,4vh,2.6rem);padding-bottom:clamp(3.5rem,8vh,6rem)}.pd-chip{align-self:center;margin:.3rem 0 .7rem;font-family:Roboto Mono,monospace;font-size:.56rem;letter-spacing:.16em;text-transform:uppercase;color:var(--c-teal);border:1px solid rgba(70,183,198,.3);background:#46b7c612;border-radius:999px;padding:.34rem .75rem}.pd-scenes{position:relative;margin:.2rem auto 1.1rem;height:clamp(288px,40vh,348px)}.pd-scene{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.1rem;opacity:0}.pd-text{display:flex;flex-direction:column;align-items:center;gap:1.1rem}.pd-scenes.flow{position:static;height:auto;display:flex;flex-direction:column;gap:2.2rem;margin:1rem 0}.pd-scenes.flow .pd-scene{position:relative;inset:auto}.pd-vis{display:flex;align-items:center;justify-content:center;min-height:132px}.pd-head{font-size:clamp(1.15rem,2.2vw,1.7rem);font-weight:600;line-height:1.2;letter-spacing:-.015em;max-width:22ch;color:var(--text)}.pd-fig{display:flex;flex-direction:column;align-items:center;gap:.15rem}.pd-fig .count,.pd-fig .count-static{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1;background:var(--grad-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.pd-fig em{font-style:normal;font-family:Roboto Mono,monospace;font-size:.64rem;color:var(--text-2);letter-spacing:.03em;max-width:30ch}.pd-fig-duo{flex-direction:row;gap:clamp(1.4rem,5vw,3rem)}.pd-figitem{display:flex;flex-direction:column;align-items:center;gap:.15rem}.pd-figitem .count{font-size:clamp(1.6rem,3vw,2.2rem)}.pd-stack{position:relative;width:150px;height:130px}.pd-stack i{position:absolute;left:50%;top:50%;width:90px;height:116px;margin:-58px 0 0 -45px;background:linear-gradient(180deg,#fafafae6,#d2dce2d9);border-radius:6px;box-shadow:0 6px 18px #00000073}.pd-stack i:nth-child(1){transform:rotate(-9deg) translate(-14px,8px)}.pd-stack i:nth-child(2){transform:rotate(6deg) translate(12px,-6px)}.pd-stack i:nth-child(3){transform:rotate(-3deg) translate(-4px,-12px)}.pd-stack i:nth-child(4){transform:rotate(11deg) translate(16px,10px)}.pd-stack i:nth-child(5){transform:rotate(-13deg) translate(-18px,-2px)}.pd-stack i:nth-child(6){transform:rotate(2deg) translate(4px,4px)}.pd-stack i:nth-child(7){transform:rotate(-6deg) translate(-10px,14px)}.pd-stack i:nth-child(8){transform:rotate(8deg) translate(14px,-14px)}.pd-stack i:nth-child(9){transform:rotate(-1deg) translate(0)}.pd-page{position:relative;width:min(280px,74vw);padding:1rem 1.1rem;border-radius:10px;background:#fafafa0f;border:1px solid rgba(255,255,255,.1);overflow:hidden;display:flex;flex-direction:column;gap:.6rem}.pd-tline{height:8px;border-radius:4px;background:#fafafa29}.pd-tline.s{width:62%}.pd-hit{background:#46b7c629;transition:background .4s ease,box-shadow .4s ease}.pd-hit.lit{background:var(--c-teal);box-shadow:0 0 14px #46b7c699}.pd-scan{position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--c-teal),transparent);box-shadow:0 0 12px #46b7c6b3;opacity:0}.pd-vis-cite{gap:clamp(.4rem,2vw,1rem)}.pd-citecard{position:relative;width:148px;padding:.75rem .9rem 1.1rem;border-radius:10px;background:#101416d9;border:1px solid rgba(70,183,198,.32);text-align:left}.pd-quote{font-family:Georgia,serif;font-size:1.5rem;line-height:.6;color:var(--c-teal)}.pd-cline{display:block;height:6px;border-radius:3px;background:var(--c-teal);opacity:.7;margin-top:.5rem}.pd-cline.s{width:60%}.pd-cdate{display:block;margin-top:.7rem;font-family:Roboto Mono,monospace;font-size:.53rem;letter-spacing:.05em;color:var(--text-2)}.pd-beam-svg{width:clamp(44px,8vw,80px);height:8px}.pd-beam{fill:none;stroke:var(--c-accent);stroke-width:1.5;stroke-dasharray:120;stroke-dashoffset:120}.pd-doc{width:58px;height:58px;color:#fafafa8c;transition:color .18s ease-out}.pd-doc.on{color:var(--c-teal)}.pd-doc svg{width:100%;height:100%}.pd-doc-ring{stroke:#fafafad1}.pd-doc-dot{fill:currentColor}.pd-verdict{position:relative;display:inline-grid}.pd-vrej,.pd-venr{grid-area:1 / 1;font-family:Roboto Mono,monospace;font-weight:700;font-size:clamp(1.4rem,3vw,2rem);letter-spacing:.08em;padding:.4rem 1rem;border-radius:8px;border:1px solid}.pd-vrej{color:#ef4444;border-color:#ef444480;background:#ef444414}.pd-venr{color:#22c55e;border-color:#22c55e80;background:#22c55e1a;opacity:0}.pd-verdict.enrolled .pd-vrej{opacity:0}.pd-verdict.enrolled .pd-venr{opacity:1;box-shadow:0 0 18px #22c55e4d}.pd-strike{position:absolute;left:8%;top:50%;width:84%;height:2px;background:#ef4444;transform:scaleX(0);transform-origin:left center}.pd-verdict.enrolled .pd-strike{opacity:0}.pd-vis-agg{flex-direction:column;gap:.8rem}.pd-big .count{font-size:clamp(3rem,7vw,5rem);font-weight:700;letter-spacing:-.03em;line-height:1;background:var(--grad-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.pd-bar{position:relative;width:clamp(160px,30vw,260px);height:6px;border-radius:3px;background:#ffffff1a;overflow:hidden}.pd-bar-fill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:3px;background:var(--grad-brand);transform-origin:left center}.pd-spine{position:relative;width:min(340px,66%);margin:.2rem auto 0;display:flex;align-items:center;justify-content:space-between}.pd-spine-line{position:absolute;left:5px;right:5px;top:50%;height:2px;background:#ffffff1f}.pd-spine i{position:relative;width:9px;height:9px;border-radius:50%;background:#fff3;transition:background .4s ease,box-shadow .4s ease,transform .4s ease}.pd-spine i.on{background:var(--c-teal);box-shadow:0 0 10px #46b7c6b3;transform:scale(1.25)}.pilot-intro{position:relative;z-index:5;padding-top:clamp(3.5rem,9vh,7rem);padding-bottom:clamp(1.6rem,4vh,2.8rem)}.pilot-intro .sec-lead{max-width:62ch}.pd-cred{display:flex;flex-wrap:wrap;gap:.5rem .6rem;margin-top:clamp(1.1rem,3vh,1.8rem)}.pd-cred span{font-family:Roboto Mono,monospace;font-size:.6rem;letter-spacing:.04em;color:var(--text-2);background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.42rem .8rem}.pd-cred span:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--c-teal);margin-right:.5rem;vertical-align:middle;opacity:.85}.pd-figsub{font-family:Roboto Mono,monospace;font-size:.62rem;line-height:1.5;color:var(--text-2);max-width:32ch;letter-spacing:.02em}.pd-figsub--wide{max-width:44ch;font-family:inherit;font-size:.82rem;color:var(--text);opacity:.86}.pd-fig--word .count-static{font-size:clamp(1.5rem,3vw,2.1rem)}.pd-proof-row{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.9rem,2vw,1.6rem);margin-bottom:clamp(1.6rem,4vh,2.4rem)}.pd-proof-item{position:relative;padding:1rem 1.1rem;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.09);border-left:2px solid var(--c-teal)}.pd-proof-item b{display:block;font-size:.95rem;font-weight:600;letter-spacing:-.01em;color:var(--text);margin-bottom:.3rem}.pd-proof-item span{font-size:.76rem;line-height:1.5;color:var(--text-2)}@media(max-width:820px){.pd-proof-row{grid-template-columns:1fr}}.pd-compare{max-width:min(760px,94vw);margin:0 auto clamp(1.6rem,4vh,2.4rem)}.pd-cmp-kicker{text-align:center;font-weight:600;font-size:clamp(1.15rem,2.3vw,1.7rem);letter-spacing:-.015em;color:var(--text);margin-bottom:1.5rem}.pd-cmp-head{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.9fr) minmax(0,1.15fr);gap:.8rem;padding:0 .2rem .5rem;font-family:Roboto Mono,monospace;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase}.pd-cmp-head span:nth-child(2){color:var(--text-2)}.pd-cmp-head span:nth-child(3){color:var(--c-teal)}.pd-cmp-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.9fr) minmax(0,1.15fr);gap:.8rem;align-items:baseline;padding:.85rem .2rem;border-top:1px solid rgba(255,255,255,.08)}.pd-cmp-metric{font-size:.92rem;color:var(--text);letter-spacing:-.005em}.pd-cmp-a{font-family:Roboto Mono,monospace;font-size:.86rem;line-height:1.45;color:#fafafa6b}.pd-cmp-b{font-family:Roboto Mono,monospace;font-size:.9rem;line-height:1.45;font-weight:500;color:var(--c-teal)}.pd-cmp-hero{align-items:center;border-top:none;margin-bottom:.5rem;padding:1.1rem 1.2rem;border-radius:14px;background:linear-gradient(135deg,#46b7c61a,#46b7c608);border:1px solid rgba(70,183,198,.28)}.pd-cmp-hero .pd-cmp-metric{font-size:clamp(1rem,1.7vw,1.18rem);font-weight:600}.pd-cmp-hero .pd-cmp-a{font-size:clamp(1.3rem,2.4vw,1.9rem)}.pd-cmp-hero .pd-cmp-b{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;font-size:clamp(1.7rem,3.2vw,2.6rem);font-weight:700;background:var(--grad-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.pd-cmp-badge{font-family:Roboto Mono,monospace;font-size:.66rem;font-weight:700;letter-spacing:.02em;color:#22c55e;-webkit-text-fill-color:#22C55E;border:1px solid rgba(34,197,94,.5);background:#22c55e1a;border-radius:999px;padding:.15rem .55rem}.pd-cmp-why{max-width:60ch;margin:.3rem auto 1.1rem;text-align:center;font-size:.82rem;line-height:1.6;color:var(--text-2)}.pd-cmp-money{text-align:center;margin-top:1.5rem}.pd-cmp-money b{display:block;font-size:clamp(1.05rem,2vw,1.4rem);font-weight:700;letter-spacing:-.015em;background:var(--grad-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.pd-cmp-money span{display:block;font-family:Roboto Mono,monospace;font-size:.62rem;color:var(--text-2);margin-top:.4rem}@media(max-width:860px)and (min-width:641px){.pd-cmp-row,.pd-cmp-head{grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr) minmax(0,1.25fr);gap:.6rem}.pd-cmp-a{font-size:.82rem}.pd-cmp-b{font-size:.85rem}}@media(max-width:640px){.pd-cmp-head{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;padding:0 0 .5rem;font-size:.55rem}.pd-cmp-head span:first-child{display:none}.pd-cmp-head span:last-child{padding-left:.9rem}.pd-cmp-row{display:grid;grid-template-columns:1fr 1fr;column-gap:.9rem;row-gap:.35rem;align-items:start;padding:.85rem .1rem;margin-bottom:0;border:none;border-top:1px solid rgba(255,255,255,.07);border-radius:0;background:none}.pd-cmp-metric{grid-column:1 / -1;font-weight:600;font-size:.9rem;margin-bottom:.1rem}.pd-cmp-a{font-size:.8rem;color:#fafafa5c}.pd-cmp-b{font-size:.92rem;font-weight:600;padding-left:.9rem;border-left:1px solid rgba(255,255,255,.08)}.pd-cmp-hero{display:grid;grid-template-columns:auto auto;justify-content:center;column-gap:2.4rem;row-gap:.5rem;align-items:baseline;text-align:center;padding:1.2rem;margin-bottom:1.1rem;border:1px solid rgba(70,183,198,.28);border-radius:14px;background:linear-gradient(135deg,#46b7c61a,#46b7c608)}.pd-cmp-hero .pd-cmp-metric{grid-column:1 / -1;margin-bottom:.45rem;text-align:center}.pd-cmp-hero .pd-cmp-a{grid-column:1;position:relative;font-size:clamp(1.1rem,6vw,1.45rem);color:#fafafa6b;word-spacing:-.5em}.pd-cmp-hero .pd-cmp-a:after{content:"→";position:absolute;left:calc(100% + .95rem);top:50%;transform:translateY(-52%);word-spacing:normal;color:var(--text-2);-webkit-text-fill-color:var(--text-2);font-weight:400}.pd-cmp-hero .pd-cmp-b{grid-column:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding-left:0;border-left:none;word-spacing:-.5em}}@media(min-width:900px){.pd-scenes{height:clamp(320px,46vh,480px)}.pd-scene{flex-direction:row;align-items:center;justify-content:center;gap:clamp(2.5rem,6vw,6rem);text-align:left}.pd-vis{flex:0 0 auto;min-height:200px}.pd-text{flex:0 1 clamp(360px,42%,540px);align-items:flex-start;text-align:left;gap:1.35rem}.pd-head{max-width:20ch;font-size:clamp(1.5rem,2.2vw,2.15rem)}.pd-fig{align-items:flex-start}.pd-figsub,.pd-figsub--wide{max-width:42ch;text-align:left}.pd-stack{width:200px;height:174px}.pd-stack i{width:120px;height:156px;margin:-78px 0 0 -60px}.pd-page{width:min(360px,30vw)}.pd-big .count{font-size:clamp(3.6rem,6vw,5.6rem)}.pd-fig--word .count-static{font-size:clamp(1.9rem,2.8vw,2.5rem)}.pd-fig .count{font-size:clamp(2.6rem,4vw,3.6rem)}}#security .pin-stage{width:100%;max-width:none;margin:0;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}#security .pin-stage>*{width:100%;max-width:1120px}#security .sec-lead{margin-bottom:1.9rem}.sj-fade{opacity:0;transform:translateY(26px)}.sj-chip{opacity:0;transform:translateY(18px)}.sj-card{opacity:0;transform:translateY(30px)}.secj{position:relative;margin:.4rem 0 2rem;opacity:0}.secj-track{position:relative;display:flex;justify-content:space-between;gap:1rem}.secj-line{position:absolute;left:min(110px,12%);right:auto;top:32px;width:calc(100% - (2*min(110px,12%)));height:4px;overflow:visible}.secj-path{fill:none;stroke:var(--c-accent);stroke-width:1.5;opacity:.65;stroke-dasharray:1000;stroke-dashoffset:1000;filter:drop-shadow(0 0 6px rgba(70,183,198,.5))}.secj-packet{position:absolute;left:calc(min(110px,12%) - 4.5px);top:29.5px;width:9px;height:9px;border-radius:50%;background:var(--c-teal);box-shadow:0 0 12px #4fd7c7e6,0 0 26px #4fd7c773;opacity:0;z-index:2}.secj-node{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;text-align:center;width:min(220px,24%);opacity:0;transform:translateY(26px)}.secj-orb{position:relative;width:66px;height:66px;border-radius:50%;display:grid;place-items:center;color:#fafafad9;background:#101416e6;border:1px solid rgba(255,255,255,.14);transition:border-color .5s ease,box-shadow .5s ease,color .5s ease}.secj-node.on .secj-orb{color:var(--c-teal);border-color:#46b7c666;box-shadow:0 0 22px #46b7c638}.sj-ico{width:30px;height:30px}.sj-ring-svg{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;width:68px;height:68px;transform:rotate(-90deg)}.sj-ring{fill:none;stroke:var(--c-teal);stroke-width:1.6;stroke-linecap:round;stroke-dasharray:195;stroke-dashoffset:195;transition:stroke-dashoffset .9s cubic-bezier(.4,0,.2,1)}.secj-node.on .sj-ring{stroke-dashoffset:0}.sj-bars rect{transform:scaleX(0);transform-box:fill-box;transform-origin:left center;transition:transform .5s cubic-bezier(.4,0,.2,1)}.secj-node.on .sj-bars rect:nth-child(1){transform:scaleX(1);transition-delay:.55s}.secj-node.on .sj-bars rect:nth-child(2){transform:scaleX(1);transition-delay:.7s}.secj-node.on .sj-bars rect:nth-child(3){transform:scaleX(1);transition-delay:.85s}.sj-spin{position:absolute;top:0;right:0;bottom:0;left:0;width:66px;height:66px;opacity:0;transition:opacity .6s ease}.sj-spin circle{fill:none;stroke:#4fd7c780;stroke-width:1;stroke-dasharray:2.5 7;stroke-linecap:round}.secj-node.on .sj-spin{opacity:1;animation:sjSpin 14s linear infinite}@keyframes sjSpin{to{transform:rotate(360deg)}}.sj-eu{font-family:Roboto Mono,monospace;font-size:6.2px;font-weight:700;fill:currentColor;letter-spacing:.08em}.sj-links .lk{opacity:0;transform:translateY(4px);transform-box:fill-box;transition:opacity .4s ease,transform .4s cubic-bezier(.4,0,.2,1)}.secj-node.on .sj-links .lk:nth-child(1){opacity:1;transform:none;transition-delay:.5s}.secj-node.on .sj-links .lk:nth-child(2){opacity:1;transform:none;transition-delay:.68s}.secj-node.on .sj-links .lk:nth-child(3){opacity:1;transform:none;transition-delay:.86s}.secj-node b{margin-top:.85rem;font-size:.86rem;font-weight:600;letter-spacing:-.01em;color:var(--text)}.secj-node em{margin-top:.3rem;font-style:normal;font-family:Roboto Mono,monospace;font-size:.62rem;letter-spacing:.06em;line-height:1.5;color:#fafafa8c}.secj-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.7rem}.sj-chip{font-family:Roboto Mono,monospace;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--c-teal);border:1px solid rgba(70,183,198,.32);background:#46b7c612;border-radius:999px;padding:.38rem .8rem;white-space:nowrap}.sec-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem}#security .sec-grid .glass-card{padding:1.35rem 1.3rem}#security .sec-grid h3{font-size:.92rem}#security .sec-grid p{font-size:.78rem;line-height:1.6}.secj-note{margin-top:1.6rem;font-size:.66rem;line-height:1.6;color:var(--text-2);text-shadow:0 1px 2px rgba(0,0,0,.5);font-family:Roboto Mono,monospace;max-width:72ch}#security{display:block}#security .media-wrap{position:sticky;inset:auto;top:0;left:0;width:100%;height:100vh;height:100lvh;margin-bottom:-100vh;margin-bottom:-100lvh;z-index:0;transform:none}#security .pin-stage{position:relative}.secj-progress{position:absolute;left:min(110px,12%);right:min(110px,12%);top:64px;height:2px;background:var(--grad-brand);transform:scaleX(0);transform-origin:left center;opacity:.7;border-radius:2px}.secj-scenes{position:relative;height:clamp(184px,25vh,214px);margin:1.1rem auto 0;max-width:560px;pointer-events:none}.secj-scene{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;opacity:0}.sc-vis{width:100%;display:flex;align-items:center;justify-content:center;gap:clamp(1.2rem,4vw,2.6rem)}.secj-scenes.flow{position:static;height:auto;pointer-events:auto;display:flex;flex-direction:column;gap:1.6rem;margin:1.4rem auto 0;max-width:460px}.secj-scenes.flow .secj-scene{position:relative;inset:auto}.secj-proof{position:relative;z-index:5;padding-top:clamp(1.5rem,4vh,2.8rem);padding-bottom:clamp(3.5rem,8vh,6rem)}.sc-panel{position:relative;width:min(320px,84%);padding:.85rem 1rem;border-radius:14px;background:#101416d1;border:1px solid rgba(255,255,255,.1);text-align:left}.sc-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.sc-panel-label{font-family:Roboto Mono,monospace;font-size:.55rem;letter-spacing:.16em;text-transform:uppercase;color:#fafafa6b}.sc-toggle{position:relative;flex-shrink:0;width:34px;height:18px;border-radius:999px;background:#ffffff24;transition:background .4s ease}.sc-toggle.on{background:#46b7c68c}.sc-knob{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff}.sc-panel-foot{margin-top:.8rem}.sc-rows{display:flex;flex-direction:column;gap:.7rem}.sc-row{display:flex;align-items:center;gap:.4rem}.sc-bar{height:7px;border-radius:3px;background:#fafafa24}.sc-bar.w1{width:34px}.sc-bar.w2{width:54px}.sc-bar.w3{width:24px}.sc-id{position:relative;font-family:Roboto Mono,monospace;font-size:.64rem;color:var(--c-teal);padding:1px 4px;border-radius:3px;background:#46b7c61f}.sc-mask{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:3px;background:#0d0d0d;clip-path:inset(0 100% 0 0)}.sc-revkey{font-family:Roboto Mono,monospace;font-size:.6rem;letter-spacing:.06em;color:var(--c-teal);opacity:0}.sc-cipher{display:flex;gap:2px;font-family:Roboto Mono,monospace;font-size:.95rem;color:#fafafae6}.sc-cipher.enc .sc-g{color:var(--c-teal)}.sc-g{width:.72em;text-align:center}.sc-lock{width:66px;height:66px;color:var(--c-teal)}.sc-lock svg{width:100%;height:100%}.sc-orgkey{fill:none;stroke:#46b7c680;stroke-width:1.5;stroke-dasharray:120;stroke-dashoffset:120}.sc-shackle{fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:46;stroke-dashoffset:46}.sc-body{fill:#46b7c62e;stroke:currentColor;stroke-width:2;opacity:0}.sc-vis-eu{gap:clamp(1rem,3vw,2.2rem)}.sc-core{position:relative;flex-shrink:0;width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#46b7c647,#101416e6 70%);border:1px solid rgba(70,183,198,.42);color:var(--c-teal)}.sc-core-lbl{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;max-width:100%;font-family:Roboto Mono,monospace;line-height:1;text-align:center}.sc-core-lbl b{font-weight:400;font-size:.6rem;letter-spacing:.02em}.sc-core-lbl i{font-style:normal;font-size:.52rem;letter-spacing:.18em;text-indent:.18em;opacity:.75}.sc-bounce{position:absolute;top:50%;left:50%;width:6px;height:6px;margin:-3px 0 0 -3px;border-radius:50%;background:#fafafae6;opacity:0}.sc-eu-side{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;text-align:left}.sc-seal-row{display:flex;align-items:center;gap:.5rem}.sc-seal{width:34px;height:34px;flex-shrink:0}.sc-seal-ring{fill:none;stroke:var(--c-teal);stroke-width:1.6;stroke-dasharray:114;stroke-dashoffset:114}.sc-seal-check{fill:none;stroke:var(--c-teal);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:26;stroke-dashoffset:26}.sc-seal-lbl,.sc-ret,.sc-train{font-family:Roboto Mono,monospace;font-size:.6rem;letter-spacing:.05em}.sc-seal-lbl{color:#fafafab8}.sc-ret{color:#22c55e;opacity:0}.sc-train{position:relative;color:#fafafa8c;align-self:flex-start}.sc-strike{position:absolute;left:0;top:50%;height:1.5px;width:100%;background:#ef4444;transform:scaleX(0);transform-origin:left center}.sc-chain{display:flex;align-items:center}.sc-block{position:relative;display:flex;flex-direction:column;align-items:center;gap:.32rem;padding:.5rem .65rem;border-radius:9px;background:#101416e0;border:1px solid rgba(34,197,94,.35);opacity:0;transform:translateY(-16px);transition:border-color .35s ease,box-shadow .35s ease}.sc-block:not(:last-child){margin-right:24px}.sc-block:not(:last-child):after{content:"";position:absolute;right:-24px;top:50%;width:24px;height:2px;background:#22c55e80;transform:scaleX(0);transform-origin:left center;transition:transform .3s ease}.sc-block.linked:after{transform:scaleX(1)}.sc-block-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e99;transition:background .3s ease,box-shadow .3s ease}.sc-h{font-family:Roboto Mono,monospace;font-size:.55rem;color:#fafafab8;letter-spacing:.03em}.sc-block.tampered{border-color:#ef4444b3;box-shadow:0 0 14px #ef444459}.sc-block.tampered .sc-block-dot{background:#ef4444;box-shadow:0 0 10px #ef4444b3}.sc-block.mismatch{border-color:#f59e0b99}.sc-block.mismatch .sc-block-dot{background:#f59e0b;box-shadow:0 0 8px #f59e0b8c}.sc-tamper{display:block;margin-top:.75rem;font-family:Roboto Mono,monospace;font-size:.58rem;letter-spacing:.06em;color:#ef4444;opacity:0}.sc-cap{margin:0 auto;max-width:52ch;text-align:center;font-family:Roboto Mono,monospace;font-size:.72rem;line-height:1.5;color:#fafafac7;text-shadow:0 1px 2px rgba(0,0,0,.5)}@media(min-width:821px)and (max-height:820px){#security .sec-lead{margin-bottom:1rem}.secj{margin:.2rem 0 1.1rem}.secj-chips{margin-bottom:1rem}#security .sec-grid .glass-card{padding:1.05rem 1.1rem}#security .sec-grid h3{margin-bottom:.4rem}#security .sec-grid p{font-size:.73rem;line-height:1.5}.secj-note{margin-top:.9rem}}#pricing .wrap{width:min(1280px,100%)}.price-pill{display:inline-block;font-family:Roboto Mono,monospace;font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:var(--c-teal);border:1px solid rgba(70,183,198,.32);background:#46b7c60f;border-radius:999px;padding:.45rem .95rem;margin-bottom:1.8rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem;align-items:stretch}.price-card{display:flex;flex-direction:column;padding:1.6rem 1.4rem}.price-card.popular{border-color:transparent;background:linear-gradient(#16181a,#16181a) padding-box,var(--grad-brand) border-box;box-shadow:0 14px 40px #46b7c629;transform:scale(1.03)}.price-card.popular:hover{border-color:transparent}.price-badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--grad-brand);color:#06282e;font-family:Roboto Mono,monospace;font-size:.58rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.3rem .75rem;border-radius:999px;white-space:nowrap}.price-name{font-size:1rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.9rem}.price-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem;min-width:0;margin-bottom:.8rem}.price-value{font-size:1.85rem;font-weight:700;letter-spacing:-.02em;line-height:1;background:var(--grad-brand);-webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap;max-width:100%}.price-value--quote{font-size:1.35rem;line-height:1.2;white-space:normal}.price-per{font-family:Roboto Mono,monospace;font-size:.64rem;color:var(--text-2);white-space:nowrap}.price-per:empty{display:none}.price-card .price-tagline{font-size:.78rem;line-height:1.5;min-height:2.4em;margin-bottom:1.2rem}.price-feats{list-style:none;display:grid;gap:.5rem;margin-bottom:1.5rem}.price-feats li{position:relative;padding-left:1.15rem;font-size:.78rem;line-height:1.5;color:#fafafad1;font-weight:300}.price-feats li:before{content:"✓";position:absolute;left:0;color:var(--c-teal)}.price-feats li.price-overage{color:var(--text-2);font-size:.72rem}.price-feats li.price-overage:before{content:"·";color:var(--text-2)}.price-card .btn{margin-top:auto;text-align:center;font-size:.8rem;padding:.62rem 1.1rem}.payg-strip{margin-top:1.4rem;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;flex-wrap:wrap;padding:1.15rem 1.5rem}.payg-strip p{font-size:.85rem}.payg-strip .btn{flex-shrink:0;font-size:.78rem;padding:.55rem 1.2rem}.price-footnote{margin-top:1.7rem;font-size:.68rem;line-height:1.7;color:#fafafa66;font-family:Roboto Mono,monospace}.price-footnote a{color:inherit;text-decoration:underline}.price-footnote a:hover{color:var(--text)}#cta{flex-direction:column;align-items:stretch;justify-content:flex-end;text-align:center}.cta-inner{position:relative;z-index:5;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:calc(var(--nav-h) + 3rem) clamp(1.2rem,5vw,3rem) 3rem}.cta-title{font-size:clamp(1.9rem,4vw,3.4rem);font-weight:600;line-height:1.08;letter-spacing:-.025em;margin-bottom:1.2rem;text-wrap:balance}.cta-title span{display:block}#cta .sec-lead{text-align:center;margin-left:auto;margin-right:auto}.cta-btns{display:flex;gap:.9rem;flex-wrap:wrap;justify-content:center}#footer{position:relative;z-index:5;text-align:left;background:var(--nav-bg);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid rgba(255,255,255,.08)}.footer-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;padding-top:3rem;padding-bottom:max(3rem,env(safe-area-inset-bottom))}.footer-lockup{display:flex;align-items:center;gap:.55rem}.remedy-logo{height:30px;width:auto;display:block}.footer-mark{height:24px;width:24px;color:#fafafa}.footer-word{font-size:1.02rem;font-weight:600;letter-spacing:-.01em;text-transform:lowercase;color:#fafafa}.footer-made{margin-top:1rem;font-size:.8rem;color:var(--text-2)}.footer-disclaimer{font-size:.75rem;line-height:1.6;color:var(--text-2);margin-bottom:1.1rem}.footer-copy{font-size:.72rem;color:var(--text-2);font-family:Roboto Mono,monospace}.footer-legal{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;margin-bottom:1.1rem}.footer-legal a{font-size:.75rem;color:var(--text-2);text-decoration:none;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}.footer-legal a:hover{color:var(--text);border-color:currentColor}.footer-company{font-size:.7rem;line-height:1.6;color:var(--text-2);font-family:Roboto Mono,monospace;margin-bottom:1.1rem;opacity:.85}.reveal{opacity:0;transform:translateY(36px)}@media(max-width:820px){.nav-links,.nav-actions .lang-toggle,.nav-actions .nav-login,.nav-actions .nav-cta{display:none}#burger{display:flex}.nav-remedy{height:27px}.fx-grain{display:none}#how .pin-stage{padding-top:calc(var(--nav-h) + .5rem)}#how .how-steps{gap:.85rem}.problem-body{display:flex;flex-direction:column;gap:1.4rem}.problem-viz{display:block;order:-1;height:250px}.pv-scene{gap:1rem}.sol-layout{grid-template-columns:1fr;gap:2.2rem}.phases{grid-template-columns:repeat(2,1fr)}.phases-line{display:none}.pilot-duo{grid-template-columns:1fr}.multi-protocols{grid-template-columns:repeat(2,1fr)}.secj-line,.secj-packet,.secj-progress{display:none}.secj-track{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem .7rem}.secj-node{width:auto}.secj-node em{display:none}#security .pin-stage{padding-top:1.8rem;padding-bottom:1.8rem}.secj-scenes{height:188px;margin-top:2.6rem}.secj-scene{justify-content:flex-start}.sec-grid{grid-template-columns:1fr}#security .sec-grid p{font-size:.84rem}.price-card.popular{transform:none}.footer-grid{grid-template-columns:1fr;gap:1.3rem}.wrap.footer-grid{padding-top:2rem;padding-bottom:max(1.6rem,env(safe-area-inset-bottom))}.glass-card{padding:1.3rem}.wrap{padding-top:4.6rem;padding-bottom:4.6rem}.bg-video,.bg-still{transform:scale(1)}}@media(max-width:820px)and (max-height:950px){#security .sec-lead{font-size:.9rem;line-height:1.55;margin-bottom:.3rem}#security .secj{margin-top:0}.secj-scenes{height:140px}}@media(max-width:480px){#nav{padding:0 .9rem}.nav-remedy{height:23px}.brand-mark{height:20px;width:20px}.brand-word{font-size:.92rem}.hero-ctas .btn,.cta-btns .btn{width:100%;text-align:center}}@media(prefers-reduced-motion:reduce){.fx-grain,.scroll-line,.secj-node.on .sj-spin{animation:none}html.lenis{scroll-behavior:auto}}
