:root{--color-page-bg-dark:#121A29;--color-page-bg-light:#162032;--bg:var(--color-page-bg-dark);--bg-alt:var(--color-page-bg-light);--surface:#24241f;--text:#f3f3ee;--text-muted:#b6b6ad;--border:#41413a;--blue:#1a5fd4;--blue-hover:#1e6ae8;--olive:#a4af63;--focus:#fbdf72;--shadow:0 18px 55px rgb(0 0 0 / 28%);--content-width:1160px;--radius:18px}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);scroll-behavior:smooth}body{min-width:320px;margin:0;background:var(--bg);font-family:Segoe UI,Arial,sans-serif;line-height:1.55}img,video{display:block;max-width:100%;height:auto}a{color:inherit}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.skip-link{position:absolute;z-index:10;top:-5rem;left:1rem;padding:.75rem 1rem;background:var(--text);color:var(--bg)}.skip-link:focus{top:1rem}.container{width:min(calc(100% - 2.5rem),var(--content-width));margin:auto}.section{padding:clamp(4.5rem,9vw,8.5rem) 0}.section--alt{background:var(--bg-alt)}.section__heading{max-width:45rem;margin:0 0 1.5rem;font-size:clamp(1.8rem,3.15vw,2.85rem);line-height:1.05;letter-spacing:-.04em}.section__copy{max-width:42rem;color:var(--text-muted)}.section__copy p{margin:0 0 1rem}.eyebrow{margin:0 0 .8rem;color:var(--olive);font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:.75rem 1.1rem;border:1px solid transparent;border-radius:10px;background:var(--blue);color:#fff;font-weight:700;text-decoration:none;cursor:pointer;transition:.2s}.button:hover{background:var(--blue-hover);transform:translateY(-1px)}.button[disabled]{cursor:not-allowed;opacity:.55}.text-link{font-weight:700;text-decoration-color:var(--olive);text-underline-offset:.25em}.lightbox-trigger{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:inherit;cursor:zoom-in}.lightbox-trigger:disabled{cursor:default;opacity:1}.lightbox-trigger img{transition:filter .2s ease,transform .2s ease}.lightbox-trigger:hover:not(:disabled) img{filter:brightness(1.08)}.lightbox{position:fixed;z-index:20;inset:0;display:grid;place-items:center;padding:32px 24px;background:#000000b8;opacity:0;transition:opacity .24s ease}.lightbox[hidden]{display:none;pointer-events:none}.lightbox.is-open{opacity:1}.lightbox__dialog{position:relative;display:flex;max-width:calc(100vw - 48px);max-height:calc(100vh - 80px);align-items:center;justify-content:center;opacity:0;transform:translateY(16px) scale(.97);transition:opacity .24s ease,transform .24s ease}.lightbox.is-open .lightbox__dialog{opacity:1;transform:translateY(-2vh) scale(1)}.lightbox__image{display:block;width:auto;height:auto;max-width:calc(100vw - 48px);max-height:calc(100vh - 80px);object-fit:contain}.lightbox__close{position:absolute;z-index:1;top:8px;right:8px;display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid rgb(255 255 255 / 32%);border-radius:50%;background:#11110fe0;color:var(--text);cursor:pointer}.lightbox__close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.lightbox__close:hover{background:var(--surface)}@media(prefers-reduced-motion:reduce){.lightbox,.lightbox__dialog{transition-duration:.01ms!important}.lightbox__dialog,.lightbox.is-open .lightbox__dialog{transform:none}}.back-to-top{position:fixed;z-index:4;right:24px;bottom:calc(24px + var(--back-to-top-footer-offset,0px));display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;padding:0;border:1px solid var(--border);border-radius:50%;background:#24241ff0;color:var(--text);box-shadow:0 12px 30px #00000047;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,background .2s ease}.back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}@media(hover:hover)and (pointer:fine){.back-to-top:hover{background:var(--surface);transform:translateY(-2px)}}.site-header{position:sticky;z-index:5;top:0;border-bottom:1px solid rgb(255 255 255 / 8%);background:#11110ff5}.site-header__inner{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.65rem;font-weight:700;text-decoration:none}.brand img{width:30px;height:30px}.menu-toggle{display:none;min-width:44px;min-height:44px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text)}.site-nav{display:flex;align-items:center;gap:1rem}.site-nav a,.locale-link{color:var(--text-muted);font-size:.94rem;text-decoration:none}.header-actions{display:flex;align-items:center;gap:1rem}.header-actions .button{min-height:40px;padding:.45rem .75rem}.hero{overflow:clip;padding:clamp(4rem,9vw,8rem) 0}.hero__grid,.feature{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(2rem,6vw,5rem)}.hero h1{max-width:13ch;margin:0 0 1.25rem;font-size:clamp(2.3rem,4.1vw,3.8rem);line-height:.98;letter-spacing:-.06em}.hero__description{max-width:40rem;margin:0;color:var(--text-muted);font-size:clamp(1.05rem,1.6vw,1.25rem)}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}.hero__highlights{margin:1.25rem 0 0;color:var(--text-muted);font-size:.94rem}.hero__media{position:relative;aspect-ratio:16 / 9;overflow:hidden;border:0;border-radius:var(--radius);background:transparent;box-shadow:var(--shadow)}.media-frame{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:#090909;box-shadow:var(--shadow)}.hero__media video{display:block;width:100%;height:100%;border:0;outline:0;border-radius:0;background:transparent;box-shadow:none;object-fit:cover;transform:scale(1.02);transform-origin:center}.media-frame img{width:100%}.hero__video-toggle{position:absolute;right:.75rem;bottom:.75rem;display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid rgb(255 255 255 / 28%);border-radius:9px;background:#11110fe0;color:var(--text);cursor:pointer}.hero__video-toggle:hover{background:var(--surface)}.hero__video-toggle span{font-size:.9rem;line-height:1}.feature--reverse{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.feature--reverse .feature__copy{order:2}.feature--reverse .feature__media{order:1}.comparison{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.comparison figure{margin:0;padding:.8rem;border:1px solid var(--border);border-radius:13px;background:var(--surface)}.comparison figcaption{padding:.6rem .2rem 0;color:var(--text-muted);font-size:.85rem}.display-stack .media-frame:first-child{width:86%}.display-stack .media-frame:last-child{width:48%;margin:-20% 0 0 auto}.shutdown-media{display:grid;gap:.85rem}.shutdown-thumbnails{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}.shutdown-thumbnails img{border:1px solid var(--border);border-radius:10px}.tray-states{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.tray-states img{width:100%;padding:.5rem;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.no-simulation{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}.reason-card{padding:1.25rem;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.reason-card img{width:50px;height:50px;margin-bottom:1rem}.reason-card h3{margin:0 0 .55rem;font-size:1rem}.reason-card p,.price-card p,.price-card li,.pricing-note{margin:0;color:var(--text-muted);font-size:.93rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:2rem;border:1px solid var(--border);background:var(--border)}.step{padding:1.5rem;background:var(--bg)}.step__number{display:block;margin-bottom:2rem;color:var(--olive);font-size:1.35rem;font-weight:700}.step h3{margin:0 0 .7rem;font-size:1.2rem}.pricing-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.55fr);gap:2rem;align-items:start}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.price-card{padding:1.25rem;border:1px solid var(--border);border-radius:14px;background:var(--surface);transition:transform .24s ease,box-shadow .24s ease,outline-color .24s ease}.price-card h3{margin:0;font-size:1.05rem}.price-card__price{margin:.85rem 0;font-size:1.9rem;font-weight:700}.price-card ul{margin:1rem 0 0;padding-left:1.1rem}.pricing-proof{position:sticky;top:6rem}.faq{max-width:52rem}.faq__item{border-top:1px solid var(--border)}.faq__item:last-of-type{border-bottom:1px solid var(--border)}.faq__button{display:flex;width:100%;min-height:60px;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border:0;background:transparent;color:var(--text);font-weight:700;text-align:left;cursor:pointer}.faq__button:after{content:"+";color:var(--olive);font-size:1.5rem}.faq__button[aria-expanded=true]:after{content:"−"}.faq__panel{padding:0 0 1rem;color:var(--text-muted)}html[data-faq-enhanced] .faq__panel[hidden]{display:none}.final-cta{padding:clamp(4rem,8vw,7rem) 0;text-align:center;background:var(--bg-alt)}.final-cta h2{max-width:17ch;margin-inline:auto}.final-cta p{max-width:43rem;margin-inline:auto;color:var(--text-muted)}.final-cta__caption{font-size:.9rem}.site-footer{padding:3.5rem 0 1.5rem;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2rem}.footer-grid h2,.footer-grid h3{margin:0 0 .85rem;font-size:1rem}.footer-grid p,.footer-grid li{color:var(--text);font-size:.9rem}.footer-grid ul{margin:0;padding:0;list-style:none}.footer-grid li{margin-bottom:.45rem}.footer-bottom{margin-top:3rem;padding-top:1rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.85rem}html[data-hero-prepared] [data-hero-reveal=media]{transition:opacity 2.15s cubic-bezier(.45,0,.55,1),transform 2.15s cubic-bezier(.45,0,.55,1);transition-delay:.54s}html[data-hero-prepared][data-hero-animating] [data-hero-reveal=media]{will-change:opacity,transform}html[data-hero-prepared]:not([data-hero-revealed]) [data-hero-reveal=media]{opacity:0;transform:translateY(30px)}html[data-scroll-enhanced] [data-scroll-item]{opacity:var(--scroll-opacity,0);transform:translateY(var(--scroll-translate,30px));will-change:opacity,transform}html[data-scroll-enhanced] [data-scroll-item][data-scroll-complete]{will-change:auto}html[data-scroll-enhanced] .price-card[data-scroll-item]:not([data-scroll-complete]){transition:none}@media(hover:hover)and (pointer:fine){.price-card:hover,.price-card:focus-visible{transform:translateY(-4px) scale(1.012);box-shadow:0 24px 60px #00000061}html[data-scroll-enhanced] .price-card[data-scroll-complete]:hover,html[data-scroll-enhanced] .price-card[data-scroll-complete]:focus-visible{transform:translateY(-4px) scale(1.012)}html[data-scroll-enhanced] .button[data-scroll-complete]:hover{transform:translateY(-1px)}}@media(prefers-reduced-motion:reduce){.price-card:hover,.price-card:focus-visible{transform:none;box-shadow:0 20px 55px #00000057}}@media(prefers-reduced-motion:reduce){.back-to-top,.back-to-top.is-visible{transform:none;transition:opacity .01ms!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(max-width:900px){.site-header__inner{flex-wrap:wrap;padding-block:.6rem}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.site-nav{display:none;width:100%;flex-basis:100%;flex-direction:column;align-items:stretch;padding:.5rem 0 1rem}.site-nav.is-open{display:flex}.site-nav a{display:flex;min-height:44px;align-items:center}.hero__grid,.feature,.feature--reverse,.pricing-layout{grid-template-columns:1fr}.feature--reverse .feature__copy,.feature--reverse .feature__media{order:initial}.pricing-proof{position:static;max-width:34rem}.no-simulation,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.back-to-top{right:16px;bottom:calc(16px + env(safe-area-inset-bottom) + var(--back-to-top-footer-offset,0px))}.container{width:min(calc(100% - 2rem),var(--content-width))}.header-actions .button{display:none}.hero h1{max-width:none}.comparison,.pricing-cards{grid-template-columns:1fr}.display-stack .media-frame:first-child,.display-stack .media-frame:last-child{width:100%;margin:0 0 1rem}.shutdown-thumbnails{grid-template-columns:1fr}.tray-states{grid-template-columns:repeat(2,1fr)}.no-simulation,.steps,.footer-grid{grid-template-columns:1fr}.step__number{margin-bottom:1rem}}.menu-toggle__icon{display:grid;width:22px;gap:4px}.menu-toggle__icon span{display:block;width:100%;height:2px;border-radius:999px;background:currentColor}@media(max-width:900px){.brand{order:1;margin-right:auto}.header-actions{order:2}.header-actions .button,.header-actions--no-locale{display:none}.menu-toggle{order:3}.site-nav{display:none;order:4;width:100%;flex-basis:100%;flex-direction:column;align-items:stretch;padding:.5rem 0 1rem}.site-nav.is-open{display:flex}.hero__actions{flex-direction:column;align-items:center}[data-scroll-role=steps-cta]{text-align:center}.lightbox-trigger:disabled{pointer-events:none;cursor:default}.lightbox-trigger:disabled img{transition:none}.lightbox-trigger:disabled:hover img{filter:none;transform:none}.tray-states{grid-template-columns:repeat(4,minmax(0,clamp(48px,16vw,76px)));justify-content:space-between;gap:clamp(.25rem,1.5vw,.75rem)}.tray-states img{aspect-ratio:1;object-fit:contain}.footer-grid>section:not(:first-child) li{font-size:.82rem}}@media(max-width:900px){body{min-width:0}}.header-download-mobile{display:none}@media(max-width:900px){.site-header__inner{gap:clamp(.375rem,2vw,1rem)}.brand{order:1;margin-right:auto;gap:clamp(.4rem,2vw,.65rem);white-space:nowrap}.header-download-mobile{display:inline-flex;order:2;min-height:44px;flex:none;padding:.55rem clamp(.5rem,2.5vw,.75rem);font-size:clamp(.8125rem,3.6vw,.94rem);line-height:1;white-space:nowrap}.header-actions{order:3;flex:none;gap:0}.header-actions .button,.header-actions--no-locale{display:none}.menu-toggle{order:4;flex:none}.site-nav{order:5}}.download-page__hero{padding-bottom:clamp(3.5rem,7vw,6rem)}.download-page__hero .section__copy{font-size:clamp(1.05rem,1.6vw,1.2rem)}.download-page__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;max-width:52rem;margin:2rem 0 0;border:1px solid var(--border);background:var(--border)}.download-page__meta div{padding:1.1rem;background:var(--surface)}.download-page__meta dt{color:var(--text-muted);font-size:.82rem;font-weight:700}.download-page__meta dd{margin:.3rem 0 0;font-weight:700}.download-page__actions{display:grid;justify-items:start;gap:.85rem;margin-top:2rem}.download-page__status{max-width:38rem;margin:0;color:var(--text-muted)}.download-page__content{max-width:52rem}.download-page__content .section__heading:not(:first-child){margin-top:3.5rem}.download-page__steps{display:grid;gap:.75rem;max-width:42rem;margin:0;padding-left:1.35rem;color:var(--text-muted)}.download-page__steps li{padding-left:.25rem}.download-page__links{display:flex;flex-wrap:wrap;gap:1.25rem;margin:2rem 0 0}.download-page__guide{max-width:38rem}.download-page__release p{margin:.75rem 0 0;color:var(--text-muted);font-size:.93rem}.download-page__release p:first-child{margin-top:1rem}.download-page__checksum{display:inline-block;max-width:100%;overflow-wrap:anywhere;word-break:break-all;font-size:.88rem;color:var(--text-muted)}@media(max-width:620px){.download-page__meta{grid-template-columns:1fr}.download-page__actions{align-items:stretch}.download-page__actions .button{width:100%}}.internal-page__hero{padding-bottom:clamp(3.5rem,7vw,6rem)}.internal-page__hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(280px,.8fr);align-items:center;gap:clamp(2rem,6vw,5rem)}.internal-page__intro{font-size:clamp(1.05rem,1.6vw,1.2rem)}.internal-page__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.75rem}.internal-media{display:grid;gap:.85rem}.internal-media__thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.internal-media__thumbs img{overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.internal-nav{position:sticky;z-index:3;top:73px;border-block:1px solid var(--border);background:#11110ff5}.internal-nav__inner{display:flex;min-height:56px;align-items:center;gap:.9rem;overflow-x:auto}.internal-nav__inner span{flex:none;color:var(--text-muted);font-size:.85rem;font-weight:700}.internal-nav a{flex:none;padding:.35rem .1rem;color:var(--text-muted);font-size:.92rem;text-decoration:none}.internal-nav a:hover,.internal-nav a.is-active{color:var(--text)}.internal-page__content{max-width:54rem}.internal-section{padding:0 0 2.75rem}.internal-section:last-child{padding-bottom:0}.internal-section h2,.internal-faq summary{margin:0 0 1rem;font-size:clamp(1.35rem,2.2vw,2rem);line-height:1.15}.internal-section p,.internal-section li,.internal-faq p,.internal-faq li{color:var(--text-muted)}.internal-section p{margin:0 0 1rem}.internal-section ul,.internal-faq ul{margin:1rem 0 0;padding-left:1.25rem}.internal-faq{padding:1.25rem 0;border-top:1px solid var(--border)}.internal-faq:last-child{border-bottom:1px solid var(--border)}.internal-faq summary{cursor:pointer;font-weight:700}.internal-page__support{margin-top:2rem}.internal-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.internal-related__card{display:flex;min-height:96px;align-items:flex-end;padding:1rem;border:1px solid var(--border);border-radius:14px;background:var(--surface);font-weight:700;text-decoration:none}.internal-related__card:hover{border-color:#ffffff47}.internal-pricing .pricing-cards{max-width:none}@media(max-width:900px){.internal-page__hero-grid{grid-template-columns:1fr}.internal-nav{position:static}.internal-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.internal-page__actions{align-items:stretch}.internal-page__actions .button{width:100%}.internal-media__thumbs,.internal-related__grid{grid-template-columns:1fr}.internal-nav__inner{align-items:flex-start;padding-block:.75rem}}:root{--internal-header-height:72px;--internal-sticky-offset:140px}.internal-nav{z-index:4;top:var(--internal-header-height,72px);background:#11110ffa}.internal-nav__inner{flex-wrap:nowrap;scrollbar-width:none}.internal-nav__inner::-webkit-scrollbar{display:none}.internal-page__hero,.internal-page__body,.internal-section,.internal-faq,.internal-related,.internal-pricing{scroll-margin-top:var(--internal-sticky-offset,140px)}.internal-media__frame--tray-icon{display:grid;min-height:clamp(170px,30vw,300px);place-items:center;padding:clamp(1.5rem,4vw,3rem)}.internal-media__frame--tray-icon img,.internal-media__thumb--tray-icon img,img.internal-media__thumb--tray-icon{width:auto;max-width:min(180px,58vw);max-height:180px;object-fit:contain;image-rendering:auto}.internal-media--tray-icon .internal-media__thumbs{grid-template-columns:repeat(auto-fit,minmax(84px,120px));justify-content:center}.internal-media__thumbs .lightbox-trigger{overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.internal-media__thumbs .lightbox-trigger img{width:100%}.internal-faq summary{font-size:inherit;line-height:inherit;letter-spacing:inherit}@media(max-width:900px){.internal-nav{position:sticky}.internal-nav__inner{min-height:52px;align-items:center;padding-block:.45rem;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.internal-nav a{white-space:nowrap}.internal-media__frame--tray-icon{min-height:160px}.internal-media__frame--tray-icon img,.internal-media__thumb--tray-icon img,img.internal-media__thumb--tray-icon{max-width:min(150px,50vw);max-height:150px}}.footer-grid>section:not(:first-child) h3,.footer-grid>section:not(:first-child) li,.footer-grid>section:not(:first-child) a{color:var(--text)}.footer-grid a{text-decoration:underline;text-underline-offset:.2em}.footer-grid>section:not(:first-child) a:hover,.footer-grid>section:not(:first-child) a:focus-visible{color:var(--olive)}.page-back{padding:.75rem 0;border-bottom:1px solid var(--border);background:var(--bg)}.page-back__button{display:inline-flex;min-height:36px;align-items:center;gap:.45rem;padding:.35rem .65rem;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text-muted);font-weight:700;cursor:pointer}.page-back__button:hover{color:var(--text);background:var(--surface)}.internal-related__card{align-items:center;justify-content:center;background:var(--bg);text-align:center;overflow-wrap:anywhere}@media(max-width:900px){.internal-nav{display:none}.back-to-top{right:16px;bottom:calc(16px + env(safe-area-inset-bottom) + var(--back-to-top-footer-offset,0px))}.internal-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.internal-related__card{min-height:78px;padding:.75rem}}@media(min-width:901px){.internal-page--support .internal-page__hero{padding-bottom:clamp(2.45rem,4.9vw,4.2rem)}.internal-page--support .internal-page__body{padding-top:clamp(3.15rem,6.3vw,5.95rem)}}
