@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{--bg:#111310;--bg-2:#171a15;--card:#1d201a;--card-border:#383d32;--text:#f7f6ee;--muted:#aeb3a5;--gold:#e9ba48;--gold-light:#f9d675;--gold-dark:#b28a29;--ink:#1c1c14;--line:#30352b;--font:'Manrope','Segoe UI',sans-serif;--body:'DM Sans','Segoe UI',sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:82px;scrollbar-width:none}
html::-webkit-scrollbar{display:none}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);-webkit-font-smoothing:antialiased}
button,a{touch-action:manipulation}
a{color:inherit;text-decoration:none}
button{font:inherit}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--gold-light);outline-offset:4px}
.svg-defs{position:absolute;width:0;height:0;overflow:hidden}
.icon{width:1.25em;height:1.25em;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.container{width:min(100% - 64px,1200px);margin-inline:auto}
.skip-link{position:absolute;z-index:100;top:-80px;left:20px;padding:10px 16px;background:var(--gold);color:var(--ink);border-radius:8px}
.skip-link:focus{top:14px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(17,19,16,.88);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(20px)}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:10px;font-family:var(--font);font-weight:800;font-size:20px;letter-spacing:-.065em;white-space:nowrap}
.brand-mark{width:31px;height:31px;color:var(--gold)}
.brand-accent{color:var(--gold)}
.desktop-nav{display:flex;align-items:center;gap:32px;color:#bfc4b7;font-size:13px;font-weight:700}
.desktop-nav a,.footer-links a{transition:color .2s ease}
.desktop-nav a:hover,.footer-links a:hover{color:var(--gold-light)}
.desktop-nav a.is-active{color:var(--gold-light)}
.mobile-menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:42px;height:42px;padding:0;border:1px solid var(--card-border);border-radius:9px;background:transparent;color:var(--gold);cursor:pointer;flex:none}
.mobile-menu-toggle span{display:block;width:18px;height:2px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
.mobile-menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(7px) rotate(45deg)}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.mobile-menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-7px) rotate(-45deg)}
.mobile-nav-panel{position:absolute;top:100%;left:0;right:0;padding:8px 0 18px;border-bottom:1px solid var(--card-border);background:#171a15;box-shadow:0 24px 38px rgba(0,0,0,.3)}
.mobile-nav-panel[hidden]{display:none}
.mobile-nav-panel .container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 18px}
.mobile-nav-panel a{padding:12px 0;color:#e4e5dc;font-size:13px;font-weight:700}
.mobile-nav-panel a:hover{color:var(--gold-light)}
.header-cta{display:inline-flex;align-items:center;gap:12px;font-size:13px;font-weight:800;color:var(--gold);white-space:nowrap}
.header-cta:hover .external-arrow{transform:translate(2px,-2px)}
.header-cta.store-cta .external-arrow{margin-left:-4px}
.text-link:hover .icon{transform:translateX(4px)}
.store-cta{gap:11px}
.store-cta .windows-logo{width:17px;height:17px;fill:currentColor;flex:none}
.store-cta .external-arrow{width:16px;height:16px;margin-left:4px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none;transition:transform .2s ease}
.store-cta.button:hover .external-arrow{transform:translate(2px,-2px)}
.button.store-cta{gap:8px}
.button.store-cta .external-arrow{margin-left:-4px}
.hero{position:relative;min-height:720px;overflow:hidden;background:radial-gradient(ellipse 51% 58% at 78% 28%,rgba(196,145,32,.13),transparent 74%),linear-gradient(180deg,#141710 0%,#111310 100%)}
.hero::before{content:"";position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(208,191,128,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(208,191,128,.11) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(90deg,transparent 27%,black 95%);pointer-events:none}
.hero-glow{position:absolute;width:500px;height:500px;right:-190px;top:60px;border-radius:50%;background:rgba(233,186,72,.05);filter:blur(36px)}
.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.99fr);align-items:center;gap:56px;padding-top:104px;padding-bottom:86px}
.hero-copy{position:relative;z-index:1}
.eyebrow,.section-label{font-family:var(--font);font-size:11px;font-weight:800;letter-spacing:.18em;color:var(--gold)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:9px 13px;border:1px solid rgba(233,186,72,.3);border-radius:50px;background:rgba(233,186,72,.055)}
.eyebrow-dot,.live-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 12px rgba(233,186,72,.7)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:var(--font)}
h1{font-size:clamp(64px,7vw,104px);line-height:1.04;letter-spacing:-.078em;margin:29px 0 28px;font-weight:800}
h1 em,h2 em{font-style:normal;color:var(--gold)}
.hero-lead{max-width:515px;color:#c1c6b8;font-size:18px;line-height:1.75;margin-bottom:32px}
.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:23px;min-height:54px;padding:0 22px;border-radius:8px;font-family:var(--font);font-size:13px;font-weight:800;white-space:nowrap;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--gold);color:var(--ink);box-shadow:0 9px 30px rgba(233,186,72,.15)}
.button-primary:hover{background:var(--gold-light);box-shadow:0 12px 36px rgba(233,186,72,.22)}
.button-secondary{border:1px solid #545949;background:rgba(255,255,255,.02);color:var(--text)}
.button-secondary:hover{border-color:var(--gold)}
.button-secondary span{color:var(--gold);font-size:19px;line-height:1}
.hero-note{display:flex;align-items:center;gap:10px;margin-top:35px;color:#949a8c;font-size:12px;font-weight:600}
.section{padding:124px 0}
.section-label{margin-bottom:25px}
.story-section{background:#f1f0e8;color:#242821}
.story-section .section-label{color:#9a7621}
.story-grid{display:grid;grid-template-columns:1.1fr .75fr;gap:90px;align-items:end;margin-bottom:59px}
.story-heading h2,.feature-heading h2,.faq-grid h2{font-size:clamp(42px,4.7vw,64px);line-height:1.12;letter-spacing:-.067em;margin-bottom:0}
.story-heading h2 span{color:#9a9f90}
.story-copy{padding-bottom:5px}
.story-copy p{font-size:16px;line-height:1.7;color:#555d50;margin-bottom:16px}
.story-copy p:first-child{color:#272c24;font-size:18px;font-weight:700}
.text-link{display:inline-flex;align-items:center;gap:11px;margin-top:9px;color:#76601e;font-size:13px;font-weight:800}
.text-link .icon{width:17px;height:17px;transition:transform .2s ease}
.scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.scenario-card{min-height:277px;position:relative;padding:27px 27px 29px;background:#fff;border:1px solid #e4e5d9;border-radius:12px;box-shadow:0 10px 25px rgba(21,28,18,.035)}
.scenario-number{position:absolute;top:27px;right:27px;font-family:var(--font);color:#aeb4a6;font-size:11px;font-weight:800}
.scenario-icon{display:grid;place-items:center;width:49px;height:49px;margin-bottom:41px;color:#a67f28;background:#f6f2e1;border-radius:10px}
.scenario-icon .icon{width:23px;height:23px}
.scenario-card h3{font-size:18px;letter-spacing:-.045em;margin-bottom:10px}
.scenario-card p{max-width:275px;margin-bottom:0;color:#626a5e;font-size:14px;line-height:1.65}
.feature-section{background:#151813}
.feature-heading{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:48px}
.feature-heading p{max-width:305px;color:#a9b1a2;font-size:16px;line-height:1.65;margin-bottom:3px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature-card{min-height:470px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:28px;background:#232720;border:1px solid #383f33;border-radius:13px}
.feature-card-gold{background:linear-gradient(150deg,#efd078,#e9b849);border-color:#e9b849;color:#1f241c}
.feature-card-top{display:flex;align-items:center;justify-content:space-between;font-family:var(--font);font-size:10px;font-weight:800;letter-spacing:.1em;color:#aab3a1}
.feature-card-top .icon{width:25px;height:25px;color:var(--gold)}
.feature-card-gold .feature-card-top{color:#615735}
.feature-card-gold .feature-card-top .icon{color:#544b2a}
.feature-card h3{font-size:28px;line-height:1.19;letter-spacing:-.06em;margin-bottom:12px}
.feature-card p{max-width:300px;color:#abb2a5;font-size:14px;line-height:1.65;margin-bottom:0}
.feature-card-gold p{color:#50492e}
.small-features{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:46px;padding-top:30px;border-top:1px solid #363c32}
.small-features>div{display:flex;align-items:center;gap:13px;font-size:13px}
.small-features .icon{color:var(--gold);width:23px;height:23px}
.small-features strong{font-family:var(--font);white-space:nowrap}
.small-features span{color:#aab1a3}
.faq-section{background:#f1f0e8;color:#23271f}
.faq-section .section-label{color:#9a7621}
.faq-grid{display:grid;grid-template-columns:.7fr 1fr;gap:100px}
.faq-grid h2 em{color:#a5812e}
.faq-list{border-top:1px solid #cfd2c6}
.faq-list details{border-bottom:1px solid #cfd2c6}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;cursor:pointer;padding:25px 0;font-family:var(--font);font-size:16px;font-weight:800}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary .icon{width:18px;height:18px;color:#9b7623;transition:transform .2s ease}
.faq-list details[open] summary .icon{transform:rotate(180deg)}
.faq-list p{max-width:620px;padding-right:30px;padding-bottom:25px;margin-bottom:0;color:#5c6457;font-size:14px;line-height:1.75}
.faq-list p a{color:#805e13;text-decoration:underline;text-underline-offset:3px}
.support-section{background:radial-gradient(circle at 15% 18%,rgba(233,186,72,.09),transparent 38%),#171a15}
.support-grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1fr);gap:clamp(48px,8vw,120px);align-items:start}
.support-page{min-height:calc(100vh - 76px)}
.support-back{display:inline-block;margin-bottom:43px;color:var(--text);font-family:var(--font);font-size:12px;font-weight:800}
.support-back:hover{text-decoration:underline;text-underline-offset:4px}
.support-copy h1,.support-copy h2{font-size:clamp(42px,4.5vw,64px);line-height:1.12;letter-spacing:-.065em;margin:0 0 22px}
.desktop-nav a[aria-current="page"],.mobile-nav-panel a[aria-current="page"],.footer-links a[aria-current="page"],.mobile-nav-panel a.is-active{color:var(--gold)}
.support-copy p{max-width:400px;color:var(--muted);font-size:16px;line-height:1.75}
.support-form{position:relative;display:grid;gap:22px;padding:clamp(24px,4vw,44px);border:1px solid var(--card-border);border-radius:18px;background:#20241d;box-shadow:0 24px 60px rgba(0,0,0,.16)}
.support-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.support-field{display:grid;gap:9px;min-width:0}
.support-field label{font-family:var(--font);font-size:12px;font-weight:800;color:#e8e9df}
.support-field input,.support-field select,.support-field textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid #515949;border-radius:8px;background:#151813;color:var(--text);font:14px/1.5 var(--body);outline:none}
.support-field textarea{min-height:145px;resize:vertical}
.support-field input::placeholder,.support-field textarea::placeholder{color:#858d80}
.support-field input:focus-visible,.support-field select:focus-visible,.support-field textarea:focus-visible{border-color:var(--gold);box-shadow:0 0 0 3px rgba(233,186,72,.17)}
.support-form-bottom{display:flex;align-items:center;gap:20px}
.support-form-bottom button{border:0;cursor:pointer;flex:none}
.support-form-bottom button:disabled{opacity:.65;cursor:wait;transform:none}
.support-form-bottom button .icon{width:17px;height:17px}
.support-form-bottom p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.support-status{margin:0;padding:13px 15px;border-radius:8px;background:rgba(233,186,72,.11);color:var(--gold-light);font-size:13px;line-height:1.5}
.support-status.is-error{background:rgba(238,117,100,.12);color:#ffb6aa}
.support-status[hidden]{display:none}
.support-honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.closing-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#f2d278,#e5ae3a);color:#24251c}
.closing-inner{position:relative;isolation:isolate;text-align:center;padding-top:106px;padding-bottom:104px}
.closing-inner .section-label{color:#685426}
.closing-inner h2{font-size:clamp(44px,5.5vw,76px);line-height:1.11;letter-spacing:-.07em;margin:0 0 16px}
.closing-inner p{font-size:17px;color:#635831;margin-bottom:29px}
.button-dark{background:#242820;color:#f7f2e6}
.button-dark:hover{background:#363d30}
.closing-footnote{display:block;margin-top:17px;font-size:11px;color:#635831;font-weight:700}
.closing-orbit{position:absolute;z-index:-1;left:50%;top:51%;width:1000px;height:1000px;transform:translate(-50%,-50%);border:1px solid rgba(110,84,26,.12);border-radius:50%;pointer-events:none}
.closing-orbit i{position:absolute;inset:12%;border:1px solid rgba(110,84,26,.12);border-radius:50%}
.closing-orbit i:nth-child(2){inset:27%}.closing-orbit i:nth-child(3){inset:42%}
.site-footer{background:#111310}
.footer-inner{display:grid;grid-template-columns:1fr auto;gap:50px;padding-top:66px;padding-bottom:31px}
.footer-brand{font-size:20px}
.site-footer p{font-size:13px;color:#8e9688;margin:11px 0 0}
.footer-links{display:flex;align-self:center;align-items:center;gap:27px;color:#bec4b6;font-size:13px;font-weight:700}
.footer-bottom{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid #30362c;color:#868e81;font-size:12px;line-height:1.4}
.footer-legal{display:inline-flex;align-items:center;gap:9px;color:#969d90}
.footer-legal > span:last-child{display:inline-flex;align-items:center;gap:9px;color:#969d90}
.footer-legal > span:last-child::before{content:"";width:3px;height:3px;border-radius:50%;background:#65705f}
.footer-bottom a{color:#d2d6cb;font-weight:700}
.footer-bottom a:hover{color:var(--gold)}
.made-canada{display:inline-flex;align-items:center;gap:6px}
.made-canada svg{width:16px;height:16px;fill:#f00;flex:none}

@media(max-width:1100px){.desktop-nav{gap:18px}.hero-grid{gap:34px}.hero-lead{font-size:16px}.story-grid{gap:55px}.faq-grid{gap:60px}.small-features>div{flex-wrap:wrap}.small-features span{width:100%;padding-left:36px}}
@media(max-width:850px){.container{width:min(100% - 44px,1200px)}.desktop-nav{display:none}.mobile-menu-toggle{display:flex}.header-cta{margin-left:auto}.hero-grid{grid-template-columns:1fr;gap:65px;padding-top:77px;padding-bottom:70px}.hero-copy{max-width:670px}.hero-demo{max-width:590px;margin-left:0}.hero{min-height:0}.story-grid,.faq-grid{grid-template-columns:1fr;gap:35px}.story-heading h2,.feature-heading h2,.faq-grid h2{font-size:clamp(42px,7vw,58px)}.scenario-card{padding:22px;min-height:290px}.scenario-icon{margin-bottom:36px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card:last-child{grid-column:1/-1;min-height:350px}.faq-grid{gap:50px}}
@media(max-width:620px){.container{width:min(100% - 36px,1200px)}.header-inner{min-height:65px}.brand{font-size:18px}.brand-mark{width:29px;height:29px}.header-cta{font-size:12px}.hero-grid{padding-top:67px;gap:58px;padding-bottom:67px}.hero-copy h1{font-size:clamp(57px,13.6vw,80px);margin:24px 0}.hero-lead{font-size:16px;line-height:1.65}.hero-actions{gap:10px}.button{min-height:51px;padding:0 18px;gap:14px;font-size:12px}.hero-note{margin-top:26px}.demo-window{transform:none}.demo-content{padding:20px}.demo-heading h2{font-size:19px}.device-row{grid-template-columns:18px 32px 1fr 36px;gap:7px;padding:8px;min-height:65px}.device-icon{height:31px;width:31px}.device-info strong{font-size:11px}.device-info small{font-size:9px}.selection-panel{padding:0 10px}.selection-panel strong{font-size:10px}.selection-label{font-size:8px}.section{padding:78px 0}.section-label{margin-bottom:19px}.story-grid{margin-bottom:37px}.story-copy p:first-child{font-size:17px}.scenario-grid,.feature-grid{grid-template-columns:1fr}.scenario-card{min-height:215px}.scenario-icon{margin-bottom:29px}.feature-heading{display:block;margin-bottom:33px}.feature-heading p{margin:19px 0 0}.feature-card,.feature-card:last-child{grid-column:auto;min-height:390px}.feature-card h3{font-size:26px}.feature-card p{font-size:13px}.small-features{grid-template-columns:1fr;gap:24px}.footer-inner{grid-template-columns:1fr;gap:31px;padding-top:54px}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;align-self:start}.footer-bottom{display:grid;justify-content:start;gap:10px;font-size:12px}.footer-legal{gap:7px;flex-wrap:wrap}.footer-legal span:last-child{gap:7px}.closing-inner{padding-top:85px;padding-bottom:83px}.closing-inner h2{font-size:clamp(42px,10vw,61px)}}
@media(max-width:390px){.header-cta{gap:4px}.hero-actions .button{width:100%}.demo-content{padding:15px}.demo-intro{font-size:11px}.device-row{grid-template-columns:15px 29px 1fr 35px;gap:5px}.device-icon{width:29px;height:29px}.device-info strong{font-size:10px}.selection-label{display:none}}
@media(max-width:340px){.header-cta{display:none}.hero-copy h1{font-size:44px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Authentic, unaltered app captures. Keep the complete window visible. */
.hero-screenshot{position:relative;z-index:1;min-width:0;margin:0}
.screenshot-label{margin-bottom:16px;font-family:var(--font);font-size:10px;letter-spacing:.16em;color:var(--gold);font-weight:800}
.screenshot-link{display:block;border:0;border-radius:12px;overflow:hidden;background:#111217;box-shadow:0 32px 68px -12px rgba(0,0,0,.58),0 8px 22px -6px rgba(0,0,0,.38),0 0 48px rgba(233,186,72,.09);isolation:isolate}
.screenshot-link img{display:block;width:calc(100% + 2px);max-width:none;height:auto;margin:-1px}
.screenshots-grid .screenshot-link[href]{position:relative;cursor:zoom-in;transition:transform .25s ease,box-shadow .25s ease}
.screenshots-grid .screenshot-link[href]::after{content:'Click to expand';position:absolute;right:14px;bottom:14px;padding:7px 10px;border:1px solid rgba(249,214,117,.32);border-radius:999px;background:rgba(16,18,14,.8);color:var(--gold-light);font-family:var(--font);font-size:10px;font-weight:800;letter-spacing:.05em;opacity:0;transform:translateY(5px);transition:opacity .2s ease,transform .2s ease;backdrop-filter:blur(10px)}
.screenshots-grid .screenshot-link[href]:hover{transform:translateY(-3px);box-shadow:0 28px 70px rgba(0,0,0,.55),0 0 42px rgba(233,186,72,.15)}
.screenshots-grid .screenshot-link[href]:hover::after,.screenshots-grid .screenshot-link[href]:focus-visible::after{opacity:1;transform:translateY(0)}
.hero-screenshot figcaption{margin-top:15px;color:var(--muted);font-size:11px;line-height:1.7}
.hero-screenshot figcaption a{color:var(--gold);white-space:nowrap}
.feature-card,.feature-card:last-child{min-height:275px;gap:35px;justify-content:flex-start}
.screenshots-section{background:#191d17;padding-top:85px}
.screenshots-section h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.06em;margin-bottom:16px}
.screenshots-intro{color:var(--muted);line-height:1.7;max-width:640px;margin-bottom:36px}
.story-transition{margin-top:28px}
.inside-features{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;list-style:none;margin:0 0 44px;padding:26px 0;border-top:1px solid #363c32;border-bottom:1px solid #363c32}
.inside-features li{display:flex;gap:10px;min-width:0}
.inside-features .icon{flex:0 0 auto;width:17px;height:17px;margin-top:2px;color:var(--gold)}
.inside-features strong,.inside-features span{display:block}
.inside-features strong{font-family:var(--font);font-size:14px;line-height:1.35}
.inside-features span{margin-top:5px;color:var(--muted);font-size:13px;line-height:1.5}
.screenshots-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px 26px}
.screenshots-grid figure{margin:0;min-width:0}
.screenshots-grid figcaption{display:grid;gap:7px;margin-top:19px;font-size:14px}
.screenshots-grid figcaption span{color:var(--muted);font-size:12px;line-height:1.6}
.taskbar-showcase{display:grid;grid-template-columns:minmax(0,378px) minmax(0,1fr);align-items:center;gap:clamp(38px,7vw,112px);margin:65px 0 0;padding:50px clamp(35px,6vw,86px);border:1px solid #363d32;border-radius:18px;background:radial-gradient(circle at 28% 45%,rgba(233,186,72,.08),transparent 40%),#20241e}
.taskbar-shot{display:block;width:min(100%,378px);border-radius:9px;box-shadow:0 26px 60px rgba(0,0,0,.5),0 0 48px rgba(233,186,72,.08)}
.taskbar-shot img{display:block;width:100%;height:auto;border-radius:9px}
.taskbar-showcase figcaption{max-width:420px}
.taskbar-showcase .section-label{margin-bottom:18px}
.taskbar-showcase h3{font-size:clamp(30px,3.4vw,48px);line-height:1.14;letter-spacing:-.06em;margin-bottom:19px}
.taskbar-showcase p{color:var(--muted);font-size:15px;line-height:1.75;margin:0}
.theme-shot{--split:50%;position:relative;user-select:none}
.theme-shot .theme-light{position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:auto;margin:0;opacity:1;clip-path:inset(0 0 0 var(--split));animation:theme-reveal 13s ease-in-out infinite;pointer-events:none}
.theme-divider{position:absolute;top:0;bottom:0;left:var(--split);width:1px;background:rgba(249,214,117,.9);box-shadow:0 0 18px rgba(233,186,72,.75);animation:theme-divider 13s ease-in-out infinite;cursor:ew-resize;touch-action:none}
.theme-shot.is-manual .theme-light,.theme-shot.is-manual .theme-divider{animation:none}
.theme-divider:focus-visible{outline:none}
.theme-divider:focus-visible i{outline:2px solid var(--gold-light);outline-offset:4px}
.theme-divider i{position:absolute;top:50%;left:50%;display:block;width:28px;height:28px;border:1px solid rgba(249,214,117,.9);border-radius:50%;background:#1d201a;box-shadow:0 4px 16px rgba(0,0,0,.38);transform:translate(-50%,-50%)}
.theme-divider i::before,.theme-divider i::after{content:"";position:absolute;top:50%;width:6px;height:6px;border-top:1px solid var(--gold-light);border-right:1px solid var(--gold-light)}
.theme-divider i::before{left:7px;transform:translateY(-50%) rotate(-135deg)}
.theme-divider i::after{right:7px;transform:translateY(-50%) rotate(45deg)}
@keyframes theme-reveal{0%,100%{clip-path:inset(0 0 0 50%)}22%,78%{clip-path:inset(0 0 0 70%)}50%{clip-path:inset(0 0 0 30%)}}
@keyframes theme-divider{0%,100%{left:50%}22%,78%{left:70%}50%{left:30%}}
@media(max-width:620px){.header-inner{gap:10px}.header-cta.store-cta{gap:6px;font-size:11px}.header-cta .windows-logo,.header-cta .external-arrow{width:13px;height:13px}}
@media(max-width:1100px){.inside-features{grid-template-columns:repeat(3,1fr)}}
@media(max-width:850px){.hero-screenshot{max-width:700px}.inside-features{grid-template-columns:repeat(2,1fr)}.screenshots-grid{grid-template-columns:1fr;gap:36px}}
@media(max-width:850px){.support-grid{grid-template-columns:1fr;gap:30px}.support-copy p{max-width:650px}}
@media(max-width:850px){.taskbar-showcase{grid-template-columns:1fr;justify-items:center;gap:36px}.taskbar-showcase figcaption{max-width:500px;text-align:center}}
@media(max-width:520px){.inside-features{grid-template-columns:1fr;gap:18px}.taskbar-showcase{padding:32px 20px;margin-top:50px}.support-form-row{grid-template-columns:1fr}.support-form-bottom{align-items:stretch;flex-direction:column;gap:12px}.support-form-bottom button{width:100%}}
@media(max-width:620px){.footer-inner{gap:27px;padding-bottom:28px}.footer-links{gap:4px 18px}.footer-links a{display:flex;align-items:center;min-height:40px}.footer-bottom{gap:12px}.footer-legal{display:block;line-height:1.65}.footer-legal > a{margin-left:5px}.footer-legal > span:last-child{display:block;margin-top:2px}.footer-legal > span:last-child::before{display:none}}
.image-lightbox{width:min(1120px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:0;border:0;border-radius:18px;background:transparent;color:var(--text);overflow:visible;opacity:0;transform:scale(.97);transition:opacity .2s ease,transform .2s ease}
.image-lightbox[open]{display:grid;place-items:center;opacity:1;transform:scale(1)}
.image-lightbox::backdrop{background:rgba(5,7,5,.84);backdrop-filter:blur(12px);animation:lightbox-backdrop .22s ease-out}
.image-lightbox-frame{position:relative;width:100%;padding:18px;border:0;border-radius:18px;background:linear-gradient(135deg,rgba(49,54,43,.96),rgba(20,23,18,.98));box-shadow:0 30px 90px rgba(0,0,0,.72)}
.image-lightbox figure{margin:0}.image-lightbox-image{display:block;max-width:100%;max-height:calc(100dvh - 128px);margin:auto;border-radius:9px;clip-path:inset(3px round 9px);box-shadow:0 16px 38px rgba(0,0,0,.42)}
.image-lightbox figcaption{padding:15px 45px 0;color:#dfe2d6;text-align:center;font-family:var(--font);font-size:13px;font-weight:700}
.image-lightbox-close,.image-lightbox-nav{position:absolute;display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid rgba(249,214,117,.3);border-radius:50%;background:rgba(17,19,16,.9);color:var(--gold-light);font-size:24px;line-height:1;cursor:pointer;transition:transform .18s ease,background .18s ease}.image-lightbox-close:hover,.image-lightbox-nav:hover{background:var(--gold);color:var(--ink);transform:scale(1.06)}
.image-lightbox-close{top:-14px;right:-14px}.image-lightbox-nav{top:50%;transform:translateY(-50%)}.image-lightbox-nav:hover{transform:translateY(-50%) scale(1.06)}.image-lightbox-prev{left:-20px}.image-lightbox-next{right:-20px}
@keyframes lightbox-backdrop{from{opacity:0}to{opacity:1}}
@media(max-width:620px){.image-lightbox{width:calc(100% - 20px)}.image-lightbox-frame{padding:10px}.image-lightbox-image{max-height:calc(100dvh - 104px)}.image-lightbox figcaption{padding:12px 32px 0;font-size:12px}.image-lightbox-close{top:7px;right:7px;width:34px;height:34px;font-size:21px}.image-lightbox-nav{top:auto;bottom:8px;width:35px;height:35px;font-size:20px;transform:none}.image-lightbox-nav:hover{transform:scale(1.06)}.image-lightbox-prev{left:8px}.image-lightbox-next{right:8px}.screenshots-grid .screenshot-link[href]::after{display:none}}
