:root{--red:#B91C1C;--red-b:#DC2626;--red-d:#991B1B;--red-s:rgba(185,28,28,.09);--red-g:rgba(185,28,28,.20);--red-l:rgba(185,28,28,.16);--n950:#060809;--n900:#0C1018;--n800:#131C28;--n700:#1B2638;--n600:#243044;--n500:#3B4B60;--n400:#5C6E82;--n300:#8A9BB0;--n200:#B8C5D4;--n100:#DDE5EE;--n50:#F0F4F8;--n0:#F8FAFC;--white:#FFFFFF;--sans:'Plus Jakarta Sans', sans-serif;--mono:'JetBrains Mono', ui-monospace, monospace;--w:1140px;--nh:72px;--ease-out:cubic-bezier(0.16, 1, 0.3, 1);--ease-io:cubic-bezier(0.45, 0, 0.55, 1);--spring:cubic-bezier(0.34, 1.3, 0.64, 1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;scroll-padding-top:var(--nh)}body{font-family:var(--sans);background:var(--white);color:var(--n700);line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}img,svg{max-width:100%;display:block}#progress{position:fixed;top:0;left:0;z-index:9999;height:2px;background:linear-gradient(90deg,var(--red-d),var(--red-b));transform-origin:left;transform:scaleX(0);will-change:transform}#nav{position:fixed;top:0;left:0;right:0;z-index:900;height:var(--nh);background:rgb(6 8 9 / .92);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border-bottom:1px solid rgb(255 255 255 / .04);transition:background .35s var(--ease-out),border-color .35s}#nav.scrolled{background:rgb(6 8 9 / .92);border-bottom-color:rgb(255 255 255 / .07)}.nav-w{max-width:var(--w);margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:11px;cursor:pointer}.logo-icon{width:34px;height:34px;flex-shrink:0;transition:transform .4s var(--spring)}.logo:hover .logo-icon{transform:rotate(-6deg)}.logo-icon svg{width:100%;height:100%}.logo-mark{font-family:var(--sans);font-weight:800;font-size:1.05rem;letter-spacing:.14em;text-transform:uppercase;color:#fff}.logo-mark b{color:var(--red-b);font-weight:800}.nav-links{display:flex;align-items:center;gap:.1rem;list-style:none;height:100%}.nav-links>li{position:relative;height:100%;display:flex;align-items:center}.nav-links>li>a,.nav-links>li>button{display:flex;align-items:center;gap:5px;padding:.5rem .9rem;font-size:.82rem;font-weight:600;letter-spacing:.02em;color:rgb(255 255 255 / .62);border-radius:8px;transition:color .2s,background .2s;cursor:pointer;position:relative}.nav-links>li>a:hover,.nav-links>li>button:hover{color:#fff;background:rgb(255 255 255 / .06)}.nav-links>li>a.on{color:#fff}.nav-links>li>a.on::after{content:'';position:absolute;bottom:-2px;left:.9rem;right:.9rem;height:1.5px;background:var(--red-b)}.nav-drop{position:relative;height:100%;display:flex;align-items:center}.nav-drop-btn{display:flex;align-items:center;gap:5px;padding:.5rem .9rem;font-size:.82rem;font-weight:600;letter-spacing:.02em;color:rgb(255 255 255 / .62);border-radius:8px;transition:color .2s,background .2s;cursor:pointer}.nav-drop-btn:hover,.nav-drop.open .nav-drop-btn{color:#fff;background:rgb(255 255 255 / .06)}.caret{font-size:.55rem;opacity:.5;transition:transform .3s var(--ease-out)}.nav-drop.open .caret{transform:rotate(180deg)}.nav-drop::before{content:'';position:absolute;top:100%;left:-2rem;right:-2rem;height:20px;pointer-events:none}.nav-drop.open::before{pointer-events:auto}.mega{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(-6px);background:var(--n800);border:1px solid rgb(255 255 255 / .08);border-radius:14px;padding:.85rem;width:620px;display:grid;grid-template-columns:1fr 1fr;gap:.25rem;box-shadow:0 24px 64px rgb(0 0 0 / .55),0 0 0 1px rgb(255 255 255 / .04);opacity:0;visibility:hidden;transition:opacity .25s var(--ease-out),transform .25s var(--ease-out),visibility 0s linear .25s}.nav-drop.open .mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);transition:opacity .25s var(--ease-out),transform .25s var(--ease-out),visibility 0s}.mega-item{display:flex;align-items:flex-start;gap:.85rem;padding:.85rem;border-radius:10px;cursor:pointer;transition:background .18s var(--ease-out)}.mega-item:hover{background:rgb(255 255 255 / .06)}.mega-ico{width:34px;height:34px;border-radius:8px;background:var(--red-s);border:1px solid var(--red-l);display:flex;align-items:center;justify-content:center;font-size:.88rem;flex-shrink:0;margin-top:1px;transition:transform .25s var(--spring)}.mega-item:hover .mega-ico{transform:scale(1.08) rotate(-4deg)}.mega-name{font-size:.82rem;font-weight:700;color:rgb(255 255 255 / .92);margin-bottom:3px;display:flex;align-items:center;gap:6px}.mega-arr{font-size:.7rem;color:rgb(185 28 28 / .7);transition:transform .22s}.mega-item:hover .mega-arr{transform:translateX(4px)}.mega-desc{font-size:.72rem;color:rgb(255 255 255 / .42);line-height:1.5}.nav-cta{display:inline-flex;align-items:center;gap:7px;padding:.52rem 1.3rem;background:var(--red);color:#fff!important;font-size:.8rem;font-weight:700;letter-spacing:.02em;border-radius:8px;margin-left:.75rem;transition:background .22s,transform .22s,box-shadow .22s}.nav-cta:hover{background:var(--red-d)!important;transform:translateY(-1px);box-shadow:0 8px 20px rgb(185 28 28 / .35)}.cta-arr{transition:transform .22s var(--spring)}.nav-cta:hover .cta-arr{transform:translateX(3px)}.nav-ham{display:none;color:#fff;font-size:1.3rem;padding:.25rem;cursor:pointer}.mob{display:flex;position:fixed;inset:0;z-index:850;background:var(--n900);padding:calc(var(--nh) + 1.5rem) 1.5rem 2rem;flex-direction:column;gap:.2rem;transform:translateX(100%);transition:transform .4s var(--ease-out);overflow-y:auto}.mob.open{transform:translateX(0)}.mob a,.mob button{padding:.85rem 1rem;color:rgb(255 255 255 / .65);font-size:.95rem;font-weight:600;border-radius:10px;text-align:left;cursor:pointer;transition:background .15s,color .15s,transform .2s}.mob a:hover,.mob button:hover{background:rgb(255 255 255 / .06);color:#fff;transform:translateX(4px)}.mob .m-cta{background:var(--red)!important;color:#fff!important;margin-top:1rem;text-align:center!important}.pg{display:none;padding-top:var(--nh)}.pg.on{display:block;animation:pageIn .45s var(--ease-out)}@keyframes pageIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.w{max-width:var(--w);margin:0 auto;padding:0 2rem}.sec{padding:7rem 0}.sec-sm{padding:4rem 0}.sec-tint{background:var(--n0)}.sec-dark{background:var(--n900)}.pill{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--mono);font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--red);padding:0;background:#fff0;border:0;border-radius:0}.pill::before{content:"// ";color:inherit;font-weight:500;letter-spacing:0;margin-right:-.25rem}.pill .pill-dot{display:none}.pill-chip{padding:.32rem .9rem;background:var(--red-s);border:1px solid var(--red-l);border-radius:100px;font-size:.68rem;font-weight:700;letter-spacing:.18em}.pill-chip::before{display:none}.pill-chip .pill-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--red-b);animation:blink 2s infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}.d1{font-family:var(--sans);font-weight:800;font-size:clamp(2.8rem,5.2vw,4.5rem);line-height:1.04;letter-spacing:-.035em;color:#fff}.d2{font-family:var(--sans);font-weight:700;font-size:clamp(2rem,3.5vw,3rem);line-height:1.1;letter-spacing:-.028em;color:var(--n800)}.d2.wh{color:#fff}.d3{font-family:var(--sans);font-weight:700;font-size:clamp(1.4rem,2vw,1.85rem);line-height:1.2;letter-spacing:-.02em;color:var(--n800)}.d3.wh{color:#fff}.accent{color:var(--red-b);font-weight:800}.muted{color:var(--n300);font-weight:400}.d1 .muted{color:rgb(255 255 255 / .35)}.lead{font-size:1.05rem;color:var(--n400);line-height:1.8;max-width:560px}.lead.wh{color:rgb(255 255 255 / .5)}.copy{font-size:.88rem;color:var(--n400);line-height:1.75}.copy.wh{color:rgb(255 255 255 / .45)}.mono{font-family:var(--mono);font-size:.72rem;letter-spacing:.02em}.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-weight:700;font-size:.85rem;letter-spacing:.015em;border-radius:8px;padding:.8rem 1.8rem;transition:all .25s var(--ease-out);cursor:pointer;white-space:nowrap}.btn-r{background:var(--red);color:#fff;box-shadow:0 2px 8px var(--red-g)}.btn-r:hover{background:var(--red-d);transform:translateY(-2px);box-shadow:0 10px 28px rgb(185 28 28 / .4)}.btn-gw{background:rgb(255 255 255 / .08);color:rgb(255 255 255 / .85);border:1px solid rgb(255 255 255 / .12)}.btn-gw:hover{background:rgb(255 255 255 / .14);color:#fff;border-color:rgb(255 255 255 / .22);transform:translateY(-1px)}.btn-w{background:#fff;color:var(--red);font-weight:800}.btn-w:hover{background:var(--n0);transform:translateY(-2px);box-shadow:0 10px 28px rgb(0 0 0 / .15)}.btn-lg{padding:.95rem 2.2rem;font-size:.9rem}.btn .ba{transition:transform .25s var(--spring);display:inline-block}.btn:hover .ba{transform:translateX(4px)}.cols{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.cols.top{align-items:start}.cols.g3{gap:3rem}.cols.g6{gap:6rem}.cols3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);will-change:transform,opacity}[data-reveal="right"]{transform:translateX(22px)}[data-reveal="scale"]{transform:scale(.97);opacity:0}[data-reveal].shown{opacity:1;transform:none}[data-stagger]>*{opacity:0;transform:translateY(18px);transition:opacity .55s var(--ease-out),transform .55s var(--ease-out);will-change:transform,opacity}[data-stagger].shown>*{opacity:1;transform:none}[data-stagger].shown>*:nth-child(1){transition-delay:.04s}[data-stagger].shown>*:nth-child(2){transition-delay:.10s}[data-stagger].shown>*:nth-child(3){transition-delay:.16s}[data-stagger].shown>*:nth-child(4){transition-delay:.22s}[data-stagger].shown>*:nth-child(5){transition-delay:.28s}[data-stagger].shown>*:nth-child(6){transition-delay:.34s}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.hero{min-height:100vh;background:var(--n950);position:relative;overflow:hidden;display:flex;align-items:center}.hblob{position:absolute;border-radius:50%;filter:blur(110px);pointer-events:none;will-change:transform}.hb1{width:700px;height:700px;background:rgb(185 28 28 / .08);top:-15%;right:-8%;animation:drift1 24s ease-in-out infinite}.hb2{width:400px;height:400px;background:rgb(185 28 28 / .05);bottom:-5%;left:3%;animation:drift2 20s ease-in-out infinite}@keyframes drift1{0%,100%{transform:translate(0,0)}50%{transform:translate(-30px,25px)}}@keyframes drift2{0%,100%{transform:translate(0,0)}50%{transform:translate(25px,-20px)}}.hgrid{position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255 / .02) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .02) 1px,transparent 1px);background-size:80px 80px;mask-image:radial-gradient(ellipse 80% 80% at 65% 40%,black 0%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 65% 40%,black 0%,transparent 75%)}.hdots{position:absolute;inset:0;background-image:radial-gradient(rgb(255 255 255 / .04) 1px,transparent 1px);background-size:24px 24px;mask-image:radial-gradient(ellipse 60% 60% at 70% 30%,black 0%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 60% 60% at 70% 30%,black 0%,transparent 70%)}.hero-inner{position:relative;z-index:2;width:100%}.hero-layout{padding:5rem 0 4rem;display:grid;grid-template-columns:1fr 440px;gap:5rem;align-items:center}.h-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:1.75rem;animation:fadeUp .7s var(--ease-out) both .15s}.h-line{width:28px;height:1.5px;background:var(--red-b)}.h-ey-text{font-family:var(--mono);font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:rgb(255 255 255 / .45)}.hero-h1{margin-bottom:1.5rem;animation:fadeUp .8s var(--ease-out) both .28s}.hero-sub{color:rgb(255 255 255 / .5);font-size:1.1rem;line-height:1.8;max-width:480px;margin-bottom:2.5rem;animation:fadeUp .8s var(--ease-out) both .4s}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3.5rem;animation:fadeUp .8s var(--ease-out) both .52s}.hstats{display:flex;gap:0;border:1px solid rgb(255 255 255 / .07);border-radius:12px;overflow:hidden;background:rgb(255 255 255 / .025);width:fit-content;animation:fadeUp .8s var(--ease-out) both .64s}.hs{padding:1.1rem 2rem;border-right:1px solid rgb(255 255 255 / .06)}.hs:last-child{border-right:none}.hs-n{font-family:var(--sans);font-size:1.75rem;font-weight:800;color:#fff;line-height:1}.hs-n em{font-style:normal;color:var(--red-b)}.hs-l{font-family:var(--mono);font-size:.66rem;color:rgb(255 255 255 / .32);text-transform:uppercase;letter-spacing:.1em;margin-top:.35rem;font-weight:500}.panel{background:var(--n800);border:1px solid rgb(255 255 255 / .07);border-radius:14px;overflow:hidden;position:relative;transition:border-color .3s,box-shadow .3s}.panel::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgb(185 28 28 / .5) 50%,transparent 100%);z-index:2}.panel:hover{border-color:rgb(185 28 28 / .22);box-shadow:0 16px 48px rgb(0 0 0 / .3)}.panel-chrome{display:flex;align-items:center;gap:10px;padding:.85rem 1.15rem;border-bottom:1px solid rgb(255 255 255 / .05);background:rgb(255 255 255 / .015)}.pc-dots{display:flex;gap:6px}.pc-dot{width:9px;height:9px;border-radius:50%}.pc-title{flex:1;font-family:var(--mono);font-size:.7rem;color:rgb(255 255 255 / .38);letter-spacing:.02em;display:flex;align-items:center;gap:7px}.pc-title::before{content:'';display:inline-block;width:5px;height:5px;border-radius:50%;background:#4ADE80;box-shadow:0 0 6px rgb(74 222 128 / .6);animation:blink 2.5s ease-in-out infinite}.pc-badge{font-family:var(--mono);font-size:.65rem;font-weight:500;padding:.15rem .55rem;border-radius:4px;background:rgb(74 222 128 / .1);color:#4ADE80;border:1px solid rgb(74 222 128 / .15)}.panel-body{padding:1.5rem 1.6rem}.p-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin-bottom:1.1rem}.p-kpi-grid.c2{grid-template-columns:1fr 1fr}.p-kpi{background:rgb(255 255 255 / .025);border:1px solid rgb(255 255 255 / .04);border-radius:8px;padding:.9rem;text-align:center;transition:background .2s,border-color .2s}.p-kpi:hover{background:rgb(255 255 255 / .04);border-color:rgb(185 28 28 / .15)}.p-kpi-n{font-family:var(--sans);font-size:1.55rem;font-weight:800;color:#fff;line-height:1}.p-kpi-l{font-family:var(--mono);font-size:.62rem;color:rgb(255 255 255 / .3);margin-top:.25rem;text-transform:uppercase;letter-spacing:.06em}.p-row{display:flex;justify-content:space-between;align-items:center;padding:.85rem 0;border-bottom:1px solid rgb(255 255 255 / .05);font-size:.78rem;gap:1rem}.p-row:last-child{border-bottom:none}.p-rl{color:rgb(255 255 255 / .4);font-family:var(--mono);font-size:.72rem;letter-spacing:.01em}.p-rv{color:rgb(255 255 255 / .88);font-weight:600;font-family:var(--mono);font-size:.72rem}.p-badge{padding:.18rem .55rem;border-radius:4px;font-family:var(--mono);font-size:.63rem;font-weight:500;letter-spacing:.02em}.pb-g{background:rgb(74 222 128 / .1);color:#4ADE80;border:1px solid rgb(74 222 128 / .15)}.pb-r{background:rgb(185 28 28 / .12);color:var(--red-b);border:1px solid rgb(185 28 28 / .2)}.pb-y{background:rgb(251 191 36 / .1);color:#FBBF24;border:1px solid rgb(251 191 36 / .15)}#activityFeed{position:relative;min-height:calc((.7rem*2 + 1rem)*3 + 2px);overflow:hidden}.p-activity{display:flex;align-items:center;gap:.8rem;padding:.7rem 0;border-bottom:1px solid rgb(255 255 255 / .05);font-family:var(--mono);font-size:.72rem;will-change:transform,opacity}.p-activity:last-child{border-bottom:none}.p-actdot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.p-actdot.g{background:#4ADE80;box-shadow:0 0 6px rgb(74 222 128 / .5)}.p-acttext{color:rgb(255 255 255 / .5);letter-spacing:.01em}.p-actts{margin-left:auto;color:rgb(255 255 255 / .25);font-size:.65rem}.terminal{background:var(--n950);border:1px solid rgb(255 255 255 / .08);border-radius:10px;overflow:hidden;font-family:var(--mono);font-size:.78rem;position:relative}.terminal::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgb(185 28 28 / .4),transparent)}.term-head{display:flex;align-items:center;gap:10px;padding:.7rem 1rem;border-bottom:1px solid rgb(255 255 255 / .05);background:rgb(255 255 255 / .015)}.term-title{flex:1;color:rgb(255 255 255 / .4);font-size:.7rem}.term-body{padding:1rem 1.15rem;color:rgb(255 255 255 / .75);line-height:1.8}.term-line{display:flex;gap:8px;padding:.15rem 0}.term-prompt{color:#4ADE80;flex-shrink:0}.term-out{color:rgb(255 255 255 / .55);padding-left:1rem}.term-cmt{color:rgb(255 255 255 / .3)}.term-err{color:var(--red-b)}.trust-bar{background:var(--white);border-bottom:1px solid var(--n100);padding:1rem 0}.tb{max-width:var(--w);margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center;gap:3.5rem;flex-wrap:wrap}.ti{display:flex;align-items:center;gap:.55rem;font-size:.78rem;font-weight:600;color:var(--n400);transition:color .2s}.ti:hover{color:var(--n600)}.ti-ico{color:var(--red);font-size:.85rem}.prob{display:flex;gap:1.1rem;padding:1.25rem;background:var(--white);border:1.5px solid var(--n100);border-radius:12px;transition:border-color .3s var(--ease-out),transform .3s var(--ease-out),box-shadow .3s var(--ease-out)}.prob:hover{border-color:var(--red-l);transform:translateY(-3px);box-shadow:0 8px 24px rgb(0 0 0 / .06)}.prob-ico{width:40px;height:40px;border-radius:8px;background:var(--red-s);border:1px solid var(--red-l);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.prob-t{font-weight:700;font-size:.9rem;color:var(--n800);margin-bottom:.2rem}.prob-d{font-size:.82rem;color:var(--n400);line-height:1.6}.svc-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--n100);border:1.5px solid var(--n100);border-radius:16px;overflow:hidden}.svc{background:var(--white);padding:2.25rem 2rem;cursor:pointer;position:relative;overflow:hidden;transition:background .25s var(--ease-out)}.svc::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .45s var(--ease-out)}.svc:hover::after{transform:scaleX(1)}.svc:hover{background:var(--n0)}.svc-ico{width:44px;height:44px;border-radius:8px;background:var(--red-s);border:1px solid var(--red-l);display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:1.1rem;transition:transform .35s var(--spring)}.svc:hover .svc-ico{transform:scale(1.08) rotate(-4deg)}.svc-n{font-weight:700;font-size:.95rem;color:var(--n800);margin-bottom:.45rem}.svc-d{font-size:.82rem;color:var(--n400);line-height:1.65;margin-bottom:1.1rem}.svc-lnk{font-size:.78rem;font-weight:700;color:var(--red);display:flex;align-items:center;gap:5px}.svc-arr{transition:transform .25s var(--spring)}.svc:hover .svc-arr{transform:translateX(5px)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .05);border-radius:16px;overflow:hidden}.why-item{padding:2.5rem;background:var(--n800);transition:background .3s;position:relative;overflow:hidden}.why-item::before{content:'';position:absolute;top:0;left:0;right:0;height:1.5px;background:linear-gradient(90deg,transparent,rgb(185 28 28 / .5),transparent);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease-out)}.why-item:hover::before{transform:scaleX(1)}.why-item:hover{background:var(--n700)}.why-num{font-family:var(--mono);font-size:.72rem;font-weight:500;color:rgb(185 28 28 / .55);letter-spacing:.1em;margin-bottom:1.25rem;display:flex;align-items:center;gap:6px}.why-num::before{content:'';width:24px;height:1px;background:rgb(185 28 28 / .35)}.why-t{font-weight:700;font-size:1.05rem;color:#fff;margin-bottom:.5rem}.why-b{font-size:.86rem;color:rgb(255 255 255 / .48);line-height:1.75}.tes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.tes{background:var(--white);border:1.5px solid var(--n100);border-radius:16px;padding:1.85rem;transition:border-color .3s var(--ease-out),transform .3s var(--ease-out),box-shadow .3s}.partners-sec{background:var(--white);border-top:1px solid var(--n100);border-bottom:1px solid var(--n100);padding:4rem 0;overflow:hidden}.partners-label{font-family:var(--mono);font-size:.72rem;font-weight:500;letter-spacing:.16em;color:var(--red);text-transform:uppercase;margin-bottom:.75rem}.partners-label::before{content:"";display:none}.partners-h{font-size:1.4rem;font-weight:800;color:var(--n900);letter-spacing:-.015em}.marquee{position:relative;overflow:hidden;padding:1.5rem 0;mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent 100%)}.marquee-track{display:flex;gap:4rem;width:max-content;animation:marquee-scroll 32s linear infinite;will-change:transform}.marquee:hover .marquee-track{animation-play-state:paused}@keyframes marquee-scroll{from{transform:translateX(-50%)}to{transform:translateX(0)}}.partner{display:flex;align-items:center;gap:.85rem;padding:.5rem 1rem;border-radius:12px;flex-shrink:0;transition:background .22s var(--ease-out)}.partner:hover{background:var(--n0)}.partner-logo{width:auto;height:32px;max-height:32px;filter:saturate(1) opacity(.92);transition:filter .35s,transform .35s}.partner-img{height:38px;width:auto;max-width:170px;object-fit:contain;opacity:.92;transition:opacity .35s,transform .35s}.partner:hover .partner-img{opacity:1;transform:scale(1.08)}.partner-img.square{height:44px;max-width:52px}.partner-logo{height:40px;width:auto}.partner:hover .partner-logo{filter:saturate(1.15) opacity(1);transform:scale(1.08)}.partner-name{display:none}@media(prefers-reduced-motion:reduce){.marquee-track{animation:none;justify-content:center;flex-wrap:wrap}}.img-sec{padding:3rem 0 1rem;background:var(--n0)}.img-wrap{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:16/7;box-shadow:0 20px 60px -20px rgb(12 16 24 / .4)}.img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s var(--ease-out)}.img-wrap:hover img{transform:scale(1.03)}.img-overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgb(6 8 9 / .8) 0%,rgb(6 8 9 / .35) 55%,transparent 100%);display:flex;align-items:flex-end;padding:3rem 2.5rem}.img-caption{color:#fff;max-width:480px}.img-label{font-family:var(--mono);font-size:.72rem;font-weight:500;letter-spacing:.16em;color:var(--red-b);text-transform:uppercase;margin-bottom:.6rem}.img-title{font-size:1.8rem;font-weight:800;letter-spacing:-.02em;line-height:1.15}@media(max-width:700px){.img-wrap{aspect-ratio:4/3}.img-overlay{padding:1.5rem}.img-title{font-size:1.3rem}}.tes:hover{border-color:rgb(185 28 28 / .2);transform:translateY(-4px);box-shadow:0 16px 40px rgb(0 0 0 / .08)}.tes-stars{color:#F59E0B;font-size:.85rem;letter-spacing:2px;margin-bottom:1rem}.tes-q{font-size:.88rem;color:var(--n500);line-height:1.8;margin-bottom:1.25rem;position:relative;padding-left:1rem}.tes-q::before{content:'';position:absolute;left:0;top:4px;bottom:4px;width:2px;background:var(--red-l);border-radius:2px}.tes-who{display:flex;align-items:center;gap:.75rem}.tes-av{width:38px;height:38px;border-radius:50%;background:var(--red-s);border:1px solid var(--red-l);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.78rem;color:var(--red)}.tes-name{font-weight:700;font-size:.82rem;color:var(--n800)}.tes-role{font-size:.72rem;color:var(--n300)}.cta-b{background:linear-gradient(135deg,var(--red-d) 0%,var(--red) 55%,#E53E3E 100%);border-radius:20px;padding:4rem 3.5rem;position:relative;overflow:hidden}.cta-b::before{content:'';position:absolute;right:-60px;top:-60px;width:280px;height:280px;border-radius:50%;background:rgb(255 255 255 / .07)}.cta-b::after{content:'';position:absolute;left:-40px;bottom:-80px;width:200px;height:200px;border-radius:50%;background:rgb(255 255 255 / .05)}.cta-in{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.cta-h{font-family:var(--sans);font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:800;color:#fff;letter-spacing:-.025em;margin-bottom:.5rem;line-height:1.15}.cta-sub{color:rgb(255 255 255 / .75);font-size:.95rem;max-width:460px}.subhero{background:var(--n950);padding:5.5rem 0 4.5rem;position:relative;overflow:hidden}.subhero::before{content:'';position:absolute;width:600px;height:600px;border-radius:50%;background:rgb(185 28 28 / .07);filter:blur(90px);right:-100px;top:-100px;pointer-events:none;animation:drift1 24s ease-in-out infinite}.sgrid{position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255 / .018) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .018) 1px,transparent 1px);background-size:64px 64px;opacity:.6}.sh-inner{position:relative;z-index:2}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.75rem;font-family:var(--mono);font-size:.7rem;color:rgb(255 255 255 / .3);letter-spacing:.01em}.breadcrumb a{color:rgb(255 255 255 / .5);cursor:pointer;transition:color .2s}.breadcrumb a:hover{color:rgb(255 255 255 / .9)}.sh-pill{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--mono);font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin:0 0 1.5rem}.sh-pill::before,.sh-pill.pill::before{display:none!important;content:none!important}.sh-h1{display:block;font-family:var(--sans);font-weight:800;font-size:clamp(2rem,3.8vw,3.2rem);line-height:1.12;letter-spacing:-.03em;color:#fff;margin:0 0 1.1rem;max-width:900px;text-wrap:balance}.sh-lead{font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.6;color:rgb(255 255 255 / .72);margin:0 0 1rem;max-width:720px}.sh-acts{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.5rem}.sh-inner{position:relative;z-index:2;max-width:var(--w);margin:0 auto;padding:0 2rem}.pg{padding-top:var(--nh)}.pg>*:not(section):not(.subhero):not(.sec):not(.sec-dark):not(.sec-tint):not(.sec-sm){max-width:var(--w);margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem;box-sizing:border-box}.post-body,.post-content{max-width:760px;margin:0 auto;padding:3.5rem 2rem;color:var(--n600);font-size:1.02rem;line-height:1.75}.post-body h2,.post-content h2{font-size:1.6rem;font-weight:800;color:var(--n900);margin:2.5rem 0 1rem;letter-spacing:-.02em}.post-body h3,.post-content h3{font-size:1.25rem;font-weight:700;color:var(--n900);margin:2rem 0 .85rem;letter-spacing:-.015em}.post-body p,.post-content p{margin:0 0 1.15rem}.post-body ul,.post-body ol,.post-content ul,.post-content ol{margin:0 0 1.15rem 1.25rem;padding-left:1.25rem}.post-body a,.post-content a{color:var(--red);text-decoration:underline}.post-body code,.post-content code{font-family:var(--mono);font-size:.9em;background:var(--n100);padding:.1em .35em;border-radius:4px;color:var(--n900)}.post-body img,.post-content img{border-radius:12px;margin:1.5rem 0}.breadcrumb+.sh-pill,.breadcrumb+.pill{display:flex;margin-top:1rem;clear:both}.breadcrumb{margin-bottom:1.25rem}.sh-pill,.sh-h1,.sh-lead,.sh-acts{animation:fadeUp .7s var(--ease-out) both}.sh-pill{animation-delay:.1s}.sh-h1{animation-delay:.22s}.sh-lead{animation-delay:.34s}.sh-acts{animation-delay:.46s}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--n100);border:1.5px solid var(--n100);border-radius:16px;overflow:hidden}.feat{background:var(--white);padding:2.25rem 2rem;transition:background .2s}.feat:hover{background:var(--n0)}.feat-ico{width:46px;height:46px;border-radius:8px;background:var(--red-s);border:1px solid var(--red-l);display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:1.1rem;transition:transform .35s var(--spring)}.feat:hover .feat-ico{transform:scale(1.08) rotate(-4deg)}.feat-t{font-weight:700;font-size:.95rem;color:var(--n800);margin-bottom:.45rem}.feat-d{font-size:.83rem;color:var(--n400);line-height:1.7}.cl{list-style:none;display:flex;flex-direction:column;gap:.65rem}.cl li{display:flex;align-items:flex-start;gap:.85rem;font-size:.875rem;color:var(--n500);line-height:1.65}.ck{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#DC2626 0%,#B91C1C 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;color:#fff;box-shadow:0 2px 6px rgb(185 28 28 / .28),0 0 0 3px rgb(185 28 28 / .08),inset 0 1px 0 rgb(255 255 255 / .15);transition:transform .25s var(--ease-out),box-shadow .25s}.ck svg{width:12px;height:12px;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none}.cl li:hover .ck{transform:scale(1.08) rotate(-3deg);box-shadow:0 4px 12px rgb(185 28 28 / .4),0 0 0 4px rgb(185 28 28 / .12),inset 0 1px 0 rgb(255 255 255 / .2)}.cl.wh li{color:rgb(255 255 255 / .62)}.cl.wh .ck{background:linear-gradient(135deg,rgb(220 38 38 / .9) 0%,rgb(185 28 28) 100%);box-shadow:0 2px 6px rgb(0 0 0 / .3),0 0 0 3px rgb(255 255 255 / .06),inset 0 1px 0 rgb(255 255 255 / .2)}.cl.wh .ck svg{stroke:#fff}.illus-note{font-family:var(--mono);font-size:.66rem;color:rgb(255 255 255 / .35);letter-spacing:.08em;text-transform:uppercase;padding:.65rem 1.4rem;border-top:1px solid rgb(255 255 255 / .05);display:flex;align-items:center;gap:.5rem}.illus-note::before{content:"i";display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:rgb(255 255 255 / .1);color:rgb(255 255 255 / .6);font-family:var(--sans);font-weight:700;font-size:.6rem;font-style:italic;letter-spacing:0;text-transform:none}.illus-note-light{font-family:var(--mono);font-size:.66rem;color:var(--n400);letter-spacing:.06em;padding:.4rem .6rem;display:inline-flex;align-items:center;gap:.45rem;background:var(--n50);border:1px solid var(--n100);border-radius:6px;margin-top:1rem}.illus-note-light::before{content:"i";display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:var(--n100);color:var(--n500);font-family:var(--sans);font-weight:700;font-size:.6rem;font-style:italic}.kb-band{background:linear-gradient(180deg,var(--n50) 0%,#fff 100%);border-top:1px solid var(--n100);margin-top:2.5rem}.kb-inner{padding:3.5rem 0 3rem}.kb-label{font-family:var(--mono);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--red);margin-bottom:.75rem;display:flex;align-items:center;gap:.6rem}.kb-label::before{content:"";width:20px;height:1px;background:var(--red);display:inline-block}.kb-title{font-weight:800;font-size:1.5rem;letter-spacing:-.01em;color:var(--n900);margin-bottom:.5rem}.kb-sub{color:var(--n500);font-size:.95rem;margin-bottom:2rem;max-width:640px}.kb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.kb-card{background:#fff;border:1.5px solid var(--n100);border-radius:14px;padding:1.4rem;cursor:pointer;transition:transform .3s var(--ease-out),border-color .3s,box-shadow .3s;display:flex;flex-direction:column;gap:.5rem;text-decoration:none}.kb-card:hover{transform:translateY(-3px);border-color:rgb(185 28 28 / .25);box-shadow:0 12px 30px rgb(0 0 0 / .06)}.kb-cat{font-family:var(--mono);font-size:.66rem;text-transform:uppercase;letter-spacing:.12em;color:var(--red);font-weight:600}.kb-h{font-weight:700;font-size:1rem;color:var(--n800);line-height:1.35}.kb-d{color:var(--n500);font-size:.85rem;line-height:1.55}.kb-more{margin-top:auto;padding-top:.4rem;font-family:var(--mono);font-size:.72rem;color:var(--red);font-weight:600}.sla-g{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.sla{background:var(--white);border:1.5px solid var(--n100);border-radius:16px;padding:2.25rem;transition:border-color .3s,transform .3s var(--ease-out),box-shadow .3s;position:relative}.sla:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgb(0 0 0 / .07)}.sla.best{border-color:var(--red-b);border-width:2px}.sla-tag{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--red);color:#fff;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.22rem .8rem;border-radius:100px;white-space:nowrap}.sla-tier{font-family:var(--mono);font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--n300);margin-bottom:.6rem}.sla-tier.rd{color:var(--red)}.sla-tier.wh{color:rgb(255 255 255 / .42)}.sla-name{font-weight:800;font-size:1.1rem;color:var(--n800);margin-bottom:.65rem}.sla-desc{font-size:.82rem;color:var(--n400);line-height:1.65;margin-bottom:1.5rem}.sla.dark{background:var(--n800);border-color:rgb(255 255 255 / .08)}.sla.dark:hover{border-color:rgb(185 28 28 / .25)}.sla.dark .sla-name{color:#fff}.sla.dark .sla-desc{color:rgb(255 255 255 / .45)}.sla-price{font-family:var(--sans);font-size:.78rem;color:var(--n400);margin:-.75rem 0 1.5rem;padding-bottom:1.25rem;border-bottom:1px dashed var(--n100);display:flex;align-items:baseline;gap:.35rem;flex-wrap:wrap}.sla-price b{font-family:var(--sans);font-weight:800;font-size:1.65rem;color:var(--n900);letter-spacing:-.02em}.sla-price.rd b{color:var(--red)}.sla-price.wh{color:rgb(255 255 255 / .55);border-bottom-color:rgb(255 255 255 / .12)}.sla-price.wh b{color:#fff}.sla-price span{color:inherit;opacity:.85}.faq{display:flex;flex-direction:column}.fq{border-bottom:1px solid var(--n100)}.fq-btn{width:100%;text-align:left;padding:1.1rem 0;font-size:.9rem;font-weight:700;color:var(--n800);display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:color .2s;cursor:pointer}.fq-btn:hover{color:var(--red)}.fq-ico{width:22px;height:22px;border-radius:50%;background:var(--red-s);border:1px solid var(--red-l);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.72rem;color:var(--red);transition:transform .3s var(--spring),background .2s,color .2s;font-weight:900}.fq-btn.open .fq-ico{transform:rotate(45deg);background:var(--red);color:#fff;border-color:var(--red)}.fq-ans{font-size:.87rem;color:var(--n400);line-height:1.8;max-height:0;overflow:hidden;transition:max-height .4s var(--ease-out),padding .4s var(--ease-out);max-width:640px}.fq-ans.open{max-height:300px;padding-bottom:1.1rem}.form-card{background:var(--n800);border:1px solid rgb(255 255 255 / .07);border-radius:16px;padding:2.75rem;position:relative;overflow:hidden}.form-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgb(185 28 28 / .5),transparent)}.fg{margin-bottom:1.1rem}.fg label{display:block;font-family:var(--mono);font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:rgb(255 255 255 / .4);margin-bottom:.45rem}.fg input,.fg select,.fg textarea{width:100%;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .09);border-radius:8px;padding:.78rem 1rem;color:#fff;font-family:var(--sans);font-size:.9rem;outline:none;transition:border-color .2s,background .2s,box-shadow .2s}.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--red-b);background:rgb(255 255 255 / .06);box-shadow:0 0 0 3px rgb(185 28 28 / .12)}.fg input::placeholder,.fg textarea::placeholder{color:rgb(255 255 255 / .2)}.fg select option{background:var(--n800)}.fg textarea{resize:vertical;min-height:110px}.frow{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.fsub{width:100%;background:var(--red);color:#fff;border-radius:8px;padding:.95rem;font-family:var(--sans);font-weight:800;font-size:.92rem;transition:all .25s var(--ease-out);margin-top:.25rem;cursor:pointer}.fsub:hover{background:var(--red-d);transform:translateY(-1px);box-shadow:0 10px 28px rgb(185 28 28 / .4)}.fnote{font-size:.7rem;color:rgb(255 255 255 / .22);text-align:center;margin-top:.75rem}.visual-box{position:relative;border-radius:16px;overflow:hidden;background:var(--n900);border:1px solid rgb(255 255 255 / .06)}.viz-tech{position:relative;aspect-ratio:4/3;background:radial-gradient(ellipse 60% 50% at 25% 25%,rgb(185 28 28 / .22),transparent 60%),radial-gradient(ellipse 40% 35% at 80% 75%,rgb(220 38 38 / .14),transparent 60%),linear-gradient(135deg,var(--n900) 0%,var(--n800) 100%);overflow:hidden}.viz-tech::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .03) 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(ellipse at center,black 10%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,black 10%,transparent 80%)}.viz-tech-inner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1}.rings{position:relative;width:220px;height:220px}.ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid rgb(255 255 255 / .08);border-radius:50%}.ring.r1{width:100%;height:100%;animation:rotate 30s linear infinite}.ring.r2{width:72%;height:72%;animation:rotate 22s linear infinite reverse;border-color:rgb(185 28 28 / .22)}.ring.r3{width:45%;height:45%;animation:rotate 16s linear infinite}.ring::before{content:'';position:absolute;width:6px;height:6px;background:var(--red-b);border-radius:50%;top:-3px;left:50%;transform:translateX(-50%);box-shadow:0 0 10px var(--red-b)}.ring.r2::before{background:#DC2626;box-shadow:0 0 10px #DC2626}.ring-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:50%;background:radial-gradient(circle,#DC2626,#991B1B);box-shadow:0 0 30px rgb(220 38 38 / .5);z-index:2;animation:pulse 3s ease-in-out infinite}@keyframes rotate{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes pulse{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.08)}}.viz-network{position:relative;width:80%;height:80%}.viz-network svg{width:100%;height:100%}.shield-viz{position:relative;display:flex;align-items:center;justify-content:center}.shield-viz svg{width:180px;height:180px;filter:drop-shadow(0 0 20px rgb(185 28 28 / .3))}.data-stream{position:absolute;font-family:var(--mono);font-size:.65rem;color:rgb(255 255 255 / .22);line-height:1.8;letter-spacing:.02em;white-space:nowrap;animation:stream 20s linear infinite;pointer-events:none}@keyframes stream{from{transform:translateY(0)}to{transform:translateY(-50%)}}.viz-stat{position:absolute;background:rgb(19 28 40 / .85);backdrop-filter:blur(12px);border:1px solid rgb(255 255 255 / .08);border-radius:10px;padding:.7rem .9rem;font-family:var(--mono);font-size:.68rem;color:rgb(255 255 255 / .7);display:flex;align-items:center;gap:.5rem;z-index:3}.viz-stat-dot{width:6px;height:6px;border-radius:50%;background:#4ADE80;box-shadow:0 0 6px #4ADE80}.viz-stat b{color:#fff;font-weight:600}footer{background:var(--n950);border-top:1px solid rgb(255 255 255 / .04)}.ft-m{padding:4.5rem 0 3.5rem}.ft-g{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr;gap:4rem}.ft-desc{font-size:.82rem;color:rgb(255 255 255 / .32);line-height:1.75;margin-top:.9rem;max-width:260px}.ft-col h6{font-family:var(--mono);font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:rgb(255 255 255 / .35);margin-bottom:1rem}.ft-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.ft-col ul li a{font-size:.82rem;color:rgb(255 255 255 / .42);transition:color .2s,transform .2s;display:inline-block;cursor:pointer}.ft-col ul li a:hover{color:rgb(255 255 255 / .9);transform:translateX(3px)}.ft-bot{border-top:1px solid rgb(255 255 255 / .05);padding:1.25rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.ft-bot p,.ft-bot a{font-size:.73rem;color:rgb(255 255 255 / .24)}.ft-bot a{transition:color .2s;cursor:pointer}.ft-bot a:hover{color:rgb(255 255 255 / .6)}@media(max-width:980px){.nav-links{display:none}.nav-ham{display:block}.cols{grid-template-columns:1fr;gap:2.5rem}.svc-wrap{grid-template-columns:1fr 1fr}.why-grid{grid-template-columns:1fr}.tes-grid{grid-template-columns:1fr}.hero-layout{grid-template-columns:1fr}.ft-g{grid-template-columns:1fr 1fr;gap:2.5rem}.sla-g{grid-template-columns:1fr}.feat-grid{grid-template-columns:1fr}.frow{grid-template-columns:1fr}.cols3{grid-template-columns:1fr 1fr}.cta-in{flex-direction:column;text-align:center}.p-kpi-grid{grid-template-columns:1fr 1fr}}@media(max-width:580px){.svc-wrap{grid-template-columns:1fr}.hstats{flex-direction:column;width:100%}.hs{border-right:none;border-bottom:1px solid rgb(255 255 255 / .06)}.hs:last-child{border-bottom:none}.cta-b{padding:2.25rem 1.75rem}.cols3{grid-template-columns:1fr}.p-kpi-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}.hblob,.ring,.ring-core,.data-stream{animation:none!important}}.img-wrap{aspect-ratio:21/9;background:#0C1018}.img-wrap svg{width:100%;height:100%;display:block}.btn-ico{display:inline;vertical-align:-3px;margin-right:.4rem}.svc-ico svg,.feat-ico svg,.prob-ico svg,.mega-ico svg,.ti-ico svg{width:100%;height:100%;display:block}.svc-ico,.feat-ico,.prob-ico,.mega-ico{color:var(--red)}.ti-ico{color:var(--red);display:inline-flex;align-items:center}.tes-stars{display:inline-flex;gap:2px;margin-bottom:1rem;letter-spacing:0}.tes-stars svg{display:block}.p-actdot.g{position:relative;animation:pulse-dot 2.4s ease-in-out infinite}@keyframes pulse-dot{0%,100%{box-shadow:0 0 0 0 rgb(74 222 128 / .55)}50%{box-shadow:0 0 0 6px #fff0}}.pc-badge{position:relative}.pc-badge::after{content:'';position:absolute;inset:-2px -4px;border-radius:20px;box-shadow:0 0 0 0 rgb(74 222 128 / .6);animation:pulse-badge 2.6s ease-in-out infinite}@keyframes pulse-badge{0%,100%{box-shadow:0 0 0 0 rgb(74 222 128 / .5)}50%{box-shadow:0 0 0 5px #fff0}}.p-rv{position:relative;display:inline-block;padding-right:14px}.p-rv::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:#4ADE80;box-shadow:0 0 0 0 rgb(74 222 128 / .55);animation:pulse-green 2.2s ease-in-out infinite}.p-rv[data-tick]::after{background:#DC2626;box-shadow:0 0 0 0 rgb(220 38 38 / .55);animation:pulse-red 1.8s ease-in-out infinite}@keyframes pulse-green{0%,100%{box-shadow:0 0 0 0 rgb(74 222 128 / .55)}60%{box-shadow:0 0 0 7px #fff0}}@keyframes pulse-red{0%,100%{box-shadow:0 0 0 0 rgb(220 38 38 / .55)}60%{box-shadow:0 0 0 7px #fff0}}.hero-net,.subhero-net{position:absolute;inset:0;pointer-events:none;z-index:1;opacity:.5;mix-blend-mode:screen}.hero-net svg,.subhero-net svg{width:100%;height:100%;display:block}.net-link{stroke:#DC2626;stroke-width:.8;fill:none;opacity:.35;stroke-dasharray:4 6;animation:flow-dash 14s linear infinite}.net-link.alt{animation-duration:22s;animation-direction:reverse;opacity:.25}@keyframes flow-dash{to{stroke-dashoffset:-400}}.net-node{fill:#DC2626;opacity:.6}.net-node.a{animation:node-pulse 3.2s ease-in-out infinite}.net-node.b{animation:node-pulse 4.1s ease-in-out infinite .4s}.net-node.c{animation:node-pulse 3.7s ease-in-out infinite .8s}.net-node.d{animation:node-pulse 4.6s ease-in-out infinite 1.2s}@keyframes node-pulse{0%,100%{r:3;opacity:.45}50%{r:5;opacity:.95}}.spark-path{stroke-dasharray:1400;stroke-dashoffset:1400;animation:spark-draw 2.2s var(--ease-out) .6s forwards}@keyframes spark-draw{to{stroke-dashoffset:0}}.livechart{width:100%;max-width:200px}.livechart svg{display:block;width:100%;height:32px;overflow:visible}.livechart-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid rgb(255 255 255 / .05);font-family:var(--mono);font-size:.72rem;color:rgb(255 255 255 / .45);letter-spacing:.08em;text-transform:uppercase}.livechart-wrap .lc-label{color:rgb(255 255 255 / .5)}.livechart-wrap .lc-val{color:#fff;font-weight:700;letter-spacing:0;text-transform:none;font-size:.78rem}.p-activity.new{animation:tick-in .6s var(--ease-out) both}@keyframes tick-in{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.p-activity.out{animation:tick-out .5s var(--ease-io) forwards}@keyframes tick-out{to{opacity:0;transform:translateY(8px);height:0;padding:0;border:0}}.h-ey-text::after{content:'_';display:inline-block;margin-left:2px;color:var(--red-b);animation:caret 1.05s steps(2) infinite}@keyframes caret{0%,50%{opacity:1}51%,100%{opacity:0}}.subhero-net .net-link{opacity:.3}.subhero::after{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 80% 30%,rgb(220 38 38 / .08),transparent 45%)}.hs-n[data-count]{font-variant-numeric:tabular-nums}@media (prefers-reduced-motion:reduce){.p-actdot.g,.pc-badge::after,.p-rv::after,.net-link,.net-node,.spark-path,.h-ey-text::after,.livechart path{animation:none!important}.spark-path{stroke-dashoffset:0}}.price-anchor{display:inline-flex;align-items:baseline;gap:.4rem;font-family:var(--mono);font-size:.85rem;color:var(--n400);margin-top:1rem}.price-anchor b{font-family:var(--sans);font-size:1.05rem;color:var(--n900);font-weight:800}.lead-magnet{background:linear-gradient(135deg,rgb(185 28 28 / .06),rgb(185 28 28 / .02));border:1px solid var(--red-l);border-radius:14px;padding:1.25rem 1.4rem;margin-top:1.25rem;display:flex;gap:1rem;align-items:flex-start}.lead-magnet svg{flex-shrink:0;color:var(--red);margin-top:.15rem}.lead-magnet-t{font-weight:800;color:var(--n900);font-size:.95rem;margin-bottom:.25rem}.lead-magnet-d{color:var(--n500);font-size:.85rem;line-height:1.55}body.admin-bar #nav{top:32px}@media(max-width:782px){body.admin-bar #nav{top:46px}}.pg{display:block!important}.nav-links .menu-item>a{color:rgb(255 255 255 / .78);text-decoration:none;font:600 .94rem/1 var(--font);letter-spacing:-.005em;padding:.7rem 1rem;border-radius:8px;transition:color .2s,background .2s;display:inline-flex;align-items:center;gap:.35rem}.nav-links .menu-item>a:hover{color:#fff;background:rgb(255 255 255 / .06)}.nav-links .current-menu-item>a{color:#fff}.nav-links .menu-item-has-children{position:relative}.nav-links .menu-item-has-children>.sub-menu{position:absolute;top:100%;left:0;background:#0b0f1a;border:1px solid rgb(255 255 255 / .08);border-radius:12px;padding:.5rem;min-width:220px;display:none;flex-direction:column;box-shadow:0 20px 40px rgb(0 0 0 / .4);z-index:100}.nav-links .menu-item-has-children:hover>.sub-menu{display:flex}.nav-links .sub-menu li a{color:rgb(255 255 255 / .78);padding:.55rem .7rem;border-radius:8px;display:block;text-decoration:none;font:500 .88rem/1.3 var(--font)}.nav-links .sub-menu li a:hover{background:rgb(255 255 255 / .06);color:#fff}.nav-links .nav-cta>a,.nav-links .menu-item.nav-cta>a,.nav-links li.nav-cta>a{background:var(--red);color:#fff!important;padding:.7rem 1.2rem;border-radius:8px}.mob ul.menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.mob .menu-item>a{color:rgb(255 255 255 / .85);text-decoration:none;padding:.9rem 1rem;border-radius:8px;display:block;font:600 1rem/1 var(--font)}.mob .menu-item>a:hover{background:rgb(255 255 255 / .08);color:#fff}footer{padding:4rem 2rem 1.5rem}.foot-w{max-width:var(--w);margin:0 auto}.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem;color:rgb(255 255 255 / .6);padding-bottom:3rem;border-bottom:1px solid rgb(255 255 255 / .06)}.foot-brand .logo-mark{color:#fff;font:800 1.3rem var(--font)}.foot-desc{font:400 .92rem/1.6 var(--font);color:rgb(255 255 255 / .6);margin:.4rem 0 1rem}.foot-addr{font-size:.85rem;line-height:1.7}.foot-col h4{color:#fff;font:700 1rem var(--font);margin:0 0 1rem;letter-spacing:.02em}.foot-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.foot-col ul li a{color:rgb(255 255 255 / .6);text-decoration:none;font:500 .9rem var(--font);transition:color .2s}.foot-col ul li a:hover{color:#fff}.foot-contact li a{font-family:var(--mono);font-size:.88rem}.foot-cta{display:inline-block;margin-top:1rem;background:var(--red);color:#fff;padding:.7rem 1.2rem;border-radius:8px;text-decoration:none;font:700 .9rem var(--font);transition:background .2s}.foot-cta:hover{background:var(--red-d)}.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;color:rgb(255 255 255 / .4);font:400 .82rem var(--font);gap:1rem;flex-wrap:wrap}.foot-legal{display:flex;gap:1.5rem}.foot-legal a{color:rgb(255 255 255 / .4);text-decoration:none;transition:color .2s}.foot-legal a:hover{color:#fff}@media(max-width:900px){.foot-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.foot-brand{grid-column:1/-1}}@media(max-width:600px){.foot-grid{grid-template-columns:1fr}}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin:2rem 0}.blog-card{background:#fff;border:1px solid var(--n200);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.blog-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgb(0 0 0 / .08)}.blog-card-img{width:100%;height:200px;object-fit:cover;display:block}.blog-card-body{padding:1.4rem 1.5rem;display:flex;flex-direction:column;flex:1;gap:.7rem}.blog-card-meta{font:500 .8rem var(--mono);color:var(--mut);letter-spacing:.05em}.blog-card-h a{color:var(--ink);text-decoration:none;font:700 1.25rem var(--font);line-height:1.3}.blog-card-h a:hover{color:var(--red)}.blog-card-ex{font:400 .95rem/1.6 var(--font);color:var(--mut);margin:0}.blog-card-link{color:var(--red);text-decoration:none;font:700 .9rem var(--font);margin-top:auto}.blog-nav{display:flex;justify-content:center;margin:2rem 0}.blog-nav .nav-links{background:#fff0;border:none}.blog-nav a,.blog-nav .page-numbers{padding:.5rem 1rem;border:1px solid var(--n200);border-radius:8px;margin:0 .2rem;color:var(--ink);text-decoration:none}.blog-nav .current{background:var(--red);color:#fff;border-color:var(--red)}.single-post .post-body{max-width:760px;margin:3rem auto;padding:0 2rem}.single-post .post-thumb img{width:100%;height:auto;border-radius:16px;display:block;margin-bottom:2rem}.single-post .post-content{font:400 1.05rem/1.7 var(--font);color:var(--ink)}.single-post .post-content h2{font:800 1.8rem/1.3 var(--font);margin:2.2rem 0 1rem}.single-post .post-content h3{font:700 1.35rem/1.3 var(--font);margin:1.8rem 0 .8rem}.single-post .post-content p{margin:0 0 1.1rem}.single-post .post-content a{color:var(--red)}.single-post .post-content ul,.single-post .post-content ol{padding-left:1.4rem;margin:0 0 1.1rem}.single-post .post-content code{background:var(--n100);padding:.15rem .4rem;border-radius:4px;font-family:var(--mono);font-size:.92em}.single-post .post-content blockquote{border-left:4px solid var(--red);padding-left:1.2rem;margin:1.5rem 0;font-style:italic;color:var(--mut)}.mega-badge{font-family:var(--mono);font-size:.62rem;color:var(--red);font-weight:700;margin-left:.35rem;padding:.15rem .4rem;background:rgb(220 38 38 / .1);border-radius:4px;letter-spacing:.05em;display:inline-block;vertical-align:middle}.nav-links li.nav-drop>.sub-menu{display:none!important}.nav-links li.menu-item-has-children.nav-drop{position:relative;height:100%;display:flex;align-items:center}.article-prose{font-size:1.025rem;line-height:1.75;color:var(--n700)}.article-prose>*:first-child{margin-top:0}.article-prose p{margin:0 0 1.15rem;color:var(--n700)}.article-prose h2{font-family:var(--sans);font-size:1.55rem;font-weight:800;color:var(--n900);letter-spacing:-.015em;line-height:1.25;margin:2.5rem 0 .9rem}.article-prose h3{font-family:var(--sans);font-size:1.2rem;font-weight:700;color:var(--n900);margin:2rem 0 .75rem}.article-prose ul,.article-prose ol{margin:0 0 1.25rem;padding-left:1.35rem}.article-prose li{margin:0 0 .55rem;color:var(--n700)}.article-prose li strong{color:var(--n900)}.article-prose a{color:var(--red);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.article-prose a:hover{color:var(--red-d)}.article-prose code{font-family:var(--mono);font-size:.88em;background:var(--n50);padding:.12em .35em;border-radius:4px;color:var(--n800)}.article-prose em{color:var(--n800)}.article-prose blockquote,.article-prose .insight{background:var(--n50);border-left:3px solid var(--red);padding:1.25rem 1.5rem;margin:2rem 0;border-radius:0 10px 10px 0;font-size:.98rem;color:var(--n700)}.article-prose blockquote strong,.article-prose .insight strong{color:var(--n900)}.article-meta{color:var(--mut);font-size:.88rem;display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}.article-meta.wh{color:rgb(255 255 255 / .5)}.article-meta span+span::before{content:"•";margin-right:1.5rem;margin-left:-1.5rem;color:var(--mut);opacity:.5}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"kern" 1,"liga" 1,"calt" 1;background:var(--bg,#FFFFFF);color:var(--ink,#0F172A)}::selection{background:rgb(220 38 38 / .18);color:inherit}:focus-visible{outline:2px solid var(--red-b);outline-offset:3px;border-radius:4px}img,svg,video{max-width:100%;height:auto}button{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#fff0}::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .08);border-radius:10px;border:2px solid #fff0;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:rgb(220 38 38 / .35);background-clip:padding-box;border:2px solid #fff0}html{scrollbar-color:rgb(220 38 38 / .25) #fff0;scrollbar-width:thin}.pg{padding-top:var(--nh);padding-bottom:0}.pg>section,.pg>.subhero,.pg>.sec{width:100%;max-width:none}.pg .w,.subhero .w,.sec .w,.sh-inner{width:100%;max-width:var(--w,1140px);margin:0 auto;padding-left:2rem;padding-right:2rem;box-sizing:border-box}.pg>:not(section):not(.subhero):not(.sec):not(.sec-dark):not(.sec-tint):not(.sec-sm):not(footer){width:100%;max-width:var(--w,1140px);margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.subhero{background:var(--n950,#020617);position:relative;overflow:hidden;padding:6rem 0 4.5rem}.subhero::before{content:'';position:absolute;right:-120px;top:-100px;width:600px;height:600px;border-radius:50%;background:rgb(185 28 28 / .08);filter:blur(90px);pointer-events:none;animation:drift1 24s ease-in-out infinite}.subhero::after{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 80% 30%,rgb(220 38 38 / .08),transparent 45%)}@keyframes drift1{0%,100%{transform:translate(0,0)}50%{transform:translate(-60px,40px)}}.breadcrumb{display:flex!important;align-items:center;gap:.45rem;margin:0 0 1.5rem!important;font-family:var(--mono);font-size:.72rem;color:rgb(255 255 255 / .4);letter-spacing:.04em;flex-wrap:wrap}.breadcrumb a{color:rgb(255 255 255 / .55);text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:#fff}.breadcrumb.sh-pill{color:var(--red,#B91C1C)}.breadcrumb.sh-pill a{color:var(--red,#B91C1C);opacity:.7}.breadcrumb.sh-pill a:hover{opacity:1}.sh-pill:not(.breadcrumb){display:inline-flex;align-items:center;gap:.55rem;font-family:var(--mono);font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--red,#B91C1C);padding:.45rem 1rem;border:1px solid rgb(220 38 38 / .28);background:rgb(220 38 38 / .06);border-radius:100px;margin:0 0 1.5rem}.sh-pill::before,.sh-pill.pill::before{content:none!important;display:none!important}.sh-pill .pill-dot{width:7px;height:7px;border-radius:50%;background:var(--red-b,#DC2626);box-shadow:0 0 0 0 rgb(220 38 38 / .55);animation:ping 1.8s ease-out infinite}@keyframes ping{0%{box-shadow:0 0 0 0 rgb(220 38 38 / .55)}70%{box-shadow:0 0 0 10px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.sh-h1,.d1.sh-h1,.hero-h1{font-family:var(--sans,'Plus Jakarta Sans');font-weight:800;font-size:clamp(2.2rem,4.6vw,3.8rem);line-height:1.05;letter-spacing:-.035em;color:#fff;margin:0 0 1.15rem;max-width:900px;text-wrap:balance}.sh-h1 .accent,.d1 .accent,.hero-h1 .accent{color:var(--red-b,#DC2626);background:linear-gradient(120deg,#DC2626 0%,#F87171 50%,#DC2626 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0;animation:shine 5s linear infinite}@keyframes shine{to{background-position:-200% center}}.sh-lead,.lead.wh.sh-lead{color:rgb(255 255 255 / .72);font-size:clamp(1rem,1.3vw,1.12rem);line-height:1.68;margin:0 0 1rem;max-width:640px;text-wrap:pretty}.sh-acts{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.8rem}.post-body,.post-content,.pg article,.sec>.w>article{max-width:780px!important;margin:0 auto!important;color:var(--n700,#334155);font-size:1.03rem;line-height:1.8}.post-body>*:first-child,.post-content>*:first-child,.pg article>*:first-child{margin-top:0}.post-body p,.post-content p,.pg article p{margin:0 0 1.2rem}.post-body h2,.post-content h2,.pg article h2{font-family:var(--sans,'Plus Jakarta Sans');font-size:clamp(1.4rem,2vw,1.75rem);font-weight:800;color:var(--n900,#0F172A);letter-spacing:-.02em;line-height:1.2;margin:2.75rem 0 1rem}.post-body h3,.post-content h3,.pg article h3{font-size:1.2rem;font-weight:700;color:var(--n900,#0F172A);letter-spacing:-.015em;margin:2rem 0 .75rem;line-height:1.3}.post-body h4,.post-content h4,.pg article h4{font-size:1.05rem;font-weight:700;margin:1.75rem 0 .6rem}.post-body ul,.post-body ol,.post-content ul,.post-content ol,.pg article ul,.pg article ol{margin:0 0 1.2rem;padding-left:1.5rem}.post-body li,.post-content li,.pg article li{margin:.35rem 0}.post-body li::marker,.post-content li::marker,.pg article li::marker{color:var(--red,#B91C1C)}.post-body a,.post-content a,.pg article a{color:var(--red,#B91C1C);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .15s}.post-body a:hover,.post-content a:hover,.pg article a:hover{color:var(--red-d,#991B1B)}.post-body blockquote,.post-content blockquote,.pg article blockquote{margin:2rem 0;padding:1.25rem 1.5rem;border-left:3px solid var(--red,#B91C1C);background:var(--n50,#F8FAFC);border-radius:0 10px 10px 0;font-style:italic;color:var(--n800,#1E293B)}.post-body blockquote p:last-child,.post-content blockquote p:last-child{margin-bottom:0}.post-body code,.post-content code,.pg article code{font-family:var(--mono,monospace);font-size:.92em;background:var(--n100,#F1F5F9);color:var(--n900,#0F172A);padding:.12em .4em;border-radius:4px}.post-body pre,.post-content pre,.pg article pre{background:var(--n950,#020617);color:#E2E8F0;padding:1.25rem 1.5rem;border-radius:10px;overflow-x:auto;font-size:.88rem;line-height:1.65;margin:1.5rem 0}.post-body pre code,.post-content pre code,.pg article pre code{background:#fff0;color:inherit;padding:0}.post-body img,.post-content img,.pg article img{border-radius:12px;margin:1.5rem 0;display:block}.post-body hr,.post-content hr,.pg article hr{border:0;height:1px;background:linear-gradient(90deg,transparent,var(--n200,#E2E8F0),transparent);margin:3rem 0}.post-body table,.post-content table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.95rem;border:1px solid var(--n200,#E2E8F0);border-radius:8px;overflow:hidden}.post-body th,.post-content th{background:var(--n50,#F8FAFC);text-align:left;padding:.75rem 1rem;font-weight:700;border-bottom:1px solid var(--n200,#E2E8F0);color:var(--n900,#0F172A)}.post-body td,.post-content td{padding:.75rem 1rem;border-bottom:1px solid var(--n100,#F1F5F9)}.post-body tr:last-child td,.post-content tr:last-child td{border-bottom:0}@media (prefers-reduced-motion:no-preference){[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease-out,ease-out),transform .7s var(--ease-out,ease-out)}[data-reveal].shown{opacity:1;transform:translateY(0)}[data-reveal="right"]{transform:translateX(-20px)}[data-reveal="right"].shown{transform:translateX(0)}[data-reveal="left"]{transform:translateX(20px)}[data-reveal="left"].shown{transform:translateX(0)}[data-stagger]>*{opacity:0;transform:translateY(14px);transition:opacity .55s var(--ease-out,ease-out),transform .55s var(--ease-out,ease-out)}[data-stagger].shown>*{opacity:1;transform:translateY(0)}[data-stagger].shown>*:nth-child(1){transition-delay:.05s}[data-stagger].shown>*:nth-child(2){transition-delay:.12s}[data-stagger].shown>*:nth-child(3){transition-delay:.19s}[data-stagger].shown>*:nth-child(4){transition-delay:.26s}[data-stagger].shown>*:nth-child(5){transition-delay:.33s}[data-stagger].shown>*:nth-child(6){transition-delay:.4s}[data-stagger].shown>*:nth-child(7){transition-delay:.47s}[data-stagger].shown>*:nth-child(8){transition-delay:.54s}}.feat,.kb-card,.blog-card,.form-card{transition:transform .3s var(--ease-out,ease-out),box-shadow .3s var(--ease-out,ease-out),border-color .2s}.feat:hover,.kb-card:hover,.blog-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgb(185 28 28 / .08),0 2px 8px rgb(15 23 42 / .04)}.feat-ico,.mega-ico{transition:transform .35s var(--spring,ease-out),background .2s,color .2s}.feat:hover .feat-ico{transform:scale(1.1) rotate(-6deg);background:rgb(185 28 28 / .14)}.btn,.btn-r,.btn-w,.btn-ghost,.btn-lg{transition:transform .2s var(--spring,ease-out),background .2s,box-shadow .2s,color .2s,border-color .2s;will-change:transform}.btn:hover,.btn-r:hover,.btn-w:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-r{box-shadow:0 4px 14px rgb(185 28 28 / .28)}.btn-r:hover{box-shadow:0 8px 22px rgb(185 28 28 / .45)}.btn-ghost:hover{background:rgb(255 255 255 / .08)}#nav{transition:background .3s,backdrop-filter .3s,border-color .3s}.nav-links a{transition:color .2s}.nav-links a:hover{color:var(--red-b,#DC2626)}.nav-cta{transition:transform .2s var(--spring,ease-out)}.nav-cta:hover{transform:translateY(-1px)}.form-card input,.form-card textarea,.form-card select{transition:border-color .2s,background .2s,box-shadow .2s}.form-card input:focus,.form-card textarea:focus,.form-card select:focus{outline:0;border-color:var(--red,#B91C1C);box-shadow:0 0 0 3px rgb(185 28 28 / .15);background:rgb(255 255 255 / .04)}.form-card .fsub{transition:transform .2s var(--spring,ease-out),background .2s,box-shadow .2s}.form-card .fsub:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgb(185 28 28 / .45)}footer a{transition:color .2s}footer a:hover{color:var(--red-b,#DC2626)!important}.foot-cta{transition:transform .2s var(--spring,ease-out),background .2s}.foot-cta:hover{transform:translateY(-2px);background:var(--red-b,#DC2626)}@media (max-width:960px){.subhero{padding:4.5rem 0 3.5rem}.pg .w,.subhero .w,.sec .w,.sh-inner{padding-left:1.5rem;padding-right:1.5rem}.feat-grid{grid-template-columns:1fr!important}.cols,.cols.top.g2,.cols.top.g3{grid-template-columns:1fr!important;gap:1.5rem!important}}@media (max-width:640px){.subhero{padding:3.5rem 0 3rem}.sh-h1,.d1.sh-h1{font-size:clamp(1.8rem,7vw,2.4rem)}.post-body,.post-content,.pg article{font-size:.98rem;padding:0 .5rem}.post-body h2,.post-content h2,.pg article h2{font-size:1.3rem}.btn,.btn-r,.btn-w{width:100%;justify-content:center}.contact{flex-direction:column}}a{text-decoration-skip-ink:auto}.pg h1,.pg h2,.pg h3{text-wrap:balance}.pg p{text-wrap:pretty}.pg{animation:pgIn .55s var(--ease-out,ease-out) both}@keyframes pgIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.hero-layout>div:last-child{perspective:1800px;perspective-origin:0% 40%;transform-style:preserve-3d;gap:1.4rem!important}@keyframes panelIn{from{opacity:0;transform:translateZ(-200px) rotateY(-16deg) rotateX(2deg) translateX(60px)}}.hero-layout .panel .p-kpi-n{font-size:1.7rem}.hero-layout .panel .p-kpi-l{font-size:.65rem;margin-top:.3rem}.hero-layout .panel .p-row{padding:.72rem 0;font-size:.82rem}.hero-layout .panel .p-rl{font-size:.78rem;color:rgb(255 255 255 / .55)}.hero-layout .panel .p-activity{padding:.65rem 0;font-size:.78rem}.hero-layout .panel .p-acttext{color:rgb(255 255 255 / .75)}.hero-layout .panel .p-actts{color:rgb(255 255 255 / .35);font-family:var(--mono);font-size:.7rem}.hero-layout>div:last-child>.panel:first-child{z-index:2}.hero-layout>div:last-child>.panel:nth-child(2){z-index:1;opacity:.92}@media (max-width:960px){.hero-layout>div:last-child{perspective:none}.hero-layout>div:last-child>.panel,.hero-layout>div:last-child>.panel:nth-child(2){transform:none!important;animation:panelIn2 .8s var(--ease-out) both!important}@keyframes panelIn2{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}}@media (prefers-reduced-motion:reduce){.hero-layout>div:last-child>.panel,.hero-layout>div:last-child>.panel:nth-child(2){animation:none!important;transform:none!important}}.hero-layout>div:last-child{perspective:1800px;perspective-origin:0% 40%;transform-style:preserve-3d;display:grid!important;grid-template-columns:1fr;grid-template-rows:auto;gap:0!important;position:relative;min-height:820px}.hero-layout>div:last-child>.panel{position:absolute;width:100%;transform-origin:100% 50%;transition:transform .5s var(--ease-out),box-shadow .35s}.hero-layout>div:last-child>.panel:nth-child(1){top:240px;right:0;z-index:3;transform:translateZ(60px) rotateY(-9deg) rotateX(2deg);animation:panelIn 1s var(--ease-out) .45s both}.hero-layout>div:last-child>.panel:nth-child(2){top:120px;right:-22px;z-index:2;transform:translateZ(10px) rotateY(-9deg) rotateX(2deg) translateX(14px);animation:panelIn 1s var(--ease-out) .7s both}.hero-layout>div:last-child>.panel:nth-child(3),.hero-layout>div:last-child>.panel.panel-bg-network{top:0;right:-44px;z-index:1;transform:translateZ(-40px) rotateY(-9deg) rotateX(2deg) translateX(28px);opacity:.92;animation:panelIn 1s var(--ease-out) .95s both}@keyframes panelIn{from{opacity:0;transform:translateZ(-200px) rotateY(-16deg) rotateX(2deg) translateX(60px)}}.hero-layout>div:last-child>.panel:nth-child(1){box-shadow:0 40px 90px rgb(0 0 0 / .55),0 10px 28px rgb(0 0 0 / .35),0 0 0 1px rgb(255 255 255 / .05) inset,0 0 80px rgb(220 38 38 / .14)}.hero-layout>div:last-child>.panel:nth-child(2){box-shadow:0 28px 60px rgb(0 0 0 / .5),0 6px 18px rgb(0 0 0 / .3),0 0 0 1px rgb(255 255 255 / .04) inset,0 0 50px rgb(220 38 38 / .10)}.hero-layout>div:last-child>.panel:nth-child(3),.hero-layout>div:last-child>.panel.panel-bg-network{box-shadow:0 18px 42px rgb(0 0 0 / .45),0 3px 12px rgb(0 0 0 / .25),0 0 0 1px rgb(255 255 255 / .04) inset,0 0 40px rgb(220 38 38 / .08)}.netchart-wrap{position:relative;background:linear-gradient(180deg,rgb(220 38 38 / .02),transparent 80%);border:1px solid rgb(255 255 255 / .04);border-radius:8px;padding:.4rem .5rem 0;overflow:hidden}.netchart-wrap::before{content:'// THROUGHPUT  ·  LAST 60 MIN';position:absolute;top:.45rem;left:.6rem;font-family:var(--mono);font-size:.58rem;color:rgb(255 255 255 / .3);letter-spacing:.12em;text-transform:uppercase;pointer-events:none}.netchart{width:100%;height:80px;display:block;margin-top:.8rem;overflow:visible}.netchart-line{filter:drop-shadow(0 0 5px rgb(220 38 38 / .55));animation:netGlow 3.2s ease-in-out infinite;vector-effect:non-scaling-stroke}@keyframes netFlow{to{stroke-dashoffset:-140}}@keyframes netGlow{0%,100%{filter:drop-shadow(0 0 4px rgb(220 38 38 / .45))}50%{filter:drop-shadow(0 0 10px rgb(248 113 113 / .85))}}.netchart-fill{animation:netFillPulse 4s ease-in-out infinite}@keyframes netFillPulse{0%,100%{opacity:1}50%{opacity:.72}}.netchart::after{content:none}.panel-bg-network .p-kpi-grid.c3{grid-template-columns:1fr 1fr 1fr}.panel-bg-network .p-kpi-n{font-size:1.35rem}.panel-bg-network .p-kpi-n em{font-style:normal}.hero-layout>div:last-child>.panel{pointer-events:none}.hero-layout>div:last-child>.panel a,.hero-layout>div:last-child>.panel button{pointer-events:auto}@media (max-width:960px){.hero-layout>div:last-child{perspective:none;min-height:auto;display:flex!important;flex-direction:column;gap:1rem!important}.hero-layout>div:last-child>.panel{position:relative;top:auto!important;right:auto!important;transform:none!important;animation:panelIn2 .7s var(--ease-out) both!important}.hero-layout>div:last-child>.panel.panel-bg-network{opacity:1}@keyframes panelIn2{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}}@media (prefers-reduced-motion:reduce){.hero-layout>div:last-child>.panel{animation:none!important}}.hero-layout>div:last-child>.panel:nth-child(2){display:none!important}.hero-layout>div:last-child>.panel:nth-child(3),.hero-layout>div:last-child>.panel.panel-bg-network{top:0;right:-32px;z-index:1;transform:translateZ(-30px) rotateY(-9deg) rotateX(2deg) translateX(18px)!important;opacity:.95!important}.hero-layout>div:last-child>.panel:nth-child(1){top:295px!important;right:-5px!important}.sh-pill:not(.breadcrumb),.pill:not(.pill-chip):not(.pill-dot){display:inline-flex!important;align-items:center!important;gap:.5rem!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;margin:0 0 1.5rem!important;font-family:var(--mono)!important;font-size:.72rem!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--red)!important}.sh-pill:not(.breadcrumb)::before,.pill:not(.pill-chip):not(.pill-dot)::before{content:''!important;display:inline-block!important;width:26px!important;height:1px!important;background:var(--red)!important;margin-right:.1rem!important;vertical-align:middle!important;flex-shrink:0}.sh-pill .pill-dot,.pill .pill-dot{width:6px!important;height:6px!important;border-radius:50%!important;background:var(--red-b)!important;flex-shrink:0!important}.pg.kb-article{background:#fff;color:var(--n800,#1E293B);padding:0!important;animation:kbArticleIn .55s var(--ease-out,ease-out) both}@keyframes kbArticleIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pg.kb-article section.subhero,.pg.kb-article>section:first-of-type{background:var(--n950,#020617)!important;color:#fff!important;position:relative;padding:5rem 0 3.5rem!important;overflow:hidden;width:100%!important;max-width:none!important;margin:0!important}.pg.kb-article section.subhero::before{content:'';position:absolute;right:-120px;top:-100px;width:600px;height:600px;border-radius:50%;background:rgb(185 28 28 / .08);filter:blur(90px);pointer-events:none;animation:drift1 24s ease-in-out infinite}.pg.kb-article section.subhero .w,.pg.kb-article section.subhero .sh-inner,.pg.kb-article>section:first-of-type>*{max-width:780px!important;margin:0 auto!important;padding:0 2rem!important;position:relative;z-index:2}.pg.kb-article section.subhero .sgrid{display:block!important;position:absolute;inset:0;z-index:1;background-image:linear-gradient(rgb(255 255 255 / .02) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .02) 1px,transparent 1px);background-size:64px 64px;opacity:.6}.pg.kb-article section.subhero-net,.pg.kb-article section.subhero .subhero-net{display:block!important;position:absolute;inset:0;z-index:1;opacity:.5;mix-blend-mode:screen;pointer-events:none}.pg.kb-article section.subhero-net svg,.pg.kb-article section.subhero .subhero-net svg{width:100%;height:100%;display:block}.pg.kb-article .breadcrumb{display:flex!important;gap:.4rem;flex-wrap:wrap;font-family:var(--mono);font-size:.72rem;letter-spacing:.06em;color:rgb(255 255 255 / .45)!important;margin:0 auto 1.5rem!important;text-transform:uppercase}.pg.kb-article .breadcrumb a{color:rgb(255 255 255 / .65)!important;text-decoration:none}.pg.kb-article .breadcrumb a:hover{color:#fff!important}.pg.kb-article section.subhero h1,.pg.kb-article section.subhero h1.d1,.pg.kb-article section.subhero h1.sh-h1,.pg.kb-article>section:first-of-type h1{color:#fff!important;font-size:clamp(2.2rem,4.4vw,3.4rem)!important;font-weight:800;line-height:1.05;letter-spacing:-.03em;margin:.5rem 0 1rem!important;max-width:780px;text-wrap:balance}.pg.kb-article section.subhero h1 .accent,.pg.kb-article>section:first-of-type h1 .accent{color:var(--red-b,#DC2626)!important;background:linear-gradient(120deg,#DC2626 0%,#F87171 50%,#DC2626 100%)!important;background-size:200% auto!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;animation:shine 5s linear infinite!important}.pg.kb-article section.subhero .lead,.pg.kb-article section.subhero .sh-lead,.pg.kb-article section.subhero p.lead.wh,.pg.kb-article>section:first-of-type .lead{color:rgb(255 255 255 / .72)!important;font-size:1.08rem!important;line-height:1.68!important;margin:0 0 1rem!important;max-width:720px}.pg.kb-article section.sec,.pg.kb-article>section:not(:first-of-type){background:#fff!important;color:var(--n800,#1E293B)!important;padding:3rem 0 5rem!important;width:100%!important;max-width:none!important;margin:0!important}.pg.kb-article section.sec>.w,.pg.kb-article section.sec>*,.pg.kb-article>section:not(:first-of-type)>*{max-width:780px!important;margin:0 auto!important;padding:0 2rem!important}.pg.kb-article article,.pg.kb-article .post-body,.pg.kb-article .post-content{max-width:780px;margin:0 auto!important;font-size:1.05rem;line-height:1.78;color:var(--n800,#1E293B)}.pg.kb-article article p{margin:0 0 1.2rem;color:var(--n700,#334155)}.pg.kb-article article>*:first-child{margin-top:0}.pg.kb-article article h2{font-family:var(--sans);font-size:1.5rem;font-weight:800;color:var(--n900,#0F172A);letter-spacing:-.02em;line-height:1.2;margin:2.75rem 0 1rem}.pg.kb-article article h3{font-size:1.2rem;font-weight:700;color:var(--n900,#0F172A);letter-spacing:-.015em;margin:2rem 0 .75rem;line-height:1.3}.pg.kb-article article ul,.pg.kb-article article ol{margin:0 0 1.2rem;padding-left:1.5rem}.pg.kb-article article li{margin:.35rem 0}.pg.kb-article article li::marker{color:var(--red,#B91C1C)}.pg.kb-article article a{color:var(--red,#B91C1C);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.pg.kb-article article a:hover{color:var(--red-d,#991B1B)}.pg.kb-article article strong{color:var(--n900,#0F172A);font-weight:700}.pg.kb-article article blockquote{margin:2rem 0;padding:1.15rem 1.4rem;border-left:3px solid var(--red,#B91C1C);background:var(--n50,#F8FAFC)!important;border-radius:0 10px 10px 0;font-style:italic;color:var(--n800,#1E293B)}.pg.kb-article article code{font-family:var(--mono);font-size:.92em;background:var(--n100,#F1F5F9)!important;color:var(--n900,#0F172A);padding:.12em .4em;border-radius:4px}.pg.kb-article article pre{background:var(--n950,#020617)!important;color:#E2E8F0;padding:1.25rem 1.5rem;border-radius:10px;overflow-x:auto;font-size:.88rem;line-height:1.65;margin:1.5rem 0}.pg.kb-article article img{border-radius:12px;margin:1.5rem 0;display:block;max-width:100%;height:auto}.pg.kb-article article hr{border:0;height:1px;background:linear-gradient(90deg,transparent,var(--n200,#E2E8F0),transparent);margin:3rem 0}@media (max-width:640px){.pg.kb-article section.subhero{padding:3.5rem 0 2.5rem!important}.pg.kb-article h1{font-size:clamp(1.7rem,7vw,2.3rem)!important}.pg.kb-article article{font-size:.98rem}}.sh-pill:not(.breadcrumb),.pill:not(.pill-chip):not(.pill-dot),.h-ey-text,.h-eyebrow{display:inline-flex!important;align-items:center!important;gap:.5rem!important}.pill-slash{color:var(--red,#B91C1C);font-family:var(--mono);font-weight:500;letter-spacing:.04em;margin-right:.05rem}.pill-cursor{display:inline-block;margin-left:.25rem;color:var(--red-b,#DC2626);font-family:var(--mono);font-weight:400;animation:pillBlink 1.05s step-end infinite;transform:translateY(1px)}@keyframes pillBlink{0%,49%{opacity:1}50%,100%{opacity:0}}.h-ey-text::after{content:'_';display:inline-block;margin-left:.25rem;color:var(--red-b,#DC2626);animation:pillBlink 1.05s step-end infinite}.hero .h-eyebrow{display:inline-flex!important;align-items:center!important;gap:.6rem!important;margin-bottom:1.4rem}.hero .h-line{width:36px!important;height:1px!important;background:var(--red,#B91C1C)!important;display:inline-block!important;flex-shrink:0;margin:0!important}.hero .h-ey-text{font-family:var(--mono)!important;font-size:.72rem!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:rgb(255 255 255 / .58)!important;display:inline-flex!important;align-items:center!important;gap:0!important;padding:0!important;margin:0!important;white-space:nowrap}.hero .h-ey-text::after{content:'_'!important;display:inline-block!important;margin-left:0!important;color:rgb(255 255 255 / .58)!important;font-family:var(--mono)!important;font-weight:400!important;animation:pillBlink 1.05s step-end infinite!important;transform:none!important}.sh-pill:not(.breadcrumb)::before,.pill:not(.pill-chip):not(.pill-dot)::before{display:none!important;content:none!important;background:none!important}.sh-pill .pill-cursor,.pill .pill-cursor{display:none!important}.sh-pill:not(.breadcrumb),.pill:not(.pill-chip):not(.pill-dot){display:inline-flex!important;align-items:baseline!important;gap:.3rem!important;padding:0!important;margin:0 0 1.2rem!important;background:transparent!important;border:0!important;border-radius:0!important;font-family:var(--mono)!important;font-size:.72rem!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--red,#B91C1C)!important}.sh-pill .pill-slash,.pill .pill-slash{color:var(--red,#B91C1C)!important;font-family:var(--mono)!important;font-weight:500!important;letter-spacing:.1em!important;margin-right:.1rem!important}.sh-pill .pill-text,.pill .pill-text{color:var(--red,#B91C1C)!important;font-family:var(--mono)!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important}.hero .h-eyebrow{display:inline-flex!important;align-items:center!important;gap:.65rem!important;margin-bottom:1.4rem}.hero .h-line{width:36px!important;height:1px!important;background:var(--red,#B91C1C)!important;display:inline-block!important;flex-shrink:0!important}.hero .h-ey-text{font-family:var(--mono)!important;font-size:.72rem!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:rgb(255 255 255 / .6)!important;display:inline-flex!important;align-items:center!important;gap:0!important;padding:0!important;margin:0!important;white-space:nowrap}.hero .h-ey-text::after{content:'_'!important;display:inline-block!important;margin-left:1px!important;color:var(--red-b,#DC2626)!important;font-family:var(--mono)!important;font-weight:400!important;animation:pillBlink 1.05s step-end infinite!important;transform:none!important}.subhero .sh-pill:not(.breadcrumb),.subhero .pill:not(.pill-chip):not(.pill-dot),section.subhero .sh-pill:not(.breadcrumb),section.subhero .pill:not(.pill-chip):not(.pill-dot){display:inline-flex!important;align-items:center!important;gap:.35rem!important;padding:0!important;margin:0 0 1.4rem!important;background:transparent!important;border:0!important;border-radius:0!important;font-family:var(--mono)!important;font-size:.72rem!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:rgb(255 255 255 / .6)!important}.subhero .sh-pill:not(.breadcrumb)::before,.subhero .pill:not(.pill-chip):not(.pill-dot)::before,section.subhero .sh-pill:not(.breadcrumb)::before,section.subhero .pill:not(.pill-chip):not(.pill-dot)::before{display:inline-block!important;content:''!important;width:30px!important;height:1px!important;background:var(--red,#B91C1C)!important;margin-right:.35rem!important;flex-shrink:0!important;vertical-align:middle!important}.subhero .sh-pill .pill-cursor,.subhero .pill .pill-cursor,section.subhero .sh-pill .pill-cursor,section.subhero .pill .pill-cursor{display:inline-block!important;margin-left:1px!important;color:var(--red-b,#DC2626)!important;font-family:var(--mono)!important;font-weight:400!important;animation:pillBlink 1.05s step-end infinite!important}.subhero .sh-pill .pill-slash,.subhero .pill .pill-slash,.subhero .sh-pill .pill-text,.subhero .pill .pill-text,section.subhero .sh-pill .pill-slash,section.subhero .pill .pill-slash,section.subhero .sh-pill .pill-text,section.subhero .pill .pill-text{color:rgb(255 255 255 / .6)!important}.sec .sh-pill:not(.breadcrumb),.sec .pill:not(.pill-chip):not(.pill-dot),section.sec .sh-pill:not(.breadcrumb),section.sec .pill:not(.pill-chip):not(.pill-dot),.pg>.sh-pill,.pg>.pill,.pg section:not(.subhero):not(.hero) .sh-pill:not(.breadcrumb),.pg section:not(.subhero):not(.hero) .pill:not(.pill-chip):not(.pill-dot){color:var(--red,#B91C1C)!important}.sec .sh-pill:not(.breadcrumb)::before,.sec .pill:not(.pill-chip):not(.pill-dot)::before,section.sec .sh-pill:not(.breadcrumb)::before,section.sec .pill:not(.pill-chip):not(.pill-dot)::before,.pg section:not(.subhero):not(.hero) .sh-pill:not(.breadcrumb)::before,.pg section:not(.subhero):not(.hero) .pill:not(.pill-chip):not(.pill-dot)::before{display:none!important;content:none!important}.sec .sh-pill .pill-cursor,.sec .pill .pill-cursor,section.sec .sh-pill .pill-cursor,section.sec .pill .pill-cursor,.pg section:not(.subhero):not(.hero) .sh-pill .pill-cursor,.pg section:not(.subhero):not(.hero) .pill .pill-cursor{display:none!important}.sec .pill-slash,.sec .pill-text,section.sec .pill-slash,section.sec .pill-text,.pg section:not(.subhero):not(.hero) .pill-slash,.pg section:not(.subhero):not(.hero) .pill-text{color:var(--red,#B91C1C)!important}.pg.kb-article article>div[style*="border-left"]{background:var(--n50,#F8FAFC)!important;border-radius:0 12px 12px 0;padding:1.4rem 1.6rem!important;margin:2.5rem 0!important;color:var(--n800,#1E293B)}.pg.kb-article article>div[style*="border-left"]>div:first-child{font-family:var(--mono)!important;font-size:.72rem!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--red,#B91C1C)!important;margin-bottom:.6rem!important}.pg.kb-article article>div[style*="border-left"] p{margin:0!important;color:var(--n800,#1E293B)!important;font-weight:500!important}.pg.kb-article .btn,.pg.kb-article a.btn{display:inline-flex!important;align-items:center!important;gap:.45rem!important;padding:.85rem 1.5rem!important;border-radius:10px!important;font-size:.95rem!important;font-weight:700!important;text-decoration:none!important;letter-spacing:.002em!important;transition:transform .2s var(--spring,ease-out),background .2s,box-shadow .2s,border-color .2s,color .2s!important}.pg.kb-article .btn-r,.pg.kb-article a.btn-r{background:var(--red,#B91C1C)!important;color:#fff!important;border:1px solid rgb(220 38 38 / .3)!important;box-shadow:0 4px 14px rgb(185 28 28 / .28)!important}.pg.kb-article .btn-r:hover,.pg.kb-article a.btn-r:hover{background:var(--red-b,#DC2626)!important;transform:translateY(-2px);box-shadow:0 8px 22px rgb(185 28 28 / .45)!important}.pg.kb-article .btn-ghost,.pg.kb-article a.btn-ghost{background:transparent!important;color:var(--n700,#334155)!important;border:1px solid var(--n200,#E2E8F0)!important}.pg.kb-article .btn-ghost:hover,.pg.kb-article a.btn-ghost:hover{background:var(--n50,#F8FAFC)!important;border-color:var(--n300,#8A9BB0)!important;transform:translateY(-2px)}.pg.kb-article .btn-lg{padding:1rem 1.75rem!important;font-size:1rem!important}.pg.kb-article article+div[style*="border-top"],.pg.kb-article article~div[style*="border-top"]{margin-top:3.5rem!important;padding-top:2rem!important;border-top:1.5px solid var(--n100,#F1F5F9)!important;max-width:780px!important;margin-left:auto!important;margin-right:auto!important}.pg.kb-article article+div[style*="border-top"]>div:first-child,.pg.kb-article article~div[style*="border-top"]>div:first-child{font-family:var(--mono)!important;font-size:.72rem!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--red,#B91C1C)!important;margin-bottom:1.25rem!important}.pg.kb-article article+div[style*="border-top"]>div[style*="grid"],.pg.kb-article article~div[style*="border-top"]>div[style*="grid"]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1.2rem!important;margin-top:0!important}@media (max-width:640px){.pg.kb-article article+div[style*="border-top"]>div[style*="grid"],.pg.kb-article article~div[style*="border-top"]>div[style*="grid"]{grid-template-columns:1fr!important}}.pg.kb-article article+div[style*="border-top"] a,.pg.kb-article article~div[style*="border-top"] a{background:#fff!important;border:1.5px solid var(--n100,#F1F5F9)!important;border-radius:12px!important;padding:1.4rem!important;display:block!important;text-decoration:none!important;transition:transform .25s var(--ease-out,ease-out),box-shadow .25s,border-color .2s!important}.pg.kb-article article+div[style*="border-top"] a:hover,.pg.kb-article article~div[style*="border-top"] a:hover{transform:translateY(-3px);border-color:rgb(185 28 28 / .25)!important;box-shadow:0 14px 32px rgb(185 28 28 / .1),0 2px 8px rgb(15 23 42 / .05)!important}.pg.kb-article article+div[style*="border-top"] a>div:first-child,.pg.kb-article article~div[style*="border-top"] a>div:first-child{font-family:var(--mono)!important;font-size:.66rem!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--red,#B91C1C)!important;margin-bottom:.5rem!important}.pg.kb-article article+div[style*="border-top"] a>div:last-child,.pg.kb-article article~div[style*="border-top"] a>div:last-child{font-weight:700!important;color:var(--n900,#0F172A)!important;line-height:1.35!important;font-size:.98rem!important}.pg article>div[style*="border-left"]{background:var(--n50,#F8FAFC)!important;border-radius:0 12px 12px 0!important;padding:1.4rem 1.6rem!important;margin:2.5rem 0!important;color:var(--n800,#1E293B)}.pg article>div[style*="border-left"]>div:first-child{font-family:var(--mono)!important;font-size:.72rem!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--red,#B91C1C)!important;margin-bottom:.6rem!important}.pg article>div[style*="border-left"] p{margin:0!important;color:var(--n800,#1E293B)!important;font-weight:500!important}.pg article .btn,.pg article a.btn{display:inline-flex!important;align-items:center!important;gap:.45rem!important;padding:.85rem 1.5rem!important;border-radius:10px!important;font-size:.95rem!important;font-weight:700!important;text-decoration:none!important;transition:transform .2s var(--spring,ease-out),background .2s,box-shadow .2s,border-color .2s,color .2s!important}.pg article .btn-r,.pg article a.btn-r{background:var(--red,#B91C1C)!important;color:#fff!important;border:1px solid rgb(220 38 38 / .3)!important;box-shadow:0 4px 14px rgb(185 28 28 / .28)!important}.pg article .btn-r:hover,.pg article a.btn-r:hover{background:var(--red-b,#DC2626)!important;transform:translateY(-2px);box-shadow:0 8px 22px rgb(185 28 28 / .45)!important}.pg article .btn-ghost,.pg article a.btn-ghost{background:transparent!important;color:var(--n700,#334155)!important;border:1px solid var(--n200,#E2E8F0)!important}.pg article .btn-ghost:hover,.pg article a.btn-ghost:hover{background:var(--n50,#F8FAFC)!important;border-color:var(--n300,#8A9BB0)!important;transform:translateY(-2px)}.pg article .btn-lg{padding:1rem 1.75rem!important;font-size:1rem!important}.pg section article+div[style*="border-top"],.pg section article~div[style*="border-top"],.pg article+div[style*="border-top"],.pg article~div[style*="border-top"]{margin-top:3.5rem!important;padding-top:2rem!important;border-top:1.5px solid var(--n100,#F1F5F9)!important;max-width:780px!important;margin-left:auto!important;margin-right:auto!important}.pg section article+div[style*="border-top"]>div:first-child,.pg section article~div[style*="border-top"]>div:first-child,.pg article+div[style*="border-top"]>div:first-child,.pg article~div[style*="border-top"]>div:first-child{font-family:var(--mono)!important;font-size:.72rem!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--red,#B91C1C)!important;margin-bottom:1.25rem!important}.pg div[style*="border-top"]>div[style*="grid"]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1.2rem!important;margin-top:0!important}@media (max-width:640px){.pg div[style*="border-top"]>div[style*="grid"]{grid-template-columns:1fr!important}}.pg div[style*="border-top"]>div[style*="grid"]>a{background:#fff!important;border:1.5px solid var(--n100,#F1F5F9)!important;border-radius:12px!important;padding:1.4rem!important;display:block!important;text-decoration:none!important;transition:transform .25s var(--ease-out,ease-out),box-shadow .25s,border-color .2s!important}.pg div[style*="border-top"]>div[style*="grid"]>a:hover{transform:translateY(-3px);border-color:rgb(185 28 28 / .25)!important;box-shadow:0 14px 32px rgb(185 28 28 / .1),0 2px 8px rgb(15 23 42 / .05)!important}.pg div[style*="border-top"]>div[style*="grid"]>a>div:first-child{font-family:var(--mono)!important;font-size:.66rem!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--red,#B91C1C)!important;margin-bottom:.5rem!important}.pg div[style*="border-top"]>div[style*="grid"]>a>div:last-child{font-weight:700!important;color:var(--n900,#0F172A)!important;line-height:1.35!important;font-size:.98rem!important}section.subhero .sgrid{display:block!important;position:absolute;inset:0;z-index:1;background-image:linear-gradient(rgb(255 255 255 / .02) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .02) 1px,transparent 1px);background-size:64px 64px;opacity:.6;pointer-events:none}section.subhero-net,section.subhero .subhero-net{display:block!important;position:absolute;inset:0;z-index:1;opacity:.5;mix-blend-mode:screen;pointer-events:none}section.subhero-net svg,section.subhero .subhero-net svg{width:100%;height:100%;display:block}.pg.kb-article section.sh{background:var(--n950,#020617)!important;color:#fff!important;position:relative!important;overflow:hidden!important;padding:5rem 0 3.5rem!important;margin:0!important;width:100%!important;max-width:none!important}.pg.kb-article section.sh::before{content:'';position:absolute;right:-120px;top:-100px;width:600px;height:600px;border-radius:50%;background:rgb(185 28 28 / .08);filter:blur(90px);pointer-events:none;z-index:1;animation:drift1 24s ease-in-out infinite}.pg.kb-article section.sh::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255 / .025) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .025) 1px,transparent 1px);background-size:72px 72px;pointer-events:none;opacity:.6;z-index:1;-webkit-mask-image:radial-gradient(ellipse 70% 75% at 50% 45%,#000 30%,transparent 80%);mask-image:radial-gradient(ellipse 70% 75% at 50% 45%,#000 30%,transparent 80%)}.pg.kb-article section.sh>.wrap,.pg.kb-article section.sh>.sh-wrap,.pg.kb-article section.sh>div.wrap.sh-wrap{position:relative!important;z-index:2!important;max-width:780px!important;margin:0 auto!important;padding:0 2rem!important}.pg.kb-article section.sh h1,.pg.kb-article section.sh h1.d1,.pg.kb-article section.sh h1.sh-h1{color:#fff!important;font-family:var(--sans,'Plus Jakarta Sans')!important;font-size:clamp(2.2rem,4.4vw,3.4rem)!important;font-weight:800!important;line-height:1.05!important;letter-spacing:-.03em!important;margin:.5rem 0 1rem!important;max-width:780px!important;text-wrap:balance}.pg.kb-article section.sh h1 .accent{color:var(--red-b,#DC2626)!important;background:linear-gradient(120deg,#DC2626 0%,#F87171 50%,#DC2626 100%)!important;background-size:200% auto!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;animation:shine 5s linear infinite!important}.pg.kb-article section.sh .lead,.pg.kb-article section.sh .sh-lead,.pg.kb-article section.sh p.lead{color:rgb(255 255 255 / .72)!important;font-size:1.1rem!important;line-height:1.68!important;margin:0 0 1rem!important;max-width:720px!important}.pg.kb-article section.sh .meta{font-family:var(--mono)!important;font-size:.78rem!important;color:rgb(255 255 255 / .55)!important;margin-top:1.5rem!important;display:flex!important;gap:1.5rem!important;flex-wrap:wrap!important}.pg.kb-article section.sh .breadcrumb{display:flex!important;gap:.4rem!important;flex-wrap:wrap!important;font-family:var(--mono)!important;font-size:.72rem!important;letter-spacing:.06em!important;text-transform:uppercase!important;color:rgb(255 255 255 / .45)!important;margin:0 0 1.5rem!important}.pg.kb-article section.sh .breadcrumb a{color:rgb(255 255 255 / .65)!important;text-decoration:none}.pg.kb-article section.sh .breadcrumb a:hover{color:#fff!important}.pg.kb-article section.sh .sh-pill:not(.breadcrumb),.pg.kb-article section.sh .pill:not(.pill-chip):not(.pill-dot){display:inline-flex!important;align-items:center!important;gap:.35rem!important;padding:0!important;margin:0 0 1.4rem!important;background:transparent!important;border:0!important;border-radius:0!important;font-family:var(--mono)!important;font-size:.72rem!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:rgb(255 255 255 / .6)!important}.pg.kb-article section.sh .sh-pill:not(.breadcrumb)::before,.pg.kb-article section.sh .pill:not(.pill-chip):not(.pill-dot)::before{display:inline-block!important;content:''!important;width:30px!important;height:1px!important;background:var(--red,#B91C1C)!important;margin-right:.35rem!important;flex-shrink:0!important}.pg.kb-article section.sh .pill-cursor{display:inline-block!important;margin-left:1px!important;color:var(--red-b,#DC2626)!important;font-family:var(--mono);font-weight:400;animation:pillBlink 1.05s step-end infinite!important}.pg.kb-article section.sh .pill-slash,.pg.kb-article section.sh .pill-text{color:rgb(255 255 255 / .6)!important}.pg.kb-article>section:not(.sh):not(.cta-b){background:#fff!important;color:var(--n800,#1E293B)!important;width:100%!important;max-width:none!important;padding:3rem 0 3.5rem!important;margin:0!important}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap,.pg.kb-article>section:not(.sh):not(.cta-b)>.w{max-width:780px!important;margin:0 auto!important;padding:0 2rem!important;width:100%!important;box-sizing:border-box}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>p,.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>h2,.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>h3,.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>ul,.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>ol,.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>blockquote,.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>div{max-width:780px;margin-left:auto;margin-right:auto}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>p{margin:0 0 1.2rem!important;color:var(--n700,#334155)!important;font-size:1.05rem!important;line-height:1.78!important}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>h2{font-family:var(--sans)!important;font-size:1.5rem!important;font-weight:800!important;color:var(--n900,#0F172A)!important;letter-spacing:-.02em!important;line-height:1.2!important;margin:2.75rem 0 1rem!important}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>h3{font-size:1.2rem!important;font-weight:700!important;color:var(--n900,#0F172A)!important;letter-spacing:-.015em!important;line-height:1.3!important;margin:2rem 0 .75rem!important}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>ul,.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>ol{margin:0 0 1.2rem!important;padding-left:1.5rem!important}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>ul li,.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>ol li{margin:.4rem 0!important;color:var(--n700,#334155)!important;font-size:1.03rem;line-height:1.7}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>ul li::marker,.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>ol li::marker{color:var(--red,#B91C1C)}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap a{color:var(--red,#B91C1C)!important;text-decoration:underline;text-underline-offset:3px}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap strong{color:var(--n900,#0F172A)!important;font-weight:700}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>div[style*="border-left"]{background:var(--n50,#F8FAFC)!important;border-radius:0 12px 12px 0!important;padding:1.4rem 1.6rem!important;margin:2.5rem auto!important;color:var(--n800,#1E293B)!important}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>div[style*="border-left"]>div:first-child{font-family:var(--mono)!important;font-size:.72rem!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--red,#B91C1C)!important;margin-bottom:.6rem!important}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>div[style*="border-left"] p{margin:0!important;color:var(--n800,#1E293B)!important;font-weight:500!important}.pg.kb-article section.cta-b{background:#fff!important;padding:1rem 0 4rem!important;margin:0!important;width:100%!important;max-width:none!important}.pg.kb-article section.cta-b>*,.pg.kb-article section.cta-b .wrap,.pg.kb-article section.cta-b .w{max-width:780px!important;margin:0 auto!important;padding:0 2rem!important}@media (max-width:640px){.pg.kb-article section.sh{padding:3.5rem 0 2.5rem!important}.pg.kb-article section.sh h1{font-size:clamp(1.7rem,7vw,2.3rem)!important}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap{padding:0 1.25rem!important}.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>p,.pg.kb-article>section:not(.sh):not(.cta-b)>.wrap>h2{font-size:.98rem}}.pg.kb-article section.sh .pill-cursor,.pg.kb-article section.sh .sh-pill .pill-cursor,.pg.kb-article section.sh .pill .pill-cursor{display:inline-block!important;margin-left:1px!important;color:var(--red-b,#DC2626)!important;font-family:var(--mono);font-weight:400;animation:pillBlink 1.05s step-end infinite!important}.pg.kb-article section.sh .pill-slash,.pg.kb-article section.sh .pill-text,.pg.kb-article section.sh .sh-pill .pill-slash,.pg.kb-article section.sh .sh-pill .pill-text,.pg.kb-article section.sh .pill .pill-slash,.pg.kb-article section.sh .pill .pill-text{color:rgb(255 255 255 / .6)!important}.pg.kb-article section.sh .sh-pill:not(.breadcrumb)::before,.pg.kb-article section.sh .pill:not(.pill-chip):not(.pill-dot)::before{display:inline-block!important;content:''!important;width:30px!important;height:1px!important;background:var(--red,#B91C1C)!important;margin-right:.35rem!important;flex-shrink:0!important}.pg.kb-article section.sh::before{background:rgb(185 28 28 / .22)!important;filter:blur(100px)!important;width:720px!important;height:720px!important;right:-160px!important;top:-140px!important}.pg.kb-article section.sh::after{background-image:linear-gradient(rgb(255 255 255 / .04) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .04) 1px,transparent 1px)!important;background-size:72px 72px!important;opacity:.75!important}.pg.kb-article section.sh .sh-wrap::before,.pg.kb-article section.sh .wrap::before{content:'';position:absolute;left:-200px;bottom:-160px;width:640px;height:640px;border-radius:50%;background:rgb(220 38 38 / .12);filter:blur(110px);pointer-events:none;z-index:-1;animation:drift1 28s ease-in-out -8s infinite}.pg.kb-article section.cta-b{background:var(--n950,#020617)!important;color:#fff!important;padding:4rem 0 4.5rem!important;margin:0!important;width:100%!important;max-width:none!important;position:relative;overflow:hidden}.pg.kb-article section.cta-b::before{content:'';position:absolute;right:-150px;top:-120px;width:560px;height:560px;border-radius:50%;background:rgb(220 38 38 / .18);filter:blur(90px);pointer-events:none;z-index:1;animation:drift1 22s ease-in-out infinite}.pg.kb-article section.cta-b .cta-w{position:relative;z-index:2;max-width:780px!important;margin:0 auto!important;padding:0 2rem!important}.pg.kb-article section.cta-b .cta-eyebrow{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--mono)!important;font-size:.72rem!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:rgb(255 255 255 / .55)!important;margin-bottom:1rem!important}.pg.kb-article section.cta-b .cta-eyebrow::before{content:'';display:inline-block;width:30px;height:1px;background:var(--red,#B91C1C);margin-right:.35rem;flex-shrink:0}.pg.kb-article section.cta-b .cta-eyebrow::after{content:'_';color:var(--red-b,#DC2626);margin-left:1px;animation:pillBlink 1.05s step-end infinite}.pg.kb-article section.cta-b .cta-h{font-family:var(--sans)!important;font-size:clamp(1.8rem,3.4vw,2.6rem)!important;font-weight:800!important;line-height:1.15!important;letter-spacing:-.02em!important;color:#fff!important;margin:0 0 1rem!important}.pg.kb-article section.cta-b .cta-sub{font-size:1.05rem!important;line-height:1.65!important;color:rgb(255 255 255 / .7)!important;margin:0 0 2rem!important;max-width:600px}.pg.kb-article section.cta-b .cta-acts{display:flex!important;gap:.75rem!important;flex-wrap:wrap}.pg.kb-article section.cta-b .cta-btn,.pg.kb-article section.cta-b a.cta-btn{display:inline-flex!important;align-items:center!important;gap:.5rem!important;padding:.95rem 1.6rem!important;background:var(--red,#B91C1C)!important;color:#fff!important;border:1px solid rgb(220 38 38 / .4)!important;border-radius:10px!important;font-family:var(--sans)!important;font-size:.98rem!important;font-weight:700!important;text-decoration:none!important;box-shadow:0 4px 18px rgb(185 28 28 / .35)!important;transition:transform .2s var(--spring,ease-out),background .2s,box-shadow .2s!important}.pg.kb-article section.cta-b .cta-btn:hover{background:var(--red-b,#DC2626)!important;transform:translateY(-2px);box-shadow:0 8px 28px rgb(185 28 28 / .5)!important}.pg.kb-article section.cta-b .cta-btn-ghost,.pg.kb-article section.cta-b a.cta-btn-ghost{display:inline-flex!important;align-items:center!important;gap:.5rem!important;padding:.95rem 1.6rem!important;background:rgb(255 255 255 / .05)!important;color:#fff!important;border:1px solid rgb(255 255 255 / .18)!important;border-radius:10px!important;font-family:var(--sans)!important;font-size:.98rem!important;font-weight:700!important;text-decoration:none!important;transition:transform .2s var(--spring,ease-out),background .2s,border-color .2s!important}.pg.kb-article section.cta-b .cta-btn-ghost:hover{background:rgb(255 255 255 / .1)!important;border-color:rgb(255 255 255 / .3)!important;transform:translateY(-2px)}.pg.kb-article section.sh::after{background-image:none!important;content:none!important}.pg.kb-article section.sh .subhero-net{position:absolute;inset:0;pointer-events:none;z-index:1;opacity:.55;mix-blend-mode:screen}.pg.kb-article section.sh .subhero-net svg{width:100%;height:100%;display:block}.pg.kb-article section.sh .net-link{fill:none;stroke:rgb(220 38 38 / .45);stroke-width:1;stroke-dasharray:4 6;animation:netDash 42s linear infinite}.pg.kb-article section.sh .net-link.alt{stroke:rgb(185 28 28 / .32);animation-duration:58s;animation-direction:reverse}@keyframes netDash{to{stroke-dashoffset:-500}}.pg.kb-article section.sh .net-node{fill:#DC2626;filter:drop-shadow(0 0 8px rgb(220 38 38 / .65))}.pg.kb-article section.sh .net-node.a{animation:netPulse 3.2s ease-in-out infinite}.pg.kb-article section.sh .net-node.b{animation:netPulse 3.2s ease-in-out -.6s infinite}.pg.kb-article section.sh .net-node.c{animation:netPulse 3.2s ease-in-out -1.2s infinite}.pg.kb-article section.sh .net-node.d{animation:netPulse 3.2s ease-in-out -1.9s infinite}@keyframes netPulse{0%,100%{r:3;opacity:.85}50%{r:5;opacity:1}}.pg.kb-article .related-articles{background:#fff;padding:3rem 0 2rem!important;margin:0!important;width:100%!important;max-width:none!important}.pg.kb-article .related-articles .ra-w{max-width:780px;margin:0 auto;padding:0 2rem}.pg.kb-article .related-articles .ra-eyebrow{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--mono);font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--red,#B91C1C);margin:0 0 1.25rem}.pg.kb-article .related-articles .ra-line{display:inline-block;width:28px;height:1px;background:var(--red,#B91C1C);margin-right:.1rem}.pg.kb-article .related-articles .ra-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.1rem}@media (max-width:640px){.pg.kb-article .related-articles .ra-grid{grid-template-columns:1fr}}.pg.kb-article .related-articles .ra-card{display:block;padding:1.4rem 1.5rem;background:#fff;border:1.5px solid var(--n100,#F1F5F9);border-radius:12px;text-decoration:none;transition:transform .25s var(--ease-out,ease-out),box-shadow .25s,border-color .2s}.pg.kb-article .related-articles .ra-card:hover{transform:translateY(-3px);border-color:rgb(185 28 28 / .3);box-shadow:0 14px 34px rgb(185 28 28 / .1),0 2px 8px rgb(15 23 42 / .05)}.pg.kb-article .related-articles .ra-cat{font-family:var(--mono);font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--red,#B91C1C);margin-bottom:.5rem}.pg.kb-article .related-articles .ra-title{font-family:var(--sans);font-size:1rem;font-weight:700;color:var(--n900,#0F172A);line-height:1.35;margin-bottom:.9rem}.pg.kb-article .related-articles .ra-more{font-family:var(--mono);font-size:.72rem;font-weight:600;color:var(--red,#B91C1C);letter-spacing:.02em}.pg.kb-article section.cta-b{background:#fff!important;padding:2.5rem 0 5rem!important;margin:0!important;width:100%!important;max-width:none!important;overflow:visible!important}.pg.kb-article section.cta-b::before{content:none!important;background:none!important}.pg.kb-article section.cta-b .cta-w{position:relative;max-width:780px!important;margin:0 auto!important;padding:2.5rem 2.75rem!important;background:radial-gradient(circle at 120% -30%,rgb(220 38 38 / .25),transparent 55%),linear-gradient(135deg,#0A1424 0%,#060810 60%)!important;border:1px solid rgb(220 38 38 / .2)!important;border-radius:18px!important;overflow:hidden;box-shadow:0 20px 50px rgb(0 0 0 / .12),0 4px 14px rgb(0 0 0 / .08)}.pg.kb-article section.cta-b .cta-w::before{content:'';position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgb(255 255 255 / .025) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .025) 1px,transparent 1px);background-size:64px 64px;opacity:.45;-webkit-mask-image:radial-gradient(ellipse 75% 80% at 30% 30%,#000 20%,transparent 80%);mask-image:radial-gradient(ellipse 75% 80% at 30% 30%,#000 20%,transparent 80%)}.pg.kb-article section.cta-b .cta-eyebrow,.pg.kb-article section.cta-b .cta-h,.pg.kb-article section.cta-b .cta-sub,.pg.kb-article section.cta-b .cta-acts{position:relative;z-index:2}.pg.kb-article section.cta-b .cta-h{font-size:clamp(1.5rem,2.6vw,2rem)!important;line-height:1.2!important;margin-bottom:.75rem!important}.pg.kb-article section.cta-b .cta-sub{font-size:.98rem!important;margin-bottom:1.5rem!important;color:rgb(255 255 255 / .7)!important}.pg.kb-article section.cta-b .cta-btn{padding:.85rem 1.4rem!important;font-size:.92rem!important}.pg.kb-article section.cta-b .cta-btn-ghost{padding:.85rem 1.4rem!important;font-size:.92rem!important}.pg.kb-article section.sh>.wrap,.pg.kb-article section.sh>.sh-wrap,.pg.kb-article section.sh>div.wrap.sh-wrap{max-width:var(--w,1140px)!important}.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap,.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.w{max-width:var(--w,1140px)!important;width:100%!important}.pg.kb-article section.cta-b .cta-w{max-width:var(--w,1140px)!important}.pg.kb-article .related-articles .ra-w{max-width:var(--w,1140px)!important}.pg.kb-article .related-articles .ra-grid{grid-template-columns:repeat(3,1fr)!important}@media (max-width:900px){.pg.kb-article .related-articles .ra-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:640px){.pg.kb-article .related-articles .ra-grid{grid-template-columns:1fr!important}}.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>p,.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>h2,.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>h3,.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>ul,.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>ol,.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>blockquote,.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>div{max-width:860px!important;margin-left:auto!important;margin-right:auto!important}.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>p,.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>h2,.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>h3,.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>ul,.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>ol,.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>blockquote,.pg.kb-article>section:not(.sh):not(.cta-b):not(.related-articles)>.wrap>div{margin-left:0!important;margin-right:auto!important;max-width:860px!important}.pg.kb-article section.cta-b .cta-w{display:grid!important;grid-template-columns:1fr auto!important;gap:0 2.5rem!important;align-items:center!important}.pg.kb-article section.cta-b .cta-eyebrow,.pg.kb-article section.cta-b .cta-h,.pg.kb-article section.cta-b .cta-sub{grid-column:1!important;max-width:560px;margin-right:0!important}.pg.kb-article section.cta-b .cta-sub{margin-bottom:0!important}.pg.kb-article section.cta-b .cta-acts{grid-column:2!important;grid-row:1 / -1!important;align-self:center!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:.65rem!important;min-width:220px}.pg.kb-article section.cta-b .cta-btn,.pg.kb-article section.cta-b .cta-btn-ghost{justify-content:center!important;text-align:center!important}@media (max-width:720px){.pg.kb-article section.cta-b .cta-w{grid-template-columns:1fr!important;gap:1rem 0!important}.pg.kb-article section.cta-b .cta-eyebrow,.pg.kb-article section.cta-b .cta-h,.pg.kb-article section.cta-b .cta-sub,.pg.kb-article section.cta-b .cta-acts{grid-column:1!important;grid-row:auto!important}.pg.kb-article section.cta-b .cta-sub{margin-bottom:1rem!important}}.pg.kb-article section.cta-b .cta-w{display:grid!important;grid-template-columns:1fr auto!important;grid-template-areas:'eyebrow actions' 'title   actions' 'sub     actions'!important;column-gap:2.5rem!important;row-gap:.5rem!important;align-items:center!important;padding:2.25rem 2.5rem!important}.pg.kb-article section.cta-b .cta-eyebrow{grid-area:eyebrow!important;margin:0!important;align-self:end!important}.pg.kb-article section.cta-b .cta-h{grid-area:title!important;margin:0!important;align-self:center!important;font-size:clamp(1.45rem,2.3vw,1.85rem)!important;line-height:1.2!important}.pg.kb-article section.cta-b .cta-sub{grid-area:sub!important;margin:0!important;align-self:start!important;font-size:.95rem!important;line-height:1.55!important;max-width:none!important}.pg.kb-article section.cta-b .cta-acts{grid-area:actions!important;align-self:center!important;display:flex!important;flex-direction:column!important;gap:.55rem!important;min-width:220px!important;max-width:240px!important}.pg.kb-article section.cta-b .cta-btn,.pg.kb-article section.cta-b .cta-btn-ghost{padding:.75rem 1.2rem!important;font-size:.9rem!important;justify-content:center!important;text-align:center!important;width:100%}@media (max-width:720px){.pg.kb-article section.cta-b .cta-w{grid-template-columns:1fr!important;grid-template-areas:'eyebrow' 'title' 'sub' 'actions'!important;row-gap:.75rem!important;padding:1.75rem 1.5rem!important}.pg.kb-article section.cta-b .cta-acts{min-width:0!important;max-width:none!important;margin-top:.75rem}}.pg.kb-article section.sh{padding:7rem 0 5rem!important}.pg.kb-article section.sh .breadcrumb{color:var(--red,#B91C1C)!important;font-size:.72rem!important;letter-spacing:.1em!important;opacity:.9;margin:0 0 2rem!important}.pg.kb-article section.sh .breadcrumb a{color:var(--red,#B91C1C)!important;opacity:.75;text-decoration:none}.pg.kb-article section.sh .breadcrumb a:hover{opacity:1;text-decoration:underline}.pg.kb-article section.sh .breadcrumb span{color:var(--red,#B91C1C)!important;opacity:.9}.pg.kb-article section.sh .pill,.pg.kb-article section.sh .sh-pill:not(.breadcrumb){margin:0 0 1.75rem!important}.pg.kb-article section.sh h1,.pg.kb-article section.sh h1.d1,.pg.kb-article section.sh h1.sh-h1{margin:0 0 1.75rem!important}.pg.kb-article section.sh .lead,.pg.kb-article section.sh p.lead{margin:0 0 2rem!important}.pg.kb-article section.sh .meta{margin-top:2rem!important;gap:1.75rem!important;font-size:.75rem!important;letter-spacing:.04em!important}.pg.kb-article section.sh .subhero-net{opacity:.7!important}.pg.kb-article section.sh .net-link{stroke:rgb(220 38 38 / .55)!important;stroke-width:1.2!important;stroke-dasharray:5 7!important;animation:netDash 26s linear infinite!important}.pg.kb-article section.sh .net-link.alt{stroke:rgb(248 113 113 / .4)!important;animation-duration:38s!important}@keyframes netDash{to{stroke-dashoffset:-600}}.pg.kb-article section.sh .net-node{fill:#F87171!important;filter:drop-shadow(0 0 10px rgb(220 38 38 / .8))!important}.pg.kb-article section.sh .breadcrumb a:active,.pg.kb-article section.sh .breadcrumb a:visited,.pg.kb-article section.sh .breadcrumb a:focus,.pg.kb-article section.sh .breadcrumb a:focus-visible{color:var(--red,#B91C1C)!important;opacity:.85!important}.pg.kb-article section.sh .breadcrumb a:hover{opacity:1!important}.subhero .breadcrumb a:active,.subhero .breadcrumb a:visited,.subhero .breadcrumb a:focus,.sh .breadcrumb a:active,.sh .breadcrumb a:visited,.sh .breadcrumb a:focus{color:inherit!important}.feat-grid.feat-grid-bento{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:1rem!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important}.feat-grid.feat-grid-bento .feat{background:var(--white,#fff)!important;border:1.5px solid var(--n100,#F1F5F9)!important;border-radius:14px!important;padding:1.75rem 1.65rem!important;transition:transform .25s var(--ease-out,ease-out),box-shadow .25s,border-color .2s!important;text-decoration:none!important;display:flex!important;flex-direction:column!important;gap:.5rem;position:relative;overflow:hidden}.feat-grid.feat-grid-bento .feat:hover{transform:translateY(-3px);border-color:rgb(185 28 28 / .25)!important;box-shadow:0 16px 40px rgb(185 28 28 / .08),0 2px 8px rgb(15 23 42 / .04)!important}.feat-grid.feat-grid-bento .feat-ai{grid-column:span 2;background:radial-gradient(circle at 100% 0%,rgb(220 38 38 / .2),transparent 50%),linear-gradient(135deg,#0A1424 0%,#060810 70%)!important;border:1.5px solid rgb(220 38 38 / .28)!important;color:#fff!important;padding:2rem 2rem!important;min-height:200px}.feat-grid.feat-grid-bento .feat-ai::before{content:'';position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgb(255 255 255 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .03) 1px,transparent 1px);background-size:48px 48px;opacity:.5;-webkit-mask-image:radial-gradient(ellipse 70% 70% at 20% 30%,#000,transparent 75%);mask-image:radial-gradient(ellipse 70% 70% at 20% 30%,#000,transparent 75%)}.feat-grid.feat-grid-bento .feat-ai>*{position:relative;z-index:2}.feat-grid.feat-grid-bento .feat-ai .feat-ico-ai{width:52px;height:52px;border-radius:10px;background:linear-gradient(135deg,rgb(220 38 38 / .25),rgb(248 113 113 / .12));border:1px solid rgb(220 38 38 / .4);color:#F87171;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feat-grid.feat-grid-bento .feat-ai .feat-ico-ai svg{width:28px;height:28px}.feat-grid.feat-grid-bento .feat-ai .feat-t{font-family:var(--sans);font-size:1.35rem;font-weight:800;color:#fff!important;letter-spacing:-.015em;margin-bottom:.4rem}.feat-grid.feat-grid-bento .feat-ai .feat-d{color:rgb(255 255 255 / .7)!important;font-size:.95rem;line-height:1.6;max-width:540px;margin-bottom:.75rem}.feat-grid.feat-grid-bento .feat-ai .feat-more{font-family:var(--mono);font-size:.78rem;font-weight:600;color:#F87171!important;letter-spacing:.05em;margin-top:auto}.feat-grid.feat-grid-bento .feat-ai .feat-badge{position:absolute;top:1.2rem;right:1.4rem;z-index:3;padding:.25rem .65rem;border-radius:100px;background:var(--red,#B91C1C);color:#fff;font-family:var(--mono);font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 4px 14px rgb(220 38 38 / .4);animation:pulse-badge 2.2s ease-in-out infinite}@keyframes pulse-badge{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.feat-grid.feat-grid-bento .feat-ai:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgb(220 38 38 / .2),0 4px 14px rgb(15 23 42 / .1)!important;border-color:rgb(220 38 38 / .5)!important}.feat-grid.feat-grid-bento .feat-cta{background:var(--n50,#F8FAFC)!important;border:1.5px dashed var(--n200,#E2E8F0)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center;gap:.5rem!important;min-height:200px;color:var(--n700,#334155)!important}.feat-grid.feat-grid-bento .feat-cta:hover{background:#fff!important;border-color:var(--red,#B91C1C)!important;border-style:solid!important}.feat-grid.feat-grid-bento .feat-cta .feat-cta-ico{width:44px;height:44px;border-radius:50%;background:var(--red,#B91C1C);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;transition:transform .25s var(--spring,ease-out)}.feat-grid.feat-grid-bento .feat-cta:hover .feat-cta-ico{transform:translateX(4px)}.feat-grid.feat-grid-bento .feat-cta .feat-cta-ico svg{width:22px;height:22px}.feat-grid.feat-grid-bento .feat-cta .feat-cta-title{font-family:var(--sans);font-size:1.05rem;font-weight:700;color:var(--n900,#0F172A)}.feat-grid.feat-grid-bento .feat-cta .feat-cta-sub{font-family:var(--mono);font-size:.72rem;color:var(--n400,#5C6E82);letter-spacing:.06em;text-transform:uppercase}@media (max-width:960px){.feat-grid.feat-grid-bento{grid-template-columns:repeat(2,1fr)!important}.feat-grid.feat-grid-bento .feat-ai{grid-column:span 2}}@media (max-width:600px){.feat-grid.feat-grid-bento{grid-template-columns:1fr!important}.feat-grid.feat-grid-bento .feat-ai{grid-column:span 1}}.svc-wrap.svc-wrap-bento{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:1rem!important}.svc-wrap-bento .svc.svc-ai{grid-column:span 2;background:radial-gradient(circle at 100% 0%,rgb(220 38 38 / .22),transparent 55%),linear-gradient(135deg,#0A1424 0%,#060810 70%)!important;border:1.5px solid rgb(220 38 38 / .28)!important;border-radius:14px!important;padding:2rem 2rem!important;color:#fff!important;text-decoration:none!important;position:relative;overflow:hidden;display:flex!important;flex-direction:column!important;gap:.5rem;min-height:220px;transition:transform .3s var(--ease-out,ease-out),box-shadow .3s,border-color .2s!important}.svc-wrap-bento .svc.svc-ai::before{content:'';position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgb(255 255 255 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .03) 1px,transparent 1px);background-size:48px 48px;opacity:.45;-webkit-mask-image:radial-gradient(ellipse 70% 70% at 20% 30%,#000,transparent 75%);mask-image:radial-gradient(ellipse 70% 70% at 20% 30%,#000,transparent 75%)}.svc-wrap-bento .svc.svc-ai>*{position:relative;z-index:2}.svc-wrap-bento .svc.svc-ai .svc-ico-ai{width:52px;height:52px;border-radius:10px;background:linear-gradient(135deg,rgb(220 38 38 / .25),rgb(248 113 113 / .12));border:1px solid rgb(220 38 38 / .4);color:#F87171!important;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.svc-wrap-bento .svc.svc-ai .svc-ico-ai svg{width:28px;height:28px}.svc-wrap-bento .svc.svc-ai .svc-n{font-family:var(--sans)!important;font-size:1.35rem!important;font-weight:800!important;color:#fff!important;letter-spacing:-.015em;margin-bottom:.4rem!important}.svc-wrap-bento .svc.svc-ai .svc-d{color:rgb(255 255 255 / .7)!important;font-size:.95rem!important;line-height:1.6!important;max-width:540px;margin-bottom:.75rem!important}.svc-wrap-bento .svc.svc-ai .svc-lnk{font-family:var(--mono)!important;font-size:.78rem!important;font-weight:600!important;color:#F87171!important;letter-spacing:.05em!important;margin-top:auto;text-transform:none!important;display:inline-flex;align-items:center;gap:5px}.svc-wrap-bento .svc.svc-ai .svc-badge{position:absolute;top:1.2rem;left:1.4rem;z-index:3;padding:.25rem .65rem;border-radius:100px;background:var(--red,#B91C1C);color:#fff;font-family:var(--mono);font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 4px 14px rgb(220 38 38 / .4);animation:pulse-badge 2.2s ease-in-out infinite}@keyframes pulse-badge{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.svc-wrap-bento .svc.svc-ai:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgb(220 38 38 / .22),0 4px 14px rgb(15 23 42 / .1)!important;border-color:rgb(220 38 38 / .5)!important}.svc-wrap-bento .svc.svc-cta{background:var(--n50,#F8FAFC)!important;border:1.5px dashed var(--n200,#E2E8F0)!important;border-radius:14px!important;padding:1.75rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:.5rem!important;min-height:220px;text-decoration:none!important;color:var(--n700,#334155)!important;transition:background .2s,border-color .2s,border-style .2s!important}.svc-wrap-bento .svc.svc-cta:hover{background:#fff!important;border-color:var(--red,#B91C1C)!important;border-style:solid!important}.svc-wrap-bento .svc.svc-cta .svc-cta-ico{width:44px;height:44px;border-radius:50%;background:var(--red,#B91C1C);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;transition:transform .25s var(--spring,ease-out)}.svc-wrap-bento .svc.svc-cta:hover .svc-cta-ico{transform:translateX(4px)}.svc-wrap-bento .svc.svc-cta .svc-cta-ico svg{width:22px;height:22px}.svc-wrap-bento .svc.svc-cta .svc-cta-title{font-family:var(--sans);font-size:1.05rem;font-weight:700;color:var(--n900,#0F172A)}.svc-wrap-bento .svc.svc-cta .svc-cta-sub{font-family:var(--mono);font-size:.72rem;color:var(--n400,#5C6E82);letter-spacing:.06em;text-transform:uppercase}@media (max-width:960px){.svc-wrap.svc-wrap-bento{grid-template-columns:repeat(2,1fr)!important}.svc-wrap-bento .svc.svc-ai{grid-column:span 2}}@media (max-width:600px){.svc-wrap.svc-wrap-bento{grid-template-columns:1fr!important}.svc-wrap-bento .svc.svc-ai{grid-column:span 1}}.svc-wrap.svc-wrap-bento{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;overflow:visible!important}.svc-wrap.svc-wrap-bento .svc{background:#fff!important;border:1.5px solid var(--n100,#F1F5F9)!important;border-radius:14px!important;padding:1.75rem 1.65rem!important;text-decoration:none!important;display:flex!important;flex-direction:column!important;gap:.4rem!important;min-height:260px;transition:transform .25s var(--ease-out,ease-out),box-shadow .25s,border-color .2s!important}.svc-wrap.svc-wrap-bento .svc:not(.svc-ai):not(.svc-cta):hover{transform:translateY(-3px);border-color:rgb(185 28 28 / .25)!important;box-shadow:0 14px 36px rgb(185 28 28 / .08),0 2px 8px rgb(15 23 42 / .04)!important}.svc-wrap.svc-wrap-bento .svc-ico{width:52px!important;height:52px!important;border-radius:12px!important;background:rgb(185 28 28 / .08)!important;border:1px solid rgb(185 28 28 / .18)!important;color:var(--red,#B91C1C)!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:1rem!important}.svc-wrap.svc-wrap-bento .svc-ico svg{width:26px!important;height:26px!important;stroke:currentColor}.svc-wrap.svc-wrap-bento .svc-n{font-family:var(--sans)!important;font-size:1.08rem!important;font-weight:800!important;color:var(--n900,#0F172A)!important;letter-spacing:-.012em!important;margin:0 0 .4rem!important}.svc-wrap.svc-wrap-bento .svc-d{color:var(--n500,#3B4B60)!important;font-size:.9rem!important;line-height:1.6!important;margin:0 0 .9rem!important}.svc-wrap.svc-wrap-bento .svc-lnk{font-family:var(--sans)!important;font-size:.82rem!important;font-weight:700!important;color:var(--red,#B91C1C)!important;letter-spacing:-.005em!important;text-transform:none!important;margin-top:auto!important;display:inline-flex!important;align-items:center!important;gap:6px!important;transition:gap .2s var(--ease-out,ease-out),color .2s!important}.svc-wrap.svc-wrap-bento .svc:hover .svc-lnk{gap:10px!important;color:var(--red-d,#991B1B)!important}.svc-wrap.svc-wrap-bento .svc.svc-ai{background:radial-gradient(circle at 100% 0%,rgb(220 38 38 / .22),transparent 55%),linear-gradient(135deg,#0A1424 0%,#060810 70%)!important;border:1.5px solid rgb(220 38 38 / .3)!important;padding:2rem 2.2rem!important;color:#fff!important}.svc-wrap-bento .svc.svc-ai .svc-ico{background:linear-gradient(135deg,rgb(220 38 38 / .3),rgb(248 113 113 / .15))!important;border:1px solid rgb(220 38 38 / .45)!important;color:#F87171!important}.svc-wrap-bento .svc.svc-ai .svc-n{font-size:1.4rem!important;color:#fff!important;letter-spacing:-.02em!important;margin:0 0 .5rem!important}.svc-wrap-bento .svc.svc-ai .svc-d{color:rgb(255 255 255 / .7)!important;font-size:.95rem!important;max-width:540px;margin:0 0 1rem!important}.svc-wrap-bento .svc.svc-ai .svc-lnk{font-family:var(--mono)!important;color:#F87171!important;font-size:.78rem!important;font-weight:600!important;letter-spacing:.05em!important}.svc-wrap-bento .svc.svc-ai:hover .svc-lnk{color:#FCA5A5!important}.svc-wrap.svc-wrap-bento .svc.svc-cta{background:var(--n50,#F8FAFC)!important;border:1.5px dashed var(--n200,#E2E8F0)!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:.5rem!important;padding:2rem 1.5rem!important}@media (max-width:960px){.svc-wrap.svc-wrap-bento{grid-template-columns:repeat(2,1fr)!important}.svc-wrap-bento .svc.svc-ai{grid-column:span 2}}@media (max-width:600px){.svc-wrap.svc-wrap-bento{grid-template-columns:1fr!important}.svc-wrap-bento .svc.svc-ai{grid-column:span 1}.svc-wrap.svc-wrap-bento .svc{min-height:auto}}.svc-wrap.svc-wrap-bento .svc.svc-ai.svc-ai-full{grid-column:1 / -1!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:2rem!important;padding:2rem 2.5rem!important;min-height:unset!important}.svc-wrap-bento .svc.svc-ai-full .svc-ai-left{display:flex!important;align-items:center!important;gap:1.5rem!important;flex:1;min-width:0}.svc-wrap-bento .svc.svc-ai-full .svc-ico-ai{width:64px!important;height:64px!important;margin-bottom:0!important;flex-shrink:0;border-radius:14px!important}.svc-wrap-bento .svc.svc-ai-full .svc-ico-ai svg{width:32px!important;height:32px!important}.svc-wrap-bento .svc.svc-ai-full .svc-ai-copy{flex:1;min-width:0}.svc-wrap-bento .svc.svc-ai-full .svc-n{font-size:1.5rem!important;margin:0 0 .4rem!important}.svc-wrap-bento .svc.svc-ai-full .svc-d{font-size:.95rem!important;margin:0!important;max-width:640px!important;color:rgb(255 255 255 / .72)!important}.svc-wrap-bento .svc.svc-ai-full .svc-ai-right{flex-shrink:0}.svc-wrap-bento .svc.svc-ai-full .svc-lnk-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.5rem;background:var(--red,#B91C1C);color:#fff;border:1px solid rgb(220 38 38 / .4);border-radius:100px;font-family:var(--sans);font-size:.92rem;font-weight:700;letter-spacing:-.005em;box-shadow:0 6px 22px rgb(220 38 38 / .35);transition:transform .2s var(--spring,ease-out),background .2s,box-shadow .2s,gap .2s}.svc-wrap-bento .svc.svc-ai-full:hover .svc-lnk-btn{background:var(--red-b,#DC2626);transform:translateY(-1px);box-shadow:0 10px 28px rgb(220 38 38 / .5);gap:.85rem}.svc-wrap-bento .svc.svc-ai-full .svc-lnk-btn svg{transition:transform .2s}.svc-wrap-bento .svc.svc-ai-full:hover .svc-lnk-btn svg{transform:translateX(3px)}.svc-wrap-bento .svc.svc-ai-full .svc-badge{top:1rem!important;left:1.25rem!important;right:auto!important}.svc-wrap-bento .svc.svc-ai-full>.svc-lnk{display:none!important}@media (max-width:720px){.svc-wrap.svc-wrap-bento .svc.svc-ai.svc-ai-full{flex-direction:column!important;align-items:flex-start!important;padding:1.75rem!important}.svc-wrap-bento .svc.svc-ai-full .svc-ai-left{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.svc-wrap-bento .svc.svc-ai-full .svc-ai-right{width:100%;margin-top:.5rem}.svc-wrap-bento .svc.svc-ai-full .svc-lnk-btn{width:100%;justify-content:center}}.pg.kb-article section.sh .subhero-net{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;left:0!important;right:0!important;max-width:none!important;pointer-events:none!important}.pg.kb-article section.sh .subhero-net svg{width:100%!important;height:100%!important;display:block}#nav .logo,nav .logo{gap:.75rem!important}#nav .logo-icon,nav .logo-icon{width:44px!important;height:44px!important}#nav .logo-icon svg,nav .logo-icon svg{width:44px!important;height:44px!important}#nav .logo-mark,nav .logo-mark{font-size:1.4rem!important;letter-spacing:-.02em!important}#nav .logo img,nav .logo img{height:44px!important;width:auto!important}:root{--nh:78px}#nav{height:var(--nh,78px)!important}.svc-wrap-bento .svc.svc-ai .svc-badge,.svc-wrap-bento .svc.svc-ai-full .svc-badge{position:static!important;display:inline-block!important;top:auto!important;left:auto!important;right:auto!important;vertical-align:middle!important;padding:.22rem .55rem!important;border-radius:100px!important;background:var(--red,#B91C1C)!important;color:#fff!important;font-family:var(--mono)!important;font-size:.58rem!important;font-weight:700!important;letter-spacing:.14em!important;text-transform:uppercase!important;box-shadow:0 4px 14px rgb(220 38 38 / .4)!important;margin:0 .75rem .05rem 0!important;transform:translateY(-3px);animation:pulse-badge 2.2s ease-in-out infinite!important}@media(max-width:767px){div:has(>.cyb-h){font-size:9px!important}div:has(>.cyb-h):nth-child(n+2):not(:nth-child(4n+1)){display:none!important}}