.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(32px,4vw,64px);display:grid}.hero-copy{flex-direction:column;align-items:flex-start;gap:clamp(16px,1.6vw,22px);display:flex}.hero-copy>*{margin:0}.hero-copy h1{max-width:15ch}.hero-copy .lead{max-width:52ch}.hero-ticks{flex-wrap:wrap;gap:10px 26px;margin:0;padding:0;list-style:none;display:flex}.hero-art{justify-self:end;width:100%;max-width:560px}@media (max-width:980px){.hero-grid{grid-template-columns:1fr;gap:40px}.hero-copy{text-align:center;align-items:center}.hero-copy h1,.hero-copy .lead{max-width:30ch;margin-inline:auto}.hero-copy .lead{max-width:56ch}.hero-art{justify-self:center;max-width:480px}.hero-ticks{justify-content:center}}@media (max-width:620px){.hero-ticks{text-align:left;flex-direction:column;gap:10px;width:max-content;max-width:100%;margin-inline:auto}.hero-art{max-width:100%}}.hero-tick{color:var(--muted);padding-left:20px;font-size:14.5px;position:relative}.hero-tick:before{content:"";background:var(--blue);clip-path:polygon(0 0,100% 0,100% 100%);width:7px;height:7px;position:absolute;top:8px;left:0}.stackgrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(14px,1.6vw,20px);display:grid}.stackgrid__g{background:var(--paper);border:1px solid var(--line);clip-path:polygon(0 0,100% 0,100% 82%,88% 100%,0 100%);padding:18px 18px 20px;transition:border-color .2s,transform .2s;position:relative}.stackgrid__g:hover{border-color:var(--line-strong);transform:translateY(-2px)}.stackgrid__g:before{content:"";background:var(--blue);opacity:.55;height:2px;position:absolute;inset:0 0 auto}.stackgrid__g:hover .taglist li{border-color:var(--sky)}.sect{background:var(--ink);color:#c8d6f0;isolation:isolate;padding:clamp(24px,2.8vw,32px);transition:transform .25s;position:relative;overflow:hidden}.sect:after{content:"";z-index:-1;aspect-ratio:1;clip-path:polygon(30% 0,100% 0,100% 70%,60% 100%,0 44%);opacity:.55;background:linear-gradient(135deg,#5eb0fe4d,#0000 62%);width:100%;transition:transform .5s cubic-bezier(.22,.61,.36,1),opacity .35s;position:absolute;top:-55%;right:-30%}.sect:hover{transform:translateY(-3px)}.sect:hover:after{opacity:1;transform:translate(-12%,10%)scale(1.12)}.sect__n{font-family:var(--mono);letter-spacing:.16em;color:var(--sky);font-size:11.5px}.sect__t{color:#fff;margin-top:12px}.sect__d{color:#a9badb;margin-top:10px;font-size:15px;line-height:1.6}.sect__k{flex-wrap:wrap;gap:6px;margin:18px 0 0;padding:0;list-style:none;display:flex}.sect__k li{font-family:var(--mono);color:#c8d6f0;border:1px solid #fff3;padding:4px 9px;font-size:11px}.cap__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.cap__icon{width:46px;height:46px;color:var(--blue);background:var(--wash);clip-path:polygon(0 0,100% 0,100% 74%,74% 100%,0 100%);flex:none;place-items:center;transition:background .2s,color .2s,transform .35s cubic-bezier(.34,1.3,.64,1);display:grid}.cap__icon svg{width:26px;height:26px}.cap:hover .cap__icon{background:var(--blue);color:#fff;transform:rotate(-6deg)scale(1.06)}.prod-mark{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;height:46px;padding-bottom:16px;display:flex}.live{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);flex:none;align-items:center;gap:7px;font-size:10.5px;display:inline-flex}.live i{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);background:#12a150;width:6px;height:6px;animation:2.4s ease-in-out infinite live-blink}@keyframes live-blink{0%,to{opacity:1}50%{opacity:.35}}.pstats{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:14px;margin:22px 0 0;padding-top:18px;display:grid}.pstats dt{letter-spacing:-.01em;font-size:14px;font-weight:700;line-height:1.25}.pstats dd{color:var(--muted);margin:4px 0 0;font-size:11.5px;line-height:1.35}@media (max-width:420px){.pstats{grid-template-columns:1fr 1fr}}.prod-logo{height:auto}.prod-logo--sv{width:178px}.prod-logo--fc{width:160px}.prod-more{color:var(--blue-text);font-size:14.5px;font-weight:600;text-decoration:none}.prod-more:hover{text-underline-offset:3px;text-decoration:underline}.prod-visit{color:var(--muted);font-size:14px;text-decoration:none}.prod-visit:hover{color:var(--ink)}.proc{grid-template-columns:repeat(4,1fr);gap:0;margin:0;padding:0;list-style:none;display:grid}.proc__i{border-top:1px solid var(--line-strong);padding:34px 26px 0 0;position:relative}.proc__i:before{content:"";background:var(--blue);clip-path:polygon(0 0,100% 0,100% 100%);width:10px;height:10px;position:absolute;top:-5px;left:0}.proc__i:after{content:"";background:var(--blue);transform-origin:0;height:1px;position:absolute;top:-1px;left:0;right:0}.proc__i:last-child:after{right:26px}.proc__n{font-family:var(--mono);letter-spacing:.04em;color:var(--blue-text);font-size:12.5px}@media (max-width:900px){.proc{grid-template-columns:repeat(2,1fr)}.proc__i:nth-child(2n):after{right:26px}}@media (max-width:560px){.proc{grid-template-columns:1fr;gap:0}.proc__i{border-top:0;border-left:1px solid var(--line-strong);padding:0 0 28px 26px}.proc__i:last-child{border-left-color:#0000;padding-bottom:0}.proc__i:before{top:4px;left:-5px}.proc__i:after{transform-origin:top;width:1px;height:auto;inset:0 auto 0 -1px}.proc__i:last-child:after{height:0;bottom:auto;right:auto}}.faq-list{max-width:780px;margin-inline:auto}.faq-ask{text-align:center;color:var(--muted);margin-top:26px;font-size:15px}.faq-ask a{color:var(--blue-text);font-weight:600;text-decoration:none}.faq-ask a:hover{text-underline-offset:3px;text-decoration:underline}.approach{text-align:center;flex-direction:column;align-items:center;gap:26px;max-width:62ch;margin-inline:auto;display:flex}.approach .lead{margin-inline:auto}.cta-sec{position:relative}.cta{flex-direction:column;align-items:center;gap:28px;display:flex}.cta__row{justify-content:center}.cta-marks{justify-content:center;align-items:flex-end;gap:10px;margin-bottom:clamp(22px,3vw,34px);display:flex}.cta-marks span{background:var(--blue);clip-path:polygon(0 0,100% 0,100% 100%);width:12px;height:12px;animation:2.8s ease-in-out infinite cta-bob;animation-delay:calc(var(--i) * .14s)}.cta-marks span:first-child,.cta-marks span:nth-child(5){opacity:.22}.cta-marks span:nth-child(2),.cta-marks span:nth-child(4){opacity:.5}.cta-marks span:nth-child(3){opacity:1}@keyframes cta-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (prefers-reduced-motion:reduce){.cta-marks span{animation:none}}.qa{border-top:1px solid var(--line)}.qa:last-child{border-bottom:1px solid var(--line)}.qa__q{cursor:pointer;color:var(--ink);padding:16px 34px 16px 0;font-size:16.5px;font-weight:600;list-style:none;transition:color .15s;position:relative}.qa__q:hover{color:var(--blue-text)}.qa__q::-webkit-details-marker{display:none}.qa__q:before,.qa__q:after{content:"";background:var(--blue-text);transition:transform .2s,opacity .2s;position:absolute;top:50%;right:4px}.qa__q:before{width:13px;height:2px;margin-top:-1px}.qa__q:after{width:2px;height:13px;margin-top:-6.5px;right:9.5px}.qa[open] .qa__q:after{opacity:0;transform:rotate(90deg)}.qa__a{color:var(--muted);max-width:66ch;margin:0 0 18px;font-size:15.5px}
