.laptops-module__GHR8-q__pageContainer{grid-template-columns:280px 1fr;gap:40px;width:100%;display:grid}.laptops-module__GHR8-q__sidebar{border-radius:var(--border-radius);background:#fff;border:1px solid #e2e8f0e6;height:fit-content;padding:24px;position:sticky;top:130px;box-shadow:0 4px 12px #00000005}.laptops-module__GHR8-q__sidebarTitle{color:var(--text-light);border-bottom:2px solid #f1f5f9;margin-bottom:20px;padding-bottom:10px;font-size:1.3rem;font-weight:800}.laptops-module__GHR8-q__filterGroup{margin-bottom:24px}.laptops-module__GHR8-q__filterLabel{color:var(--text-light);text-transform:uppercase;letter-spacing:.02em;margin-bottom:12px;font-size:.95rem;font-weight:800;display:block}.laptops-module__GHR8-q__filterList{flex-direction:column;gap:10px;display:flex}.laptops-module__GHR8-q__checkboxLabel{color:var(--foreground);cursor:pointer;transition:var(--transition);align-items:center;gap:10px;font-size:.9rem;font-weight:600;display:flex}.laptops-module__GHR8-q__checkboxLabel:hover{color:var(--primary)}.laptops-module__GHR8-q__checkbox{appearance:none;cursor:pointer;width:18px;height:18px;transition:var(--transition);background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;place-content:center;display:inline-grid}.laptops-module__GHR8-q__checkbox:checked{background-color:var(--primary);border-color:var(--primary)}.laptops-module__GHR8-q__checkbox:checked:before{content:"✔";color:#fff;font-size:.75rem;font-weight:900}.laptops-module__GHR8-q__priceRangeInputs{align-items:center;gap:8px;display:flex}.laptops-module__GHR8-q__priceInput{color:var(--text-light);width:100%;transition:var(--transition);background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:8px 10px;font-size:.85rem}.laptops-module__GHR8-q__priceInput:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #df1f1f26}.laptops-module__GHR8-q__priceDivider{color:var(--text-muted)}.laptops-module__GHR8-q__clearFiltersBtn{width:100%;color:var(--text-muted);cursor:pointer;transition:var(--transition);background:#f1f5f9;border:1.5px solid #cbd5e1;border-radius:8px;margin-top:10px;padding:10px;font-size:.9rem;font-weight:700}.laptops-module__GHR8-q__clearFiltersBtn:hover{border-color:var(--danger);color:var(--danger);background:#ef44440d}.laptops-module__GHR8-q__contentArea{flex-direction:column;gap:24px;display:flex}.laptops-module__GHR8-q__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.laptops-module__GHR8-q__resultsCount{color:var(--text-muted);margin-top:4px;font-size:.95rem;font-weight:600}.laptops-module__GHR8-q__searchHeader{color:var(--text-light);letter-spacing:-.02em;font-size:2rem;font-weight:800}.laptops-module__GHR8-q__searchHighlight{color:var(--primary)}.laptops-module__GHR8-q__laptopListStack{flex-direction:column;gap:20px;display:flex}.laptops-module__GHR8-q__laptopItemCard{border:1px solid #e2e8f0e6;border-left:5px solid var(--primary);transition:var(--transition);background:#fff;border-radius:12px;align-items:center;gap:24px;padding:24px;display:flex;position:relative;box-shadow:0 2px 4px #00000005}.laptops-module__GHR8-q__laptopItemCard:hover{border-color:#df1f1f40;transform:translateY(-2px);box-shadow:0 10px 20px #0000000a}.laptops-module__GHR8-q__laptopItemCard:before,.laptops-module__GHR8-q__laptopItemCard:after{content:"";background:var(--background);z-index:2;width:16px;height:16px;transition:var(--transition);border:1px solid #e2e8f0e6;border-radius:50%;position:absolute}.laptops-module__GHR8-q__laptopItemCard:before{top:-9px;left:208px;transform:translate(-50%);box-shadow:inset 0 -3px 4px #00000008}.laptops-module__GHR8-q__laptopItemCard:after{bottom:-9px;left:208px;transform:translate(-50%);box-shadow:inset 0 3px 4px #00000008}.laptops-module__GHR8-q__laptopItemCard:hover:before,.laptops-module__GHR8-q__laptopItemCard:hover:after{border-color:#df1f1f40}.laptops-module__GHR8-q__laptopImgCol{border-right:1px dashed #e2e8f0;flex:0 0 160px;justify-content:center;align-items:center;height:100%;padding-right:24px;display:flex}.laptops-module__GHR8-q__imageWrapper{background:#fff;justify-content:center;align-items:center;width:100%;height:120px;display:flex;position:relative}.laptops-module__GHR8-q__laptopImage{object-fit:contain;transition:all .4s}.laptops-module__GHR8-q__laptopItemCard:hover .laptops-module__GHR8-q__laptopImage{transform:scale(1.05)}.laptops-module__GHR8-q__laptopDetailsCol{flex-direction:column;flex:1;gap:8px;display:flex}.laptops-module__GHR8-q__metaRow{align-items:center;gap:12px;display:flex}.laptops-module__GHR8-q__brandTag{text-transform:uppercase;color:var(--primary);letter-spacing:.02em;background:#df1f1f14;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:800}.laptops-module__GHR8-q__verifiedBadge{color:var(--success);background:#22c55e14;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:700;display:flex}.laptops-module__GHR8-q__verifiedDot{background-color:var(--success);border-radius:50%;width:8px;height:8px;animation:2s infinite laptops-module__GHR8-q__pulseDotAnimation;display:inline-block}.laptops-module__GHR8-q__laptopTitleLink{color:var(--text-light);transition:var(--transition);font-size:1.3rem;font-weight:800;line-height:1.35}.laptops-module__GHR8-q__laptopTitleLink:hover{color:var(--primary)}.laptops-module__GHR8-q__specBadgeList{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.laptops-module__GHR8-q__specBadge{color:var(--foreground);background:#f1f5f9;border-radius:6px;padding:4px 8px;font-size:.8rem;font-weight:600}.laptops-module__GHR8-q__laptopActionCol{border-left:1px dashed #e2e8f0;flex-direction:column;flex:0 0 200px;align-items:center;gap:12px;padding-left:24px;display:flex}.laptops-module__GHR8-q__priceContainer{text-align:center}.laptops-module__GHR8-q__priceLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:.75rem;font-weight:600;display:block}.laptops-module__GHR8-q__priceValueRow{justify-content:center;align-items:baseline;gap:8px;display:flex}.laptops-module__GHR8-q__price{color:var(--primary);font-size:1.6rem;font-weight:800}.laptops-module__GHR8-q__oldPrice{color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:line-through}.laptops-module__GHR8-q__actionBtns{flex-direction:column;gap:8px;width:100%;display:flex}.laptops-module__GHR8-q__viewDetailsBtn{background:var(--primary);color:#fff;cursor:pointer;width:100%;height:40px;transition:var(--transition);border:none;border-radius:8px;font-size:.85rem;font-weight:800;box-shadow:0 4px 10px #df1f1f33}.laptops-module__GHR8-q__viewDetailsBtn:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 15px #df1f1f59}.laptops-module__GHR8-q__emptyState{text-align:center;color:var(--text-muted);background:#fff;border:1px solid #e2e8f0e6;border-radius:12px;padding:80px 20px}.laptops-module__GHR8-q__emptyStateIcon{margin-bottom:16px;font-size:3.5rem;display:block}.laptops-module__GHR8-q__sidebarHeader{justify-content:space-between;align-items:center;display:flex}.laptops-module__GHR8-q__mobileFilterToggle{display:none}.laptops-module__GHR8-q__filterContent{flex-direction:column;gap:20px;display:flex}@media (max-width:900px){.laptops-module__GHR8-q__pageContainer{grid-template-columns:1fr;gap:20px}.laptops-module__GHR8-q__sidebar{width:100%;padding:16px 20px;position:static}.laptops-module__GHR8-q__sidebarTitle{border-bottom:none;margin-bottom:0;padding-bottom:0}.laptops-module__GHR8-q__mobileFilterToggle{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 4px 10px #df1f1f26}.laptops-module__GHR8-q__mobileFilterToggle:hover{background:var(--primary-hover);transform:translateY(-1px)}.laptops-module__GHR8-q__filterContent{display:none}.laptops-module__GHR8-q__filterContentOpen{border-top:2px solid #f1f5f9;flex-direction:column;gap:20px;margin-top:20px;padding-top:20px;display:flex}}@media (max-width:768px){.laptops-module__GHR8-q__laptopItemCard{flex-direction:column;align-items:stretch;gap:16px;padding:20px;background:#fff!important}.laptops-module__GHR8-q__laptopItemCard:before,.laptops-module__GHR8-q__laptopItemCard:after{display:none}.laptops-module__GHR8-q__laptopImgCol{border-bottom:1px dashed #e2e8f0;border-right:none;flex:none;justify-content:center;width:100%;padding-bottom:16px;padding-right:0}.laptops-module__GHR8-q__imageWrapper{width:100%;max-width:200px;height:120px;margin:0 auto}.laptops-module__GHR8-q__laptopDetailsCol{flex-direction:column!important;gap:10px!important;width:100%!important;display:flex!important}.laptops-module__GHR8-q__laptopTitleLink{color:#1e2229!important;font-size:1.2rem!important;font-weight:800!important;line-height:1.4!important;display:block!important}.laptops-module__GHR8-q__metaRow{justify-content:flex-start;align-items:center;gap:10px;width:100%;display:flex}.laptops-module__GHR8-q__specBadgeList{margin-top:4px;flex-wrap:wrap!important;gap:6px!important;width:100%!important;display:flex!important}.laptops-module__GHR8-q__specBadge{color:#2d3138!important;background:#f1f5f9!important;border-radius:6px!important;padding:4px 8px!important;font-size:.75rem!important;font-weight:600!important;display:inline-block!important}.laptops-module__GHR8-q__laptopActionCol{border-top:1px dashed #e2e8f0;border-left:none;flex:none;align-items:stretch;width:100%;padding-top:16px;padding-left:0}.laptops-module__GHR8-q__priceContainer{text-align:left;justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}}
.page-module__GRQJFa__hero{text-align:center;border-radius:var(--border-radius);background:radial-gradient(circle,#ff4f0014 0%,#0000 70%);border:1px solid #e2e8f04d;margin-bottom:60px;padding:100px 20px;box-shadow:0 4px 30px #00000003}.page-module__GRQJFa__heroTitle{letter-spacing:-.03em;background:linear-gradient(135deg, var(--text-light) 10%, var(--primary) 60%, var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:24px;font-size:3.8rem;font-weight:800;animation:4s ease-in-out infinite alternate page-module__GRQJFa__floatTitle}@keyframes page-module__GRQJFa__floatTitle{0%{transform:translateY(0)}to{transform:translateY(-4px)}}.page-module__GRQJFa__heroSubtitle{color:var(--text-muted);max-width:700px;margin:0 auto 40px;font-size:1.35rem;font-weight:500;line-height:1.8}.page-module__GRQJFa__heroActions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.page-module__GRQJFa__primaryBtn{background:linear-gradient(135deg, var(--primary), #ff7a00);color:#fff;cursor:pointer;letter-spacing:.02em;border:none;border-radius:30px;padding:16px 36px;font-size:.95rem;font-weight:800;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 6px 16px #ff4f004d}.page-module__GRQJFa__primaryBtn:hover{transform:scale(1.05)translateY(-2px);box-shadow:0 8px 24px #ff4f0073}.page-module__GRQJFa__secondaryBtn{color:var(--secondary);cursor:pointer;background:#fff;border:2px solid #06c3;border-radius:30px;padding:16px 36px;font-size:.95rem;font-weight:800;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 6px #00000005}.page-module__GRQJFa__secondaryBtn:hover{border-color:var(--secondary);background:#0066cc08;transform:scale(1.05)translateY(-2px)}.page-module__GRQJFa__section{margin-bottom:80px}.page-module__GRQJFa__sectionHeader{justify-content:space-between;align-items:flex-end;margin-bottom:36px;display:flex}.page-module__GRQJFa__sectionTitle{letter-spacing:-.02em;color:var(--text-light);font-size:2.2rem;font-weight:800;position:relative}.page-module__GRQJFa__sectionTitle:after{content:"";background:var(--primary);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-8px;left:0}.page-module__GRQJFa__seeAll{color:var(--secondary);transition:var(--transition);font-size:1rem;font-weight:800}.page-module__GRQJFa__seeAll:hover{color:var(--secondary-hover);text-decoration:underline;transform:translate(4px)}.page-module__GRQJFa__brandGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:24px;display:grid}.page-module__GRQJFa__brandCard{text-align:center;cursor:pointer;aspect-ratio:1;background:#fff;border:1px solid #e2e8f0e6;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 16px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #00000005}.page-module__GRQJFa__brandCard:hover{border-color:var(--primary);transform:scale(1.06)translateY(-4px);box-shadow:0 16px 32px #ff4f001a}.page-module__GRQJFa__brandLogoPlaceholder{width:64px;height:64px;color:var(--primary);background:#ff4f000f;border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;font-weight:800;display:flex}.page-module__GRQJFa__brandName{color:var(--text-light);font-size:1.1rem;font-weight:800}.page-module__GRQJFa__laptopGrid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:30px;display:grid}.page-module__GRQJFa__laptopCard{flex-direction:column;height:100%;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.page-module__GRQJFa__laptopCard:hover{border-color:#ff4f0059;transform:translateY(-6px);box-shadow:0 20px 40px -10px #ff4f001f}.page-module__GRQJFa__imageWrapper{background:#fff;border:1px solid #e2e8f080;border-radius:12px;justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:20px;display:flex;position:relative;overflow:hidden}.page-module__GRQJFa__laptopImage{object-fit:contain;padding:12px;transition:all .5s cubic-bezier(.16,1,.3,1)}.page-module__GRQJFa__laptopCard:hover .page-module__GRQJFa__laptopImage{transform:scale(1.08)}.page-module__GRQJFa__laptopMeta{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.page-module__GRQJFa__brandTag{text-transform:uppercase;color:var(--primary);letter-spacing:.02em;background:#ff4f0014;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:800}.page-module__GRQJFa__laptopTitle{color:var(--text-light);-webkit-line-clamp:2;height:54px;transition:var(--transition);-webkit-box-orient:vertical;margin-bottom:12px;font-size:1.3rem;font-weight:800;line-height:1.4;display:-webkit-box;overflow:hidden}.page-module__GRQJFa__laptopCard:hover .page-module__GRQJFa__laptopTitle{color:var(--primary)}.page-module__GRQJFa__specBadgeList{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.page-module__GRQJFa__specBadge{color:var(--text-muted);background:#f1f5f9;border-radius:6px;padding:4px 8px;font-size:.8rem;font-weight:600}.page-module__GRQJFa__priceRow{align-items:baseline;gap:10px;margin-top:auto;margin-bottom:20px;display:flex}.page-module__GRQJFa__price{color:var(--primary);font-size:1.6rem;font-weight:800}.page-module__GRQJFa__oldPrice{color:var(--text-muted);font-size:1rem;text-decoration:line-through}.page-module__GRQJFa__cardActions{gap:12px;display:flex}.page-module__GRQJFa__viewDetailsBtn{background:var(--secondary);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:10px;flex:1;padding:12px;font-size:.9rem;font-weight:800;transition:all .3s;box-shadow:0 4px 10px #0066cc26}.page-module__GRQJFa__viewDetailsBtn:hover{background:var(--secondary-hover);box-shadow:0 6px 15px #0066cc4d}.page-module__GRQJFa__compareBtn{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;padding:10px;display:flex}.page-module__GRQJFa__compareBtn:hover{border-color:var(--secondary);color:var(--secondary);background:#0066cc0d}.page-module__GRQJFa__compareActive{box-shadow:0 4px 10px #db277733;background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important}.page-module__GRQJFa__newsGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:30px;display:grid}.page-module__GRQJFa__newsCard{flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.page-module__GRQJFa__newsCard:hover{border-color:#06c3;transform:translateY(-6px);box-shadow:0 20px 40px -10px #0066cc14}.page-module__GRQJFa__newsImageWrapper{border:1px solid #e2e8f099;border-radius:12px;width:100%;height:220px;margin-bottom:20px;position:relative;overflow:hidden}.page-module__GRQJFa__newsImage{object-fit:cover;transition:all .5s cubic-bezier(.16,1,.3,1)}.page-module__GRQJFa__newsCard:hover .page-module__GRQJFa__newsImage{transform:scale(1.06)}.page-module__GRQJFa__newsMeta{color:var(--text-muted);margin-bottom:10px;font-size:.85rem;font-weight:600}.page-module__GRQJFa__newsTitle{color:var(--text-light);transition:var(--transition);margin-bottom:12px;font-size:1.4rem;font-weight:800;line-height:1.35}.page-module__GRQJFa__newsCard:hover .page-module__GRQJFa__newsTitle{color:var(--secondary)}.page-module__GRQJFa__newsSummary{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:20px;font-size:.95rem;font-weight:500;line-height:1.65;display:-webkit-box;overflow:hidden}.page-module__GRQJFa__readMore{color:var(--secondary);align-items:center;gap:6px;margin-top:auto;font-size:.95rem;font-weight:800;transition:all .3s;display:flex}.page-module__GRQJFa__newsCard:hover .page-module__GRQJFa__readMore{color:var(--secondary-hover);gap:10px}@media (max-width:768px){.page-module__GRQJFa__heroTitle{font-size:2.8rem}}.page-module__GRQJFa__giveawayBanner{color:#fff;background:linear-gradient(135deg,#df1f1f 0%,#a81010 100%);border-radius:12px;flex-direction:column;gap:24px;margin:40px 0;padding:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #df1f1f40}.page-module__GRQJFa__giveawayContent{z-index:2;text-align:center}.page-module__GRQJFa__giveawayBadge{text-transform:uppercase;letter-spacing:.05em;background:#fff3;border-radius:20px;margin-bottom:16px;padding:6px 14px;font-size:.8rem;font-weight:800;display:inline-block}.page-module__GRQJFa__giveawayTitle{letter-spacing:-.02em;margin-bottom:14px;font-size:2.2rem;font-weight:800;line-height:1.2}.page-module__GRQJFa__giveawayText{opacity:.95;max-width:750px;margin:0 auto 30px;font-size:1.05rem;font-weight:600;line-height:1.6}.page-module__GRQJFa__giveawaySteps{grid-template-columns:repeat(4,1fr);gap:20px;width:100%;max-width:900px;margin:0 auto;display:grid}.page-module__GRQJFa__giveawayStepCard{text-align:center;cursor:pointer;color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px 16px;text-decoration:none;transition:all .3s;display:flex}.page-module__GRQJFa__giveawayStepCard:hover{background:#fff3;transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.page-module__GRQJFa__stepIcon{font-size:2rem}.page-module__GRQJFa__stepLabel{text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:800}.page-module__GRQJFa__giveawayWinnerNote{opacity:.85;margin-top:24px;font-size:.85rem;font-style:italic;font-weight:700;display:block}@media (max-width:768px){.page-module__GRQJFa__giveawaySteps{grid-template-columns:repeat(2,1fr);gap:12px}.page-module__GRQJFa__giveawayTitle{font-size:1.8rem}.page-module__GRQJFa__giveawayBanner{padding:30px 20px}}@media (max-width:480px){.page-module__GRQJFa__giveawaySteps{grid-template-columns:1fr}}
.details-module__UFIJGq__container{max-width:var(--max-width);width:100%;margin:0 auto}.details-module__UFIJGq__breadcrumbs{color:var(--text-muted);gap:8px;margin-bottom:20px;font-size:.85rem;font-weight:600;display:flex}.details-module__UFIJGq__breadcrumbLink{color:var(--text-muted);transition:var(--transition)}.details-module__UFIJGq__breadcrumbLink:hover{color:var(--primary)}.details-module__UFIJGq__mainLayout{grid-template-columns:1fr 1.3fr;align-items:start;gap:40px;margin-bottom:40px;display:grid}.details-module__UFIJGq__leftCol{flex-direction:column;gap:24px;display:flex}.details-module__UFIJGq__imageCard{background:#fff;border:1px solid #e2e8f0e6;border-radius:12px;justify-content:center;align-items:center;height:380px;padding:30px;display:flex;position:relative;box-shadow:0 4px 12px #00000005}.details-module__UFIJGq__largeImage{object-fit:contain;padding:10px}.details-module__UFIJGq__verdictCard{background:#df1f1f0a;border:1px solid #df1f1f1f;border-radius:12px;padding:24px}.details-module__UFIJGq__verdictTitle{color:var(--primary);align-items:center;gap:8px;margin-bottom:10px;font-size:1.1rem;font-weight:800;display:flex}.details-module__UFIJGq__verdictText{color:var(--foreground);font-size:.92rem;font-weight:600;line-height:1.6}.details-module__UFIJGq__ratingSection{border-top:1px dashed #df1f1f33;flex-direction:column;gap:12px;margin-top:20px;padding-top:16px;display:flex}.details-module__UFIJGq__ratingRow{flex-direction:column;gap:4px;display:flex}.details-module__UFIJGq__ratingLabelRow{color:var(--text-light);justify-content:space-between;font-size:.82rem;font-weight:800;display:flex}.details-module__UFIJGq__ratingBarBg{background:#e2e8f0;border-radius:3px;width:100%;height:6px;overflow:hidden}.details-module__UFIJGq__ratingBarFill{background:var(--primary);border-radius:3px;height:100%}.details-module__UFIJGq__prosConsContainer{background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;grid-template-columns:1fr 1fr;gap:24px;margin-top:20px;padding:24px;display:grid;box-shadow:0 4px 12px #00000005}.details-module__UFIJGq__prosCol,.details-module__UFIJGq__consCol{flex-direction:column;gap:14px;display:flex}.details-module__UFIJGq__prosTitle{color:var(--success);border-bottom:2px solid #10b9811a;align-items:center;gap:8px;padding-bottom:8px;font-size:1.05rem;font-weight:800;display:flex}.details-module__UFIJGq__consTitle{color:var(--danger);border-bottom:2px solid #ef44441a;align-items:center;gap:8px;padding-bottom:8px;font-size:1.05rem;font-weight:800;display:flex}.details-module__UFIJGq__prosList,.details-module__UFIJGq__consList{flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}.details-module__UFIJGq__proItem{color:var(--text-light);align-items:center;gap:8px;font-size:.88rem;font-weight:600;line-height:1.4;display:flex}.details-module__UFIJGq__proItem:before{content:"✓";color:var(--success);font-size:1.1rem;font-weight:900}.details-module__UFIJGq__conItem{color:var(--text-light);align-items:center;gap:8px;font-size:.88rem;font-weight:600;line-height:1.4;display:flex}.details-module__UFIJGq__conItem:before{content:"✕";color:var(--danger);font-size:1.1rem;font-weight:900}.details-module__UFIJGq__rightCol{flex-direction:column;gap:24px;display:flex}.details-module__UFIJGq__headerBlock{border-bottom:1px solid #e2e8f0;padding-bottom:20px}.details-module__UFIJGq__brandTag{color:var(--primary);letter-spacing:.02em;text-transform:uppercase;background:#df1f1f14;border-radius:20px;margin-bottom:8px;padding:4px 10px;font-size:.75rem;font-weight:800;display:inline-block}.details-module__UFIJGq__title{color:var(--text-light);letter-spacing:-.02em;margin-bottom:8px;font-size:2.2rem;font-weight:800;line-height:1.25}.details-module__UFIJGq__modelText{color:var(--text-muted);font-size:.9rem;font-weight:600}.details-module__UFIJGq__highlightsGrid{grid-template-columns:1fr 1fr;gap:16px;margin-top:10px;display:grid}.details-module__UFIJGq__highlightCard{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;align-items:center;gap:12px;padding:14px 16px;display:flex}.details-module__UFIJGq__highlightIcon{font-size:1.5rem}.details-module__UFIJGq__highlightTextWrapper{flex-direction:column;display:flex}.details-module__UFIJGq__highlightLabel{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.details-module__UFIJGq__highlightVal{color:var(--text-light);font-size:.9rem;font-weight:800}.details-module__UFIJGq__dealsContainer{margin-top:10px}.details-module__UFIJGq__sectionHeading{color:var(--text-light);letter-spacing:-.01em;align-items:center;gap:8px;margin-bottom:16px;font-size:1.3rem;font-weight:800;display:flex}.details-module__UFIJGq__dealsList{flex-direction:column;gap:16px;display:flex}.details-module__UFIJGq__compareTrayBar{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;align-items:center;gap:12px;margin-top:10px;padding:12px 18px;display:flex}.details-module__UFIJGq__compareTrayLabel{color:var(--text-muted);font-size:.9rem;font-weight:600}.details-module__UFIJGq__compareTrayText{color:var(--text-light);font-size:.85rem;font-weight:700}.details-module__UFIJGq__specsSection{margin-top:40px}.details-module__UFIJGq__specsTable{border-collapse:collapse;background:#fff;border:1px solid #e2e8f0e6;border-radius:12px;width:100%;margin-top:16px;overflow:hidden;box-shadow:0 4px 12px #00000005}.details-module__UFIJGq__tableGroupRow{background:#df1f1f0f}.details-module__UFIJGq__tableGroupCell{color:var(--primary);text-align:left;padding:14px 20px;font-size:1.02rem;font-weight:800}.details-module__UFIJGq__tableRow{border-bottom:1px solid #e2e8f0b3}.details-module__UFIJGq__tableRow:last-child{border-bottom:none}.details-module__UFIJGq__tableLabel{color:var(--text-muted);background:#f8fafc;width:30%;padding:14px 20px;font-size:.9rem;font-weight:600}.details-module__UFIJGq__tableValue{color:var(--text-light);padding:14px 20px;font-size:.9rem;font-weight:600}.details-module__UFIJGq__relatedSection{margin-top:50px;margin-bottom:40px}.details-module__UFIJGq__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-top:20px;display:grid}.details-module__UFIJGq__relatedCard{transition:var(--transition);background:#fff;border:1px solid #e2e8f0e6;border-radius:12px;flex-direction:column;padding:16px;display:flex;box-shadow:0 2px 4px #00000003}.details-module__UFIJGq__relatedCard:hover{border-color:#df1f1f33;transform:translateY(-2px);box-shadow:0 8px 16px #0000000a}.details-module__UFIJGq__relatedImgWrapper{background:#fff;justify-content:center;align-items:center;width:100%;height:120px;margin-bottom:12px;display:flex;position:relative}.details-module__UFIJGq__relatedImg{object-fit:contain;transition:all .4s}.details-module__UFIJGq__relatedCard:hover .details-module__UFIJGq__relatedImg{transform:scale(1.05)}.details-module__UFIJGq__relatedMeta{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.details-module__UFIJGq__relatedBrand{color:var(--primary);text-transform:uppercase;background:#df1f1f0f;border-radius:12px;padding:2px 8px;font-size:.7rem;font-weight:800}.details-module__UFIJGq__relatedName{color:var(--text-light);transition:var(--transition);margin-bottom:8px;font-size:.95rem;font-weight:800;line-height:1.3;display:block}.details-module__UFIJGq__relatedName:hover{color:var(--primary)}.details-module__UFIJGq__relatedSpecs{color:var(--text-muted);margin-bottom:12px;font-size:.8rem;font-weight:600}.details-module__UFIJGq__relatedBottom{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.details-module__UFIJGq__relatedPrice{color:var(--text-light);font-size:1.1rem;font-weight:800}.details-module__UFIJGq__relatedBtn{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:800}.details-module__UFIJGq__relatedBtn:hover{background:var(--primary-hover)}@media (max-width:900px){.details-module__UFIJGq__mainLayout{grid-template-columns:1fr;gap:30px}.details-module__UFIJGq__prosConsContainer{grid-template-columns:1fr}}@media (max-width:576px){.details-module__UFIJGq__highlightsGrid,.details-module__UFIJGq__relatedGrid{grid-template-columns:1fr}}
.HeroSection-module__x7vRQW__hero{text-align:center;color:#fff;background:radial-gradient(circle at 100% 0,#25d3660d,#0000 60%),radial-gradient(circle at 0 100%,#0066cc0d,#0000 60%),linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:center;margin-bottom:60px;padding:80px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000026}.HeroSection-module__x7vRQW__hero:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);height:1px;position:absolute;top:0;left:0;right:0}.HeroSection-module__x7vRQW__heroTitle{letter-spacing:-.03em;background:linear-gradient(135deg,#fff 20%,#ff7a00 70%,#ffc000);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:16px;font-size:3.2rem;font-weight:800;line-height:1.15}.HeroSection-module__x7vRQW__heroSubtitle{color:#94a3b8;max-width:650px;margin-bottom:40px;font-size:1.15rem;line-height:1.6}.HeroSection-module__x7vRQW__interactiveContainer{flex-direction:column;gap:24px;width:100%;max-width:800px;display:flex}.HeroSection-module__x7vRQW__searchWrapper{width:100%;position:relative}.HeroSection-module__x7vRQW__searchBar{color:#fff;background:#0f172acc;border:2px solid #ffffff1f;border-radius:30px;outline:none;width:100%;padding:18px 24px 18px 56px;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px #0003}.HeroSection-module__x7vRQW__searchBar:focus{border-color:var(--primary);background:#0f172a;box-shadow:0 0 0 4px #ff4f0040,0 4px 20px #0006}.HeroSection-module__x7vRQW__searchIcon{color:#64748b;pointer-events:none;font-size:1.4rem;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.HeroSection-module__x7vRQW__clearBtn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.1rem;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.HeroSection-module__x7vRQW__clearBtn:hover{color:#fff}.HeroSection-module__x7vRQW__ajaxDropdown{z-index:50;text-align:left;background:#1e293b;border:1px solid #ffffff1f;border-radius:12px;max-height:350px;margin-top:10px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 12px 30px #0000004d}.HeroSection-module__x7vRQW__dropdownItem{cursor:pointer;border-bottom:1px solid #ffffff0f;align-items:center;gap:16px;padding:14px 20px;text-decoration:none;transition:background .2s;display:flex}.HeroSection-module__x7vRQW__dropdownItem:hover{background:#ffffff0d}.HeroSection-module__x7vRQW__dropdownImage{background:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;padding:4px;display:flex;position:relative}.HeroSection-module__x7vRQW__dropdownImage img{object-fit:contain}.HeroSection-module__x7vRQW__dropdownMeta{flex-direction:column;flex-grow:1;display:flex}.HeroSection-module__x7vRQW__dropdownName{color:#fff;font-size:1rem;font-weight:800}.HeroSection-module__x7vRQW__dropdownSpec{color:#94a3b8;margin-top:2px;font-size:.8rem}.HeroSection-module__x7vRQW__dropdownPrice{color:var(--primary);font-size:1.05rem;font-weight:800}.HeroSection-module__x7vRQW__noResults{text-align:center;color:#64748b;padding:20px;font-weight:600}.HeroSection-module__x7vRQW__quickCompareBox{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;align-items:center;gap:14px;padding:20px 24px;display:flex}.HeroSection-module__x7vRQW__compareLabel{text-transform:uppercase;color:#94a3b8;letter-spacing:.05em;align-items:center;gap:6px;font-size:.9rem;font-weight:800;display:flex}.HeroSection-module__x7vRQW__compareRow{justify-content:center;align-items:center;gap:16px;width:100%;display:flex}.HeroSection-module__x7vRQW__compareSelectWrapper{flex:1;max-width:320px;position:relative}.HeroSection-module__x7vRQW__compareInput{color:#fff;background:#0f172a99;border:1px solid #ffffff26;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-size:.9rem;transition:all .2s}.HeroSection-module__x7vRQW__compareInput:focus{border-color:var(--primary)}.HeroSection-module__x7vRQW__vsBadge{color:var(--primary);font-size:.95rem;font-weight:800}.HeroSection-module__x7vRQW__compareBtn{background:linear-gradient(135deg, var(--primary), #ff7a00);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:10px 24px;font-size:.9rem;font-weight:800;transition:all .2s;box-shadow:0 4px 10px #ff4f0040}.HeroSection-module__x7vRQW__compareBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 14px #ff4f0059}.HeroSection-module__x7vRQW__compareBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.HeroSection-module__x7vRQW__compareSuggestions{z-index:60;text-align:left;background:#1e293b;border:1px solid #ffffff26;border-radius:8px;max-height:180px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000040}.HeroSection-module__x7vRQW__suggestionItem{cursor:pointer;color:#e2e8f0;border-bottom:1px solid #ffffff0d;padding:10px 12px;font-size:.85rem}.HeroSection-module__x7vRQW__suggestionItem:hover{color:#fff;background:#ffffff0f}@media (max-width:768px){.HeroSection-module__x7vRQW__hero{margin-bottom:40px;padding:40px 16px}.HeroSection-module__x7vRQW__heroTitle{font-size:2rem}.HeroSection-module__x7vRQW__heroSubtitle{margin-bottom:24px;font-size:1rem}.HeroSection-module__x7vRQW__quickCompareBox{padding:16px 12px}.HeroSection-module__x7vRQW__compareRow{flex-direction:column;gap:12px}.HeroSection-module__x7vRQW__compareSelectWrapper{max-width:100%}.HeroSection-module__x7vRQW__compareBtn{width:100%}}
