@font-face{font-family:Satoshi;font-style:normal;font-weight:700;font-display:optional;src:url(/fonts/satoshi-latin-700-normal.woff2)format("woff2")}@font-face{font-family:Satoshi;font-style:normal;font-weight:800 900;font-display:optional;src:url(/fonts/satoshi-latin-900-normal.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:optional;src:url(/fonts/inter-latin-wght-normal.woff2)format("woff2-variations")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:optional;src:url(/fonts/jetbrains-mono-latin-wght-normal.woff2)format("woff2-variations")}:root{--brand:#785cff;--brand-2:#a259ff;--brand-gradient:linear-gradient(135deg, var(--brand), var(--brand-2));--brand-soft:#785cff1a;--gold:#cba16a;--midnight:#0b1020;--bg:#f7f8fa;--surface:#fff;--surface-2:#f0f3f7;--ink:#111827;--steel:#64748b;--line:#d8e0ea;--line-soft:#e6ebf2;--ok:#16a34a;--warn:#d97706;--err:#dc2626;--grid-line-s:#785cff17;--mark:#785cff59;--f-head:"Satoshi", ui-sans-serif, sans-serif;--f-body:"Inter", ui-sans-serif, system-ui, sans-serif;--f-mono:"JetBrains Mono", ui-monospace, monospace;--r-sm:8px;--r-md:12px;--r-lg:16px;--container:1200px;--gap:clamp(64px, 9vw, 128px);--shadow-sm:0 1px 2px #1118270d;--shadow-md:0 4px 16px #11182712;--shadow-lg:0 12px 32px #785cff1a;--nav-bg:#ffffffd9}[data-theme=dark]{--bg:#0b1020;--surface:#101730;--surface-2:#151d3a;--ink:#e8ecf4;--steel:#8a96ac;--line:#232d4d;--line-soft:#1a2340;--brand:#8f73ff;--brand-2:#b383ff;--brand-soft:#8f73ff29;--gold:#d8b77e;--grid-line-s:#8f73ff1a;--mark:#8f73ff66;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 16px #00000059;--shadow-lg:0 12px 32px #00000073;--nav-bg:#0b1020d9}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--f-body);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-size:15px;font-weight:400;line-height:1.65;display:flex;overflow-x:hidden}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}ul{list-style:none}em{color:var(--brand);font-style:normal}strong{color:var(--ink);font-weight:600}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0}main{flex:1}.px-no-scroll{overflow:hidden}::selection{background:var(--brand);color:#fff}body:before{content:"";pointer-events:none;z-index:9999;opacity:.014;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:160px;position:fixed;inset:0}[data-theme=dark] body:before{opacity:.03}.px-container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(20px,4vw,40px)}.px-section{padding-block:var(--gap)}.px-section--line{border-top:1px solid var(--line-soft)}.px-reveal{opacity:0;transition:opacity .2s ease-out,transform .2s ease-out;transform:translateY(16px)}.px-reveal.is-in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.px-reveal{opacity:1;transition:none;transform:none}html{scroll-behavior:auto}}.px-h2{font-family:var(--f-head);letter-spacing:-.022em;max-width:24ch;margin-bottom:16px;font-size:clamp(28px,3.6vw,42px);font-weight:700;line-height:1.12}.px-sub{color:var(--steel);max-width:58ch;font-size:16px}.px-center{text-align:center}.px-center .px-h2,.px-center .px-sub{margin-inline:auto}.px-btn{font-family:var(--f-body);letter-spacing:.01em;border:1px solid var(--brand);color:var(--brand);white-space:nowrap;background:0 0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex}.px-btn:hover{background:var(--brand);color:#fff;transform:scale(1.02)}.px-btn.primary{background:var(--brand-gradient);color:#fff;border-color:#0000}.px-btn.primary:hover{filter:brightness(1.08);box-shadow:0 4px 16px var(--brand-soft);transform:scale(1.02)}.px-btn.lg{border-radius:16px;padding:18px 40px;font-size:16px;font-weight:700}[data-theme=dark] .px-btn.primary{color:#fff}.px-header{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line-soft);position:sticky;top:0}.px-header-inner{justify-content:space-between;align-items:center;gap:24px;height:72px;display:flex}.px-brand{flex-shrink:0;align-items:center;display:inline-flex}.px-brand-img{width:auto;height:32px;display:block}.px-brand-img--dark,[data-theme=dark] .px-brand-img--light{display:none}[data-theme=dark] .px-brand-img--dark{display:block}.px-nav{align-items:center;gap:6px;display:flex}.px-nav-link{color:var(--steel);border-radius:18px;padding:10px 14px;font-size:14px;font-weight:500;transition:color .2s,background-color .2s;position:relative}.px-nav-link:hover{color:var(--ink);background:var(--brand-soft)}.px-nav-link.is-active{color:var(--ink)}.px-nav-link.is-active:after{content:"";background:var(--brand);border-radius:2px;height:2px;position:absolute;bottom:2px;left:12px;right:12px}.px-nav-link.is-active:before{content:"";background:var(--brand);width:4px;height:4px;box-shadow:0 0 6px 1px var(--brand-soft);position:absolute;bottom:-3px;left:50%;transform:translate(-50%)}[data-theme=dark] .px-nav-link.is-active:before{box-shadow:0 0 8px 2px var(--brand-soft)}.px-header-actions{align-items:center;gap:12px;display:flex}.px-theme-btn{border:1px solid var(--line);border-radius:var(--r-sm);width:36px;height:36px;color:var(--steel);background:var(--surface);justify-content:center;align-items:center;transition:color .2s,border-color .2s;display:inline-flex}.px-theme-btn:hover{color:var(--brand);border-color:var(--brand)}.px-theme-btn .i-sun{display:none}[data-theme=dark] .px-theme-btn .i-sun{display:block}[data-theme=dark] .px-theme-btn .i-moon{display:none}.px-menu-dots{border:1px solid var(--line);border-radius:var(--r-sm);width:36px;height:36px;color:var(--steel);background:var(--surface);justify-content:center;align-items:center;transition:color .2s,border-color .2s;display:none}.px-menu-dots:hover{color:var(--brand);border-color:var(--brand)}.px-menu-dots svg{width:16px;height:16px}.px-burger{flex-direction:column;gap:5px;padding:10px 8px;display:none}.px-burger span{background:var(--ink);border-radius:2px;width:20px;height:2px;transition:transform .2s}.px-mobile-nav{background:var(--bg);z-index:99;flex-direction:column;padding:32px clamp(20px,4vw,40px);display:none;position:fixed;inset:72px 0 0}.px-mobile-nav.is-open{display:flex}.px-mobile-nav a{font-family:var(--f-head);letter-spacing:-.01em;border-bottom:1px solid var(--line-soft);color:var(--steel);padding:16px 0;font-size:24px;font-weight:700}.px-mobile-nav a:hover,.px-mobile-nav a.is-active{color:var(--ink)}.px-mobile-nav .px-btn{color:#fff;border-bottom:0;margin-top:24px;font-size:15px}@media (width<=920px){.px-nav,.px-header .px-header-cta{display:none}.px-burger{display:flex}}.px-hero{background:var(--bg);padding-block:clamp(32px,5vw,56px) clamp(56px,8vw,96px);position:relative;overflow:hidden}.px-hero:before{content:"";pointer-events:none;background-image: linear-gradient(90deg, transparent calc(50% - .5px), var(--grid-line-s) calc(50% - .5px), var(--grid-line-s) 50%, transparent 50%),  linear-gradient(transparent calc(50% - .5px), var(--grid-line-s) calc(50% - .5px), var(--grid-line-s) 50%, transparent 50%);opacity:.3;background-size:100% 100%;position:absolute;inset:0}.px-hero:after{content:"";background:linear-gradient(180deg, transparent 40%, var(--bg) 95%);pointer-events:none;position:absolute;inset:0}.px-hero-inner{grid-template-columns:1.95fr 1fr;align-items:flex-start;gap:0;display:grid;position:relative}.px-hero-content{z-index:10;flex-direction:column;gap:32px;max-width:100%;padding-right:60px;display:flex;position:relative}.px-hero-blueprint{pointer-events:none;z-index:0;width:400px;height:720px;position:absolute;top:0;right:0}@keyframes px-blueprint-fade{0%{opacity:0}to{opacity:var(--opacity-end)}}@keyframes px-line-draw{0%{opacity:0;max-height:0}to{max-height:100%;opacity:var(--opacity-end)}}.px-hero-blueprint .px-blueprint-mark{opacity:.55}.px-hero-blueprint .px-blueprint-dim-v{opacity:.5;max-height:640px}.px-hero-blueprint .px-blueprint-dim-v span{opacity:.5;font-weight:600}.px-hero-blueprint .px-blueprint-dim-h{opacity:.5;clip-path:inset(0)}.px-hero-blueprint .px-blueprint-dim-h span{opacity:.5;font-weight:600}.px-hero.is-visible .px-blueprint-mark{opacity:0;animation:.8s ease-out forwards px-blueprint-fade}.px-hero.is-visible .px-blueprint-tl{animation-delay:.1s}.px-hero.is-visible .px-blueprint-tr{animation-delay:.2s}.px-hero.is-visible .px-blueprint-br{animation-delay:.3s}.px-hero.is-visible .px-blueprint-dim-v{max-height:0;animation:1.2s ease-out .4s forwards px-line-draw}.px-hero.is-visible .px-blueprint-dim-v span{opacity:0;animation:.8s ease-out 1.6s forwards px-blueprint-fade}.px-hero.is-visible .px-blueprint-dim-h{clip-path:inset(0 100% 0 0);animation:1.2s ease-out .5s forwards px-line-draw-h}.px-hero.is-visible .px-blueprint-dim-h span{opacity:0;animation:.8s ease-out 1.7s forwards px-blueprint-fade}.px-hero.is-visible .px-hero-slider:before{--opacity-end:.5;animation:1s ease-out .6s forwards px-blueprint-fade}.px-hero.is-visible .px-hero-slider:after{--opacity-end:.4;opacity:0;animation:.8s ease-out .8s forwards px-blueprint-fade}.px-blueprint-mark{font-family:var(--f-mono);color:var(--ink);letter-spacing:.08em;opacity:0;--opacity-end:.65;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex;position:absolute}.px-blueprint-mark:before{content:"+";color:var(--brand);font-size:12px;font-weight:700}.px-blueprint-tl{top:-12px;right:-12px}.px-blueprint-tr{top:-12px;right:12px}.px-blueprint-br{bottom:-12px;right:12px}.px-blueprint-dimension{font-family:var(--f-mono);color:var(--ink);letter-spacing:.1em;opacity:.35;--opacity-end:.5;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex;position:absolute}.px-blueprint-dim-v{border-left:2px solid var(--brand);writing-mode:vertical-lr;text-orientation:mixed;opacity:0;width:2px;height:640px;max-height:0;top:50%;left:-32px;transform:translateY(-50%)}.px-blueprint-dim-v span{white-space:nowrap;opacity:0;color:var(--brand);margin-top:8px;transform:rotate(180deg)}.px-blueprint-dim-h{border-top:2px solid var(--brand);clip-path:inset(0 100% 0 0);width:320px;height:2px;top:-28px;left:50%;transform:translate(-50%)}.px-blueprint-dim-h span{white-space:nowrap;opacity:0;color:var(--brand);position:absolute;top:-18px;left:50%;transform:translate(-50%)}@keyframes px-line-draw-h{0%{clip-path:inset(0 100% 0 0);opacity:0}to{clip-path:inset(0);opacity:var(--opacity-end)}}.px-tech-label{font-family:var(--f-mono);color:var(--brand);letter-spacing:.08em;opacity:0;--opacity-end:.55;z-index:2;flex-direction:column;gap:6px;font-size:10px;font-weight:600;display:flex;position:absolute}.px-tech-tag{white-space:nowrap;color:inherit;padding:2px 4px;display:block}.px-tech-label-tl{flex-direction:column;top:16px;left:-56px}.px-tech-label-tl .px-tech-tag{color:var(--brand);font-size:9px;font-weight:700}.px-tech-label-ml{gap:4px;top:50%;left:-32px;transform:translateY(-50%)}.px-tech-label-ml .px-tech-tag{color:var(--brand);font-size:9px}.px-tech-label-tc{flex-direction:column;align-items:center;gap:2px;top:-28px;left:50%;transform:translate(-50%)}.px-tech-label-tc .px-tech-tag{color:var(--brand);font-size:9px}.px-tech-label-bl{bottom:12px;left:-50px}.px-tech-label-bl .px-tech-tag{color:var(--steel);font-size:9px}.px-tech-label-bc{bottom:12px;left:50%;transform:translate(-50%)}.px-tech-label-bc .px-tech-tag{color:var(--steel);font-size:9px}.px-tech-label-br{bottom:12px;right:-42px}.px-tech-label-br .px-tech-tag{color:var(--steel);font-size:9px}.px-tech-label-mr{flex-direction:column;align-items:flex-end;gap:8px;top:50%;right:-60px;transform:translateY(-50%)}.px-tech-label-mr .px-tech-tag{color:var(--brand);font-size:10px;font-weight:700}.px-tech-label-tr{top:-28px;right:24px}.px-tech-label-tr .px-tech-tag{color:var(--brand);letter-spacing:.12em;font-size:8px;font-weight:700}.px-tech-compass{border:1px solid var(--brand);opacity:0;--opacity-end:.3;border-radius:50%;width:36px;height:36px;position:absolute;bottom:12px;right:-48px}.px-tech-compass:before{content:"";background:var(--brand);width:2px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.px-tech-compass:after{content:"";background:var(--brand);width:12px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.px-hero.is-visible .px-tech-label{animation:.8s ease-out forwards px-blueprint-fade}.px-hero.is-visible .px-tech-label-tl{animation-delay:.5s}.px-hero.is-visible .px-tech-label-ml{animation-delay:.6s}.px-hero.is-visible .px-tech-label-tc{animation-delay:.65s}.px-hero.is-visible .px-tech-label-bl{animation-delay:.85s}.px-hero.is-visible .px-tech-label-bc{animation-delay:.9s}.px-hero.is-visible .px-tech-label-br{animation-delay:.95s}.px-hero.is-visible .px-tech-label-mr{animation-delay:.7s}.px-hero.is-visible .px-tech-label-tr{animation-delay:1s}.px-hero.is-visible .px-tech-compass{animation:.8s ease-out 1.1s forwards px-blueprint-fade}.px-hero-blueprint .px-tech-label{opacity:.4}.px-hero-blueprint .px-tech-compass{opacity:.25}.px-before-after{width:var(--baf-w,320px);height:var(--baf-h,640px);z-index:1;opacity:1;position:relative;transform:scale(1)}.px-hero-slider{position:absolute;top:0;right:0}.px-slider-clip{border-radius:24px;position:absolute;inset:0;overflow:hidden;box-shadow:0 20px 60px #0000004d}.px-hero-slider:before{content:"";pointer-events:none;border:1px solid var(--grid-line-s);opacity:0;z-index:0;--opacity-end:.5;border-radius:28px;position:absolute;inset:-40px}.px-hero-slider:after{content:"320 × 640";font-family:var(--f-mono);color:var(--steel);letter-spacing:.08em;opacity:0;pointer-events:none;z-index:20;--opacity-end:.4;font-size:9px;position:absolute;top:-36px;left:50%;transform:translate(-50%)}.px-slider-before{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.px-slider-after-wrap{clip-path:inset(100% 0 0);width:100%;height:100%;transition:clip-path 50ms linear;position:absolute;top:0;left:0;overflow:hidden}@keyframes px-slider-wipe-in{0%{clip-path:inset(100% 0 0);animation-timing-function:cubic-bezier(.33,0,.2,1)}58%{clip-path:inset(0% 0 0);animation-timing-function:cubic-bezier(.45,0,.55,1.35)}to{clip-path:inset(50% 0 0)}}@keyframes px-slider-handle-wipe-in{0%{animation-timing-function:cubic-bezier(.33,0,.2,1);top:100%}58%{animation-timing-function:cubic-bezier(.45,0,.55,1.35);top:0%}to{top:50%}}.px-before-after.px-slider-wipe-active .px-slider-after-wrap{animation:2.4s both px-slider-wipe-in}.px-before-after.px-slider-wipe-active .px-slider-handle{animation:2.4s both px-slider-handle-wipe-in}@keyframes px-slider-float{0%,to{clip-path:inset(calc(50% - 50px) 0 0)}50%{clip-path:inset(calc(50% + 50px) 0 0)}}@keyframes px-slider-handle-float{0%,to{top:calc(50% - 50px)}50%{top:calc(50% + 50px)}}.px-before-after.px-slider-floating .px-slider-after-wrap{animation:3.6s ease-in-out infinite px-slider-float}.px-before-after.px-slider-floating .px-slider-handle{animation:3.6s ease-in-out infinite px-slider-handle-float}@media (prefers-reduced-motion:reduce){.px-before-after.px-slider-floating .px-slider-after-wrap,.px-before-after.px-slider-floating .px-slider-handle{animation:none}}.px-slider-after{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.px-slider-handle{cursor:ns-resize;z-index:10;justify-content:center;align-items:center;width:100%;height:40px;display:flex;position:absolute;top:100%;left:0;transform:translateY(-50%)}.px-slider-line{background:var(--brand);height:3px;position:absolute;top:50%;left:-28px;right:-28px;transform:translateY(-50%);box-shadow:0 0 20px #785cff99}.px-slider-drag-hint{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:68px;animation:2s ease-in-out infinite px-drag-pulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.px-slider-arrow{width:26px;height:auto;filter:drop-shadow(0 2px 4px color-mix(in srgb, var(--brand) 50%, transparent));display:block}.px-slider-arrow--down{transform:rotate(180deg)}@keyframes px-drag-pulse{0%,to{opacity:1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.9;transform:translate(-50%,-50%)scale(1.1)}}.px-label-badge{font-family:var(--f-head);letter-spacing:-.01em;text-transform:uppercase;pointer-events:none;z-index:11;white-space:nowrap;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:700;transition:opacity .15s ease-out;position:absolute;left:50%;transform:translate(-50%)}.px-label-before{color:#fff;background:#0a1020f2;top:20px;box-shadow:0 4px 12px #0006}[data-theme=dark] .px-label-before{background:#0a1020f2;box-shadow:0 4px 12px #0009}.px-label-after{color:#fff;background:var(--brand);bottom:20px;box-shadow:0 4px 12px #785cff66}@media (width<=1024px){.px-hero-slider{width:100%;margin-top:24px;position:relative}}.px-workspace{z-index:1;width:100%;max-width:420px;margin-left:auto;position:relative}.px-workspace-tabs{background:var(--surface);border:1px solid var(--line);border-bottom:none;border-radius:16px 16px 0 0;gap:4px;padding:6px;display:flex}.px-workspace-tab{color:var(--steel);border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:9px 6px;font-size:12px;font-weight:600;transition:background-color .2s,color .2s;display:flex}.px-workspace-tab span{white-space:nowrap}.px-workspace-tab:hover{color:var(--ink)}.px-workspace-tab.is-active{background:var(--brand-soft);color:var(--brand)}@media (width<=480px){.px-workspace-tab span{display:none}}.px-workspace-panels{border:1px solid var(--line);background:var(--surface);height:420px;box-shadow:var(--shadow-md);border-radius:0 0 16px 16px;position:relative;overflow:hidden}.px-workspace-panel{flex-direction:column;gap:14px;height:100%;padding:18px;animation:.4s both px-workspace-fade;display:flex}.px-workspace-panel[hidden]{display:none}@keyframes px-workspace-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.px-workspace-panel{animation:none}}.px-wcanvas{flex:1;gap:10px;min-height:0;display:flex}.px-wcanvas-tools{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.px-wcanvas-tools span{width:26px;height:26px;color:var(--steel);border-radius:7px;justify-content:center;align-items:center;display:flex}.px-wcanvas-tools span.is-active{background:var(--brand-soft);color:var(--brand)}.px-wcanvas-frame{border:1px dashed var(--line-soft);border-radius:10px;flex-direction:column;flex:1;justify-content:center;gap:16px;min-height:0;padding:18px 14px;display:flex;position:relative}.px-wcanvas-breadcrumb{font-family:var(--f-mono);letter-spacing:.04em;color:var(--steel);opacity:.7;font-size:9px;position:absolute;top:10px;left:14px}.px-wcanvas-mock,.px-wbrowser-body{text-align:left}.px-wcanvas-heading{font-family:var(--f-head);letter-spacing:-.01em;color:var(--ink);margin-bottom:12px;font-size:18px;font-weight:800;line-height:1.25}.px-wcanvas-heading em{background:var(--brand-gradient);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.px-wcanvas-cta{background:var(--brand-gradient);color:#fff;border-radius:8px;padding:8px 14px;font-size:11px;font-weight:700;display:inline-block}.px-wcanvas-blocks{gap:8px;display:flex}.px-wcanvas-blocks span{background:var(--surface-2);border-radius:6px;flex:1;height:28px}.px-wcanvas-swatches{flex-shrink:0;gap:8px;display:flex}.px-wcanvas-swatches .sw{border:1px solid var(--line);border-radius:50%;width:20px;height:20px}.sw-1{background:var(--brand)}.sw-2{background:var(--brand-2)}.sw-3{background:var(--surface-2)}.sw-4{background:var(--ink)}.px-wcode{background:var(--midnight);border-radius:10px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.px-wcode-bar{background:#ffffff0a;border-bottom:1px solid #ffffff14;flex-shrink:0;padding:8px 12px}.px-wcode-file{font-family:var(--f-mono);color:#e8ecf499;font-size:10.5px}.px-wcode-body{min-height:0;font-family:var(--f-mono);color:#e8ecf4d9;white-space:pre;flex:1;margin:0;padding:12px 14px;font-size:11px;line-height:1.65;overflow:hidden}.px-wcode-body .c-tag{color:#e8ecf473}.px-wcode-body .c-kw{color:var(--brand-2)}.px-wcode-body .c-cl{color:#6fb7e0}.px-wcode-body .c-fn{color:#e0c46f}.px-wcode-body .c-str{color:#7fd99b}.px-wcode-body .c-var{color:#e8ecf4}.px-wcode-term{font-family:var(--f-mono);color:#e8ecf48c;border-top:1px solid #ffffff14;flex-direction:column;flex-shrink:0;gap:3px;padding:8px 12px;font-size:10px;display:flex}.px-wcode-term-line i{color:var(--brand-2);margin-right:6px;font-style:normal}.px-wcode-term-line.c-ok{color:#7fd99b}.px-wbrowser{border:1px solid var(--line);border-radius:10px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.px-wbrowser-bar{background:var(--surface-2);border-bottom:1px solid var(--line);flex-shrink:0;align-items:center;gap:10px;padding:9px 12px;display:flex}.px-wbrowser-dots{gap:4px;display:flex}.px-wbrowser-dots i{background:var(--line-strong,var(--line));border-radius:50%;width:6px;height:6px;display:block}.px-wbrowser-url{text-align:center;font-family:var(--f-mono);color:var(--steel);background:var(--surface);border-radius:999px;flex:1;padding:4px 10px;font-size:10px}.px-wbrowser-body{background:var(--surface);flex-direction:column;flex:1;justify-content:center;min-height:0;padding:20px;display:flex}.px-wdeploy{flex-direction:column;flex:1;justify-content:center;gap:20px;display:flex}.px-wdeploy-pipeline{justify-content:space-between;align-items:flex-start;display:flex;position:relative}.px-wdeploy-pipeline:before{content:"";background:var(--line);z-index:0;height:1px;position:absolute;top:16px;left:16px;right:16px}.px-wdeploy-node{z-index:1;flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.px-wdeploy-node .ico{background:var(--surface);border:1px solid var(--line);width:32px;height:32px;color:var(--steel);border-radius:50%;justify-content:center;align-items:center;display:flex}.px-wdeploy-node span:last-child{color:var(--steel);font-size:10px;font-weight:600}.px-wdeploy-node.is-done .ico{border-color:var(--brand-2);color:var(--brand)}.px-wdeploy-node.is-done span:last-child{color:var(--ink)}.px-wdeploy-node.is-active .ico{background:var(--brand-gradient);color:#fff;box-shadow:0 0 0 4px var(--brand-soft);border-color:#0000}.px-wdeploy-node.is-active span:last-child{color:var(--ink)}.px-wdeploy-status{background:var(--surface-2);color:var(--steel);border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:12.5px;display:flex}.px-wdeploy-status strong{color:var(--ink);font-weight:700}.px-wdeploy-dot{background:var(--ok);width:7px;height:7px;box-shadow:0 0 0 3px color-mix(in srgb, var(--ok) 20%, transparent);border-radius:50%;flex-shrink:0}.px-wdeploy-commit{border:1px solid var(--line);border-radius:10px;flex-direction:column;gap:3px;padding:10px 14px;display:flex}.px-wdeploy-commit-label{font-family:var(--f-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--steel);font-size:9px}.px-wdeploy-commit-msg{color:var(--ink);font-size:12.5px;font-weight:600}@media (width<=1024px){.px-workspace{max-width:100%;margin-top:24px}.px-hero-inner{grid-template-columns:1fr;position:relative}.px-hero-content{max-width:100%;padding-right:0}.px-hero-visual{opacity:.6;width:100%;height:300px;position:relative}.px-hero-visual img{object-fit:contain}}.px-hero-kicker{font-family:var(--f-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--steel);border:1px solid var(--line);background:var(--surface);border-radius:var(--r-sm);box-shadow:var(--shadow-sm);align-items:center;gap:10px;margin-bottom:32px;padding:8px 16px;font-size:11px;font-weight:500;display:inline-flex}.px-hero-kicker .dot{background:var(--ok);border-radius:50%;width:6px;height:6px}@keyframes px-pulse{0%,to{opacity:1}50%{opacity:.4}}.px-hero-kicker .dot{animation:2.4s ease-in-out infinite px-pulse}.px-hero h1{font-family:var(--f-head);letter-spacing:-.028em;max-width:100%;margin-bottom:24px;font-size:clamp(32px,5vw,56px);font-weight:900;line-height:1.1}.px-hero h1 em{color:var(--brand);position:relative}.px-hero-sub{color:var(--steel);max-width:100%;margin-bottom:40px;font-size:clamp(17px,1.8vw,20px);line-height:1.7}.px-hero-ctas{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.px-hero-note{font-family:var(--f-mono);color:var(--steel);margin-top:24px;font-size:12px}.px-hero-stats{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);box-shadow:var(--shadow-sm);grid-template-columns:repeat(4,1fr);margin-top:clamp(48px,6vw,72px);display:grid;position:relative;overflow:hidden}.px-hero-stats:before,.px-hero-stats:after{content:"+";font-family:var(--f-mono);color:var(--mark);font-size:12px;line-height:1;position:absolute}.px-hero-stats:before{top:6px;left:8px}.px-hero-stats:after{bottom:6px;right:8px}.px-hero-stat{border-left:1px solid var(--line-soft);padding:24px}.px-hero-stat:first-child{border-left:0}.px-hero-stat b{font-family:var(--f-head);letter-spacing:-.02em;color:var(--ink);font-size:clamp(26px,2.6vw,34px);font-weight:900;display:block}.px-hero-stat b em{color:var(--brand)}.px-hero-stat span{font-family:var(--f-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--steel);font-size:10.5px}@media (width<=720px){.px-hero-stats{grid-template-columns:1fr 1fr}.px-hero-stat:nth-child(3){border-left:0}.px-hero-stat:nth-child(n+3){border-top:1px solid var(--line-soft)}}.px-services-section-wrapper{position:relative;overflow:hidden}.px-services-header-image{z-index:0;pointer-events:none;width:min(1400px,150%);height:480px;position:absolute;top:0;left:50%;overflow:hidden;transform:translate(-50%)}.px-services-header-image img{object-fit:cover;opacity:.28;width:100%;height:100%}.px-services-header-image:before{content:"";background:linear-gradient(90deg, var(--bg) 0%, #f7f8fa00 30%, #f7f8fa00 70%, var(--bg) 100%), linear-gradient(180deg, var(--bg) 0%, #f7f8fa00 25%, #f7f8fa00 75%, var(--bg) 100%);z-index:10;pointer-events:none;position:absolute;inset:0}[data-theme=dark] .px-services-header-image:before{background:linear-gradient(90deg, var(--bg) 0%, #0b102000 30%, #0b102000 70%, var(--bg) 100%), linear-gradient(180deg, var(--bg) 0%, #0b102000 25%, #0b102000 75%, var(--bg) 100%)}.px-services-header{z-index:1;margin-bottom:96px;padding:80px 0 48px;position:relative}.px-services-intro{z-index:1;text-align:center;max-width:760px;margin-inline:auto;position:relative}.px-services-intro .px-h2{-webkit-backdrop-filter:blur(4px);background:#f7f8fab3;border-radius:24px;width:fit-content;max-width:none;margin-inline:auto;padding:8px 32px;position:relative}[data-theme=dark] .px-services-intro .px-h2{background:#0b10208c}.px-services-intro .px-sub{-webkit-backdrop-filter:blur(4px);background:#f7f8fabf;border-radius:100px;max-width:58ch;margin-inline:auto;padding:10px 24px;position:relative}[data-theme=dark] .px-services-intro .px-sub{background:#0b102099}.px-services-intro h2 em{color:var(--brand);font-style:normal;font-weight:900}.px-service-module{width:100%;padding:80px 0;position:relative}.px-service-module-inner{max-width:var(--container);z-index:1;grid-template-columns:1fr 1.5fr;align-items:center;gap:80px;margin-inline:auto;padding-inline:clamp(20px,4vw,40px);display:grid;position:relative}.px-service-module--right .px-service-module-inner{grid-template-columns:1.5fr 1fr}.px-service-module--right{background:linear-gradient(90deg,#7c3aed29 0%,#7c3aed0f 40%,#0000 70%)}.px-service-module--left{background:linear-gradient(270deg,#133b6c29 0%,#133b6c0f 40%,#0000 70%)}.px-service-module--green{background:linear-gradient(270deg,#16a34a29 0%,#16a34a0f 40%,#0000 70%)!important}.px-service-module--orange{background:linear-gradient(90deg,#f9731629 0%,#f973160f 40%,#0000 70%)!important}.px-service-module--violet{background:linear-gradient(270deg,#7c3aed29 0%,#7c3aed0f 40%,#0000 70%)!important}.px-service-module--gray{background:linear-gradient(90deg,#64748b29 0%,#64748b0f 40%,#0000 70%)!important}.px-services-nav{z-index:2;align-items:center;gap:12px;margin-top:32px;margin-bottom:8px;display:flex;position:relative;transform:translateY(64px)}.px-services-nav.px-reveal.is-in{transform:translateY(64px)}.px-nav-arrow{border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--ink);cursor:pointer;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:all .18s;display:flex}.px-nav-arrow:hover{border-color:var(--brand);color:var(--brand);box-shadow:var(--shadow-sm)}.px-nav-playpause{border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--steel);cursor:pointer;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:all .18s;display:flex}.px-nav-playpause:hover{border-color:var(--brand);color:var(--brand)}.px-nav-playpause .i-play,.px-nav-playpause.is-paused .i-pause{display:none}.px-nav-playpause.is-paused .i-play{display:block}.px-services-tabs{background:var(--surface-2);border:1px solid var(--line-soft);scrollbar-width:none;border-radius:20px;flex:auto;gap:4px;min-width:0;padding:6px;display:flex;overflow-x:auto}.px-services-tabs::-webkit-scrollbar{display:none}.px-service-pill{cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:14px;flex:auto;align-items:center;gap:10px;padding:10px 16px;transition:background .2s,border-radius .2s,margin .2s,padding .2s;display:flex;position:relative;overflow:hidden}.px-service-pill:hover{background:color-mix(in srgb, var(--pill-accent,var(--brand-2)) 10%, var(--surface));border-radius:0;margin-block:-6px;margin-inline:-4px;padding-block:16px;padding-inline:20px}.px-service-pill.is-active{background:color-mix(in srgb, var(--pill-accent,var(--brand-2)) 14%, var(--surface));border-radius:0;margin-block:-6px;margin-inline:-4px;padding-block:16px;padding-inline:20px}.px-service-pill.is-active:hover{background:color-mix(in srgb, var(--pill-accent,var(--brand-2)) 20%, var(--surface))}.px-pill-icon{background:color-mix(in srgb, var(--pill-accent,var(--brand-2)) 14%, transparent);width:36px;height:36px;color:var(--pill-accent,var(--brand-2));border-radius:10px;flex:none;justify-content:center;align-items:center;display:flex}.px-pill-text{text-align:left;flex-direction:column;gap:1px;display:flex}.px-pill-label{font-family:var(--f-body);color:var(--ink);font-size:13px;font-weight:700;transition:color .2s}.px-service-pill.is-active .px-pill-label{color:var(--ink)}.px-pill-progress{opacity:0;background:#1118271f;border-radius:1px;height:2px;transition:opacity .2s;position:absolute;bottom:6px;left:16px;right:16px}.px-service-pill.is-active .px-pill-progress{opacity:1}.px-pill-progress:after{content:"";background:var(--pill-accent,var(--brand-2));border-radius:1px;width:0%;position:absolute;inset:0}.px-service-pill.is-active .px-pill-progress:after{animation:5s linear forwards px-pill-progress}.px-service-pill.is-paused .px-pill-progress:after{animation-play-state:paused}@keyframes px-pill-progress{0%{width:0%}to{width:100%}}@media (width<=720px){.px-pill-text{display:none}.px-service-pill{padding:10px}.px-pill-icon{width:32px;height:32px}}.px-services-swiper{width:100vw;margin-left:-50vw;margin-right:-50vw;padding:0;position:relative;left:50%;right:50%;overflow:hidden}.px-services-swiper .swiper-slide{overflow:hidden}.px-services-swiper .swiper-wrapper{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}.px-services-swiper .swiper-slide{opacity:1;visibility:visible;width:100%;height:auto}.px-services-swiper .swiper-slide .px-service-module{margin-bottom:0}.px-service-content{max-width:560px}.px-service-module h3{font-family:var(--f-head);letter-spacing:-.02em;margin-bottom:8px;font-size:34px;font-weight:900;line-height:1.1}.px-service-subtitle{color:var(--accent);margin-bottom:20px;font-size:15px;font-weight:700}.px-service-text{color:var(--steel);margin-bottom:28px;font-size:15px;line-height:1.6}.px-service-features-row{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px;display:grid}.px-feature-col{flex-direction:column;gap:10px;display:flex}.px-feature-col .ico{border-radius:var(--r-sm);background:var(--surface-2);border:1px solid var(--line);width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.px-feature-col span:last-child{color:var(--ink);font-size:13px;line-height:1.35}.px-service-cta-row{border-top:1px solid var(--line);align-items:center;gap:20px;padding-top:24px;display:flex}.px-price-box{flex-direction:column;gap:2px;display:flex}.px-service-btn{white-space:nowrap}.px-service-btn.primary{background:var(--accent);border-color:var(--accent)}.px-service-btn.primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.px-service-btn--outline{border:1.5px solid var(--accent);color:var(--accent);background:0 0}.px-service-btn--outline:hover{background:var(--accent);color:var(--surface)}.px-service-visual{height:100%;padding:0;position:relative;overflow:hidden}.px-service-module--right .px-service-visual{height:100%;padding:0}.px-wireframe-behind{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-md);opacity:.7;z-index:0;width:70%;padding-bottom:40%;position:absolute;top:-24px;left:-32px}.px-service-module--right .px-wireframe-behind{left:auto;right:-32px}.px-wireframe-label{font-family:var(--f-mono);color:var(--steel);letter-spacing:.1em;font-size:8px;font-weight:700;position:absolute;top:8px;left:12px}.px-wireframe-chrome{gap:4px;display:flex;position:absolute;top:24px;left:12px}.px-wireframe-chrome span{border:1px solid var(--line);border-radius:50%;width:5px;height:5px}.px-mockup-placeholder{z-index:1;aspect-ratio:4/3;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);width:100%;box-shadow:var(--shadow-lg);position:relative}.px-service-mockup{z-index:1;object-fit:cover;width:100%;height:100%;display:block;position:relative}.px-service-mockup--contain{object-fit:contain}.px-service-stats{z-index:1;border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px;padding:16px 0;display:grid;position:relative}.px-stat{flex-direction:column;gap:2px;display:flex}.px-stat strong{font-family:var(--f-head);color:var(--accent);font-size:18px;font-weight:900}.px-stat span{color:var(--steel);font-size:11px}.px-service-stats--products{grid-template-columns:repeat(4,1fr)}.px-stat-product{aspect-ratio:1;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-sm)}.px-service-panel{flex-direction:column;gap:8px;width:76px;display:flex;position:absolute;top:24px;right:0}.px-service-module--right .px-service-panel{left:0;right:auto}.px-panel-label{font-family:var(--f-mono);color:var(--steel);letter-spacing:.1em;font-size:8px;font-weight:700}.px-panel-icons{gap:6px;margin-bottom:8px;display:flex}.px-icon-slot{border-radius:var(--r-sm);background:var(--surface-2);border:1px solid var(--line);width:22px;height:22px}.px-module-separator{font-family:var(--f-mono);color:var(--steel);letter-spacing:.1em;grid-column:1/-1;align-items:center;gap:16px;margin-top:40px;font-size:9px;font-weight:700;display:flex}.px-sep-dots{background-image:repeating-linear-gradient(90deg, var(--steel) 0px, var(--steel) 3px, transparent 3px, transparent 6px);opacity:.4;flex:1;height:1px}.px-service-features-inline{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.px-feature-inline{color:var(--ink);align-items:center;gap:10px;font-size:13px;display:flex}.px-feature-inline svg{width:18px;height:18px;color:var(--accent);stroke-width:2.5px;flex-shrink:0}.px-price-divider{background:var(--line);height:1px;margin:24px 0}.px-price-section{align-items:center;gap:16px;margin-bottom:32px;display:flex}.px-price-info{border:1px solid var(--line);border-radius:var(--r-sm);flex-direction:column;gap:0;min-width:160px;padding:12px 16px;display:flex}.px-price-label{font-family:var(--f-mono);color:var(--steel);letter-spacing:.12em;font-size:8px;font-weight:700}.px-price{font-family:var(--f-head);color:var(--accent);white-space:nowrap;font-size:18px;font-weight:900}.px-section-footer{font-family:var(--f-mono);color:var(--steel);letter-spacing:.1em;border-top:1px dashed var(--line);opacity:.6;align-items:center;gap:8px;padding-top:16px;font-size:8px;font-weight:700;display:flex}.px-diff-band{margin-top:112px;padding:28px 0 0;position:relative}.px-diff-heading{text-align:center;max-width:920px;margin:0 auto 36px;position:relative}.px-diff-heading h2{font-family:var(--f-head);letter-spacing:-.045em;color:var(--ink);font-size:clamp(32px,4vw,54px);line-height:1.04}.px-diff-heading h2 em,.px-diff-signature em{color:var(--brand);font-style:normal}.px-diff-heading p{color:var(--steel);margin-top:18px;font-size:clamp(16px,1.5vw,19px);line-height:1.45}.px-diff-mark{opacity:.9;background:linear-gradient(90deg, var(--brand) 0 28%, transparent 28% 36%, var(--brand) 36% 64%, transparent 64% 72%, var(--brand) 72%) top left / 27px 9px no-repeat, linear-gradient(90deg, var(--brand) 0 28%, transparent 28% 36%, var(--brand) 36% 64%, transparent 64% 72%, var(--brand) 72%) 9px 12px / 36px 9px no-repeat, linear-gradient(90deg, var(--brand) 0 28%, transparent 28% 36%, var(--brand) 36% 64%, transparent 64% 72%, var(--brand) 72%) 18px 24px / 45px 9px no-repeat, linear-gradient(90deg, var(--brand) 0 28%, transparent 28% 36%, var(--brand) 36% 64%, transparent 64% 72%, var(--brand) 72%) 27px 36px / 36px 9px no-repeat, linear-gradient(90deg, var(--brand) 0 28%, transparent 28% 36%, var(--brand) 36% 64%, transparent 64% 72%, var(--brand) 72%) 36px 48px / 27px 9px no-repeat;width:60px;height:60px;position:absolute;top:-12px;left:-86px}.px-diff-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.px-diff-card:nth-child(2){order:3}.px-diff-card:nth-child(3){order:2}.px-diff-card{border-radius:var(--r-md);border:1px solid var(--line);background:var(--surface);min-height:300px;padding:34px 48% 32px 28px;transition:border-color .2s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.px-diff-card:hover{border-color:color-mix(in srgb, var(--brand) 35%, var(--line));box-shadow:var(--shadow-md);transform:translateY(-2px)}.px-diff-card-pattern{background-image:radial-gradient(var(--grid-line-s) 1px, transparent 1px);pointer-events:none;background-size:14px 14px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 100% 0,#000,#0000 70%);mask-image:radial-gradient(circle at 100% 0,#000,#0000 70%)}.px-diff-ico{width:34px;height:34px;color:var(--brand);flex-shrink:0;justify-content:center;align-items:center;margin-bottom:18px;display:flex;position:relative}.px-diff-card h3{font-family:var(--f-head);font-size:23px;font-weight:700;line-height:1.14;position:relative}.px-diff-dash{align-items:center;gap:6px;margin:10px 0 12px;display:flex;position:relative}.px-diff-dash i{background:var(--brand);opacity:.6;border-radius:50%;width:4px;height:4px}.px-diff-dash b{background:var(--line);width:20px;height:1px}.px-diff-card p{color:var(--steel);font-size:14px;line-height:1.62;position:relative}.px-diff-visual-slot{border:1px solid color-mix(in srgb, var(--line) 90%, var(--brand));background:linear-gradient(135deg, transparent calc(50% - .5px), var(--line) 50%, transparent calc(50% + .5px)), linear-gradient(45deg, transparent calc(50% - .5px), var(--line) 50%, transparent calc(50% + .5px));opacity:.65;width:40%;position:absolute;top:34px;bottom:34px;right:28px}.px-diff-visual-slot:before,.px-diff-visual-slot:after{content:"";border-color:var(--brand);border-style:solid;width:10px;height:10px;position:absolute}.px-diff-visual-slot:before{border-width:1px 0 0 1px;top:-1px;left:-1px}.px-diff-visual-slot:after{border-width:0 1px 1px 0;bottom:-1px;right:-1px}.px-diff-visual{border:1px solid color-mix(in srgb, var(--line) 82%, var(--brand));justify-content:center;align-items:center;width:42%;display:flex;position:absolute;top:22px;bottom:22px;right:20px}.px-diff-visual img{z-index:1;object-fit:contain;width:100%;max-height:100%;display:block;position:relative}.px-tech-frame{position:relative}.px-diff-visual.px-tech-frame{position:absolute}.px-tech-frame:before,.px-tech-frame:after{content:"";z-index:2;pointer-events:none;position:absolute;inset:-1px}.px-tech-frame:before{background:linear-gradient(var(--brand), var(--brand)) top left / 14px 1px no-repeat, linear-gradient(var(--brand), var(--brand)) top left / 1px 14px no-repeat, linear-gradient(var(--brand), var(--brand)) bottom right / 14px 1px no-repeat, linear-gradient(var(--brand), var(--brand)) bottom right / 1px 14px no-repeat}.px-tech-frame:after{background:linear-gradient(var(--brand), var(--brand)) top right / 14px 1px no-repeat, linear-gradient(var(--brand), var(--brand)) top right / 1px 14px no-repeat, linear-gradient(var(--brand), var(--brand)) bottom left / 14px 1px no-repeat, linear-gradient(var(--brand), var(--brand)) bottom left / 1px 14px no-repeat}.px-tech-frame--inset:before,.px-tech-frame--inset:after{inset:16px}.px-diff-corner{border-right:1px solid var(--line);border-bottom:1px solid var(--line);opacity:.7;width:10px;height:10px;position:absolute;bottom:12px;right:12px}.px-diff-signature{border:1px solid color-mix(in srgb, var(--line) 82%, var(--brand));max-width:920px;color:var(--ink);text-align:center;background:0 0;justify-content:center;align-items:center;gap:clamp(16px,3vw,44px);margin:26px auto 0;padding:18px 24px;font-size:14px;display:flex;position:relative}.px-diff-signature b{color:var(--brand);font-size:20px;font-weight:500}.px-diff-signature-item{align-items:center;gap:12px;display:inline-flex}.px-diff-signature-item img{object-fit:contain;width:32px;height:32px}@media (width<=980px){.px-services-header-image{width:min(900px,180%);height:320px}.px-service-module-inner,.px-service-module--right .px-service-module-inner{direction:ltr;grid-template-columns:1fr;gap:40px}.px-service-visual,.px-service-module--right .px-service-visual{padding:24px 0 0}.px-wireframe-behind,.px-service-module--right .px-wireframe-behind,.px-service-panel,.px-service-module--right .px-service-panel{display:none}.px-service-module h3{font-size:26px}.px-diff-heading h2 br{display:none}.px-diff-mark{transform-origin:0 0;top:-64px;left:0;transform:scale(.7)}}@media (width<=640px){.px-service-features-row{grid-template-columns:1fr}.px-service-cta-row{flex-direction:column;align-items:flex-start;gap:16px}.px-service-content{max-width:100%}.px-diff-grid{grid-template-columns:1fr}.px-diff-card{min-height:270px}.px-diff-signature{flex-wrap:wrap;gap:10px 18px}}.px-proc-title em{color:var(--brand);font-style:normal;font-weight:800;display:inline-block;position:relative}.px-proc-title em:after{content:"";background:var(--brand);border-radius:2px;height:3px;position:absolute;bottom:-8px;left:1px;right:1px}.px-proc-top{grid-template-columns:.72fr 1fr;align-items:center;gap:clamp(32px,5vw,64px);margin-top:8px;display:grid}.px-proc-intro .px-sub{margin-top:16px}.px-proc-trust{border:1px solid var(--line-soft);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:12px;align-items:center;gap:14px;margin-top:28px;padding:16px 20px;display:flex}.px-proc-trust-ico{border:1.5px dashed var(--brand);width:36px;height:36px;color:var(--brand);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.px-proc-trust strong{font-family:var(--f-head);color:var(--ink);font-size:14px;font-weight:700;display:block}.px-proc-trust span{color:var(--steel);font-size:13px}.px-proc-visual{min-height:320px;position:relative}.px-proc-visual img{width:100%;height:auto;display:block}.px-proc-visual-pattern{background-image:radial-gradient(var(--line) 1.4px, transparent 1.8px);opacity:.8;pointer-events:none;background-size:10px 10px;width:90px;height:90px;position:absolute;top:-20px;right:-20px}.px-proc-steps{grid-template-rows:auto auto auto auto auto auto;grid-template-columns:repeat(4,1fr);gap:2px 32px;margin-top:72px;display:grid}.px-proc-step{grid-row:span 6;grid-template-rows:subgrid;opacity:0;display:grid;position:relative;transform:translateY(16px)}.px-proc-steps.is-chained .px-proc-step{animation:.55s cubic-bezier(.22,1,.36,1) both px-proc-step-in}.px-proc-steps.is-chained .px-proc-step:first-child{animation-delay:0s}.px-proc-steps.is-chained .px-proc-step:nth-child(2){animation-delay:.45s}.px-proc-steps.is-chained .px-proc-step:nth-child(3){animation-delay:.9s}.px-proc-steps.is-chained .px-proc-step:nth-child(4){animation-delay:1.35s}@keyframes px-proc-step-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.px-proc-step.is-settled{opacity:1;animation:none;transform:none}@media (prefers-reduced-motion:reduce){.px-proc-step{opacity:1;transform:none}.px-proc-steps.is-chained .px-proc-step{animation:none}}.px-proc-ring{background:var(--surface);width:68px;height:68px;box-shadow:var(--shadow-sm);color:var(--brand);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.px-proc-ring:before{content:"";border:3px solid var(--line);border-radius:50%;position:absolute;inset:-1px}.px-proc-ring:after{content:"";border:3px solid #0000;border-left-color:var(--brand);border-radius:50%;position:absolute;inset:-1px;transform:rotate(-15deg)}.px-proc-connector{background:var(--brand);opacity:.55;transform-origin:0;height:2px;position:absolute;top:34px;left:68px;right:-32px;transform:scaleX(0)}.px-proc-steps.is-chained .px-proc-step:first-child .px-proc-connector{animation:.4s ease-out .3s both px-proc-connector-in}.px-proc-steps.is-chained .px-proc-step:nth-child(2) .px-proc-connector{animation:.4s ease-out .75s both px-proc-connector-in}.px-proc-steps.is-chained .px-proc-step:nth-child(3) .px-proc-connector{animation:.4s ease-out 1.2s both px-proc-connector-in}@keyframes px-proc-connector-in{to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.px-proc-connector{animation:none;transform:scaleX(1)}}.px-proc-connector:before,.px-proc-connector:after{content:"";background:var(--brand);border-radius:50%;width:7px;height:7px;position:absolute;top:50%;transform:translateY(-50%)}.px-proc-connector:before{left:0}.px-proc-connector:after{right:0}.px-proc-num{font-family:var(--f-head);color:var(--brand);letter-spacing:-.02em;margin-top:20px;font-size:26px;font-weight:800;display:block}.px-proc-step h3{font-family:var(--f-head);margin-top:4px;font-size:17px;font-weight:700;line-height:1.25}.px-proc-step p{color:var(--steel);margin-bottom:16px;font-size:13.5px;line-height:1.55}.px-proc-badge{background:color-mix(in srgb, var(--brand) 10%, transparent);color:var(--brand);font-family:var(--f-mono);letter-spacing:.04em;text-transform:uppercase;border-radius:100px;place-self:start;padding:5px 12px;font-size:11px;font-weight:700;display:inline-block}.px-proc-band{border:1px solid color-mix(in srgb, var(--line) 82%, var(--brand));background:0 0;grid-template-columns:repeat(4,1fr);margin-top:56px;padding:28px 32px;display:grid;position:relative}.px-proc-band-item{align-items:flex-start;gap:14px;padding:0 24px;display:flex}.px-proc-band-item:not(:last-child){border-right:1px solid var(--line)}.px-proc-band-item:first-child{padding-left:8px}.px-proc-band-item .ico{color:var(--brand);flex:none;margin-top:2px}.px-proc-band-item .tx{flex-direction:column;gap:3px;min-width:0;display:flex}.px-proc-band-item .tx strong{font-family:var(--f-head);color:var(--ink);font-size:14px;font-weight:700}.px-proc-band-item .tx em{color:var(--steel);font-size:12.5px;font-style:normal;line-height:1.45}@media (width<=980px){.px-proc-top{grid-template-columns:1fr}.px-proc-visual{min-height:260px}.px-proc-steps{grid-template-columns:1fr 1fr}.px-proc-step{margin-bottom:40px}.px-proc-connector{display:none}.px-proc-band{grid-template-columns:1fr 1fr;row-gap:24px}.px-proc-band-item:nth-child(2){border-right:none}.px-proc-band-item:first-child{padding-left:24px}}@media (width<=640px){.px-proc-steps,.px-proc-band{grid-template-columns:1fr}.px-proc-band-item{border-right:none!important;padding-left:8px!important}}.px-split{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(40px,6vw,80px);display:grid}@media (width<=860px){.px-split{grid-template-columns:1fr}}.px-feature-list{flex-direction:column;margin-top:8px;display:flex}.px-feature{border-bottom:1px solid var(--line-soft);grid-template-columns:auto 1fr;gap:16px;padding:20px 0;display:grid}.px-feature:last-child{border-bottom:0}.px-feature .ico{color:var(--brand);border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);width:40px;height:40px;box-shadow:var(--shadow-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.px-feature .ico svg{stroke-width:2px}.px-feature h3{font-family:var(--f-head);margin-bottom:4px;font-size:16px;font-weight:700}.px-feature p{color:var(--steel);font-size:14px}.px-why-grid{grid-template-columns:.82fr 1fr;align-items:start;gap:clamp(32px,5vw,64px);display:grid}.px-why-intro{align-self:start;position:sticky;top:88px}.px-why-title em{color:var(--brand);font-style:normal;font-weight:800;display:inline-block;position:relative}.px-why-title em:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 16'%3E%3Cpath d='M2 10 Q 26 2 50 9 T 100 9 T 150 9 T 198 8' fill='none' stroke='%23785CFF' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") 0/100% 100% no-repeat;height:10px;position:absolute;bottom:-8px;left:2px;right:-2px}[data-theme=dark] .px-why-title em:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 16'%3E%3Cpath d='M2 10 Q 26 2 50 9 T 100 9 T 150 9 T 198 8' fill='none' stroke='%238F73FF' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E")}.px-text-accent{color:var(--brand);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--brand) 40%, transparent);text-decoration-color:color-mix(in srgb, var(--brand) 40%, transparent);text-underline-offset:3px;font-weight:600}.px-why-illustration{margin-top:32px}.px-why-illustration img{width:100%;height:auto;display:block}.px-why-timeline{flex-direction:column;padding-left:36px;display:flex;position:relative}.px-why-timeline:before{content:"";background:color-mix(in srgb, var(--brand) 16%, transparent);width:2px;position:absolute;top:10px;bottom:24px;left:5px}.px-why-fill{background:linear-gradient(var(--brand), color-mix(in srgb, var(--brand) 70%, var(--brand-2)));width:2px;box-shadow:0 0 10px 1px color-mix(in srgb, var(--brand) 55%, transparent);transform:scaleY(var(--why-progress,0));transform-origin:top;will-change:transform;border-radius:1px;position:absolute;top:10px;bottom:24px;left:5px}.px-why-fill-head{background:var(--brand);width:10px;height:10px;box-shadow:0 0 12px 4px color-mix(in srgb, var(--brand) 65%, transparent);opacity:0;will-change:transform;border-radius:50%;transition:opacity .3s;animation:1.8s ease-in-out infinite px-why-head-pulse;position:absolute;top:10px;left:1px;transform:translateY(0)}@keyframes px-why-head-pulse{0%,to{box-shadow:0 0 10px 3px color-mix(in srgb, var(--brand) 55%, transparent)}50%{box-shadow:0 0 16px 6px color-mix(in srgb, var(--brand) 75%, transparent)}}.px-why-item{grid-template-columns:minmax(0,1fr) minmax(240px,.92fr);align-items:start;gap:28px;padding:36px 0;display:grid;position:relative}.px-why-item:first-child{padding-top:0}.px-why-item:not(:last-child):after{content:"";background:var(--line-soft);height:1px;position:absolute;bottom:0;left:0;right:0}.px-why-dot{background:var(--surface);border:2px solid color-mix(in srgb, var(--brand) 30%, transparent);width:18px;height:18px;box-shadow:none;z-index:1;border-radius:50%;transition:background .4s,border-color .4s,box-shadow .4s,transform .4s cubic-bezier(.22,1,.36,1);position:absolute;top:37px;left:-39px}.px-why-item:first-child .px-why-dot{top:1px}.px-why-dot:after{content:"";border:1.5px solid var(--brand);opacity:0;pointer-events:none;border-radius:50%;position:absolute;inset:-7px}.px-why-dot.is-active{background:var(--brand);border-color:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb, var(--brand) 18%, transparent), 0 0 14px 2px color-mix(in srgb, var(--brand) 40%, transparent);animation:.55s cubic-bezier(.22,1,.36,1) px-why-dot-pop}.px-why-dot.is-active:after{animation:.8s cubic-bezier(.22,1,.36,1) px-why-dot-ripple}@keyframes px-why-dot-pop{0%{transform:scale(.72)}60%{transform:scale(1.16)}to{transform:scale(1)}}@keyframes px-why-dot-ripple{0%{opacity:.55;transform:scale(.7)}to{opacity:0;transform:scale(1.9)}}@media (prefers-reduced-motion:reduce){.px-why-dot.is-active,.px-why-dot.is-active:after,.px-why-fill-head{animation:none}}.px-why-num{font-family:var(--f-mono);color:var(--brand);letter-spacing:.06em;margin-bottom:8px;font-size:15px;font-weight:700;display:block}.px-why-item-body h3{font-family:var(--f-head);letter-spacing:-.015em;font-size:21px;font-weight:700;line-height:1.2}.px-why-dash{background:var(--brand);opacity:.6;width:22px;height:3px;margin:12px 0;display:block}.px-why-item-body p{color:var(--steel);font-size:13.5px;line-height:1.6}.px-why-widget{border:1.5px dashed var(--line);border-radius:var(--r-sm);background:var(--surface-2);min-height:150px;color:var(--steel);font-family:var(--f-mono);text-align:center;justify-content:center;align-self:stretch;align-items:center;padding:12px;font-size:11px;display:flex}.px-why-widget:has(img){background:0 0;border:none;padding:0}.px-why-widget img{width:100%;height:auto;display:block}@media (width<=980px){.px-why-grid{grid-template-columns:1fr}.px-why-intro{position:static}}@media (width<=640px){.px-why-item{grid-template-columns:1fr;gap:16px}.px-why-band-steps{justify-content:flex-start;gap:14px}.px-why-band-arrow{display:none}}.px-values{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px;display:grid}.px-value{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--shadow-sm);padding:32px 28px;transition:transform .2s,border-color .2s;position:relative}.px-value:hover{border-color:var(--brand);transform:translateY(-4px)}.px-value .n{font-family:var(--f-mono);color:var(--brand);letter-spacing:.12em;margin-bottom:16px;font-size:11px;font-weight:500;display:block}.px-value h3{font-family:var(--f-head);letter-spacing:-.01em;margin-bottom:8px;font-size:17px;font-weight:700}.px-value p{color:var(--steel);font-size:14px}@media (width<=860px){.px-values{grid-template-columns:1fr}}.px-process{grid-template-columns:repeat(4,1fr);gap:32px;margin-top:48px;display:grid}.px-process-step{position:relative}.px-process-step:not(:last-child):after{content:"";background:var(--line-soft);width:calc(100% - 8px);height:1px;position:absolute;top:19px;left:40px}.px-process-step .ico{color:var(--brand);border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);width:40px;height:40px;box-shadow:var(--shadow-sm);z-index:1;justify-content:center;align-items:center;margin-bottom:20px;display:flex;position:relative}.px-process-step .ico svg{stroke-width:2px}.px-process-step h3{font-family:var(--f-head);letter-spacing:-.01em;margin-bottom:6px;font-size:16px;font-weight:700}.px-process-step p{color:var(--steel);font-size:14px}@media (width<=860px){.px-process{grid-template-columns:1fr 1fr;gap:32px 24px}.px-process-step:after{display:none}}@media (width<=520px){.px-process{grid-template-columns:1fr}}.px-stack{flex-wrap:wrap;gap:8px;margin-top:32px;display:flex}.px-stack li{font-family:var(--f-mono);letter-spacing:.03em;border:1px solid var(--line);border-radius:var(--r-sm);color:var(--steel);background:var(--surface);padding:8px 16px;font-size:12px;font-weight:500;transition:border-color .2s,color .2s}.px-stack li:hover{border-color:var(--brand);color:var(--brand)}.px-service-block{border-top:1px solid var(--line-soft);grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:clamp(32px,5vw,64px);padding-block:clamp(40px,5vw,64px);display:grid}.px-service-block:first-of-type{border-top:0}.px-service-block .num{font-family:var(--f-mono);color:var(--brand);letter-spacing:.12em;margin-bottom:16px;font-size:12px;font-weight:500;display:block}.px-service-block h2{font-family:var(--f-head);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(23px,2.6vw,30px);font-weight:700}.px-service-block .desc{color:var(--steel);max-width:52ch;margin-bottom:24px}.px-service-block .meta{font-family:var(--f-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--steel);border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);flex-wrap:wrap;gap:24px;margin-bottom:24px;padding:16px 20px;font-size:11px;display:flex}.px-service-block .meta b{color:var(--brand);text-transform:none;letter-spacing:.02em;margin-top:4px;font-size:13px;font-weight:500;display:block}.px-service-block ul.inc{flex-direction:column;gap:10px;display:flex}.px-service-block ul.inc li{color:var(--steel);align-items:baseline;gap:12px;font-size:14.5px;display:flex}.px-service-block ul.inc li:before{content:"→";color:var(--brand);font-family:var(--f-mono);flex-shrink:0;font-size:13px}@media (width<=860px){.px-service-block{grid-template-columns:1fr}}.px-service-detail{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,56px);margin-top:clamp(28px,4vw,40px);padding:clamp(24px,3vw,36px) clamp(28px,4vw,40px);display:grid}.px-service-detail-kicker{font-family:var(--f-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:18px;font-size:11px;font-weight:600;display:block}.px-service-detail-process ol{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.px-service-detail-process li{gap:14px;display:flex}.px-service-detail-process li b{font-family:var(--f-mono);color:var(--brand);flex-shrink:0;padding-top:2px;font-size:12px;font-weight:600}.px-service-detail-process li strong{font-family:var(--f-head);color:var(--ink);margin-bottom:2px;font-size:14.5px;font-weight:700;display:block}.px-service-detail-process li p{color:var(--steel);font-size:13.5px;line-height:1.5}.px-service-detail-faq .px-faq{max-width:none;margin:0}.px-service-detail-faq .px-faq summary{padding:14px 18px;font-size:14.5px}.px-service-detail-faq .px-faq .a{padding:0 18px 16px;font-size:13.5px}@media (width<=860px){.px-service-detail{grid-template-columns:1fr}}.px-services-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px;display:grid}.px-service-card{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);flex-direction:column;padding:28px;transition:border-color .2s,transform .2s;display:flex;position:relative}.px-service-card:hover{border-color:var(--brand);transform:translateY(-2px)}.px-service-card .visual{justify-content:center;align-items:center;width:100%;height:160px;margin-bottom:20px;display:flex}.px-service-card .visual img{object-fit:contain;max-width:100%;max-height:100%;display:block}.px-service-card h2{font-family:var(--f-head);letter-spacing:-.01em;margin-bottom:8px;font-size:19px;font-weight:700}.px-service-card p{color:var(--steel);flex:1;margin-bottom:20px;font-size:14px;line-height:1.5}.px-service-card .link{font-family:var(--f-head);color:var(--brand);border-bottom:1px solid #0000;align-self:flex-end;padding-bottom:2px;font-size:14px;font-weight:700;transition:border-color .2s}.px-service-card:hover .link{border-color:var(--brand)}@media (width<=980px){.px-services-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.px-services-grid{grid-template-columns:1fr}}.px-services-hero-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(24px,4vw,56px);display:grid}.px-services-hero-visual{width:100%;height:auto;display:block}@media (width<=860px){.px-services-hero-grid{grid-template-columns:1fr}.px-services-hero-visual{max-width:360px;margin-inline:auto}}.px-services-cta{border:1px solid color-mix(in srgb, var(--line) 82%, var(--brand));flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-top:56px;padding:clamp(28px,4vw,40px);display:flex}.px-services-cta--center{text-align:center;flex-direction:column}.px-services-cta--center p{max-width:52ch;margin-inline:auto}.px-services-cta h2{font-family:var(--f-head);letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(22px,2.6vw,28px);font-weight:800}.px-services-cta h2 em{color:var(--brand);font-style:normal}.px-services-cta p{color:var(--steel);max-width:42ch;font-size:14.5px}.px-services-cta .ctas{flex-wrap:wrap;gap:12px;display:flex}.px-services-cta--center .ctas{justify-content:center;margin-top:8px}@media (width<=900px){.px-services-cta{flex-direction:column;align-items:flex-start}}.px-pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;margin-top:48px;display:grid}.px-plan{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:16px;padding:40px 32px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative}.px-plan:hover{border-color:var(--brand);box-shadow:var(--shadow-md);transform:translateY(-4px)}.px-plan.featured{border:2px solid var(--brand);box-shadow:var(--shadow-lg)}.px-plan .badge{background:var(--brand);color:#fff;font-family:var(--f-mono);letter-spacing:.12em;text-transform:uppercase;border-radius:var(--r-sm);padding:5px 14px;font-size:10px;font-weight:500;position:absolute;top:-12px;left:32px}.px-plan .name{font-family:var(--f-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--steel);font-size:11px;font-weight:500}.px-plan .price{font-family:var(--f-head);letter-spacing:-.02em;color:var(--ink);font-size:clamp(32px,3vw,40px);font-weight:900;line-height:1}.px-plan .price small{font-family:var(--f-mono);color:var(--steel);letter-spacing:.08em;text-transform:uppercase;margin-top:8px;font-size:10.5px;font-weight:400;display:block}.px-plan .for{color:var(--steel);border-bottom:1px solid var(--line-soft);padding-bottom:16px;font-size:14px}.px-plan ul{flex-direction:column;flex:1;gap:10px;display:flex}.px-plan ul li{color:var(--steel);align-items:baseline;gap:10px;font-size:14px;display:flex}.px-plan ul li:before{content:"✓";color:var(--ok);font-family:var(--f-mono);flex-shrink:0;font-size:12px}.px-plan .px-btn{width:100%;margin-top:8px}@media (width<=940px){.px-pricing-grid{grid-template-columns:1fr;max-width:460px;margin-inline:auto}}.px-pricing-note{text-align:center;font-family:var(--f-mono);color:var(--steel);letter-spacing:.02em;margin-top:32px;font-size:12px}.px-price-rows{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);margin-top:48px;overflow:hidden}.px-price-row{border-bottom:1px solid var(--line-soft);grid-template-columns:minmax(0,1.4fr) minmax(0,2fr) auto;align-items:center;gap:24px;padding:24px 32px;transition:background-color .2s;display:grid}.px-price-row:last-child{border-bottom:0}.px-price-row:hover{background:var(--surface-2)}.px-price-row h3{font-family:var(--f-head);font-size:16px;font-weight:700}.px-price-row p{color:var(--steel);font-size:14px}.px-price-row .p{font-family:var(--f-mono);color:var(--brand);white-space:nowrap;letter-spacing:.02em;font-size:13px;font-weight:500}@media (width<=780px){.px-price-row{grid-template-columns:1fr;gap:6px}}.px-faq{max-width:760px;margin:48px auto 0}.px-faq details{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);margin-bottom:8px;transition:border-color .2s}.px-faq details[open]{border-color:var(--brand)}.px-faq summary{cursor:pointer;font-family:var(--f-head);letter-spacing:-.01em;justify-content:space-between;align-items:center;gap:24px;padding:20px 24px;font-size:16px;font-weight:700;list-style:none;transition:color .2s;display:flex}.px-faq summary::-webkit-details-marker{display:none}.px-faq summary:after{content:"+";font-family:var(--f-mono);color:var(--brand);flex-shrink:0;font-size:18px;transition:transform .2s}.px-faq details[open] summary:after{transform:rotate(45deg)}.px-faq summary:hover{color:var(--brand)}.px-faq .a{color:var(--steel);max-width:62ch;padding:0 24px 20px;font-size:14.5px}.px-cta-band{margin-top:var(--gap);text-align:center;background:var(--surface-2);border-block:1px solid var(--line-soft);color:var(--ink);padding-block:clamp(64px,9vw,112px);position:relative;overflow:hidden}.px-cta-band:before,.px-cta-band:after{content:"+";font-family:var(--f-mono);color:var(--mark);font-size:14px;position:absolute}.px-cta-band:before{top:16px;left:24px}.px-cta-band:after{bottom:16px;right:24px}.px-cta-band .px-container{z-index:1;position:relative}.px-cta-band h2{font-family:var(--f-head);letter-spacing:-.028em;max-width:20ch;color:var(--ink);margin:0 auto 16px;font-size:clamp(32px,5vw,54px);font-weight:900;line-height:1.06}.px-cta-band p{color:var(--steel);max-width:48ch;margin:0 auto 40px;font-size:16px}.px-cta-band .ctas{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.px-cta-final{margin-top:var(--gap);text-align:center;padding-block:clamp(64px,9vw,100px) clamp(40px,6vw,64px);position:relative;overflow:hidden}.px-cta-final-dots{background-image:radial-gradient(var(--line) 1.4px, transparent 1.8px);opacity:.8;pointer-events:none;background-size:14px 14px;width:110px;height:110px;position:absolute}.px-cta-final-dots--tr{top:24px;right:40px}.px-cta-final-dots--bl{bottom:96px;left:40px}.px-cta-final-title{font-family:var(--f-head);letter-spacing:-.025em;color:var(--ink);max-width:18ch;margin:0 auto 20px;font-size:clamp(32px,5.2vw,56px);font-weight:800;line-height:1.1}.px-cta-final-title em{color:var(--brand);font-style:normal}.px-cta-final-sub{color:var(--steel);max-width:46ch;margin:0 auto 28px;font-size:17px}.px-cta-final-accent{color:var(--brand);font-weight:600}.px-cta-final-rule{background:linear-gradient(90deg, transparent, var(--brand));border-radius:2px;width:96px;height:3px;margin:0 auto 40px;display:block}.px-cta-final .ctas{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.px-cta-final-btn{font-family:var(--f-head);border-radius:14px;align-items:center;gap:10px;padding:16px 28px;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s,border-color .15s,color .15s;display:inline-flex}.px-cta-final-btn.primary{background:var(--brand);color:#fff;box-shadow:0 10px 28px color-mix(in srgb, var(--brand) 35%, transparent)}.px-cta-final-btn.primary:hover{transform:translateY(-2px)}.px-cta-final-btn:not(.primary){background:var(--surface);border:1.5px solid var(--line);color:var(--ink)}.px-cta-final-btn:not(.primary):hover{border-color:var(--brand);color:var(--brand);transform:translateY(-2px)}.px-cta-final-mark{font-family:var(--f-mono);color:var(--brand);justify-content:center;align-items:center;gap:16px;margin-top:clamp(40px,6vw,64px);font-size:16px;font-weight:700;display:flex}.px-cta-final-mark .ln{background:var(--line);width:clamp(60px,14vw,160px);height:1px}.px-contact-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);align-items:start;gap:clamp(40px,6vw,80px);margin-top:48px;display:grid}@media (width<=860px){.px-contact-grid{grid-template-columns:1fr}}.px-contact-info{flex-direction:column;gap:8px;display:flex}.px-contact-item{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);padding:20px;transition:border-color .2s}.px-contact-item:hover{border-color:var(--brand)}.px-contact-item .k{font-family:var(--f-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--steel);margin-bottom:6px;font-size:10.5px;font-weight:500;display:block}.px-contact-item a,.px-contact-item .v{color:var(--ink);font-size:15px;font-weight:600}.px-contact-item a:hover{color:var(--brand)}.px-contact-item p{color:var(--steel);margin-top:4px;font-size:13px}.px-form{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-md);flex-direction:column;gap:20px;padding:clamp(24px,3.5vw,40px);display:flex;position:relative}.px-form:before{content:"+";font-family:var(--f-mono);color:var(--mark);font-size:12px;position:absolute;top:10px;right:14px}.px-form .row{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (width<=560px){.px-form .row{grid-template-columns:1fr}}.px-field{flex-direction:column;gap:6px;display:flex}.px-field label{font-family:var(--f-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--steel);font-size:10.5px;font-weight:500}.px-field label b{color:var(--brand);font-weight:500}.px-field input,.px-field select,.px-field textarea{font:inherit;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:var(--r-sm);width:100%;padding:12px 16px;font-size:14.5px;transition:border-color .2s,box-shadow .2s}.px-field textarea{resize:vertical;min-height:130px}.px-field input:focus,.px-field select:focus,.px-field textarea:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #785cff1f}.px-field .err{color:var(--err);font-size:12.5px}.px-form-status{font-size:14px;font-weight:500}.px-form-status.ok{color:var(--ok)}.px-form-status.err{color:var(--err)}.px-hp{opacity:0;pointer-events:none;position:absolute;left:-9999px}.px-legal{max-width:760px;margin-inline:auto;padding-block:clamp(48px,7vw,80px)}.px-legal h1{font-family:var(--f-head);letter-spacing:-.025em;margin-bottom:12px;font-size:clamp(30px,4vw,44px);font-weight:900;line-height:1.08}.px-legal .updated{font-family:var(--f-mono);letter-spacing:.1em;color:var(--steel);text-transform:uppercase;margin-bottom:40px;font-size:11px;font-weight:500;display:block}.px-legal h2{font-family:var(--f-head);letter-spacing:-.015em;border-top:1px solid var(--line-soft);margin:40px 0 12px;padding-top:32px;font-size:21px;font-weight:700}.px-legal h3{font-family:var(--f-head);margin:24px 0 8px;font-size:16px;font-weight:700}.px-legal p{color:var(--steel);margin-bottom:16px}.px-legal ul{flex-direction:column;gap:8px;margin:0 0 16px;display:flex}.px-legal ul li{color:var(--steel);gap:12px;display:flex}.px-legal ul li:before{content:"—";color:var(--brand);flex-shrink:0}.px-legal a{color:var(--brand);border-bottom:1px solid #0000;font-weight:500}.px-legal a:hover{border-bottom-color:var(--brand)}.px-legal strong{color:var(--ink)}.px-page-hero{padding-block:clamp(56px,8vw,96px) clamp(32px,5vw,56px);position:relative;overflow:hidden}.px-page-hero:after{content:"";background:linear-gradient(180deg, transparent 20%, var(--bg) 96%);pointer-events:none;position:absolute;inset:0}.px-page-hero .px-container{z-index:1;position:relative}.px-page-hero h1{font-family:var(--f-head);letter-spacing:-.03em;max-width:19ch;margin-bottom:20px;font-size:clamp(34px,5vw,58px);font-weight:900;line-height:1.04}.px-page-hero .lede{color:var(--steel);max-width:54ch;font-size:clamp(16px,1.5vw,18px)}.px-corp-proof{align-items:center;gap:14px;margin-top:32px;display:flex}.px-corp-proof-avatars{display:flex}.px-corp-avatar{border:2px solid var(--bg);width:36px;height:36px;box-shadow:0 0 0 1px var(--line);border-radius:50%;margin-left:-10px;display:block;overflow:hidden}.px-corp-avatar:first-child{margin-left:0}.px-corp-avatar img{object-fit:cover;width:100%;height:100%}.px-corp-proof-text{color:var(--steel);font-size:14px}.px-corp-benefits{border-top:1px solid var(--line-soft);flex-wrap:wrap;gap:20px 32px;margin-top:28px;padding-top:28px;display:flex}.px-corp-benefit{color:var(--steel);align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.px-corp-benefit svg{color:var(--brand);flex-shrink:0}@media (width<=640px){.px-corp-benefits{gap:16px}}.px-corp-pain{padding-block:var(--gap);border-top:1px solid var(--line-soft)}#px-ficha-servicio{scroll-margin-top:96px}.px-corp-pain-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;display:grid}.px-corp-pain-card{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);padding:28px}.px-corp-pain-icon{border-radius:var(--r-sm);background:var(--brand-soft);width:44px;height:44px;color:var(--brand);justify-content:center;align-items:center;margin-bottom:16px;display:flex}.px-corp-pain-card h3{font-family:var(--f-head);margin-bottom:8px;font-size:17px;font-weight:700}.px-corp-pain-card p{color:var(--steel);font-size:14px;line-height:1.55}@media (width<=860px){.px-corp-pain-grid{grid-template-columns:1fr}}.px-corp-pain-strip{border:1px solid color-mix(in srgb, var(--line) 82%, var(--brand));border-radius:var(--r-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-top:32px;padding:clamp(24px,3vw,32px);display:flex}.px-corp-pain-strip p{color:var(--steel);max-width:46ch;font-size:14.5px}.px-corp-pain-strip p em{color:var(--brand);font-style:normal}@media (width<=700px){.px-corp-pain-strip{flex-direction:column;align-items:flex-start}}.px-cta-band .px-corp-lead-form{text-align:left;flex-direction:column;gap:12px;max-width:420px;margin:32px auto 0;display:flex}.px-cta-band .px-corp-lead-row{flex-wrap:wrap;gap:12px;display:flex}.px-cta-band .px-corp-lead-row input{flex:1;min-width:160px}.px-cta-band .px-corp-lead-form input,.px-cta-band .px-corp-lead-form textarea{border-radius:var(--r-sm);border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);font-family:var(--f-body);padding:12px 16px;font-size:14px}.px-cta-band .px-corp-lead-form input::placeholder,.px-cta-band .px-corp-lead-form textarea::placeholder{color:var(--steel)}.px-cta-band .px-corp-lead-form input:focus,.px-cta-band .px-corp-lead-form textarea:focus{border-color:var(--brand);outline:none}.px-cta-band .px-corp-lead-form textarea{resize:vertical;min-height:72px}.px-cta-band .px-corp-lead-error{color:var(--err);font-size:13px}.px-cta-band .px-corp-lead-success{border-radius:var(--r-md);border:1px solid color-mix(in srgb, var(--ok) 35%, transparent);background:color-mix(in srgb, var(--ok) 10%, transparent);max-width:420px;color:var(--ink);margin:32px auto 0;padding:20px}.px-cta-band .px-corp-lead-form .px-btn{width:100%}.px-cta-band .px-corp-lead-note{color:var(--steel);text-align:center;margin-top:16px;font-size:13px}.px-cta-band .px-corp-lead-note a{color:var(--ink);text-underline-offset:2px;text-decoration:underline}.px-cta-band .px-corp-lead-success strong{font-family:var(--f-head);margin-bottom:4px;font-size:16px;display:block}.px-cta-band .px-corp-lead-success p{color:var(--steel);margin:0;font-size:14px}.px-footer{background:var(--surface);color:var(--steel);border-top:1px solid var(--line-soft);margin-top:auto;padding:clamp(56px,7vw,88px) 0 0}.px-footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}.px-footer-col,.px-footer-about{border-left:1px solid var(--line-soft);padding-left:40px}.px-footer-about{border-left:none;max-width:36ch;padding-left:0}.px-footer-logo{align-items:center;display:inline-flex}.px-footer-logo .px-brand-img{height:28px}.px-footer-rule{background:var(--brand);border-radius:2px;width:32px;height:3px;margin:14px 0 18px;display:block}.px-footer-about p{color:var(--steel);font-size:14.5px;line-height:1.6}.px-footer-social{gap:12px;margin-top:22px;display:flex}.px-footer-social a{border:1px solid var(--line);width:36px;height:36px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:flex}.px-footer-social a:hover{border-color:var(--brand);color:var(--brand)}.px-footer-col h3{font-family:var(--f-head);letter-spacing:.06em;text-transform:uppercase;color:var(--ink);align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.px-footer-col h3 .ico{color:var(--brand);display:flex}.px-footer-links{flex-direction:column;display:flex}.px-footer-links a{border-bottom:1px solid var(--line-soft);color:var(--steel);padding:10px 0;font-size:14px;transition:color .15s}.px-footer-links a:last-child{border-bottom:none}.px-footer-links a:hover{color:var(--brand)}.px-footer-info{flex-direction:column;display:flex}.px-footer-info-row{border-bottom:1px solid var(--line-soft);color:var(--steel);align-items:center;gap:10px;padding:10px 0;font-size:13.5px;display:flex}.px-footer-info-row:last-child{border-bottom:none}.px-footer-info-row .ico{color:var(--brand);flex:none;display:flex}.px-footer-info-row a{color:var(--steel)}.px-footer-info-row a:hover{color:var(--brand)}.px-footer-bot{border-top:1px solid var(--line-soft);flex-wrap:wrap;align-items:center;gap:24px;padding:28px 0;display:flex}.px-footer-copy{flex:none}.px-footer-copy p{color:var(--steel);font-size:13.5px}.px-footer-copy strong{color:var(--ink);font-weight:700}.px-footer-legal{margin-top:2px;font-size:12.5px}.px-footer-legal a{color:var(--steel)}.px-footer-legal a:hover{color:var(--brand)}.px-footer-trust{flex-wrap:wrap;flex:1;justify-content:center;gap:28px;display:flex}.px-footer-trust-item{align-items:flex-start;gap:10px;display:flex}.px-footer-trust-item .ico{color:var(--brand);flex:none;margin-top:1px}.px-footer-trust-item .tx{flex-direction:column;gap:1px;display:flex}.px-footer-trust-item .tx strong{font-family:var(--f-head);color:var(--ink);font-size:13px;font-weight:700}.px-footer-trust-item .tx em{color:var(--steel);font-size:12px;font-style:normal}.px-footer-wa{border:1px solid var(--line);background:var(--surface);color:var(--ink);font-family:var(--f-head);box-shadow:var(--shadow-sm);border-radius:12px;flex:none;align-items:center;gap:10px;padding:12px 22px;font-size:14px;font-weight:700;transition:border-color .15s,transform .15s;display:inline-flex}.px-footer-wa svg{color:#25d366}.px-footer-wa:hover{border-color:#25d366;transform:translateY(-2px)}@media (width<=900px){.px-footer-grid{grid-template-columns:1fr 1fr;row-gap:32px}.px-footer-about{border-left:none;grid-column:1/-1;max-width:none;padding-left:0}.px-footer-col:nth-child(2){border-left:none;padding-left:0}.px-footer-bot{text-align:center;justify-content:center}.px-footer-trust{justify-content:center}}@media (width<=560px){.px-footer-grid{grid-template-columns:1fr}.px-footer-col{border-left:none;padding-left:0}}.px-wa-float{z-index:90;border-radius:var(--r-md);color:#fff;width:52px;height:52px;box-shadow:var(--shadow-md);background:#25d366;border:1px solid #1ebd5a;justify-content:center;align-items:center;transition:transform .2s,background-color .2s;display:flex;position:fixed;bottom:24px;right:24px}.px-wa-float:hover{background:#1ebd5a;transform:translateY(-4px)}.px-skip{z-index:200;background:var(--brand);color:#fff;font-family:var(--f-mono);border-radius:0 0 var(--r-sm) 0;padding:12px 20px;font-size:13px;position:absolute;top:0;left:-9999px}.px-skip:focus{left:0}.px-blog-categories{border-bottom:1px solid var(--line-soft);flex-wrap:wrap;gap:8px;padding-block:24px;display:flex}.px-blog-cat{font-family:var(--f-mono);letter-spacing:.02em;border:1px solid var(--line);border-radius:var(--r-sm);color:var(--steel);background:var(--surface);align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:500;transition:border-color .2s,color .2s,background-color .2s;display:inline-flex}.px-blog-cat span{color:var(--steel);opacity:.7}.px-blog-cat:hover{border-color:var(--brand);color:var(--brand)}.px-blog-cat.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.px-blog-cat.is-active span{color:#fff;opacity:.8}.px-blog-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.px-blog-card{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);flex-direction:column;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;overflow:hidden}.px-blog-card:hover{border-color:var(--brand);box-shadow:var(--shadow-md);transform:translateY(-2px)}.px-blog-card .visual{aspect-ratio:16/10;background:linear-gradient(135deg, var(--brand-soft), transparent);width:100%}.px-blog-card .visual img{object-fit:cover;width:100%;height:100%}.px-blog-card .body{flex-direction:column;flex:1;padding:24px;display:flex}.px-blog-card .cat{font-family:var(--f-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--brand);align-self:flex-start;margin-bottom:10px;font-size:11px;font-weight:500}.px-blog-card h2{font-family:var(--f-head);letter-spacing:-.01em;margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.3}.px-blog-card p{color:var(--steel);flex:1;margin-bottom:16px;font-size:14px;line-height:1.55}.px-blog-card .meta{font-family:var(--f-mono);color:var(--steel);font-size:11px}@media (width<=980px){.px-blog-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.px-blog-grid{grid-template-columns:1fr}}.px-blog-empty{text-align:center;color:var(--steel);border:1px dashed var(--line);border-radius:var(--r-md);padding-block:40px}.px-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:48px;display:flex}.px-pagination-item,.px-pagination-arrow{min-width:36px;height:36px;font-family:var(--f-mono);border:1px solid var(--line);border-radius:var(--r-sm);color:var(--steel);background:var(--surface);justify-content:center;align-items:center;padding-inline:6px;font-size:13px;transition:border-color .2s,color .2s;display:inline-flex}.px-pagination-item:hover,.px-pagination-arrow:hover{border-color:var(--brand);color:var(--brand)}.px-pagination-item.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.px-pagination-arrow.is-disabled{opacity:.35;pointer-events:none}.px-pagination-dots{color:var(--steel);padding-inline:4px}.px-blog-article-head{max-width:72ch}.px-blog-back{font-family:var(--f-mono);color:var(--steel);align-items:center;gap:6px;margin-bottom:16px;font-size:12px;display:inline-flex}.px-blog-back:hover{color:var(--brand)}.px-blog-article-head .px-blog-cat{margin-bottom:16px}.px-blog-article-head h1{font-family:var(--f-head);letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(30px,4.4vw,46px);font-weight:900;line-height:1.08}.px-blog-meta{font-family:var(--f-mono);color:var(--steel);font-size:12.5px}.px-blog-cover{aspect-ratio:16/9;object-fit:cover;border-radius:var(--r-lg);width:100%;max-height:480px;margin-top:8px}.px-blog-article-body{max-width:72ch;color:var(--ink);font-size:16.5px;line-height:1.75}.px-blog-article-body>*+*{margin-top:1.2em}.px-blog-article-body h2{font-family:var(--f-head);letter-spacing:-.015em;margin-top:1.8em;font-size:clamp(22px,2.6vw,28px);font-weight:700;line-height:1.25}.px-blog-article-body h3{font-family:var(--f-head);letter-spacing:-.01em;margin-top:1.6em;font-size:20px;font-weight:700}.px-blog-article-body p{color:var(--ink)}.px-blog-article-body strong{font-weight:700}.px-blog-article-body a{color:var(--brand);text-underline-offset:2px;text-decoration:underline}.px-blog-article-body ul,.px-blog-article-body ol{padding-left:1.4em}.px-blog-article-body li+li{margin-top:.4em}.px-blog-article-body img{border-radius:var(--r-md)}.px-blog-article-body blockquote{border-left:3px solid var(--brand);color:var(--steel);padding-left:20px;font-style:normal}.px-blog-article-body code{font-family:var(--f-mono);background:var(--surface-2);border-radius:4px;padding:2px 6px;font-size:.9em}.px-blog-article-body pre{font-family:var(--f-mono);background:var(--surface-2);border:1px solid var(--line-soft);border-radius:var(--r-md);padding:16px 20px;font-size:13.5px;overflow-x:auto}.px-blog-article-body pre code{background:0 0;padding:0}.px-site-image-edit{z-index:5;background:var(--brand);color:#fff;width:32px;height:32px;box-shadow:var(--shadow-md);opacity:.85;border-radius:50%;justify-content:center;align-items:center;transition:opacity .15s,transform .15s,filter .15s;display:flex;position:absolute;top:12px;right:12px}.px-site-image-edit:hover,.px-site-image-edit:focus-visible{opacity:1;filter:brightness(1.1);transform:scale(1.08)}
