.home-product-explorer{position:relative;min-height:100vh;padding:118px 0 60px;background-color:#0b1120;background-image:var(--explorer-bg);background-position:center;background-size:cover;background-repeat:no-repeat;color:#fff;overflow:visible}.home-explorer-shade{position:absolute;inset:0;background:linear-gradient(110deg,rgba(7,13,24,.68),rgba(10,20,35,.58) 55%,rgba(8,16,28,.48));pointer-events:none}.home-explorer-inner{position:relative;z-index:1;width:min(1500px,calc(100% - 48px));margin:auto}.home-explorer-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);align-items:end;gap:8px 50px;margin-bottom:34px}.home-explorer-heading span{grid-column:1;color:#ff4a4e;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.home-explorer-heading h1{grid-column:1;margin:0;color:#fff;font-size:clamp(30px,4vw,58px);line-height:1.02;letter-spacing:-.035em}.home-explorer-heading p{grid-column:2;grid-row:1/3;margin:0;color:#cbd5e1;font-size:15px;line-height:1.65}.home-accordion-menu{display:flex;align-items:center;justify-content:center;gap:20px;min-height:500px;overflow:visible;padding:40px;transform:translateY(-55px);margin-bottom:-55px}.home-accordion-wrapper{position:relative;display:flex;align-items:center;flex:0 0 auto}.home-accordion-wrapper:hover,.home-accordion-wrapper:focus-within,.home-accordion-wrapper.is-open{z-index:20}.home-accordion-card{position:relative;z-index:3;width:200px;height:250px;padding:12px;border:2px solid transparent;border-radius:16px;background:#1e293b;color:#f8fafc!important;text-decoration:none!important;box-shadow:0 10px 25px rgba(0,0,0,.4);transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .3s,border-color .3s}.home-accordion-card img{width:100%;height:160px;object-fit:cover;border-radius:10px;background:#334155;transition:transform .35s}.home-accordion-card strong{display:flex;align-items:center;justify-content:center;height:62px;padding:8px 4px;color:#f8fafc;font-size:15px;line-height:1.25;text-align:center}.home-accordion-wrapper:hover .home-accordion-card,.home-accordion-wrapper:focus-within .home-accordion-card,.home-accordion-wrapper.is-open .home-accordion-card{transform:translateY(-5px);border-color:#3b82f6;box-shadow:0 15px 30px rgba(59,130,246,.25)}.home-accordion-wrapper:hover .home-accordion-card img,.home-accordion-wrapper:focus-within .home-accordion-card img{transform:scale(1.025)}.home-accordion-submenu{position:relative;z-index:2;width:0;max-height:none;opacity:0;overflow:hidden;margin-left:0;padding:0;border:1px solid #334155;border-radius:16px;background:#1e293b;box-shadow:0 10px 25px rgba(0,0,0,.35);transition:width .4s cubic-bezier(.4,0,.2,1),opacity .25s,padding .4s,margin-left .4s}.home-accordion-wrapper:hover .home-accordion-submenu,.home-accordion-wrapper:focus-within .home-accordion-submenu,.home-accordion-wrapper.is-open .home-accordion-submenu{width:260px;opacity:1;padding:12px;margin-left:15px;overflow:visible}.home-accordion-submenu-head,.home-accordion-products-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 3px 9px}.home-accordion-submenu-head span,.home-accordion-products-head span{color:#ff6b6f;font-size:9px;font-weight:900;letter-spacing:.14em}.home-accordion-submenu-head a,.home-accordion-products-head a{color:#cbd5e1!important;font-size:10px;font-weight:700}.home-accordion-child{position:relative}.home-accordion-child+.home-accordion-child{margin-top:8px}.home-accordion-submenu-item{display:grid;grid-template-columns:42px minmax(0,1fr) 10px;align-items:center;gap:11px;min-height:54px;padding:7px 10px;border-radius:9px;background:#334155;color:#f1f5f9!important;text-decoration:none!important;transition:background .2s,transform .2s}.home-accordion-submenu-item:hover,.home-accordion-child:focus-within>.home-accordion-submenu-item{background:#3b82f6;transform:translateX(4px)}.home-accordion-submenu-item img{width:42px;height:42px;object-fit:cover;border-radius:7px;background:#475569}.home-accordion-submenu-item span{overflow:hidden;font-size:12px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.home-accordion-submenu-item i{font-size:8px}.home-accordion-products{position:absolute;z-index:8;left:calc(100% + 14px);top:-12px;width:290px;max-height:300px;padding:12px;overflow:auto;border:1px solid #334155;border-radius:16px;background:#172235;box-shadow:0 18px 42px rgba(0,0,0,.45);opacity:0;visibility:hidden;transform:translateX(-8px);transition:opacity .2s,transform .25s,visibility .2s}.home-accordion-child:hover .home-accordion-products,.home-accordion-child:focus-within .home-accordion-products,.home-accordion-child.is-open .home-accordion-products{opacity:1;visibility:visible;transform:none}.home-accordion-product{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;padding:7px;border-radius:9px;color:#f8fafc!important;text-decoration:none!important}.home-accordion-product+.home-accordion-product{margin-top:5px}.home-accordion-product:hover{background:#334155}.home-accordion-product img{width:48px;height:48px;object-fit:cover;border-radius:7px;background:#334155}.home-accordion-product strong,.home-accordion-product small{display:block}.home-accordion-product strong{overflow:hidden;color:#fff;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.home-accordion-product small{margin-top:3px;color:#94a3b8;font-size:9px}.home-accordion-products p,.home-accordion-empty{margin:8px 3px;color:#94a3b8;font-size:11px;white-space:normal}.home-accordion-wrapper:nth-last-child(-n+2) .home-accordion-products{left:auto;right:calc(100% + 14px);transform:translateX(8px)}.home-explorer-empty{padding:30px;border:1px dashed rgba(255,255,255,.25);border-radius:14px;color:#d6dee7;text-align:center}@media(max-width:1100px){.home-explorer-heading{grid-template-columns:1fr}.home-explorer-heading p{grid-column:1;grid-row:auto}.home-accordion-menu{align-items:flex-start}.home-accordion-wrapper:hover .home-accordion-submenu,.home-accordion-wrapper:focus-within .home-accordion-submenu,.home-accordion-wrapper.is-open .home-accordion-submenu{width:250px}.home-accordion-products{width:260px}}@media(max-width:760px){.home-product-explorer{min-height:auto;padding:94px 0 34px;overflow:visible}.home-explorer-inner{width:min(100% - 24px,680px)}.home-explorer-heading{margin-bottom:18px}.home-accordion-menu{display:grid;grid-template-columns:1fr;gap:12px;min-height:0;overflow:visible;padding:4px 0;transform:none;margin-bottom:0}.home-accordion-wrapper{display:grid;grid-template-columns:110px minmax(0,1fr);align-items:start}.home-accordion-card{width:110px;height:138px;padding:8px;border-radius:12px}.home-accordion-card img{height:84px}.home-accordion-card strong{height:38px;font-size:11px}.home-accordion-submenu,.home-accordion-wrapper:hover .home-accordion-submenu,.home-accordion-wrapper:focus-within .home-accordion-submenu,.home-accordion-wrapper.is-open .home-accordion-submenu{width:auto;max-height:0;margin:0 0 0 10px;padding:0;opacity:0;overflow:hidden}.home-accordion-wrapper.is-open .home-accordion-submenu,.home-accordion-wrapper:focus-within .home-accordion-submenu{max-height:500px;padding:10px;opacity:1;overflow:visible}.home-accordion-products,.home-accordion-wrapper:nth-last-child(-n+2) .home-accordion-products{position:static;width:auto;max-height:0;margin-top:6px;padding:0;border:0;opacity:0;visibility:hidden;overflow:hidden;transform:none}.home-accordion-child.is-open .home-accordion-products,.home-accordion-child:focus-within .home-accordion-products{max-height:340px;padding:8px;border:1px solid #334155;opacity:1;visibility:visible;overflow:auto}}
