@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#000;background-color:#f8fafc;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #f1f5f9;border-radius:10px;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:red}*{scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9}@media (width<=1000px){main{padding-bottom:60px}}.promo-banner{color:#fff;text-align:center;background:#ef4444;width:100%;padding:8px 12px;font-size:14px;font-weight:700;line-height:1.4}.header{z-index:1000;-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffffd9;width:100%;padding:0;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;box-shadow:0 4px 30px #0000000d}.header.header-unfixed{position:absolute}body.dark .header{background:#0f172ad9;box-shadow:0 4px 30px #00000080}.header-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 24px;display:flex;position:relative}.header-left{align-items:center;gap:12px;display:flex}.logo{cursor:pointer;align-items:center;display:flex}.logo-img{border-radius:10px;width:auto;height:48px;transition:transform .3s,box-shadow .3s}.logo-img:hover{transform:translateY(-1px);box-shadow:0 8px 20px #00000014}.header-mobile-back{color:#0f172a;cursor:pointer;background:#0000000d;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:none}.header-mobile-back:active{background:#0000001a;transform:scale(.95)}body.dark .header-mobile-back{color:#f1f5f9;background:#ffffff1a}body.dark .header-mobile-back:active{background:#fff3}.sidebar-header{display:none}.sidebar-logo-img{border-radius:8px;width:auto;height:44px}.nav-links{align-items:center;gap:12px;display:flex}.nav-item{color:#000;cursor:pointer;border-radius:100px;align-items:center;gap:6px;padding:8px 16px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:flex;position:relative}.nav-item:not(.dropdown):hover{color:#00f;background:#0000ff1a}.nav-item.dropdown{cursor:default;padding:0}.dropdown-title{cursor:pointer;border-radius:100px;align-items:center;gap:6px;width:100%;padding:8px 16px;transition:background .2s,color .2s;display:flex}.dropdown-title:hover,.nav-item.dropdown:hover .dropdown-title,.nav-item.dropdown.active .dropdown-title{color:#00f;background:#0000ff1a}.arrow{opacity:.7;font-size:10px;transition:transform .5s cubic-bezier(.25,1,.5,1)}.dropdown-title:hover .arrow,.nav-item.dropdown:hover .arrow,.nav-item.dropdown.active .arrow{opacity:1;transform:rotate(180deg)}.dropdown{position:relative}.dropdown-menu{opacity:0;visibility:hidden;pointer-events:none;z-index:200;background:#fff;border:1px solid #e5e7eb;border-radius:4px;min-width:260px;padding:0;transition:opacity .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1),visibility .15s;position:absolute;top:100%;left:-150px;transform:translateY(-8px);box-shadow:0 4px 16px #0000001a}body.dark .dropdown-menu{background:#1e293b;border-color:#334155;box-shadow:0 4px 16px #0006}@media (width>=1001px){.sub-dropdown-menu,.deep-dropdown-menu{height:auto;max-height:452px}.dropdown-content{height:auto;max-height:450px;position:static;overflow:hidden auto}.dropdown-content::-webkit-scrollbar{width:5px}.dropdown-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}body.dark .dropdown-content::-webkit-scrollbar-thumb{background:#475569}}.dropdown:hover .dropdown-menu,.dropdown-menu.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.dropdown-menu a{color:#374151;border-bottom:1px solid #f3f4f6;padding:4px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:all .1s;display:block}body.dark .dropdown-menu a{color:#cbd5e1;border-bottom-color:#334155}.dropdown-menu a:hover{color:#f97316;background:#f9fafb}.sub-dropdown{position:static}.sub-dropdown-title{color:#374151;cursor:pointer;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:6px 16px;font-size:13px;font-weight:500;transition:all .1s;display:flex}body.dark .sub-dropdown-title{color:#cbd5e1;border-bottom-color:#334155}.sub-dropdown:hover .sub-dropdown-title{color:#f97316;background:#f9fafb}.sub-arrow{color:#9ca3af;font-size:16px;font-weight:700}.sub-dropdown:hover .sub-arrow,.deep-dropdown:hover .sub-arrow{color:#f97316}.sub-dropdown-menu{opacity:0;visibility:hidden;pointer-events:none;z-index:210;background:#fff;border:1px solid #e5e7eb;border-radius:4px;min-width:260px;padding:0;transition:opacity .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1),visibility .15s;position:absolute;top:-1px;left:100%;transform:translate(-8px);box-shadow:4px 4px 16px #0000001a}.sub-dropdown:hover .sub-dropdown-menu,.sub-dropdown-menu.show{opacity:1;visibility:visible;pointer-events:auto;transition-delay:.15s;transform:translate(0)}body.dark .sub-dropdown-menu{background:#1e293b;border-color:#334155;box-shadow:4px 4px 16px #0006}.sub-dropdown-menu a{border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding:12px 16px;font-size:14px;display:flex}.deep-dropdown{position:static}.deep-dropdown-title{color:#374151;cursor:pointer;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:6px 16px;font-size:13px;font-weight:500;transition:all .1s;display:flex}body.dark .deep-dropdown-title{color:#cbd5e1;border-bottom-color:#334155}.deep-dropdown:hover .deep-dropdown-title{color:#f97316;background:#f9fafb}body.dark .deep-dropdown:hover .deep-dropdown-title{color:#f97316;background:#0f172a}.deep-dropdown-menu{opacity:0;visibility:hidden;pointer-events:none;z-index:220;background:#fff;border:1px solid #e5e7eb;border-radius:4px;min-width:260px;padding:0;transition:opacity .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1),visibility .15s;position:absolute;top:-1px;left:100%;transform:translate(-8px);box-shadow:4px 4px 16px #0000001a}.deep-dropdown:hover .deep-dropdown-menu,.deep-dropdown-menu.show{opacity:1;visibility:visible;pointer-events:auto;transition-delay:.15s;transform:translate(0)}body.dark .deep-dropdown-menu{background:#1e293b;border-color:#334155;box-shadow:4px 4px 16px #0006}.highlight-link{font-weight:700;color:#fff!important;background:red!important;box-shadow:0 4px 15px #f006!important}.highlight-link:hover{transform:translateY(-1px);color:#fff!important;background:#c00!important;box-shadow:0 6px 20px #ff000080!important}body.dark .highlight-link:hover{color:#fff!important;background:#c00!important}.fire-icon{font-size:16px;animation:2s infinite pulse}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.header-right{align-items:center;gap:16px;display:flex}.theme-toggle-btn{color:#0f172a;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.25,1,.5,1);display:flex}.theme-toggle-btn:hover{background:#e2e8f0;transform:translateY(-2px)}body.dark .theme-toggle-btn{color:#f8fafc;background:#1e293b;border-color:#334155}body.dark .theme-toggle-btn:hover{background:#334155}.btn-top-deals{color:#fff;will-change:transform, box-shadow;background:red;border-radius:100px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .3s cubic-bezier(.25,1,.5,1),box-shadow .3s,background .3s;display:flex;box-shadow:0 4px 10px #ff00004d}.btn-top-deals:hover{background:#e60000;transform:translateY(-2px);box-shadow:0 8px 20px #f006}.btn-top-deals .fire-icon{font-size:16px;animation:2s infinite pulse}.mobile-menu-btn{color:#000;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:12px;padding:8px;transition:all .2s;display:none}.mobile-menu-btn:hover{background:#f1f5f9}.mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;background:#0f172a66;width:100%;height:100vh;transition:all .6s cubic-bezier(.25,1,.5,1);position:fixed;top:0;left:0}.mobile-overlay.open{opacity:1;visibility:visible}.mobile-bottom-bar,.mobile-categories-page{display:none}@media (width<=1000px){.promo-banner{padding:6px 10px;font-size:12px}.btn-top-deals{z-index:1;white-space:nowrap;flex-shrink:1;min-width:0;margin:0 4px;padding:6px 12px;font-size:clamp(10px,3vw,13px);position:static;transform:none}.header-container{gap:8px}.header-left{flex-shrink:0;max-width:40%}.header-right{flex-shrink:0}.logo-img{max-width:100%;height:auto;max-height:38px}.header-mobile-back{display:flex}.mobile-bottom-bar{-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:1000;background:#fff9;width:100%;height:44px;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -2px 10px #0000001a}body.dark .mobile-bottom-bar{background:#1e293b99;box-shadow:0 -2px 10px #00000080}.bottom-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-top:3px solid #0000;flex:1;justify-content:center;align-items:center;font-size:13px;font-weight:600;transition:all .2s;display:flex}.bottom-btn.active{color:#f97316;background:#f973160d;border-top-color:#f97316}.header-search-container{display:none}.mobile-categories-page{z-index:900;background:#fff;width:100%;height:100vh;padding:70px 0 0;display:block;position:fixed;top:0;left:0;overflow:hidden}.mobile-categories-container{width:100%;height:100%;display:flex}.mobile-categories-sidebar{scrollbar-width:none;background:#f1f5f9;flex-shrink:0;width:28vw;min-width:85px;max-width:130px;height:100%;padding-bottom:120px;overflow-y:auto}.mobile-categories-sidebar::-webkit-scrollbar{display:none}.mobile-cat-item{text-align:center;color:#64748b;cursor:pointer;word-break:break-word;border-left:3px solid #0000;flex-direction:column;justify-content:center;align-items:center;padding:clamp(12px,3vw,20px) 4px;font-size:clamp(10px,2.8vw,13px);display:flex}.mobile-cat-item.active{color:#f97316;background:#fff;border-left-color:#f97316;font-weight:600}.mobile-cat-item-icon{margin-bottom:6px;font-size:clamp(20px,5vw,26px)}.mobile-categories-content{background:#fff;flex:1;height:100%;padding:16px 16px 120px;overflow-y:auto}.mobile-subcat-group{border-bottom:1px solid #f8fafc;margin-bottom:16px;padding-bottom:16px}.mobile-subcat-header{color:#334155;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:14px;font-weight:600;display:flex}.mobile-subcat-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.mobile-grid-item{text-align:center;color:#64748b;flex-direction:column;align-items:center;font-size:11px;line-height:1.2;text-decoration:none;display:flex}.mobile-grid-img-placeholder{background:#f8fafc;border-radius:4px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:6px;font-size:24px;display:flex}.mobile-grid-img{object-fit:cover;background:#f8fafc;border-radius:8px;width:60px;height:60px;margin-bottom:6px}.mobile-grid-icon{color:#f97316;background:linear-gradient(135deg,#fff 0%,#f0f3f5 100%);border:1px solid #e5e7eb80;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:8px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:-4px -4px 12px #fff,4px 4px 12px #0000000a,inset 1px 1px 2px #ffffffe6}.mobile-grid-item:active .mobile-grid-icon{transform:scale(.95);box-shadow:inset 3px 3px 6px #0000000d,inset -3px -3px 6px #fffc}body.dark .mobile-categories-page{color:#fff;background:#0f172a}.dropdown{flex-direction:column;align-items:stretch;padding:0!important}.dropdown-title{justify-content:space-between;align-items:center;width:100%;padding:6px 12px;font-size:14px;display:flex}.dropdown-menu{box-shadow:none;opacity:0;visibility:hidden;will-change:grid-template-rows, opacity;background:0 0;border:none;grid-template-rows:0fr;width:100%;margin-top:0;padding:0 0 0 16px;transition:grid-template-rows .35s cubic-bezier(.25,1,.5,1),opacity .25s ease-out;display:grid;position:static;transform:none}.dropdown-menu.show{opacity:1;visibility:visible;grid-template-rows:1fr;transform:none!important}.dropdown-menu a{padding:5px 12px;font-size:13px}.sub-dropdown{flex-direction:column;align-items:stretch;display:flex;position:relative}.sub-dropdown-title{justify-content:space-between;padding:5px 12px;font-size:13px}.sub-dropdown:hover .sub-dropdown-title{background:#f1f5f9}.sub-dropdown-menu{width:100%;box-shadow:none;opacity:0;visibility:hidden;will-change:grid-template-rows, opacity;background:0 0;border:none;border-left:2px solid #e2e8f0;border-radius:0;grid-template-rows:0fr;margin-top:0;margin-bottom:0;padding:0 0 0 12px;transition:grid-template-rows .35s cubic-bezier(.25,1,.5,1),opacity .25s ease-out;display:grid;position:static;transform:none}.sub-dropdown-menu.show{opacity:1;visibility:visible;grid-template-rows:1fr;transform:none!important}.deep-dropdown{flex-direction:column;align-items:stretch;display:flex;position:relative}.deep-dropdown-title{justify-content:space-between;padding:4px 12px;font-size:12px}.deep-dropdown:hover .deep-dropdown-title{background:#f1f5f9}.deep-dropdown-menu{width:100%;box-shadow:none;opacity:0;visibility:hidden;will-change:grid-template-rows, opacity;background:0 0;border:none;border-left:2px solid #cbd5e1;border-radius:0;grid-template-rows:0fr;margin-top:0;margin-bottom:0;padding:0 0 0 15px;transition:grid-template-rows .35s cubic-bezier(.25,1,.5,1),opacity .25s ease-out;display:grid;position:static;transform:none}.deep-dropdown-menu.show{opacity:1;visibility:visible;grid-template-rows:1fr;transform:none!important}.dropdown-content{flex-direction:column;gap:4px;min-height:0;padding-top:5px;padding-bottom:10px;display:flex;overflow:hidden}.nav-links{will-change:left;z-index:1000;background:#fff;flex-direction:column;align-items:stretch;gap:8px;width:max-content;max-width:85vw;height:100dvh;padding:30px 30px 80px 20px;transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:-100%;overflow:hidden auto;box-shadow:20px 0 40px #0003}.nav-links.open{left:0}.nav-item{border-bottom:1px solid #f1f5f9;border-radius:8px;justify-content:flex-start;margin-bottom:1px;padding:8px 12px;font-size:14px}.nav-item:last-child{border-bottom:none}.nav-item:hover{color:#00f;background:#f8fafc;transform:none}.sidebar-header{border-bottom:1px solid #e2e8f0;justify-content:center;align-items:center;width:100%;margin-bottom:16px;padding-bottom:24px;display:flex}.theme-toggle-btn{justify-content:center;width:100%;margin-top:auto;margin-bottom:20px;padding:14px 20px;font-size:16px}.btn-top-deals{position:absolute;left:50%;transform:translate(-50%)}.btn-top-deals:hover{transform:translate(-50%)translateY(-2px)}.mobile-menu-btn{z-index:1001;display:flex}.highlight-link{border-bottom:none;justify-content:center;margin-top:10px;display:flex}}@media (width<=1500px) and (width>=1301px){.header-container{max-width:1250px}}@media (width<=1300px) and (width>=1101px){.header-container{max-width:1050px}.logo-img{height:42px}.nav-links{gap:4px}.nav-item{padding:8px 12px;font-size:14px}}@media (width<=1100px) and (width>=1001px){.header-container{max-width:950px}.nav-links{gap:2px}.nav-item{padding:6px 10px;font-size:14px}}@media (width<=1000px) and (width>=901px){.logo-img{height:44px}.search-input{font-size:15px}}@media (width<=900px) and (width>=801px){.logo-img{height:42px}.search-input{width:160px;font-size:15px}}@media (width<=800px) and (width>=701px){.logo-img{height:40px}.search-input{width:140px;font-size:15px}}@media (width<=700px) and (width>=601px){.logo-img{height:38px}.header-container{padding:0 16px}.search-input{width:120px;font-size:14px}}@media (width<=600px) and (width>=501px){.logo-img{height:36px}.header-container{padding:0 12px}.search-box{padding:6px 12px}.search-input{width:100px;font-size:14px}.search-input:focus{width:120px}}@media (width<=500px) and (width>=401px){.header{padding:10px 0}.logo-img{height:34px}.header-container{gap:10px;padding:0 12px}.search-box{padding:6px 10px}.search-input{width:80px;font-size:13px}.search-input:focus{width:100px}}@media (width<=400px) and (width>=301px){.header{padding:8px 0}.logo-img{height:30px}.header-container{gap:8px;padding:0 10px}.search-box{border-radius:8px;padding:6px 8px}.search-input{width:60px;font-size:13px}.search-input:focus{width:80px}}@media (width<=300px){.header{padding:6px 0}.logo-img{height:26px}.header-container{padding:0 6px}.search-box{box-shadow:none;background:0 0;border:none;padding:0}.search-input{display:none}.search-btn{padding:4px}.mobile-menu-btn{padding:6px}}.theme-toggle-btn{color:#0f172a;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.theme-toggle-btn:hover{background:#e2e8f0}@media (width<=1000px){.theme-toggle-btn{color:#fff;background:#0f172a;border:none;justify-content:center;width:100%;margin-top:20px;padding:12px;font-size:16px}.theme-toggle-btn:hover{background:#1e293b}}body.dark{color:#fff;background-color:#0f172a}body.dark .header{background:#0f172ad9;border-bottom:1px solid #ffffff1a}body.dark .nav-item{color:#e2e8f0}body.dark .nav-item:hover{color:#60a5fa;background:#ffffff1a}body.dark .dropdown-menu{background:#1e293bf2;box-shadow:0 20px 40px -10px #00000080,0 0 0 1px #ffffff1a}body.dark .dropdown-menu a{color:#e2e8f0}body.dark .dropdown-menu a:hover{color:#60a5fa;background:#334155}body.dark .sub-dropdown-title{color:#e2e8f0}body.dark .sub-dropdown:hover .sub-dropdown-title{color:#60a5fa;background:#334155}body.dark .sub-dropdown-menu{background:#1e293bf2;box-shadow:0 10px 30px #00000080,0 0 0 1px #ffffff1a}body.dark .sub-dropdown-menu a{color:#e2e8f0}body.dark .sub-dropdown-menu a:hover{color:#60a5fa;background:#1e293b}body.dark .search-box{background:#1e293b;border-color:#334155}body.dark .search-box:focus-within{background:#0f172a;border-color:#3b82f6}body.dark .search-input{color:#fff}body.dark .search-btn{color:#e2e8f0}body.dark .search-btn:hover,body.dark .search-box:focus-within .search-btn{color:#60a5fa}body.dark .mobile-menu-btn{color:#fff;background:#1e293b;border-color:#334155}body.dark .mobile-menu-btn:hover{background:#334155}@media (width<=1000px){body.dark .nav-links{background:#0f172a;box-shadow:20px 0 40px #00000080}body.dark .nav-item{border-bottom:1px solid #1e293b}body.dark .nav-item:hover{background:#1e293b}body.dark .sidebar-header{border-bottom:1px solid #1e293b}body.dark .sub-dropdown:hover .sub-dropdown-title{background:#1e293b}body.dark .theme-toggle-btn{color:#0f172a;background:#fff}body.dark .theme-toggle-btn:hover{background:#e2e8f0}}body.dark main h1{color:#fff!important}body.dark main p{color:#94a3b8!important}.hero{background-image:url(/hero-bg-light.png);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;width:100%;height:100vh;transition:background-image .5s;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:linear-gradient(#ffffff26,#fff9);width:100%;height:100%;transition:background .5s;position:absolute;top:0;left:0}body.dark .hero-overlay{background:linear-gradient(#0009,#000000e6)}.hero-content{z-index:2;text-align:center;color:#fff;width:100%;max-width:900px;margin-top:45px;padding:0 20px;position:relative}.hero-search-bar{justify-content:center;width:100%;margin-bottom:40px;display:flex}.hero-search-box{background:#fff;border:1px solid #e2e8f0;border-radius:100px;align-items:center;width:100%;max-width:700px;padding:14px 28px;transition:all .3s cubic-bezier(.25,1,.5,1);display:flex;box-shadow:0 10px 30px #0000001a}body.dark .hero-search-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ad9;border:1px solid #ffffff1a;box-shadow:0 10px 30px #00000080}.hero-search-box:focus-within{border-color:red;transform:translateY(-2px);box-shadow:0 15px 40px #ff000026}body.dark .hero-search-box:focus-within{background:#0f172af2;box-shadow:0 15px 40px #f003}.hero-search-input{text-overflow:ellipsis;color:#0f172a;background:0 0;border:none;outline:none;flex:1;width:100%;min-width:0;padding:0 10px;font-size:16px;font-weight:500}body.dark .hero-search-input{color:#fff}.hero-search-input::placeholder{color:#64748b;font-weight:400}body.dark .hero-search-input::placeholder{color:#94a3b8}.hero-search-btn{color:#0f172a;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .3s;display:flex}body.dark .hero-search-btn{color:#f8fafc}.hero-search-btn:hover,.hero-search-box:focus-within .hero-search-btn{color:red}.hero-search-clear{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-right:6px;font-size:11px;transition:background .2s;display:flex}.hero-search-clear:hover{background:#e2e8f0}body.dark .hero-search-clear{color:#94a3b8;background:#334155}.hero-suggestions{z-index:999;background:#fff;border:1px solid #0000000f;border-radius:20px;width:100%;max-width:700px;animation:.2s heroSugDrop;position:absolute;top:calc(100% + 10px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 25px 60px #0000002e}@keyframes heroSugDrop{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}body.dark .hero-suggestions{background:#1e293b;border-color:#334155;box-shadow:0 25px 60px #0009}.hero-sug-label{text-transform:uppercase;letter-spacing:.8px;color:#94a3b8;padding:10px 16px 6px;font-size:11px;font-weight:700}.hero-sug-item{cursor:pointer;text-align:left;background:0 0;border:none;border-top:1px solid #f1f5f9;align-items:center;gap:12px;width:100%;padding:10px 16px;transition:background .15s;display:flex}.hero-sug-item:hover{background:#fef2f2}body.dark .hero-sug-item{border-top-color:#334155}body.dark .hero-sug-item:hover{background:#ef444412}.hero-sug-img-wrap{background:#f8fafc;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex;overflow:hidden}body.dark .hero-sug-img-wrap{background:#334155}.hero-sug-img{object-fit:cover;width:100%;height:100%}.hero-sug-info{text-align:left;flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.hero-sug-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;display:block;overflow:hidden}body.dark .hero-sug-title{color:#f1f5f9}.hero-sug-cat{color:#94a3b8;font-size:11px}.hero-sug-price{color:#ef4444;white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:800}.hero-sug-footer{color:#94a3b8;text-align:center;background:#fafafa;border-top:1px solid #f1f5f9;padding:10px 16px;font-size:11px}body.dark .hero-sug-footer{background:#0f172a;border-top-color:#334155}.hero-sug-empty{color:#64748b;align-items:center;gap:12px;padding:20px 16px;font-size:14px;display:flex}.hero-sug-empty span{font-size:22px}.hero-sug-empty p{color:#64748b;margin:0}body.dark .hero-sug-empty p{color:#94a3b8}.hero-content h1{letter-spacing:-1.5px;color:#0f172a;text-shadow:0 5px 20px #ffffffe6;margin-bottom:24px;font-size:4.5rem;font-weight:900;line-height:1.1;transition:color .3s}body.dark .hero-content h1{color:#fff;text-shadow:0 10px 30px #000c}.hero-transparency-box{-webkit-backdrop-filter:blur(16px);text-align:left;background:#ffffffd9;border:1px solid #fffc;border-radius:20px;max-width:800px;max-height:200px;margin:0 auto 32px;padding:0;transition:all .3s;overflow:hidden;box-shadow:0 10px 40px #00000014}.tab-content{scrollbar-width:thin;max-height:160px;padding:16px 24px;overflow-y:auto}.paragraphs-wrapper{flex-direction:column;gap:20px;display:flex}.secondary-para{opacity:1;margin-top:10px;position:relative}.secondary-para:before{content:"";background:#0000000d;width:100%;height:1px;position:absolute;top:-10px;left:0}body.dark .secondary-para:before{background:#ffffff0d}.transparency-tabs{background:#0000000d;border-bottom:1px solid #0000001a;display:flex}body.dark .transparency-tabs{background:#0003;border-bottom-color:#ffffff1a}.tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;outline:none;flex:1;padding:6px 10px;font-size:.85rem;font-weight:600;transition:all .3s}body.dark .tab-btn{color:#94a3b8}.tab-btn.active{color:#0f172a;background:#ffffffb3;border-bottom-color:red}body.dark .tab-btn.active{color:#fff;background:#0f172acc}.tab-btn:hover:not(.active){color:#0f172a;background:#00000014}body.dark .tab-btn:hover:not(.active){color:#fff;background:#ffffff0d}.fade-in{animation:.4s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}body.dark .hero-transparency-box{background:#0f172ad9;border-color:#fff3;box-shadow:0 10px 40px #0006}.hero-mission{color:#000;text-shadow:none;margin-bottom:20px;font-size:1.15rem;font-weight:600;line-height:1.6}body.dark .hero-mission{color:#fff}.hero-mission strong{color:#000}body.dark .hero-mission strong{color:#fff}.hero-disclosure{background:#ff000014;border-left:4px solid red;border-radius:12px;gap:16px;padding:18px;display:flex}body.dark .hero-disclosure{background:#ff000026}.disclosure-icon{flex-shrink:0;font-size:1.5rem}.hero-disclosure p{color:#000;text-shadow:none;margin:0;font-size:.95rem;font-weight:500;line-height:1.5}body.dark .hero-disclosure p{color:#fff}.highlight-free{color:#c00;font-weight:800}body.dark .highlight-free{color:#ff4d4d}.hero-buttons{justify-content:center;gap:16px;display:flex}.btn-primary,.btn-secondary{will-change:transform, box-shadow;border-radius:100px;padding:16px 36px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .3s cubic-bezier(.25,1,.5,1),box-shadow .3s,background .3s}.btn-primary{color:#fff;background:red;box-shadow:0 10px 25px #ff00004d}.btn-primary:hover{background:#e60000;transform:translateY(-4px);box-shadow:0 15px 35px #ff000080}.btn-secondary{color:#0f172a;-webkit-backdrop-filter:blur(10px);background:#0000000d;border:1px solid #0003}.btn-secondary:hover{background:#0000001a;border-color:#0f172a;transform:translateY(-4px)}body.dark .btn-secondary{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d}body.dark .btn-secondary:hover{background:#fff3;border-color:#fff}@media (width>=601px) and (width<=1024px){.hero-content{margin-top:10px}.hero-search-bar{margin-bottom:20px}.hero-content h1{margin-bottom:16px;font-size:2.6rem}.hero-transparency-box{max-height:220px;margin-bottom:24px}.tab-content{max-height:170px}.hero-mission{margin-bottom:10px;font-size:.9rem;line-height:1.4}.hero-disclosure p{font-size:.85rem;line-height:1.4}}@media (width<=600px){.hero{background-attachment:scroll}.hero-content{margin-top:-10px;padding:0 16px}.hero-search-bar{margin-bottom:16px}.hero-content h1{letter-spacing:-1px;margin-bottom:16px;font-size:2.4rem}.hero-transparency-box{border-radius:16px;max-height:260px;margin-bottom:20px;padding:0;overflow:hidden}.tab-content{scrollbar-width:thin;max-height:220px;padding:14px;overflow-y:auto}.hero-mission{margin-bottom:10px;font-size:.85rem;line-height:1.4}.hero-disclosure{flex-direction:column;gap:6px;padding:10px}.disclosure-icon{font-size:1.1rem}.hero-disclosure p{font-size:.8rem;line-height:1.35}.hero-buttons{flex-direction:column;padding:0 20px}.btn-primary,.btn-secondary{text-align:center;width:100%}}.img-loader-container{background-color:#f1f5f9;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}body.dark .img-loader-container{background-color:#1e293b}.img-spinner{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spinner-circle{border:3px solid #ff00001a;border-top-color:red;border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}body.dark .spinner-circle{border:3px solid #ffffff1a;border-top-color:#ff4d4d}.real-img{object-fit:cover;opacity:0;z-index:2;width:100%;height:100%;transition:opacity .3s ease-in-out;position:relative}.real-img.loaded{opacity:1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-grid-section{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);justify-content:center;padding:60px 24px;transition:background-color .3s;display:flex}body.dark .product-grid-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}.product-container{width:100%;max-width:1400px}.product-header{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:12px;display:flex}body.dark .product-header{border-bottom-color:#334155}.product-header h2{background:linear-gradient(90deg,red,#c00);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;align-items:center;gap:8px;margin:0;font-size:1.6rem;font-weight:900;display:flex}.fire-icon{-webkit-text-fill-color:initial;animation:1.2s ease-in-out infinite alternate flamePulse;display:inline-block}@keyframes flamePulse{0%{transform:scale(1)rotate(-5deg)}to{transform:scale(1.15)rotate(5deg)}}.shop-all-btn{color:red;cursor:pointer;background:0 0;border:1px solid red;border-radius:0;padding:8px 20px;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.25,1,.5,1);box-shadow:0 4px 10px #ff00001a}.shop-all-btn:hover{color:#fff;background:red;transform:translateY(-2px);box-shadow:0 8px 20px #ff00004d}.product-grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}.product-card{cursor:pointer;background:#fff;border:1px solid #fffc;border-radius:0;flex-direction:column;text-decoration:none;transition:transform .3s cubic-bezier(.25,1,.5,1),box-shadow .3s cubic-bezier(.25,1,.5,1);display:flex;overflow:hidden;box-shadow:0 4px 15px #00000008}body.dark .product-card{background:#1e293b;border-color:#ffffff0d;box-shadow:0 4px 15px #0000004d}.product-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #ff000014}body.dark .product-card:hover{box-shadow:0 15px 35px #ff000026}.product-img-wrapper{aspect-ratio:1;background:#f1f5f9;width:100%;position:relative;overflow:hidden}body.dark .product-img-wrapper{background:#334155}.product-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.product-card:hover .product-img-wrapper img{transform:scale(1.08)}.product-discount{color:red;background:#ff00001a;border-radius:2px;margin-left:auto;padding:2px 6px;font-size:.65rem;font-weight:800}body.dark .product-discount{color:#ff4d4d;background:#f003}.product-info{flex-direction:column;flex:1;padding:12px;display:flex}.product-title{color:#334155;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0 0 8px;font-size:.85rem;font-weight:400;line-height:1.3;display:-webkit-box;overflow:hidden}body.dark .product-title{color:#e2e8f0}.product-price{color:red;margin-bottom:4px;font-size:1.15rem;font-weight:800}.product-old-price-row{align-items:center;gap:8px;font-size:.75rem;display:flex}.product-old-price{color:#94a3b8;text-decoration:line-through}.view-more-card{justify-content:center;align-items:center;display:flex;box-shadow:0 10px 20px #f003;background:linear-gradient(135deg,red,#b30000)!important;border:none!important}.view-more-card:hover{box-shadow:0 15px 30px #ff00004d;background:linear-gradient(135deg,#ff1a1a,#c00)!important}.view-more-content{text-align:center;transition:transform .3s cubic-bezier(.25,1,.5,1);color:#fff!important}.view-more-card:hover .view-more-content{transform:translate(4px)}.view-more-icon{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;background:#fff3;border-radius:0;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 12px;font-size:2.5rem;display:flex}.view-more-content h3{margin:0;font-size:1.1rem;font-weight:800}@media (width<=1200px){.product-grid{grid-template-columns:repeat(5,1fr)}.product-grid:not(.show-all-items) .product-card:nth-child(n+10){display:none}.view-more-card{display:flex!important}}@media (width<=992px){.product-grid{grid-template-columns:repeat(4,1fr);gap:14px}.product-grid:not(.show-all-items) .product-card:nth-child(n+8){display:none}.view-more-card{display:flex!important}}@media (width<=768px){.product-grid{grid-template-columns:repeat(4,1fr);gap:10px}.product-grid:not(.show-all-items) .product-card:nth-child(n+8){display:none}.view-more-card{display:flex!important}.product-grid-section{padding:40px 16px}.product-header{margin-bottom:20px}.product-header h2{font-size:1.25rem}.shop-all-btn{padding:6px 14px;font-size:.85rem}.product-title{font-size:.75rem}.product-price{font-size:1rem}}@media (width<=480px){.product-grid{grid-template-columns:repeat(3,1fr);gap:6px}.product-card{border-radius:0}.product-grid:not(.show-all-items) .product-card:nth-child(n+6){display:none}.view-more-card{display:flex!important}.product-grid-section{padding:24px 8px}.product-header{border-bottom:none;flex-direction:row;gap:8px;margin-bottom:12px;padding-bottom:0}.product-header h2{font-size:1rem}.shop-all-btn{white-space:nowrap;padding:6px 10px;font-size:.7rem}.product-info{padding:6px}.product-title{-webkit-line-clamp:2;line-clamp:2;margin-bottom:2px;font-size:.6rem}.product-price{font-size:.8rem}.product-old-price-row{gap:2px;font-size:.55rem}.view-more-icon{margin-bottom:4px;font-size:1.2rem}.view-more-content h3{font-size:.7rem}}.categories-section{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);justify-content:center;padding:40px 24px;display:flex}body.dark .categories-section{background:linear-gradient(135deg,#090e17 0%,#0f172a 100%)}.categories-container{width:100%;max-width:1400px}.categories-header{background:linear-gradient(90deg,red,#c00);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin:0 0 16px;font-size:1.6rem;font-weight:900}body.dark .categories-header{color:#e2e8f0}.categories-grid{background:#fff;border:1px solid #ff00001a;grid-template-columns:repeat(8,1fr);display:grid;box-shadow:0 10px 30px #00000008}body.dark .categories-grid{background:#111827;border-color:#ffffff0d;box-shadow:0 10px 40px #0009}.category-item{cursor:pointer;border-right:1px solid #f1f5f9;border-radius:0;flex-direction:column;align-items:center;padding:0 0 12px;text-decoration:none;transition:all .3s cubic-bezier(.25,1,.5,1);display:flex;position:relative}body.dark .category-item{border-right-color:#ffffff0d}.category-item:last-child{border-right:none}.category-item:hover{z-index:2;background:#fff;border-color:#0000;transform:translateY(-4px);box-shadow:0 15px 35px #ff000014}body.dark .category-item:hover{background:#0f172a;border-color:#f003;box-shadow:0 15px 40px #f003}.category-img-container{justify-content:center;align-items:center;width:100%;height:90px;margin-bottom:8px;transition:transform .4s cubic-bezier(.25,1,.5,1);display:flex;overflow:hidden}.category-img{object-fit:cover;width:100%;height:100%}.category-svg-wrapper{justify-content:center;align-items:center;width:45px;height:45px;display:flex}.category-svg-wrapper svg{width:100%;height:100%}.category-item:hover .category-img-container{transform:scale(1.15)}.category-name{color:#334155;text-align:center;font-size:.8rem;font-weight:500;line-height:1.2}body.dark .category-name{color:#cbd5e1}.view-all-cat{background:linear-gradient(135deg,red,#c00)}.view-all-cat:hover{background:linear-gradient(135deg,#ff1a1a,#b30000)}.view-all-cat-icon{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border-radius:0;justify-content:center;align-items:center;width:50px;height:50px;margin-top:8px;margin-bottom:12px;font-size:1.5rem;display:flex}.view-all-text{font-weight:700;color:#fff!important}body.dark .view-all-cat{background:linear-gradient(135deg,#c00,#900)}@media (width<=992px){.category-img-container{width:50px;height:50px}.category-item{padding:12px 2px}.category-name{font-size:.7rem}.view-all-cat-icon{width:40px;height:40px;margin-top:5px;font-size:1.2rem}}@media (width<=768px){.categories-section{padding:24px 16px}.categories-header{margin-bottom:12px;font-size:1.35rem}.category-img-container{width:40px;height:40px;margin-bottom:8px}.category-item{padding:10px 2px}.category-name{font-size:.65rem}.view-all-cat-icon{width:35px;height:35px;margin-top:3px;margin-bottom:8px;font-size:1rem}}@media (width<=480px){.categories-grid{grid-template-columns:repeat(4,1fr)}.category-item{border-bottom:1px solid #f1f5f9}body.dark .category-item{border-bottom-color:#ffffff0d}.category-item:nth-child(4n){border-right:none}.category-item:nth-child(n+5){border-bottom:none}.category-img-container{width:40px;height:40px;margin-bottom:6px}.category-name{font-size:.6rem}.categories-section{padding:16px 12px}.view-all-cat-icon{width:35px;height:35px;margin-bottom:6px;font-size:1.2rem}}.best-picks-section{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);justify-content:center;padding:40px 24px;display:flex}body.dark .best-picks-section{background:linear-gradient(135deg,#0f172a 0%,#020617 100%)}.best-picks-container{width:100%;max-width:1400px}.best-picks-header{background:linear-gradient(90deg,red,#c00);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin:0 0 20px;font-size:1.6rem;font-weight:900}.best-picks-grid{gap:12px;margin-bottom:30px;display:grid}.bp-card{background:#fff;border:1px solid #0000000d;border-radius:0;flex-direction:column;text-decoration:none;transition:all .3s cubic-bezier(.25,1,.5,1);display:flex;overflow:hidden;box-shadow:0 4px 15px #00000008}body.dark .bp-card{background:#111827;border-color:#ffffff0d;box-shadow:0 4px 15px #0006}.bp-card:hover{z-index:1;border-color:#ff00001a;transform:translateY(-4px);box-shadow:0 15px 35px #ff00001a}body.dark .bp-card:hover{border-color:#ff00004d;box-shadow:0 15px 35px #ff00004d}.bp-img-wrapper{aspect-ratio:1;background:#f8fafc;width:100%;position:relative;overflow:hidden}body.dark .bp-img-wrapper{background:#1e293b}.bp-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.bp-card:hover .bp-img-wrapper img{transform:scale(1.08)}.bp-info{flex-direction:column;flex:1;padding:12px;display:flex}.bp-title{color:#334155;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0 0 8px;font-size:.8rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}body.dark .bp-title{color:#e2e8f0}.bp-price{color:#f97316;margin-bottom:4px;font-size:1.1rem;font-weight:800}.bp-old-price-row{align-items:center;gap:6px;min-height:16px;margin-bottom:6px;display:flex}.bp-old-price{color:#94a3b8;font-size:.7rem;text-decoration:line-through}.bp-discount{color:#334155;font-size:.7rem;font-weight:600}body.dark .bp-discount{color:#cbd5e1}.bp-rating{align-items:center;gap:4px;margin-top:auto;display:flex}.stars{color:#facc15;letter-spacing:-1px;font-size:.75rem}.reviews{color:#94a3b8;font-size:.7rem}.load-more-container{justify-content:center;margin-top:10px;display:flex}.load-more-btn{color:red;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:1px solid red;border-radius:0;padding:10px 40px;font-size:.9rem;font-weight:700;transition:all .3s}.load-more-btn:hover{background:#ff00000d;box-shadow:0 4px 15px #ff00001a}body.dark .load-more-btn:hover{background:#ff00001a}.best-picks-grid{grid-template-columns:repeat(2,1fr);gap:8px}.best-picks-grid:not(.expanded) .bp-card:nth-child(n+9){display:none}@media (width>=768px){.best-picks-section{padding:40px 16px}.best-picks-grid{grid-template-columns:repeat(4,1fr);gap:12px}.best-picks-grid:not(.expanded) .bp-card:nth-child(n+9){display:flex}.best-picks-grid:not(.expanded) .bp-card:nth-child(n+17){display:none}}@media (width>=1024px){.best-picks-section{padding:50px 24px}.best-picks-grid{grid-template-columns:repeat(5,1fr);gap:16px}.best-picks-grid:not(.expanded) .bp-card:nth-child(-n+15){display:flex}.best-picks-grid:not(.expanded) .bp-card:nth-child(n+16){display:none}}.reviews-section{background:#f8fafc;padding:80px 24px}body.dark .reviews-section{background:#0f172a}.reviews-container{max-width:1200px;margin:0 auto}.reviews-header-area{text-align:center;margin-bottom:48px}.reviews-title{color:#0f172a;margin-bottom:12px;font-size:32px;font-weight:800}.reviews-subtitle{color:#64748b;font-size:16px}body.dark .reviews-title{color:#f8fafc}body.dark .reviews-subtitle{color:#94a3b8}.overall-rating-display{background:#fff;border:1px solid #f1f5f9;border-radius:100px;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:16px;padding:8px 20px;display:inline-flex;box-shadow:0 4px 15px #00000008}body.dark .overall-rating-display{background:#1e293b;border-color:#334155;box-shadow:0 4px 15px #0003}.average-score{color:#0f172a;font-size:24px;font-weight:800}body.dark .average-score{color:#f8fafc}.total-reviews-count{color:#64748b;font-size:14px;font-weight:500}body.dark .total-reviews-count{color:#94a3b8}.reviews-content-wrapper{grid-template-columns:1fr 1.5fr;align-items:start;gap:40px;display:grid}.review-form-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:32px;box-shadow:0 10px 30px #0000000d}body.dark .review-form-card{background:#1e293b;border-color:#334155;box-shadow:0 10px 30px #0003}.review-form-card h3,.reviews-list-area h3{color:#0f172a;margin-bottom:24px;font-size:20px;font-weight:700}body.dark .review-form-card h3,body.dark .reviews-list-area h3{color:#f8fafc}.review-form{flex-direction:column;gap:20px;display:flex}.form-group-row{gap:16px;display:flex}.form-group-row .form-group{flex:1}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#334155;font-size:14px;font-weight:600}body.dark .form-group label{color:#cbd5e1}.form-group input,.form-group textarea{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}body.dark .form-group input,body.dark .form-group textarea{color:#f8fafc;background:#0f172a;border-color:#334155}.form-group input:focus,.form-group textarea:focus{border-color:red;box-shadow:0 0 0 3px #ff00001a}.star-rating{color:#e2e8f0;gap:4px;font-size:24px;display:flex}body.dark .star-rating{color:#334155}.star-rating .star{color:inherit;transition:color .2s}.star-rating .star.filled{color:#fbbf24}.star-rating.interactive .star{cursor:pointer}.star-rating.interactive .star:hover{transform:scale(1.1)}.submit-review-btn{color:#fff;cursor:pointer;background:red;border:none;border-radius:100px;margin-top:8px;padding:14px;font-size:15px;font-weight:700;transition:all .2s}.submit-review-btn:hover:not(:disabled){background:#e60000;transform:translateY(-2px);box-shadow:0 8px 20px #ff00004d}.submit-review-btn:disabled{opacity:.7;cursor:not-allowed}.reviews-list{flex-direction:column;gap:16px;display:flex}.review-item{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:24px;box-shadow:0 4px 15px #00000005}body.dark .review-item{background:#1e293b;border-color:#334155}.review-item-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.review-avatar{color:#fff;background:linear-gradient(135deg,red,#ff4d4d);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex}.review-meta{flex:1}.review-meta h4{color:#0f172a;margin:0 0 2px;font-size:15px;font-weight:700}body.dark .review-meta h4{color:#f8fafc}.review-date{color:#94a3b8;font-size:12px}.review-text{color:#475569;margin:0;font-size:14px;line-height:1.6}body.dark .review-text{color:#cbd5e1}.review-stars-display{font-size:14px}.reviews-pagination{justify-content:center;align-items:center;gap:16px;margin-top:32px;display:flex}.page-btn{color:#334155;cursor:pointer;background:#f1f5f9;border:none;border-radius:100px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}body.dark .page-btn{color:#cbd5e1;background:#334155}.page-btn:hover:not(:disabled){background:#e2e8f0}body.dark .page-btn:hover:not(:disabled){background:#475569}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-numbers{gap:8px;display:flex}.page-num{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.page-num:hover{background:#f1f5f9}body.dark .page-num:hover{background:#334155}.page-num.active{color:#fff;background:red}@media (width<=900px){.reviews-content-wrapper{grid-template-columns:1fr;gap:32px}}@media (width<=600px){.form-group-row{flex-direction:column;gap:16px}.reviews-section{padding:50px 16px}.reviews-title{font-size:26px}.overall-rating-display{gap:8px;padding:8px 16px}.average-score{font-size:20px}}.site-footer{background:#fff;border-top:1px solid #f1f5f9;margin-top:40px;padding:80px 24px 40px}body.dark .site-footer{background:#0f172a;border-top-color:#1e293b}.footer-container{max-width:1200px;margin:0 auto}.footer-top{grid-template-columns:2fr 1fr;gap:60px;margin-bottom:60px;display:grid}.footer-brand{max-width:350px}.footer-logo img{width:auto;height:40px;margin-bottom:20px;display:block}.footer-desc{color:#64748b;margin-bottom:24px;font-size:15px;line-height:1.6}body.dark .footer-desc{color:#94a3b8}.footer-socials{gap:16px;display:flex}.footer-socials a{color:#334155;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px #0000000d}body.dark .footer-socials a{color:#cbd5e1;background:#1e293b;box-shadow:0 4px 6px #0003}.footer-socials a.social-wa:hover{color:#fff;background:#25d366;transform:translateY(-4px);box-shadow:0 6px 15px #25d36666}.footer-socials a.social-fb:hover{color:#fff;background:#1877f2;transform:translateY(-4px);box-shadow:0 6px 15px #1877f266}.footer-socials a.social-x:hover{color:#fff;background:#000;transform:translateY(-4px);box-shadow:0 6px 15px #0006}body.dark .footer-socials a.social-x:hover{color:#000;background:#fff}.footer-socials a.social-ig:hover{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);transform:translateY(-4px);box-shadow:0 6px 15px #dc274366}.footer-socials a.social-yt:hover{color:#fff;background:red;transform:translateY(-4px);box-shadow:0 6px 15px #f006}.footer-socials a.social-in:hover{color:#fff;background:#0a66c2;transform:translateY(-4px);box-shadow:0 6px 15px #0a66c266}.footer-socials a.social-tt:hover{color:#fff;background:#000;transform:translateY(-4px);box-shadow:0 6px 15px #0006}body.dark .footer-socials a.social-tt:hover{color:#000;background:#fff}.footer-socials a.social-email:hover{color:#fff;background:#ea4335;transform:translateY(-4px);box-shadow:0 6px 15px #ea433566}.footer-links h3{color:#0f172a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:24px;font-size:16px;font-weight:700}body.dark .footer-links h3{color:#f8fafc}.footer-links ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#475569;font-size:15px;text-decoration:none;transition:color .2s;display:inline-block}body.dark .footer-links a{color:#cbd5e1}.footer-links a:hover{color:red;transform:translate(4px)}body.dark .footer-links a:hover{color:#ff4d4d}.footer-bottom{text-align:center;border-top:1px solid #e2e8f0;flex-direction:column;align-items:center;gap:16px;padding-top:32px;display:flex}body.dark .footer-bottom{border-top-color:#1e293b}.footer-disclaimer{color:#64748b;background:#f8fafc;border-radius:8px;max-width:800px;padding:16px;font-size:13px;line-height:1.5}body.dark .footer-disclaimer{color:#94a3b8;background:#1e293b}.copyright{color:#94a3b8;font-size:14px;font-weight:500}body.dark .copyright{color:#64748b}@media (width<=900px){.footer-top{grid-template-columns:1fr;gap:40px}.footer-brand{max-width:100%}}@media (width<=600px){.footer-top{grid-template-columns:1fr;gap:32px}.site-footer{padding:60px 16px 80px}.footer-links h3{margin-bottom:16px}}
