:root{--ink:#0a0d10;--ink-2:#11161b;--panel:#151b21;--line:#283039;--paper:#f2f0e9;--muted:#a7afb7;--cyan:#65d8d2;--amber:#f3b24b;--green:#74d79d;--serif:Georgia,'Times New Roman',serif;--sans:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--mono:'SFMono-Regular',Consolas,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--paper);font-family:var(--sans);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;background:var(--paper);color:var(--ink);padding:.75rem 1rem;border-radius:.4rem}.skip-link:focus{top:1rem}.site-header{height:72px;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.25rem,5vw,5.5rem);border-bottom:1px solid rgba(255,255,255,.09);background:rgba(10,13,16,.88);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:.65rem;font-size:1.05rem;font-weight:720;letter-spacing:-.02em}.brand img{border-radius:9px}.site-nav{display:flex;align-items:center;gap:2rem;font-size:.84rem;color:#c5cbd0}.site-nav a:hover{color:white}.site-nav .nav-cta{border:1px solid #5f6872;border-radius:6px;padding:.58rem .9rem;color:white}.menu-button{display:none;background:none;border:0;color:white;width:42px;height:42px;padding:10px}.menu-button span:not(.sr-only){display:block;height:1px;background:currentColor;margin:5px}.hero{min-height:calc(100vh - 72px);display:grid;grid-template-columns:minmax(320px,.82fr) minmax(560px,1.18fr);align-items:center;gap:clamp(2rem,4vw,6rem);padding:clamp(4rem,7vw,7rem) clamp(1.25rem,5vw,5.5rem);overflow:hidden}.hero-copy{position:relative;z-index:2}.eyebrow{display:flex;align-items:center;gap:.65rem;margin:0 0 1.4rem;color:#b7bec5;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.eyebrow span{width:24px;height:1px;background:var(--amber);box-shadow:0 0 12px var(--amber)}.hero h1{font-size:clamp(3.3rem,6.4vw,6.8rem);line-height:.92;letter-spacing:-.065em;margin:0;max-width:760px}.hero h1 em{font-family:var(--serif);font-weight:400;color:var(--cyan)}.hero-lede{max-width:610px;font-size:clamp(1rem,1.35vw,1.25rem);line-height:1.75;color:#aeb6bd;margin:2rem 0}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.button{display:inline-flex;justify-content:center;align-items:center;gap:.65rem;min-height:48px;padding:.75rem 1.15rem;border-radius:6px;font-size:.86rem;font-weight:750;transition:transform .18s,background .18s,border-color .18s}.button:hover{transform:translateY(-2px)}.button.primary{color:#07100e;background:var(--cyan);box-shadow:0 10px 35px rgba(101,216,210,.12)}.button.primary:hover{background:#85e4df}.button.secondary{border:1px solid #3a434c;background:#151a1f;color:#e2e6e9}.button.secondary:hover{border-color:#75808a}.hero-facts{list-style:none;padding:0;margin:2.2rem 0 0;display:flex;gap:2rem;color:#838d96;font-size:.72rem}.hero-facts li{display:flex;flex-direction:column}.hero-facts strong{color:#e7e9ea;font-size:.9rem}.product-stage{min-width:0;position:relative;min-height:590px;display:flex;align-items:center}.signal-grid{position:absolute;inset:-20%;opacity:.2;background-image:linear-gradient(rgba(101,216,210,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(101,216,210,.15) 1px,transparent 1px);background-size:42px 42px;mask-image:radial-gradient(circle,#000 0,transparent 68%);transform:perspective(600px) rotateX(54deg) rotateZ(-7deg)}.app-window{position:relative;width:100%;max-width:860px;height:500px;border:1px solid #39444e;border-radius:14px;background:#0e1216;box-shadow:0 35px 100px rgba(0,0,0,.55),0 0 70px rgba(101,216,210,.07);overflow:hidden;transform:perspective(1300px) rotateY(-4deg) rotateX(1deg)}.window-bar{height:48px;display:flex;align-items:center;border-bottom:1px solid #272e35;background:#151a20;padding:0 14px;font-size:.68rem;color:#929ca5}.traffic-lights{display:flex;gap:6px}.traffic-lights i{width:9px;height:9px;border-radius:50%;background:#f05f57}.traffic-lights i:nth-child(2){background:#eebc3e}.traffic-lights i:nth-child(3){background:#56c65c}.window-title{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:6px;color:#c9cfd4}.window-title img{width:18px;height:18px}.window-status{margin-left:auto;display:flex;align-items:center;gap:5px}.window-status i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green)}.app-body{height:calc(100% - 48px);display:grid;grid-template-columns:54px 230px 1fr}.app-rail{border-right:1px solid #262d34;background:#101419;padding:13px 0;display:flex;align-items:center;flex-direction:column;gap:13px;color:#66717b}.app-rail b{color:var(--cyan);font-family:var(--mono);margin-bottom:8px}.app-rail span{display:grid;place-items:center;width:32px;height:32px;border-radius:6px}.app-rail .active{color:#e8ebed;background:#26313a}.sessions-panel{padding:17px 12px;border-right:1px solid #262d34;background:#12171c}.panel-label{display:flex;justify-content:space-between;color:#7d8790;font-size:.6rem;letter-spacing:.12em;padding:0 6px 12px}.panel-label small{letter-spacing:0;text-transform:none}.session{display:flex;align-items:center;gap:9px;border:1px solid transparent;border-radius:7px;padding:9px 7px;margin-bottom:4px;color:#aab2b9}.session.selected{background:#1a2229;border-color:#35434d;color:#eef0f1}.session i{font-style:normal;width:26px;height:26px;display:grid;place-items:center;border-radius:5px;background:#182c2e;color:var(--cyan);font-size:.7rem}.session .rdp{color:#8dabff;background:#1a2438}.session .serial{color:var(--amber);background:#302619}.session .vnc{color:#c49cff;background:#271c36}.session span{display:flex;flex-direction:column;min-width:0}.session b{font-size:.68rem;font-weight:650}.session small{font-size:.56rem;color:#6f7a83}.session em{font-size:.45rem;font-style:normal;color:var(--green);margin-left:auto}.new-session{width:100%;margin-top:13px;border:1px dashed #35404a;background:transparent;color:#828d96;padding:8px;border-radius:6px;font-size:.62rem}.terminal-panel{position:relative;min-width:0;background:#090d11}.tab-strip{height:38px;border-bottom:1px solid #222a31;display:flex;align-items:end;padding:0 16px;gap:18px;color:#68737c;font-size:.61rem}.tab-strip span{height:100%;display:flex;align-items:center}.tab-strip .active{color:#e3e7e9;border-bottom:1px solid var(--cyan)}.terminal-copy{padding:22px;font-family:var(--mono);font-size:.68rem;line-height:1.75;color:#d3d9dc}.terminal-copy p{margin:0}.terminal-copy span{color:var(--cyan)}.terminal-copy .output{color:#707d86}.terminal-copy .good{color:var(--green)}.cursor{display:inline-block;width:7px;height:13px;background:#d9dfe1;vertical-align:middle;animation:blink 1.1s step-end infinite}.terminal-footer{position:absolute;bottom:0;left:0;right:0;height:30px;display:flex;align-items:center;gap:18px;padding:0 16px;border-top:1px solid #222a31;color:#68737c;font-size:.52rem}.stage-note{position:absolute;background:#171d22;border:1px solid #39444d;border-radius:7px;padding:10px 13px;display:flex;gap:9px;align-items:center;font-size:.65rem;box-shadow:0 12px 30px rgba(0,0,0,.4)}.stage-note i{width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 12px var(--cyan)}.stage-note small{color:#7f8991}.note-one{right:-10px;top:22px}.note-two{left:28px;bottom:3px}.note-two i{background:var(--amber);box-shadow:0 0 12px var(--amber)}.trust-strip{border-top:1px solid #242b32;border-bottom:1px solid #242b32;display:flex;justify-content:center;gap:clamp(1.3rem,3.5vw,4rem);padding:1.25rem;overflow:hidden;color:#78838c;font-family:var(--mono);font-size:.68rem;white-space:nowrap}.section{padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem)}.workspace-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(3rem,8vw,9rem)}.section-heading h2{font-size:clamp(2.5rem,4.7vw,5rem);line-height:1.02;letter-spacing:-.05em;margin:0}.section-heading>p:last-child{color:#969fa7;max-width:570px;line-height:1.75}.workflow-list article{display:grid;grid-template-columns:40px 1fr auto;gap:1.1rem;border-top:1px solid #2b3238;padding:1.6rem 0}.workflow-list article>b{color:var(--amber);font-family:var(--mono);font-size:.68rem}.workflow-list h3{margin:0 0 .35rem;font-size:1rem}.workflow-list p{margin:0;color:#8e98a0;font-size:.85rem}.workflow-list article>span{font-size:.6rem;color:#68737c;font-family:var(--mono);text-align:right}.feature-section{background:#0d1114;border-top:1px solid #232a30}.section-heading.compact{max-width:650px}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#2a3239;border:1px solid #2a3239;margin-top:4rem}.feature{background:#11161a;min-height:250px;padding:2rem;position:relative}.feature:hover{background:#151b20}.feature h3{font-size:1.1rem;margin:1.6rem 0 .5rem}.feature p{color:#8f99a1;font-size:.85rem;line-height:1.7;margin:0}.feature-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid #39454e;border-radius:8px;color:var(--cyan);font-family:var(--mono)}.feature-wide{grid-column:span 2;display:grid;grid-template-columns:48px 1fr auto;gap:1.5rem;align-items:start;min-height:200px}.feature-wide h3{margin:0 0 .5rem}.feature ul{list-style:none;padding:0;margin:0;display:flex;gap:.55rem;flex-wrap:wrap}.feature li{border:1px solid #313941;border-radius:99px;padding:.38rem .65rem;color:#969fa6;font-size:.62rem}.feature.servers .feature-icon{color:var(--amber)}.security-section{display:grid;grid-template-columns:1fr 1fr;background:var(--paper);color:#111519}.security-copy{padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem)}.security-copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(2.5rem,4.6vw,5rem);letter-spacing:-.045em;line-height:1.04;margin:0}.security-copy>p:last-child{color:#596169;max-width:580px;line-height:1.8}.eyebrow.light{color:#656d73}.security-points{display:grid;grid-template-columns:1fr 1fr;border-left:1px solid #d0cec7}.security-points article{padding:clamp(2rem,4vw,4rem);border-right:1px solid #d0cec7;border-bottom:1px solid #d0cec7}.security-points span{font-family:var(--mono);font-size:.65rem;color:#9c762d}.security-points h3{font-size:1rem;margin:2rem 0 .5rem}.security-points p{color:#667078;font-size:.8rem}.section-heading.centered{text-align:center;margin:0 auto;display:flex;flex-direction:column;align-items:center}.section-heading.centered>p:last-child{margin-left:auto;margin-right:auto}.pricing-layout{display:grid;grid-template-columns:1.15fr .85fr;max-width:1040px;margin:4rem auto 0;gap:1rem}.price-card{border:1px solid #333c44;background:#11161a;border-radius:12px;padding:clamp(1.4rem,3vw,2.5rem)}.primary-price{border-color:#467570;box-shadow:0 28px 80px rgba(0,0,0,.3)}.price-head{display:flex;justify-content:space-between;align-items:center;font-size:.72rem;color:#aeb6bc;text-transform:uppercase;letter-spacing:.12em}.price-head b{font-size:.55rem;color:#07100e;background:var(--cyan);padding:.3rem .48rem;border-radius:3px}.price{font-size:4.4rem;font-weight:750;letter-spacing:-.07em;margin:1.2rem 0 0}.price sup{font-size:1.2rem;vertical-align:top;position:relative;top:1rem}.price small{font-size:.78rem;letter-spacing:0;color:#8e98a0}.price-note{color:#828d95;font-size:.7rem;margin-top:-.3rem}.price-card ul{list-style:none;padding:0;margin:2rem 0}.price-card li{display:flex;gap:.8rem;padding:.75rem 0;border-top:1px solid #252c32}.price-card li i{color:var(--green);font-style:normal}.price-card li span{display:flex;flex-direction:column}.price-card li strong{font-size:.78rem}.price-card li small{color:#77828a}.purchase{width:100%}.secure-checkout{text-align:center;color:#66717a;font-size:.58rem}.renewal-price>p{color:#929ca4;font-size:.82rem;line-height:1.7}.renewal-explainer{display:flex;align-items:center;gap:.4rem;margin:2rem 0;flex-wrap:wrap}.renewal-explainer span{font-size:.6rem;border:1px solid #333c44;padding:.35rem .5rem;border-radius:4px}.renewal-explainer i{height:1px;flex:1;min-width:8px;background:#39434b}.checkout-status{max-width:1040px;margin:1rem auto 0;border:1px solid #80632f;background:#2a2113;color:#f4c979;padding:.85rem 1rem;border-radius:6px;font-size:.76rem}.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(3rem,8vw,9rem);border-top:1px solid #232a30}.faq-list details{border-top:1px solid #2b333a}.faq-list summary{list-style:none;cursor:pointer;padding:1.25rem 0;display:flex;justify-content:space-between;font-size:.88rem;font-weight:650}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--cyan);font-weight:400}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:#8f99a1;font-size:.8rem;line-height:1.75;margin:0 3rem 1.4rem 0}.final-cta{text-align:center;padding:clamp(5rem,10vw,10rem) 1.25rem;background:radial-gradient(circle at 50% 120%,rgba(101,216,210,.16),transparent 44%)}.final-cta img{border-radius:13px}.final-cta h2{font-size:clamp(2.6rem,5vw,5.2rem);letter-spacing:-.055em;margin:1rem 0 .5rem}.final-cta p{color:#939da5;margin:0 0 2rem}.site-footer{border-top:1px solid #272e34;padding:3rem clamp(1.25rem,5vw,5.5rem);display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start;color:#7f8991;font-size:.7rem}.site-footer>div p{margin:.6rem 0}.site-footer nav{display:flex;gap:1.3rem}.site-footer nav a:hover{color:white}.site-footer>p{grid-column:1/-1;margin:0;padding-top:2rem;border-top:1px solid #20262b}@keyframes blink{50%{opacity:0}}@media(max-width:1000px){.hero{grid-template-columns:minmax(0,1fr);padding-top:5rem}.product-stage{min-height:520px}.workspace-section,.security-section,.faq-section{grid-template-columns:1fr}.security-points{border-left:0;border-top:1px solid #d0cec7}.pricing-layout{grid-template-columns:1fr}.app-window{transform:none}.note-one{right:5px}}@media(max-width:720px){.site-header{height:62px}.menu-button{display:block}.site-nav{display:none;position:absolute;top:62px;left:0;right:0;background:#101419;border-bottom:1px solid #303840;padding:1rem 1.25rem;flex-direction:column;align-items:stretch;gap:0}.site-nav[data-open]{display:flex}.site-nav a{padding:.8rem 0}.site-nav .nav-cta{text-align:center;margin-top:.4rem}.hero{min-height:auto;padding-top:4rem}.hero h1{font-size:clamp(2.8rem,12vw,3.4rem)}.hero-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.product-stage{min-height:430px;margin:0 -1rem}.app-window{height:380px;border-radius:9px}.window-bar{height:40px}.window-title{display:none}.app-body{height:calc(100% - 40px);grid-template-columns:42px 1fr}.sessions-panel{display:none}.app-rail{padding-top:8px}.terminal-copy{padding:18px 14px;font-size:.58rem}.stage-note{display:none}.trust-strip{justify-content:flex-start}.section{padding-top:5rem;padding-bottom:5rem}.workflow-list article{grid-template-columns:32px 1fr}.workflow-list article>span{display:none}.feature-grid{grid-template-columns:1fr}.feature-wide{grid-column:span 1;display:block}.feature-wide .feature-icon{margin-bottom:1.5rem}.feature-wide ul{margin-top:1.3rem}.security-points{grid-template-columns:1fr}.security-copy{padding-top:5rem;padding-bottom:5rem}.site-footer{grid-template-columns:1fr}.site-footer nav{flex-wrap:wrap}.site-footer>p{grid-column:auto}.price{font-size:3.7rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.cursor{animation:none;transition:none}}
.legal-page{max-width:860px;margin:0 auto;padding:clamp(5rem,9vw,8rem) 1.25rem}.legal-page h1{font-size:clamp(2.7rem,7vw,5rem);letter-spacing:-.055em;line-height:1;margin:0}.legal-updated{color:#7f8991;font-size:.72rem;margin:1rem 0 4rem}.legal-page section{border-top:1px solid #2b333a;padding:1.7rem 0}.legal-page h2{font-size:1rem;margin:0 0 .7rem}.legal-page section p{color:#9ba4ab;font-size:.86rem;line-height:1.8}.legal-page section a{color:var(--cyan);text-decoration:underline;text-underline-offset:3px}.legal-notice{margin-top:2rem;border:1px solid #755b2d;background:#241d12;color:#e5bd73;border-radius:7px;padding:1rem;font-size:.72rem;line-height:1.7}
