
:root{--panel:rgba(255,255,255,.032);--panel2:rgba(255,255,255,.055);--line:rgba(255,255,255,.08);
--line-soft:rgba(255,255,255,.055);--txt:#f4f1ff;--dim:#b7acd9;--muted:#8f86ad;--accent:#7a4dff;
--accent2:#a78bfa;--ok:#34d399;--warn:#fbbf24;--r-sm:12px;--r-md:16px;--r-lg:20px}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,Segoe UI,Roboto,sans-serif;color:var(--txt);line-height:1.6;
background:
radial-gradient(circle at 78% 8%,rgba(124,58,237,.16),transparent 32rem),
radial-gradient(circle at 10% 22%,rgba(59,130,246,.09),transparent 28rem),
linear-gradient(180deg,#080712 0%,#0b0917 45%,#070711 100%);
background-attachment:fixed;overflow-x:hidden;
/* solid base under the fixed gradients: pages taller than the viewport (and print/screenshots)
   must never fall back to white */
background-color:#080712}
/* No underlines anywhere, in any state — hover is expressed with colour, brightness, background
   or a moving arrow instead. Keyboard focus keeps a clearly visible outline. */
a,a:hover,a:focus,a:active,a:visited{text-decoration:none}
a{color:var(--accent2);transition:color .15s ease,opacity .15s ease}
a:hover{color:#c9b6ff}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent2);
outline-offset:3px;border-radius:8px}
img{max-width:100%}.wrap{width:min(1520px,calc(100% - 48px));margin-inline:auto}
header{position:sticky;top:0;background:rgba(8,7,18,.78);backdrop-filter:blur(10px);
border-bottom:1px solid var(--line);z-index:10}
.nav{display:flex;align-items:center;gap:20px;height:68px}
.brand{display:flex;align-items:center;gap:9px;font-weight:700;font-size:16.5px;color:#fff}
.brand:hover{color:#fff;opacity:.85}
.brand img{width:26px;height:26px;border-radius:7px;object-fit:contain}.brand span{color:var(--accent2)}
.nav a.link{color:var(--dim);font-size:14px}.nav a.link:hover{color:#fff;text-decoration:none}.nav .grow{flex:1}
/* logo shell: every product icon sits in a small glass tile, never stretched */
.logo-shell{display:grid;place-items:center;flex:none;overflow:hidden;border-radius:14px;
background:rgba(139,92,246,.10);border:1px solid rgba(167,139,250,.18);
box-shadow:0 10px 28px rgba(124,58,237,.14)}
.logo-shell img{width:74%;height:74%;object-fit:contain;display:block;border-radius:12px;box-shadow:none}
.logo-hero{width:76px;height:76px;border-radius:20px}
.logo-card{width:50px;height:50px;border-radius:13px}.logo-card img{border-radius:9px}
.logo-row{width:54px;height:54px;border-radius:14px}.logo-row img{border-radius:10px}
.logo-eco{width:34px;height:34px;border-radius:9px}.logo-eco img{border-radius:6px}
.btn{display:inline-block;padding:9px 15px;border-radius:11px;font-weight:600;font-size:14px;
border:1px solid var(--line);background:var(--panel2);color:#fff;cursor:pointer}
.btn:hover{text-decoration:none;border-color:var(--accent)}
.btn-primary{background:linear-gradient(135deg,var(--accent),#8f66ff);border:1px solid transparent;
box-shadow:0 4px 16px rgba(122,77,255,.25)}
.btn-ghost{background:transparent}.btn.disabled{opacity:.5;pointer-events:none}
.btn-sm{padding:7px 13px;font-size:13.5px;border-radius:10px}
h1{font-size:33px;margin:.3em 0;line-height:1.15;letter-spacing:-.4px}
h2{font-size:21px;margin:1.15em 0 .35em;letter-spacing:-.2px}
.sub{color:var(--dim);font-size:15.5px;margin:.2em 0 .9em;max-width:640px}
.badge{display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:.7px;text-transform:uppercase;
color:var(--accent2);background:rgba(122,77,255,.12);border:1px solid rgba(122,77,255,.3);
border-radius:999px;padding:4px 11px;margin-bottom:10px}
.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.chip{font-size:12.5px;color:var(--dim);background:var(--panel);border:1px solid var(--line);
border-radius:999px;padding:5px 11px}
.chip.active{border-color:var(--accent);color:#fff;background:rgba(122,77,255,.16)}
.tag{display:inline-block;padding:2px 9px;border-radius:999px;font-size:11.5px;font-weight:600;
background:rgba(122,77,255,.14);color:var(--accent2);border:1px solid rgba(122,77,255,.3)}
.tag.beta{background:rgba(52,211,153,.12);color:#6ee7b7;border-color:rgba(52,211,153,.28)}
.tag.dev{background:rgba(251,191,36,.12);color:#fcd34d;border-color:rgba(251,191,36,.28)}
/* hero */
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center;padding:44px 0 18px}
.hero-grid h1{font-size:42px;margin:.15em 0}
.hero-grid .lead{font-size:18px;color:#ded9ef;margin:.3em 0}
.hero-grid .desc{font-size:14.5px;color:var(--dim);margin:.4em 0 1em;max-width:500px}
.link-more{font-size:13.5px;color:var(--dim)}
.phero{display:flex;gap:18px;align-items:center;padding:40px 0 6px}
.phero h1{margin:.05em 0;font-size:31px}.phero .meta{color:var(--dim);font-size:14px;margin-top:3px}
/* ecosystem panel (home hero right) */
.eco-panel{background:linear-gradient(160deg,rgba(122,77,255,.07),rgba(255,255,255,.02));
border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:0 14px 40px rgba(0,0,0,.3)}
.eco-card{display:flex;align-items:center;gap:11px;background:var(--panel);border:1px solid var(--line);
border-radius:12px;padding:9px 12px;margin-bottom:8px}
.eco-card b{font-size:14px;font-weight:600}.eco-card .tag{margin-left:auto}
.eco-status{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:10px}
.eco-status div{background:rgba(255,255,255,.025);border:1px solid var(--line);border-radius:9px;
padding:7px 11px;font-size:12px;color:var(--muted)}
.eco-status b{display:block;color:var(--txt);font-size:12.5px;font-weight:600;margin-top:1px}
/* status row */
.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0 4px}
.status-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:11px 13px}
.status-card b{display:block;font-size:13.5px;font-weight:600}.status-card span{color:var(--muted);font-size:12px}
/* product cards */
.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin:16px 0}
.product-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:20px;
display:flex;flex-direction:column}
.product-card .head{display:flex;align-items:center;gap:12px;margin-bottom:6px}
.product-card h3{margin:.1em 0;font-size:18px}
.product-card p{color:var(--dim);font-size:13.5px;margin:.35em 0}
.product-card .row{margin-top:auto;padding-top:14px}
ul.feat{list-style:none;padding:0;margin:.35em 0}
ul.feat li{padding:4px 0 4px 24px;position:relative;color:var(--dim);font-size:13.5px}
ul.feat li:before{content:"✓";position:absolute;left:0;color:var(--ok);font-weight:700}
ul.feat.plan li:before{content:"◦";color:var(--accent2);font-size:17px;line-height:1}
/* product rows (/products) */
.product-row{display:grid;grid-template-columns:54px 1fr auto;gap:16px;align-items:start;
background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:18px;margin:12px 0}
.product-row .meta{display:flex;gap:7px;flex-wrap:wrap;margin:6px 0 4px}
.product-row .meta span{font-size:11.5px;color:var(--muted);background:var(--panel2);
border:1px solid var(--line);border-radius:999px;padding:3px 9px}
.product-row .actions{display:flex;flex-direction:column;gap:7px;min-width:140px}
.product-row .actions .btn{text-align:center;padding:8px 13px;font-size:13.5px}
/* feature / choose / roadmap cards — compact rows, not big tiles */
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;margin:12px 0}
.feature-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:12px 14px}
.feature-card b{display:block;font-size:14px;font-weight:600;margin-bottom:2px}
.feature-card span{color:var(--muted);font-size:12.5px;line-height:1.5}
.choose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0}
.choose-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:14px 16px}
.choose-card b{font-size:14.5px}.choose-card p{color:var(--muted);font-size:13px;margin:.35em 0 .7em}
.roadmap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;margin:12px 0}
/* misc */
.ph-icon{width:44px;height:44px;border-radius:12px;flex:none;display:flex;align-items:center;
justify-content:center;color:var(--accent2);border:1px solid var(--line);
background:linear-gradient(135deg,rgba(122,77,255,.24),rgba(157,123,255,.08))}
.eco-card .ph-icon{width:34px;height:34px;border-radius:9px}
.eco-card .ph-icon svg{width:18px;height:18px}
.product-row .ph-icon{width:54px;height:54px;border-radius:14px}
ol.steps{list-style:none;counter-reset:s;padding:0;margin:12px 0;display:flex;flex-direction:column;gap:7px}
ol.steps li{counter-increment:s;position:relative;padding:2px 0 2px 34px;font-size:14px;color:var(--dim)}
ol.steps li:before{content:counter(s);position:absolute;left:0;top:2px;width:22px;height:22px;
border-radius:50%;display:grid;place-items:center;font-size:11.5px;font-weight:700;color:var(--accent2);
background:rgba(122,77,255,.12);border:1px solid rgba(122,77,255,.3)}
.note{color:var(--muted);font-size:13px}
.warn{background:rgba(251,191,36,.07);border:1px solid rgba(251,191,36,.22);color:#f5d989;
padding:9px 13px;border-radius:10px;font-size:13px;margin:10px 0;max-width:680px;line-height:1.5}
.panel{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:18px;margin:14px 0}
.download-card{background:linear-gradient(170deg,rgba(122,77,255,.07),transparent 55%),var(--panel);
border:1px solid var(--line);border-radius:16px;padding:20px;margin:16px 0}
.dl-meta{color:var(--dim);font-size:13px;margin:5px 0}
code{background:rgba(0,0,0,.35);padding:2px 7px;border-radius:6px;border:1px solid var(--line);
font-size:12.5px;word-break:break-all}
details{margin-top:8px}summary{cursor:pointer;color:var(--dim);font-weight:600;padding:5px 0;font-size:14px}
details p{font-size:14px;color:var(--dim)}
input,textarea{width:100%;padding:10px 13px;border-radius:10px;border:1px solid var(--line);
background:rgba(0,0,0,.3);color:#fff;font-size:15px;margin-top:6px}
label.chk{display:flex;gap:9px;align-items:flex-start;font-size:13.5px;color:var(--dim);margin-top:11px}
label.chk input{width:auto;margin-top:3px}
/* footer */
footer{border-top:1px solid var(--line);margin-top:32px;padding:18px 0 10px;color:var(--muted);font-size:12.5px}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:20px;padding-bottom:12px}
.foot-grid b{color:var(--dim);display:block;margin-bottom:4px;font-size:13px}
.foot-grid a{display:block;color:var(--muted);margin:2px 0;font-size:12.5px}.foot-grid a:hover{color:#fff}
.foot-grid p{margin:6px 0 0!important;font-size:12.5px;line-height:1.5}
.foot-note{border-top:1px solid var(--line);padding-top:10px;font-size:11.5px;color:var(--muted)}
/* ════════════════════════════════════════════════════════════════════════════
   Ecosystem layout. Alpha VPN and Alpha Browser are two equal primary products:
   every pair below (.shot, .mcard, .upd-card) is a symmetric grid — same size,
   same border, same glow, same amount of text. Nothing here privileges one.
   ════════════════════════════════════════════════════════════════════════════ */

/* ── Hero: text on the left, the two app windows on the right ── */
.hero-lead{display:grid;grid-template-columns:minmax(300px,34fr) minmax(0,66fr);gap:40px;
align-items:center;padding:28px 0 18px}
.hero-copy{min-width:0}
.eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:1.7px;text-transform:uppercase;
color:var(--accent2);margin-bottom:12px}
.hero-lead h1{font-size:48px;line-height:1.07;letter-spacing:-1.3px;margin:0 0 14px}
.hero-lead .lead{font-size:16px;color:var(--dim);margin:0;line-height:1.6;max-width:460px}
/* the hero image has a transparent backdrop, so it sits straight on the page: no frame, no card,
   no second background. A soft purple bloom behind it ties it to the rest of the page. */
.hero-visual{position:relative;min-width:0}
.hero-visual:before{content:"";position:absolute;left:8%;right:2%;top:12%;bottom:4%;z-index:-1;
background:radial-gradient(ellipse at 55% 60%,rgba(122,77,255,.30),transparent 68%);
filter:blur(46px)}
.hero-visual img{display:block;width:100%;height:auto;object-fit:contain}

/* ── The two products, side by side. Identical column, identical everything. ── */
.apps-two{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:14px 0 4px;align-items:stretch}
/* without a per-product screenshot (the hero already shows both apps) the columns become two
   equal cards — same padding, same heights, same buttons */
.apps-two .app-col{position:relative;overflow:hidden;isolation:isolate;min-height:190px;
padding:22px 24px;border:1px solid var(--line);border-radius:var(--r-lg);
background:var(--panel);gap:10px}
.apps-two .app-actions{margin-top:auto}
/* Decoration: keyed artwork bleeding off the right edge, faded out under the text so it never
   competes with it. Same treatment and same opacity for both products. */
.app-col .art{position:absolute;z-index:-1;pointer-events:none;user-select:none;
right:0;top:50%;transform:translateY(-50%);height:150%;width:auto;max-width:none;opacity:.55;
-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 55%);
mask-image:linear-gradient(90deg,transparent 0,#000 55%)}
.art-vpn{height:190%;right:-6%}
.art-browser{height:130%;right:-4%}
/* min-width:0 — without it a grid column refuses to shrink below its content and the right
   product gets clipped at the container edge */
.app-col{min-width:0;display:flex;flex-direction:column;gap:14px}
.app-col .shot{order:1}
.app-info{order:2;min-width:0}
.app-actions{order:3;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.app-head{display:flex;align-items:center;gap:11px;margin-bottom:4px}
.app-head h2{margin:0;font-size:23px;letter-spacing:-.3px}
.app-head .tag{flex:none}
.app-desc{margin:0;color:var(--dim);font-size:14.5px;line-height:1.5}
.app-actions .btn{height:48px;display:inline-flex;align-items:center;padding:0 22px;font-size:14.5px}
.app-more{color:var(--dim);font-size:14px;display:inline-flex;align-items:center;gap:6px}
.app-more:hover{color:#fff}
.app-more .arr{display:inline-block;transition:transform .15s ease}
.app-more:hover .arr{transform:translateX(3px)}
/* clickable cards react with their border and background, not with underlined text */
.dev-card{transition:border-color .15s ease,background .15s ease}
.dev-card:hover{border-color:rgba(122,77,255,.4);background:rgba(255,255,255,.035)}
.dev-card:hover b,.dev-card:hover span{color:inherit}

/* ── Screenshot frame. The image is never cropped: contain + auto height, no fixed height,
      no cover, no negative offsets, no overflow tricks. ── */
/* margin:0 — <figure> has a 40px UA margin that would silently shrink the screenshot */
.shot{margin:0;background:var(--panel);border:1px solid var(--line);border-radius:14px;
padding:6px;box-shadow:0 18px 44px rgba(0,0,0,.42),0 0 32px rgba(122,77,255,.08)}
.shot img{display:block;width:100%;height:auto;object-fit:contain;border-radius:9px;
border:1px solid var(--line-soft)}

/* ── Product page hero: text ~38%, real screenshot ~62%, nothing cropped ── */
.prod-hero{display:grid;grid-template-columns:minmax(0,38fr) minmax(0,62fr);gap:56px;
align-items:start;padding:30px 0 26px}
.prod-copy{padding-top:8px}
.prod-copy{min-width:0}
.prod-copy .p-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.prod-copy h1{font-size:44px;line-height:1.08;letter-spacing:-1px;margin:0 0 12px}
.prod-copy .lead{font-size:15.5px;color:var(--dim);margin:0 0 20px;line-height:1.6}
.prod-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:16px}
.prod-actions .btn{height:50px;display:inline-flex;align-items:center;padding:0 22px;font-size:14.5px}
.prod-actions a.app-more{white-space:nowrap}
.prod-shot{min-width:0}
/* plain thin frame — the screenshot carries the page, not the decoration around it.
   max-height keeps a tall window from turning the hero into a wall; width:auto means the image
   is scaled, never cropped. */
.prod-shot img{display:block;width:auto;max-width:100%;height:auto;max-height:660px;
object-fit:contain;margin-left:auto;border-radius:12px;border:1px solid var(--line);
box-shadow:0 20px 50px rgba(0,0,0,.42)}

/* ══════════════════════════════════════════════════════════════════════════════
   Product page, marketplace layout: gallery on the left, product card on the right.
   ══════════════════════════════════════════════════════════════════════════════ */
.mk{display:grid;grid-template-columns:minmax(0,63fr) minmax(0,37fr);gap:44px;
align-items:start;padding:26px 0 8px}
/* One screenshot, shown whole. The container never clips: no fixed height, no aspect-ratio,
   no overflow:hidden, no background-image, no upscaling. */
.product-media{min-width:0;height:auto;overflow:visible}
/* max-height + width:auto scales the whole picture down, it never crops it. Without this a nearly
   square window (VPN) becomes a ~930px wall next to a 1.6 landscape one (Browser) and the two
   product pages stop looking like the same system. */
.product-screenshot{display:block;width:auto;max-width:100%;height:auto;max-height:600px;
margin-inline:auto;object-fit:contain;
border-radius:18px;border:1px solid var(--line);box-shadow:0 20px 50px rgba(0,0,0,.42)}
.media-pending{min-height:320px;display:grid;place-items:center;text-align:center;padding:28px;
border:1px dashed var(--line);border-radius:18px;color:var(--muted);font-size:13.5px;line-height:1.6}

.mk-card{position:sticky;top:88px;min-width:0;padding:22px;border:1px solid var(--line);
border-radius:var(--r-lg);background:var(--panel)}
.mk-top{display:flex;align-items:center;gap:13px;margin-bottom:12px}
.mk-card h1{font-size:28px;line-height:1.15;letter-spacing:-.5px;margin:0 0 8px}
.mk-badges{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.mk-card .lead{font-size:14.5px;color:var(--dim);margin:0 0 14px;line-height:1.55}
.mk-feats{list-style:none;padding:0;margin:0 0 18px}
.mk-feats li{position:relative;padding:5px 0 5px 24px;font-size:13.5px;color:var(--dim)}
.mk-feats li:before{content:"";position:absolute;left:4px;top:13px;width:7px;height:7px;
border-radius:50%;background:var(--accent2);opacity:.75}
.btn-wide{display:flex;align-items:center;justify-content:center;width:100%;height:52px;
font-size:15px;border-radius:var(--r-sm)}
.mk-facts{margin:12px 0 0;font-size:12.5px;color:var(--muted);line-height:1.7}
.mk-secondary{display:flex;gap:16px;flex-wrap:wrap;margin-top:14px;padding-top:14px;
border-top:1px solid var(--line)}

/* ── Versions and changes ── */
.vers{margin:8px 0 4px;border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden}
.vers details{margin:0;border-top:1px solid var(--line)}
.vers details:first-child{border-top:0}
.vers summary{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:14px 18px;
cursor:pointer;font-weight:600;color:var(--txt);font-size:15px;list-style:none}
.vers summary::-webkit-details-marker{display:none}
.vers summary:hover{background:rgba(255,255,255,.02)}
.vers summary .v-meta{font-weight:400;font-size:12.5px;color:var(--muted)}
.vers summary .grow{flex:1}
.vers .v-body{padding:0 18px 16px 18px}
.vers .v-body ul{margin:0;padding-left:18px;color:var(--dim);font-size:13.5px}
.vers .v-body li{padding:3px 0}
.vers .v-empty{color:var(--muted);font-size:13px}

/* ── FAQ ── */
.faq{border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;margin:8px 0 4px}
.faq details{margin:0;border-top:1px solid var(--line)}
.faq details:first-child{border-top:0}
.faq summary{padding:14px 18px;cursor:pointer;font-weight:600;font-size:14.5px;color:var(--txt);
list-style:none;display:flex;align-items:center;gap:10px}
.faq summary::-webkit-details-marker{display:none}
.faq summary:before{content:"+";color:var(--accent2);font-weight:700;width:14px;flex:none}
.faq details[open] summary:before{content:"–"}
.faq summary:hover{background:rgba(255,255,255,.02)}
.faq .a{padding:0 18px 16px 42px;color:var(--dim);font-size:13.5px;line-height:1.6}
.faq .a code{font-size:12.5px}

/* ── One compact release strip (version / channel / size / date come from the manifest) ── */
.rel-strip{display:flex;align-items:center;gap:22px;flex-wrap:wrap;padding:14px 20px;
border:1px solid var(--line);border-radius:var(--r-md);background:var(--panel);margin:6px 0 4px}
.rel-strip b{font-size:15px;font-weight:600}
.rel-strip .rel-meta{color:var(--muted);font-size:13px}
.rel-strip .grow{flex:1}

/* ── Three-up rows: features and steps ── */
.trio{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:10px 0 4px}
.trio .feature-card{padding:16px 18px}
.trio .feature-card b{font-size:15px;margin-bottom:4px}
.step-card{position:relative;padding:16px 18px 16px 52px;background:var(--panel);
border:1px solid var(--line);border-radius:var(--r-md)}
.step-card i{position:absolute;left:18px;top:16px;width:24px;height:24px;border-radius:50%;
display:grid;place-items:center;font-style:normal;font-size:12px;font-weight:700;color:var(--accent2);
background:rgba(122,77,255,.14);border:1px solid rgba(122,77,255,.32)}
.step-card b{display:block;font-size:14.5px;font-weight:600}
.step-card span{color:var(--muted);font-size:13px;line-height:1.5}

/* ── One support block, not a grid of help cards ── */
.support-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;
padding:18px 22px;border:1px solid var(--line);border-radius:var(--r-md);
background:linear-gradient(120deg,rgba(122,77,255,.13),transparent)}
.support-cta b{display:block;font-size:15.5px}
.support-cta span{color:var(--muted);font-size:13.5px}

/* ── Second level: in development. Compact rows, never product cards ── */
.dev-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:12px 0 4px}
.dev-card{display:flex;align-items:center;gap:14px;min-height:88px;padding:0 20px;
border:1px solid var(--line-soft);border-radius:var(--r-md);background:rgba(255,255,255,.016)}
.dev-card b{display:block;font-size:15.5px;font-weight:600;color:var(--txt)}
.dev-card span{font-size:12.5px;color:var(--muted)}
.dev-card a{color:inherit}
.dev-card a:hover{text-decoration:none}
.dev-card .ph-icon{width:38px;height:38px;border-radius:11px}
.dev-card .ph-icon svg{width:19px;height:19px}

/* ── Latest updates: ONE compact strip — VPN | Browser | support ── */
.upd-strip{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:0;
border:1px solid var(--line);border-radius:var(--r-md);background:var(--panel);margin:12px 0 4px}
.upd-cell{display:flex;align-items:center;gap:14px;padding:16px 20px;min-height:82px}
.upd-cell + .upd-cell{border-left:1px solid var(--line)}
.upd-cell .logo-shell{flex:none}
.upd-meta{min-width:0;flex:1}
.upd-meta b{display:block;font-size:14.5px;font-weight:600;line-height:1.3}
.upd-line{font-size:12.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.upd-cell .row{flex:none;gap:8px}
.upd-cell .btn{padding:8px 14px;font-size:13px}
.upd-support{background:linear-gradient(120deg,rgba(122,77,255,.13),transparent)}

/* ── Product-page screenshot ── */
.pshot{margin:18px 0 6px;max-width:760px}
.pshot .note{margin:8px 2px 0}

@media(max-width:1180px){.hero-lead h1{font-size:40px}.prod-copy h1{font-size:38px}
.mk{grid-template-columns:minmax(0,60fr) minmax(0,40fr);gap:32px}}
@media(max-width:900px){
.hero-lead{grid-template-columns:1fr;gap:22px;padding-top:22px}
.hero-lead h1{font-size:32px}.hero-lead .lead{max-width:none}
/* product page on a narrow screen: name and short description, then the gallery, then the
   download button and the file facts */
.mk{grid-template-columns:1fr;gap:22px;padding-top:20px}
/* display:contents lets the card's two halves become grid items in their own right, so the
   buy block can move below the gallery without duplicating any markup */
.mk-card{display:contents}
.mk-info{order:1;min-width:0}
/* .product-media is the single-screenshot block that replaced the old gallery — it must carry
   the same order, otherwise the picture jumps above the product name on phones */
.mk-gallery,.product-media{order:2}
.mk-buy{order:3;padding:18px;border:1px solid var(--line);border-radius:var(--r-lg);
background:var(--panel)}
.mk-card h1{font-size:26px}
/* one column. Order on narrow screens: product info, then the full screenshot, then the buttons */
.apps-two{grid-template-columns:1fr;gap:30px}
.app-col .shot{order:2}.app-info{order:1}.app-actions{order:3}
.prod-hero{grid-template-columns:1fr;gap:26px;padding-top:24px}
.intro{padding-top:26px}.intro h1{font-size:34px}
.prod-copy h1{font-size:32px}
.trio{grid-template-columns:1fr}
.dev-grid{grid-template-columns:1fr}
.upd-grid{grid-template-columns:1fr}
.upd-strip{grid-template-columns:1fr}
.upd-cell + .upd-cell{border-left:0;border-top:1px solid var(--line)}
}
/* ── Phones: nothing may run past the right edge ── */
@media(max-width:620px){
/* the update rows stop being one line: the buttons drop under the text and take the full width
   instead of being pushed off-screen */
.upd-cell{flex-wrap:wrap;align-items:flex-start;padding:14px 16px}
.upd-cell .row{flex:1 0 100%;gap:8px}
.upd-cell .row .btn{flex:1 1 0;justify-content:center;text-align:center}
.upd-line{white-space:normal}
.support-cta,.rel-strip{flex-direction:column;align-items:flex-start}
.support-cta .row,.rel-strip .row{width:100%}
.mk-secondary,.prod-actions,.app-actions{gap:12px}
.app-actions .btn,.prod-actions .btn{flex:1 1 100%;justify-content:center}
.vers summary{gap:8px;padding:12px 14px}
.vers summary .btn{flex:1 0 100%;justify-content:center;margin-top:6px}
.trio{gap:12px}
}
@media(max-width:860px){
.hero-grid{grid-template-columns:1fr;gap:22px;padding-top:30px}
.hero-grid h1{font-size:32px}
.status-grid{grid-template-columns:1fr 1fr}
.choose-grid{grid-template-columns:1fr}
.product-row{grid-template-columns:44px 1fr}
.logo-row{width:44px;height:44px}
.product-row .actions{grid-column:1/-1;flex-direction:row;flex-wrap:wrap}
.foot-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
h1{font-size:26px}.hero h1{font-size:28px}
.nav{height:auto;flex-wrap:wrap;gap:10px 14px;padding:10px 0}
.nav a.link{font-size:13.5px}
.hero-grid .row .btn{flex:1 1 100%;text-align:center}
.phero{flex-direction:column;text-align:center;align-items:center}
/* both product screenshots stay full width and keep their aspect ratio */
.apps-shots{grid-template-columns:1fr;gap:14px}
.hero-actions,.hero-status{grid-template-columns:1fr}
.mcard{min-height:0;padding:18px}
.dev-card{padding:14px 16px}
}
