.catmap{padding-top:var(--sec);position:relative}.catmap-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:12px}.catmap-head .lbl{font-size:12px;color:var(--muted)}.catmap-head .lbl a{color:var(--navy);font-weight:600}.cgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 14px}@media (min-width:760px){.cgrid{grid-template-columns:repeat(3,1fr);gap:8px 20px}}.hero{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 8px 16px;border-radius:22px;transition:background .25s;min-width:0}.hero:hover{background:color-mix(in srgb,var(--navy-t) 60%,transparent)}.hero .main{display:flex;flex-direction:column;align-items:center;width:100%;position:static;border-radius:16px}.hero .floor{position:absolute;left:12%;right:12%;top:52%;height:22%;border-radius:50%;background:radial-gradient(closest-side,rgba(14,20,32,.22),rgba(14,20,32,.06) 60%,transparent 72%);filter:blur(6px);transform:translateZ(0);transition:transform .35s cubic-bezier(.2,.8,.2,1),opacity .35s;pointer-events:none}:root[data-theme=dark] .hero .floor{background:radial-gradient(closest-side,rgba(0,0,0,.65),rgba(0,0,0,.25) 60%,transparent 72%)}.hero .fig{position:relative;z-index:2;width:100%;height:230px;display:flex;align-items:flex-end;justify-content:center;perspective:900px}.hero .fig img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(14,20,32,.28)) drop-shadow(0 4px 6px rgba(14,20,32,.14));transform-origin:50% 90%;transition:transform .45s cubic-bezier(.2,.8,.2,1),filter .45s;will-change:transform}:root[data-theme=dark] .hero .fig img{filter:drop-shadow(0 26px 24px rgba(0,0,0,.7)) drop-shadow(0 4px 8px rgba(0,0,0,.5))}.hero:hover .fig img{transform:translateY(-14px) scale(1.07) rotateX(4deg);filter:drop-shadow(0 40px 34px rgba(14,20,32,.32)) drop-shadow(0 6px 10px rgba(14,20,32,.16))}:root[data-theme=dark] .hero:hover .fig img{filter:drop-shadow(0 46px 40px rgba(0,0,0,.75)) drop-shadow(0 6px 12px rgba(0,0,0,.5))}.hero:hover .floor{transform:scale(1.14);opacity:.85}.hero .name{position:relative;z-index:2;margin-top:16px;font-weight:800;font-size:clamp(20px,2.3vw,30px);text-transform:uppercase;letter-spacing:.03em;line-height:1}.hero .name small{display:block;font-size:11px;font-weight:500;color:var(--muted);letter-spacing:.08em;margin-top:6px}.hero .subs{position:relative;z-index:2;display:flex;justify-content:center;gap:6px;margin-top:12px;height:28px;overflow:hidden;flex-wrap:wrap;width:100%}@media (max-width:979px){.hero .subs{height:36px}}@media (max-width:640px){.hero{padding:12px 2px 8px}.hero .fig{height:130px}.hero .subs{display:none}.hero .name{font-size:15px}.hero .name small{font-size:10.5px;margin-top:4px}}@keyframes rise{0%{transform:translateY(28px) scale(.96)}to{transform:none}}.hero .fig img{animation:rise .7s cubic-bezier(.2,.8,.2,1) both}.hero:nth-child(1) .fig img{animation-delay:.05s}.hero:nth-child(2) .fig img{animation-delay:.12s}.hero:nth-child(3) .fig img{animation-delay:.19s}.hero:nth-child(4) .fig img{animation-delay:.26s}.hero:nth-child(5) .fig img{animation-delay:.33s}.hero:nth-child(6) .fig img{animation-delay:.4s}.parts{margin-top:var(--sec-s);position:relative;padding:14px 22px;display:flex;align-items:center;gap:22px;flex-wrap:nowrap;transition:background .25s;border-top:1px solid var(--line2);border-bottom:1px solid var(--line2);border-radius:0}@media (max-width:900px){.parts{flex-wrap:wrap}}.parts:hover{background:color-mix(in srgb,var(--navy-t) 60%,transparent)}.parts .pic{position:relative;width:150px;height:96px;display:flex;align-items:flex-end;justify-content:center;flex-shrink:0}.parts .pic:before{content:"";position:absolute;left:14%;right:14%;bottom:2px;height:22%;border-radius:50%;background:radial-gradient(closest-side,rgba(14,20,32,.24),transparent 72%);filter:blur(5px)}:root[data-theme=dark] .parts .pic:before{background:radial-gradient(closest-side,rgba(0,0,0,.7),transparent 72%)}.parts .pic img{position:relative;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 14px 14px rgba(14,20,32,.26)) drop-shadow(0 3px 5px rgba(14,20,32,.14));transition:transform .4s cubic-bezier(.2,.8,.2,1)}:root[data-theme=dark] .parts .pic img{filter:drop-shadow(0 16px 16px rgba(0,0,0,.7)) drop-shadow(0 3px 6px rgba(0,0,0,.5))}.parts:hover .pic img{transform:translateY(-8px) scale(1.06)}.parts .tx{min-width:0}.parts .tx b{font-size:22px;white-space:nowrap;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.parts .tx span{color:var(--muted);font-size:12px}.parts .tx .d{display:block;font-size:12px;color:var(--muted);margin-top:4px;font-weight:400}.parts .subs{margin-left:auto;display:flex;flex-wrap:nowrap;gap:6px;flex-shrink:0}@media (max-width:1180px){.parts .subs .sub:nth-child(n+4){display:none}}@media (max-width:1040px){.parts .subs .sub:nth-child(n+3){display:none}}@media (max-width:640px){.parts{padding:12px 10px;gap:14px}.parts .pic{width:110px;height:72px}.parts .tx b{font-size:15px}.parts .subs{margin-left:0;width:100%}.parts .subs .sub:not(.key){display:none}.parts .tx .d{display:none}}.scen{padding-top:var(--sec-s)}.sgrid{display:grid;grid-template-columns:1fr;gap:10px}@media (min-width:640px){.sgrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.sgrid{grid-template-columns:repeat(4,1fr)}}.scard{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:15px 14px;transition:border-color .18s,transform .18s;min-width:0}.scard:hover{border-color:var(--navy);transform:translateY(-2px)}.scard .ic{width:42px;height:42px;flex:0 0 42px;border-radius:11px;background:var(--navy-t);color:var(--navy);display:grid;place-items:center}.scard .ic svg{width:22px;height:22px}.scard b{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.scard span{font-size:11.5px;color:var(--muted)}.scard .arr{margin-left:auto;color:var(--muted);transition:.15s}.scard:hover .arr{color:var(--navy);transform:translate(3px)}.trust{padding-top:var(--sec)}.trust-in{border-radius:var(--r);background:var(--navy);color:#fff;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;position:relative;overflow:hidden}:root[data-theme=dark] .trust-in{background:#16243a;color:#eef2f8}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .trust-in{background:#16243a;color:#eef2f8}}.trust-in:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(115deg,transparent 0 60px,rgba(255,255,255,.035) 60px 62px)}@media (min-width:900px){.trust-in{grid-template-columns:repeat(4,1fr)}}.trust-i{position:relative;z-index:1;display:flex;gap:12px;align-items:center;padding:18px 20px;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);min-width:0}.trust-i:last-child,.trust-i:nth-child(4n){border-right:0}@media (min-width:900px){.trust-i{border-bottom:0}}@media (max-width:899px){.trust-i:nth-child(2n){border-right:0}.trust-i:nth-child(n+3){border-bottom:0}}.trust-i .num{font-weight:800;font-size:22px;line-height:1;letter-spacing:.01em;white-space:nowrap}@media (max-width:640px){.trust-in{grid-template-columns:1fr}.trust-i{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;padding:14px 18px}.trust-i:last-child{border-bottom:0!important}.trust-i .num{font-size:20px}}.trust-i .num.red{color:#ff8a8f}.trust-i .tx{font-size:11px;line-height:1.35;color:#ffffffd1;text-transform:uppercase;letter-spacing:.06em}.trust-i .ic{width:36px;height:36px;border-radius:9px;background:#ffffff1f;display:grid;place-items:center;flex-shrink:0}.trust-i .ic svg{width:19px;height:19px}.promo{padding-top:var(--sec)}.promo-in{position:relative;overflow:hidden;border-radius:24px;color:#fff;min-height:300px;display:grid;grid-template-columns:1fr 1fr;align-items:center;background:radial-gradient(90% 120% at 100% 0%,rgba(200,35,44,.55) 0%,transparent 55%),radial-gradient(70% 90% at 0% 100%,rgba(63,109,168,.45) 0%,transparent 60%),linear-gradient(110deg,#0e1e33,#16304f 55%,#1c3b62)}.promo-in:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(115deg,transparent 0 68px,rgba(255,255,255,.035) 68px 70px);pointer-events:none}.promo-in:after{content:attr(data-wm);position:absolute;right:26%;top:-8%;font-weight:800;font-size:clamp(120px,18vw,260px);line-height:1;letter-spacing:-.04em;color:#ffffff0e;pointer-events:none;-webkit-user-select:none;user-select:none}.promo-tx{position:relative;z-index:2;padding:34px 0 34px 36px}.promo-tx .kick{display:inline-flex;align-items:center;gap:8px;font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#ffb4b8;font-weight:600;margin-bottom:14px}.promo-tx .kick:before{content:"";width:8px;height:8px;border-radius:50%;background:#c8232c;box-shadow:0 0 0 4px #c8232c40}.promo-tx h2,.promo-tx h3{margin:0;font-weight:800;font-size:clamp(22px,2.6vw,34px);max-width:16ch;text-transform:uppercase;line-height:1.02;letter-spacing:.01em;text-wrap:balance}.promo-tx p{margin:12px 0 18px;color:#c6d4e6;font-size:13px;max-width:44ch;font-weight:400;line-height:1.5}.promo-specs{display:flex;gap:0;margin:0 0 22px;border:1px solid rgba(255,255,255,.18);border-radius:12px;overflow:hidden;width:max-content;max-width:100%;background:#ffffff0a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.promo-specs div{padding:9px 16px;border-right:1px solid rgba(255,255,255,.14);text-align:center;min-width:74px}.promo-specs div:last-child{border-right:0}.promo-specs b{display:block;font-size:16px;font-weight:800;line-height:1}.promo-specs span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#9db6d8;margin-top:4px}.promo-cta-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.promo-cta{display:inline-flex;align-items:center;gap:8px;background:#c8232c;color:#fff;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.06em;height:46px;padding:0 22px 1px;border-radius:12px;transition:background .15s,transform .15s;box-shadow:0 10px 24px -8px #c8232c99}.promo-cta:hover{background:#a81b23;transform:translateY(-1px)}:root[data-theme=dark] .promo-cta{background:var(--red);color:var(--on-red)}:root[data-theme=dark] .promo-cta:hover{background:var(--red-d)}.promo-price{display:flex;flex-direction:column;line-height:1}.promo-price .from{font-size:10.5px;color:#9db6d8;text-transform:uppercase;letter-spacing:.14em;margin-bottom:4px}.promo-price .val{font-weight:800;font-size:28px;letter-spacing:.01em}.promo-img{position:relative;z-index:1;height:100%;min-height:300px;display:flex;align-items:center;justify-content:center}.promo-img:before{content:"";position:absolute;left:18%;right:8%;bottom:14%;height:14%;border-radius:50%;background:radial-gradient(closest-side,rgba(0,0,0,.6),transparent 72%);filter:blur(8px)}.promo-img img{position:relative;width:96%;max-width:none;height:auto;transform:translate(0) translateY(3%);filter:drop-shadow(0 30px 34px rgba(0,0,0,.6)) drop-shadow(0 6px 10px rgba(0,0,0,.35));animation:rise .8s .3s cubic-bezier(.2,.8,.2,1) both}.promo-in:hover .promo-img img{transform:translate(0) translateY(1%) scale(1.03);transition:transform .5s cubic-bezier(.2,.8,.2,1)}@media (max-width:900px){.promo-in{grid-template-columns:1fr;min-height:0}.promo-tx{padding:26px 24px 8px}.promo-img{min-height:220px;order:2}.promo-img img{width:88%;transform:none}.promo-in:after{right:4%;top:auto;bottom:-6%;font-size:150px}}@media (max-width:640px){.promo-tx h2,.promo-tx h3{font-size:22px}.promo-specs div{padding:8px 12px;min-width:0}.promo-specs b{font-size:14px}.promo-price .val{font-size:24px}}.pop{padding-top:var(--sec)}.pop-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:12px}.pop-head a{color:var(--navy);font-weight:600;font-size:12.5px;white-space:nowrap}.howto{padding-top:var(--sec)}.howto-foot{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;margin-top:14px;font-size:12.5px;color:var(--muted)}.howto-foot .p{font-weight:800;color:var(--ink);font-size:15px}.guides,.reviews{padding-top:var(--sec)}.rgrid{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width:760px){.rgrid{grid-template-columns:repeat(3,1fr)}}.rcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:18px 18px 16px;display:flex;flex-direction:column;gap:8px;min-width:0}.rcard .rh{display:flex;align-items:center;justify-content:space-between;gap:10px}.rcard .who{font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.rcard .who span{color:var(--muted);font-weight:400;text-transform:none;letter-spacing:0;font-size:11.5px}.rcard .rt{font-size:12.5px;line-height:1.55;font-weight:400;color:var(--ink);display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.rcard .rp{font-size:11px;color:var(--muted)}.rcard .rp b{color:var(--navy);font-weight:600}.reviews-foot{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;font-size:12.5px;color:var(--muted)}.reviews-foot .rating{font-size:15px}.reviews-foot b{color:var(--ink);font-weight:800;font-size:15px}.seo{padding-top:var(--sec)}.seo .card{padding:24px 26px}@media (max-width:640px){.seo .card{padding:18px 16px}}.seo .h-sub{margin-bottom:12px}
