.subcats-section{padding:30px 40px 24px}.subcats-header{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:20px}.subcats-title{margin:0;font-family:var(--font-heading);font-size:1.8rem;font-weight:800;color:var(--text-primary);letter-spacing:-.02em;line-height:1.1}.subcats-title .count{margin-left:10px;color:var(--text-muted);font-size:.88rem;font-weight:500;letter-spacing:normal;white-space:nowrap}.subcats-hero-text{margin:8px 0 0;max-width:900px;color:var(--text-secondary);font-size:14px;line-height:1.6}.subcats-chips-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.subcats-chips{display:flex;gap:8px;flex-wrap:wrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 0 4px}.subcats-chips::-webkit-scrollbar{display:none}.subcat-chip{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:100px;border:1.5px solid var(--border);background:#fff;box-shadow:0 1px 3px #0000000a;font-size:.84rem;font-weight:600;color:var(--text-secondary);transition:all .25s;cursor:pointer;white-space:nowrap;flex-shrink:0;text-decoration:none;line-height:1.2}.subcat-chip:hover{border-color:var(--orange-400);color:var(--orange-600);background:#fff;box-shadow:0 4px 16px #0000000f}.subcat-chip.active,.subcat-chip.active:hover{background:var(--slate-800);border-color:var(--slate-800);color:#fff;box-shadow:0 4px 12px #0f172a26}.chip-count{font-size:.72rem;font-weight:700;color:inherit;opacity:.55;line-height:1}.subcat-chip.active .chip-count{opacity:.7}.entrance-models-grid{grid-template-columns:repeat(auto-fill,minmax(280px,320px));justify-content:start}.entrance-subtitle{margin:8px 0 0;max-width:680px;color:var(--text-secondary);font-size:.9rem;line-height:1.6}.quiz-widget{background:linear-gradient(135deg,var(--slate-800) 0%,var(--slate-900) 100%);border-radius:var(--radius-xl);border:1px solid var(--slate-700);padding:34px 38px;display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:230px;cursor:pointer;transition:all .3s var(--ease-out);position:relative;overflow:hidden;margin:4px 0}.quiz-widget:before{content:"";position:absolute;top:-84px;right:-84px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.18) 0%,rgba(37,99,235,.12) 45%,transparent 75%);pointer-events:none}.quiz-widget:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00000040;border-color:var(--slate-600)}.quiz-widget-left{flex:1;min-width:0;position:relative;z-index:1}.quiz-widget-tag{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--orange-400);margin-bottom:10px}.quiz-widget-tag svg{width:13px;height:13px;stroke:var(--orange-400);fill:none;stroke-width:2}.quiz-widget-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:800;color:#fff;margin-bottom:7px;letter-spacing:-.01em}.quiz-widget-sub{font-size:.82rem;color:#ffffff80;line-height:1.55;margin-bottom:16px;max-width:420px}.quiz-widget-steps{display:flex;align-items:center;gap:8px;margin-bottom:18px;flex-wrap:wrap}.quiz-widget-step{display:flex;align-items:center;gap:5px;font-size:.72rem;font-weight:600;color:#ffffff59}.quiz-widget-step span{width:20px;height:20px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800}.quiz-widget-step.active{color:var(--orange-400)}.quiz-widget-step.active span{background:var(--orange-500);color:#fff}.quiz-widget-arrow{font-size:.72rem;color:#fff3}.quiz-widget-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--orange-500);color:#fff;border-radius:var(--radius-md);font-weight:700;font-size:.9rem;transition:all .2s}.quiz-widget-btn svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;transition:transform .2s}.quiz-widget:hover .quiz-widget-btn{background:var(--orange-600)}.quiz-widget:hover .quiz-widget-btn svg{transform:translate(3px)}.quiz-widget-right{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:16px;position:relative;z-index:1;min-width:300px}.quiz-widget-doors{display:flex;align-items:flex-end;gap:-8px}.quiz-door{filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));transition:transform .3s var(--ease-out)}.quiz-door-1{transform:rotate(-8deg) translate(8px)}.quiz-door-2{transform:translateY(-4px);z-index:1}.quiz-door-3{transform:rotate(8deg) translate(-8px)}.quiz-widget:hover .quiz-door-1{transform:rotate(-12deg) translate(4px) translateY(-4px)}.quiz-widget:hover .quiz-door-2{transform:translateY(-10px)}.quiz-widget:hover .quiz-door-3{transform:rotate(12deg) translate(-4px) translateY(-4px)}.quiz-widget-badge{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;color:#4ade80;background:#22c55e1f;border:1px solid rgba(34,197,94,.2);padding:5px 12px;border-radius:100px}.quiz-widget-badge svg{width:13px;height:13px;stroke:#4ade80;fill:none;stroke-width:2.5}.quiz-modal-overlay{position:fixed;inset:0;z-index:2000;background:#0a0f1cd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .3s}.quiz-modal-overlay.open{opacity:1;pointer-events:all}.quiz-modal{background:var(--slate-900);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);width:100%;max-width:580px;max-height:90vh;overflow-y:auto;position:relative;transform:translateY(20px) scale(.98);transition:transform .35s var(--ease-out)}.quiz-modal-overlay.open .quiz-modal{transform:translateY(0) scale(1)}.quiz-modal-header{padding:18px 22px 14px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:var(--slate-900);z-index:1}.quiz-modal-progress{flex:1;margin-right:16px}.quiz-modal-step-label{font-size:.72rem;font-weight:600;color:#fff6;margin-bottom:6px;display:flex;justify-content:space-between}.quiz-modal-step-label span{color:var(--orange-400)}.quiz-modal-bar{height:3px;background:#ffffff14;border-radius:3px;overflow:hidden}.quiz-modal-fill{height:100%;width:100%;background:var(--orange-500);border-radius:3px;transition:width .4s var(--ease-out)}.quiz-modal-close{width:34px;height:34px;border-radius:var(--radius-sm);background:#ffffff0f;display:flex;align-items:center;justify-content:center}.quiz-modal-close:hover{background:#ffffff1f}.quiz-modal-close svg{width:16px;height:16px;stroke:#fff9;fill:none;stroke-width:2}.quiz-modal-body{padding:22px 22px 24px}.quiz-modal-title{font-family:var(--font-heading);font-size:1.2rem;font-weight:800;color:#fff;margin-bottom:6px;line-height:1.25}.quiz-modal-title .hl{color:var(--orange-400)}.quiz-modal-sub{font-size:.8rem;color:#fff6;margin-bottom:18px;line-height:1.5}.modal-opts-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px}.modal-opt{background:#ffffff0a;border:1.5px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:12px 14px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:10px;position:relative}.modal-opt:hover{border-color:#f9731666;background:#f973160d}.modal-opt.selected{border-color:var(--orange-500);background:#f973161a}.modal-opt-icon{width:34px;height:34px;border-radius:var(--radius-sm);background:#ffffff0f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-opt-icon svg{width:17px;height:17px;stroke:#ffffff8c;fill:none;stroke-width:1.8}.modal-opt.selected .modal-opt-icon svg{stroke:var(--orange-400)}.modal-opt-label{font-size:.82rem;font-weight:600;color:#fffc;line-height:1.3}.modal-opt.selected .modal-opt-label{color:#fff}.modal-opt-check{margin-left:auto;width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.15);flex-shrink:0}.modal-opt.selected .modal-opt-check{background:var(--orange-500);border-color:var(--orange-500);display:flex;align-items:center;justify-content:center}.modal-opt.selected .modal-opt-check:after{content:"✓";font-size:.6rem;font-weight:800;color:#fff}.modal-budget-row{display:flex;gap:8px;margin-bottom:18px;flex-wrap:wrap}.modal-budget{flex:1;min-width:120px;background:#ffffff0a;border:1.5px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:10px 12px;cursor:pointer;text-align:center;transition:all .2s}.modal-budget:hover{border-color:#f9731666}.modal-budget.selected{border-color:var(--orange-500);background:#f973161a}.modal-budget-price{font-family:var(--font-heading);font-size:.88rem;font-weight:800;color:#fff}.modal-budget-label{font-size:.68rem;color:#ffffff59;margin-top:2px}.modal-budget.selected .modal-budget-label{color:#ffffffa6}.modal-nav{display:flex;gap:10px;align-items:center}.modal-btn-prev{display:flex;align-items:center;gap:6px;padding:10px 16px;border:1.5px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);font-size:.82rem;font-weight:600;color:#ffffff80;transition:all .2s}.modal-btn-prev:hover{border-color:#ffffff40;color:#fff}.modal-btn-prev svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.modal-btn-next{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;padding:12px;background:var(--orange-500);color:#fff;border-radius:var(--radius-sm);font-weight:700;font-size:.92rem;transition:background .2s}.modal-btn-next:hover{background:var(--orange-600)}.modal-btn-next svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2}.modal-result{text-align:center;padding:8px 0}.modal-result-icon{font-size:2rem;margin-bottom:10px}.modal-result-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:800;color:#fff;margin-bottom:6px}.modal-result-sub{font-size:.8rem;color:#ffffff73;margin-bottom:18px;line-height:1.5}.modal-result-cards{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.modal-result-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:12px 14px;display:flex;align-items:center;gap:12px;transition:all .2s}.modal-result-card:hover{border-color:#f973164d;background:#f973160d}.modal-result-card.best{border-color:var(--orange-500)}.modal-result-card-img{width:38px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.modal-result-card-img svg{filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.modal-result-card-info{flex:1;min-width:0;text-align:left}.modal-result-card-name{font-size:.85rem;font-weight:700;color:#fff;margin-bottom:3px}.modal-result-card-tags{font-size:.72rem;color:#fff6}.modal-result-price{font-family:var(--font-heading);font-size:.95rem;font-weight:800;color:#fff;white-space:nowrap}.modal-result-match{display:flex;align-items:center;gap:6px}.modal-match-bar{width:52px;height:4px;background:#ffffff1a;border-radius:4px;overflow:hidden}.modal-match-fill{height:100%;background:#22c55e;border-radius:4px}.modal-match-pct{font-size:.7rem;font-weight:700;color:#4ade80;white-space:nowrap}.modal-btn-catalog{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:13px;background:var(--orange-500);color:#fff;border-radius:var(--radius-md);font-weight:700;font-size:.92rem;transition:background .2s;margin-bottom:8px}.modal-btn-catalog:hover{background:var(--orange-600)}.modal-btn-restart{width:100%;padding:10px;border:1.5px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;color:#ffffff73;transition:all .2s}.modal-btn-restart:hover{border-color:#fff3;color:#ffffffb3}.quiz-toast{position:fixed;right:20px;bottom:20px;z-index:2100;background:#101a2f;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:10px 14px;font-size:13px;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.quiz-toast.show{opacity:1;transform:translateY(0)}@media(max-width:768px){.subcats-section{padding:24px 16px 18px}.subcats-header{margin-bottom:14px}.subcats-title{font-size:1.45rem}.subcats-hero-text{font-size:13px;line-height:1.55}.subcats-chips{gap:8px}.subcat-chip{padding:9px 15px;font-size:.8rem;box-shadow:0 1px 3px #0000000a}.chip-count{font-size:.68rem}.quiz-widget{flex-direction:column;padding:22px 20px;gap:20px}.quiz-widget-right{flex-direction:row}.quiz-widget-steps{display:none}.quiz-widget-title{font-size:1.25rem}.quiz-widget-sub{font-size:.9rem;max-width:none}.quiz-widget-btn{font-size:1rem;padding:12px 24px}.quiz-widget-badge{font-size:.84rem;padding:6px 12px}.quiz-modal-overlay{padding:10px}.quiz-modal{border-radius:16px;max-height:calc(100vh - 20px)}.quiz-modal-header{padding:14px 16px 12px}.quiz-modal-body{padding:16px 16px 18px}.quiz-modal-title{font-size:1.05rem}.quiz-modal-sub{font-size:.76rem;margin-bottom:14px}.modal-opts-grid{grid-template-columns:1fr;gap:7px;margin-bottom:14px}#mOpts0,#mOpts0entry{grid-template-columns:1fr!important}.modal-budget-row{flex-direction:column;margin-bottom:14px}.modal-budget{min-width:0;width:100%}.modal-result-card{padding:10px 12px;gap:10px}.modal-result-card-name{font-size:.78rem}.modal-result-card-tags{font-size:.68rem}.modal-result-price{font-size:.84rem}.modal-match-bar{width:44px}.modal-btn-catalog{padding:11px;font-size:.86rem}.modal-btn-restart{font-size:.76rem;padding:9px}}.pc-type-tabs{display:flex;gap:8px;margin:24px 0 28px;padding:0 40px;flex-wrap:wrap}.pc-type-tab{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:10px;border:1.5px solid var(--border);font-size:.84rem;font-weight:600;color:var(--text-secondary);background:#fff;transition:all .2s;text-decoration:none;white-space:nowrap}.pc-type-tab:hover{border-color:var(--orange-400);color:var(--orange-600)}.pc-type-tab.active{background:var(--orange-500);border-color:var(--orange-500);color:#fff}.pc-type-tab svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8;flex-shrink:0}.pc-type-tab-count{font-size:.7rem;opacity:.7;background:#0000001a;border-radius:20px;padding:1px 6px}.pc-type-tab.active .pc-type-tab-count{background:#fff3}.pc-results-count{font-size:.88rem;color:var(--text-muted);font-weight:500;white-space:nowrap}.pc-results-count strong{color:var(--text-primary);font-weight:700}.cat-sidebar--partition{margin-top:0}.pc-consult-card{background:linear-gradient(135deg,var(--slate-800) 0%,var(--slate-900) 100%);border-radius:var(--radius-lg);padding:20px;margin-top:12px}.pc-consult-icon{width:36px;height:36px;background:var(--orange-500);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.pc-consult-icon svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:1.8}.pc-consult-title{font-size:.92rem;font-weight:700;color:#fff;margin-bottom:5px}.pc-consult-text{font-size:.76rem;color:#ffffff80;line-height:1.5;margin-bottom:12px}.pc-consult-btn{width:100%;padding:11px;background:var(--orange-500);color:#fff;border-radius:8px;font-weight:600;font-size:.82rem;border:none;cursor:pointer;transition:background .2s}.pc-consult-btn:hover{background:var(--orange-600)}.pc-info-section{margin-top:48px;padding-top:40px;border-top:1px solid var(--border)}.pc-info-section h2{font-size:1.35rem;font-weight:800;color:var(--text-primary);margin-bottom:24px}.pc-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.pc-info-block h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:10px}.pc-info-block p{font-size:.85rem;color:var(--text-secondary);line-height:1.7}@media(max-width:768px){.pc-type-tabs{gap:6px;margin:18px 0 24px;padding:0 16px}.pc-type-tab{padding:7px 12px;font-size:.78rem}.pc-info-grid{grid-template-columns:1fr;gap:20px}}@media(max-width:900px)and (min-width:769px){.pc-type-tabs{padding:0 20px}}
