:root{--bg:#141414;--surface:#1c1c1c;--surface-2:#242424;--line:#343434;--text:#f5f5f3;--muted:#aaa7a2;--orange:#f28c28;--orange-2:#ffad55;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.seo-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:16px max(24px,calc((100vw - var(--max))/2));border-bottom:1px solid var(--line);background:#141414ed;backdrop-filter:blur(16px)}.seo-brand{display:flex;align-items:center;gap:11px}.seo-brand>span{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:var(--orange);color:#111;font-weight:900}.seo-brand strong{font-size:15px;line-height:1.15}.seo-brand small{display:block;margin-top:4px;color:var(--muted);font-size:9px;font-weight:500;letter-spacing:.07em}.seo-header nav{display:flex;align-items:center;gap:22px;color:#d2cfca;font-size:13px}.seo-header nav a:hover{color:var(--orange-2)}.lang-link{padding:5px 8px;border:1px solid var(--line);border-radius:6px;font-weight:800}.breadcrumbs{display:flex;gap:9px;max-width:var(--max);margin:0 auto;padding:34px 24px 10px;color:var(--muted);font-size:12px}.breadcrumbs a{color:var(--orange-2)}article{max-width:var(--max);margin:auto;padding:0 24px 80px}.product-hero{display:grid;grid-template-columns:.88fr 1.12fr;gap:54px;align-items:center;min-height:580px}.overline{margin:0 0 16px;color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}h1,h2{letter-spacing:-.035em}h1{max-width:640px;margin:0 0 20px;font-size:clamp(46px,6vw,78px);line-height:.98}.lead{max-width:610px;color:#c5c2bd;font-size:18px}.product-badges{display:flex;flex-wrap:wrap;gap:8px;margin:27px 0 12px}.product-badges span{padding:6px 9px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:#d6d3ce;font-size:11px}.rating{margin:13px 0;color:#ffb14e;font-weight:800}.rating small{color:var(--muted)}.rating.empty{color:var(--muted);font-size:12px}.primary-cta{display:inline-block;margin-top:19px;padding:13px 19px;border-radius:8px;background:var(--orange);color:#111;font-weight:800;box-shadow:0 14px 40px #f28c2830}.primary-cta:hover{background:var(--orange-2);transform:translateY(-1px)}.product-image{position:relative;aspect-ratio:16/10;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:0 28px 90px #0008}.product-image:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px #fff1;pointer-events:none}.product-image img{width:100%;height:100%;object-fit:cover}.product-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:70px;padding:80px 0;border-top:1px solid var(--line)}h2{margin:42px 0 14px;font-size:28px}.product-grid h2:first-child,.product-grid aside h2{margin-top:0}.product-grid p,.product-grid li{color:#b9b6b0}.product-grid li{margin:8px 0}.product-grid aside{align-self:start;padding:28px;border:1px solid var(--line);border-radius:13px;background:var(--surface)}dl{margin:0}dl div{padding:15px 0;border-top:1px solid var(--line)}dl div:first-child{border-top:0}dt{margin-bottom:3px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.09em}dd{margin:0;font-size:13px;font-weight:700}.screenshots,.related{padding:65px 0;border-top:1px solid var(--line)}.screenshots>div,.related>div{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.screenshots img{width:100%;aspect-ratio:16/10;object-fit:cover;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.related a{display:flex;flex-direction:column;gap:10px;padding:23px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.related a:hover{border-color:#8e5c2d;transform:translateY(-2px)}.related span{color:var(--muted);font-size:12px}footer{display:flex;justify-content:space-between;gap:20px;padding:32px max(24px,calc((100vw - var(--max))/2));border-top:1px solid var(--line);color:var(--muted);font-size:11px}@media(max-width:850px){.seo-header nav a:not(.lang-link){display:none}.product-hero,.product-grid{grid-template-columns:1fr}.product-hero{padding:42px 0 70px}.product-image{order:-1}.product-grid{gap:42px}.screenshots>div,.related>div{grid-template-columns:1fr 1fr}}@media(max-width:560px){.seo-header{padding:13px 18px}.breadcrumbs,article{padding-left:18px;padding-right:18px}h1{font-size:44px}.product-hero{gap:32px}.screenshots>div,.related>div{grid-template-columns:1fr}footer{flex-direction:column}}
