:root{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-surface:#fff;--accent-primary:#002f6c;--accent-secondary:#00428d;--accent-hover:#002352;--text-primary:#111;--text-secondary:#666;--text-dim:#999;--border-light:#f0f0f0;--border-focus:#002f6c33;--premium-shadow:0 4px 30px #0000000d;--smooth-transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);width:100%;font-family:Plus Jakarta Sans,Outfit,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;font-family:Outfit,sans-serif;font-weight:800}a{color:inherit;transition:var(--smooth-transition);text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.flex-center{justify-content:center;align-items:center;display:flex}.btn-premium{background:var(--accent-primary);color:#fff;letter-spacing:.1em;text-transform:uppercase;transition:var(--smooth-transition);border-radius:6px;justify-content:center;align-items:center;padding:.85rem 2.5rem;font-size:.75rem;font-weight:800;display:inline-flex;box-shadow:0 4px 15px #002f6c1a}.btn-premium:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 25px #002f6c33}.btn-outline{color:var(--accent-primary);border:1.5px solid var(--accent-primary);letter-spacing:.1em;text-transform:uppercase;transition:var(--smooth-transition);background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:.85rem 2.5rem;font-size:.75rem;font-weight:800;display:inline-flex}.btn-outline:hover{background:#002f6c08;transform:translateY(-2px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#d0d0d0}.navbar{z-index:1000;width:100%;padding:1.25rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #f0f0f0;padding:1rem 0}.navbar .container{justify-content:space-between;align-items:center;display:flex}.brand-terminal{align-items:center;text-decoration:none;display:flex}.brand-logo{object-fit:contain;width:auto;height:58px;transition:transform .3s}.brand-terminal:hover .brand-logo{transform:scale(1.02)}.nav-actions{align-items:center;gap:1.5rem;display:flex}.nav-icon-btn{cursor:pointer;color:#111;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:relative}.nav-icon-btn:hover{color:#002f6c}.cart-badge{color:#fff;background:#002f6c;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:800;display:flex;position:absolute;top:0;right:0}.login-link{color:#002f6c;text-transform:uppercase;letter-spacing:.05em;border:1.5px solid #002f6c;border-radius:4px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .2s}.login-link:hover{color:#fff;background:#002f6c}.user-menu-container{position:relative}.user-dropdown{transform-origin:100% 0;background:#fff;border:1px solid #f0f0f0;border-radius:12px;width:240px;position:absolute;top:calc(100% + 1rem);right:0;overflow:hidden;box-shadow:0 10px 40px #00000014}.dropdown-header{background:#f8f9fa;border-bottom:1px solid #f0f0f0;padding:1.25rem}.dropdown-header p{color:#999;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;font-size:.65rem;font-weight:800}.dropdown-header h4{color:#002f6c;font-size:.9rem;font-weight:700}.dropdown-menu{padding:.5rem 0}.dropdown-item{color:#444;text-align:left;align-items:center;gap:1rem;width:100%;padding:.85rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.dropdown-item:hover{color:#002f6c;background:#f8f9fa}.dropdown-item.logout{color:#ff4d4d;border-top:1px solid #f0f0f0;margin-top:.5rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.confirm-modal{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 20px 60px #00000026}.modal-icon{color:#ff4d4d;background:#fff5f5;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;display:flex}.confirm-modal h3{color:#002f6c;margin-bottom:.75rem;font-size:1.4rem;font-weight:800}.confirm-modal p{color:#666;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.modal-actions{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.btn-cancel{color:#495057;background:#f1f3f5;border-radius:8px;padding:.85rem;font-size:.85rem;font-weight:700}.btn-confirm{color:#fff;background:#ff4d4d;border-radius:8px;padding:.85rem;font-size:.85rem;font-weight:700}@media (width<=768px){.logo{font-size:.9rem}.nav-actions{gap:1rem}}.nav-avatar-circle{border:1px solid #002f6c;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.nav-avatar-circle img{object-fit:cover;width:100%;height:100%}.home-container{width:100%;overflow-x:hidden}.search-hero-pure{background:#fbfbfd;justify-content:center;align-items:center;padding:1.5rem 1rem;display:flex}.search-hub-centered{width:100%;max-width:680px;margin:0 auto}.search-input-wrapper-pure{background:#fff;border:1px solid #00000012;border-radius:100px;align-items:center;gap:1rem;padding:.9rem 1.6rem;transition:all .3s;display:flex;box-shadow:0 8px 30px #0000000f}.search-input-wrapper-pure:focus-within{border-color:#007aff40;transform:translateY(-2px);box-shadow:0 12px 40px #007aff1a}.search-icon-minimal{color:#86868b;flex-shrink:0}.search-input-wrapper-pure input{color:#1d1d1f;letter-spacing:-.01em;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:1rem;font-weight:500}.search-input-wrapper-pure input::placeholder{color:#86868b}.trust-bar-light{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f5f5f7e6;border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;padding:1.5rem 0}.stats-row-pristine{justify-content:space-between;align-items:center;gap:1rem;padding:0 1.5rem;display:flex}.stat-item-pristine{border-radius:16px;flex:1;align-items:center;gap:1rem;padding:.8rem 1rem;transition:all .3s;display:flex;position:relative}.stat-item-pristine:hover{background:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #0000000a}.stat-icon-pristine{color:#007aff;background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000000d}.stat-item-pristine:hover .stat-icon-pristine{color:#fff;background:#007aff}.stat-content-pristine{flex-direction:column;display:flex}.stat-label-pristine{color:#86868b;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.15rem;font-size:.55rem;font-weight:800}.stat-value-pristine{color:#1d1d1f;font-size:.95rem;font-weight:800}.trust-build-refined{background:#fbfbfd;border-bottom:1px solid #0000000a;padding:4rem 0}.trust-grid-refined{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.trust-card-refined{background:#fff;border:1px solid #00000008;border-radius:24px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .4s;display:flex}.trust-card-refined:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000000f}.trust-icon-box{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.trust-icon-box.star{background:#ffd7001a}.trust-icon-box.pin{background:#ff3b301a}.trust-icon-box.phone{background:#007aff1a}.trust-info-refined h4{color:#1d1d1f;margin-bottom:.4rem;font-size:1.1rem;font-weight:800}.trust-info-refined p{color:#86868b;font-size:.9rem;line-height:1.5}.trust-manifesto-section{background:#fff;padding:6rem 0}.manifesto-header{text-align:center;margin-bottom:4rem}.manifesto-label{color:#007aff;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:block}.manifesto-title{color:#1d1d1f;letter-spacing:-.03em;font-size:2.8rem;font-weight:800}.modern-gradient-text{background:linear-gradient(135deg,#007aff 0%,#5856d6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.manifesto-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.manifesto-card{background:#fbfbfd;border:1px solid #00000008;border-radius:32px;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:all .4s;display:flex}.manifesto-card:hover{background:#fff;transform:translateY(-10px);box-shadow:0 30px 60px #0000000f}.manifesto-icon-box{color:#007aff;background:#fff;border-radius:20px;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;box-shadow:0 8px 20px #0000000a}.manifesto-card:hover .manifesto-icon-box{color:#fff;background:#007aff;transform:scale(1.1)rotate(8deg)}.manifesto-info h4{color:#1d1d1f;margin-bottom:.5rem;font-size:1.1rem;font-weight:800}.manifesto-info p{color:#86868b;font-size:.9rem;line-height:1.6}.testimonials-section{background:#fbfbfd;padding:5rem 0 7rem}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:center;gap:2rem;display:grid}.testimonial-card-pristine{background:#fff;border:1px solid #00000008;border-radius:32px;padding:2.5rem;transition:all .4s;box-shadow:0 15px 40px #0000000a}.testimonial-card-pristine:hover{transform:scale(1.02);box-shadow:0 25px 60px #00000012}.star-rating-glow{gap:.25rem;margin-bottom:1.2rem;display:flex}.testimonial-quote{color:#1d1d1f;margin-bottom:1.5rem;font-size:1.15rem;font-style:italic;font-weight:700;line-height:1.5}.testimonial-footer{color:#007aff;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.75rem;font-size:.8rem;font-weight:800;display:flex}.author-dot{background:#007aff;border-radius:50%;width:8px;height:8px}.catalog-discovery-section{background:#fff;padding:6rem 0}.discovery-header-modern{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.discovery-label{color:#007aff;letter-spacing:.3em;margin-bottom:1rem;font-size:.65rem;font-weight:800;display:block}.discovery-heading{color:#1d1d1f;letter-spacing:-.04em;font-size:3.5rem;font-weight:900;line-height:1}.gradient-highlight{background:linear-gradient(135deg,#007aff,#5856d6);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.discovery-meta{text-align:right;min-width:180px}.meta-count{color:#86868b;letter-spacing:.1em;font-size:.7rem;font-weight:700}.meta-line{background:#f5f5f7;height:2px;margin-top:.8rem}.modern-product-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;display:grid}.modern-product-card{cursor:pointer;background:#fff;border:1px solid #f5f5f7;border-radius:28px;flex-direction:column;transition:all .5s;display:flex;overflow:hidden}.modern-product-card:hover{border-color:#007aff1a;box-shadow:0 30px 70px #00000014}.modern-image-wrapper{aspect-ratio:4/5;background:#fbfbfd;justify-content:center;align-items:center;padding:2.5rem;display:flex;position:relative;overflow:hidden}.product-main-img{object-fit:contain;width:100%;height:100%;transition:transform .7s}.modern-product-card:hover .product-main-img{transform:scale(1.07)}.premium-discount-tag{color:#fff;background:#ff3b30;border-radius:100px;padding:.4rem .9rem;font-size:.65rem;font-weight:800;position:absolute;top:1.2rem;right:1.2rem}.card-hover-actions{opacity:0;transition:all .3s;position:absolute;bottom:1.2rem;right:1.2rem;transform:translateY(15px)}.modern-product-card:hover .card-hover-actions{opacity:1;transform:translateY(0)}.btn-card-quick{color:#1d1d1f;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:all .3s;display:flex;box-shadow:0 8px 20px #0000001a}.btn-card-quick:hover{color:#fff;background:#007aff}.modern-card-info{flex-direction:column;flex:1;padding:2rem;display:flex}.info-top{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.card-category{color:#86868b;letter-spacing:.2em;text-transform:uppercase;font-size:.6rem;font-weight:800}.stock-badge{color:#34c759;align-items:center;gap:.4rem;font-size:.55rem;font-weight:700;display:flex}.pulse-dot{background:#34c759;border-radius:50%;width:6px;height:6px}.card-title{color:#1d1d1f;letter-spacing:-.02em;margin-bottom:.6rem;font-size:1.35rem;font-weight:700}.card-tagline{color:#86868b;margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.card-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.price-container{flex-direction:column;display:flex}.old-price-label{color:#86868b;margin-bottom:.15rem;font-size:.8rem;text-decoration:line-through}.current-price-label{color:#1d1d1f;font-size:1.4rem;font-weight:800}.btn-card-action{color:#fff;cursor:pointer;letter-spacing:.05em;background:#1d1d1f;border:none;border-radius:10px;padding:.7rem 1.6rem;font-size:.7rem;font-weight:700;transition:all .3s}.btn-card-action:hover{background:#007aff}.discovery-loader-pristine{color:#86868b;letter-spacing:.2em;flex-direction:column;align-items:center;gap:1.5rem;padding:8rem 0;font-size:.75rem;font-weight:700;display:flex}.discovery-empty-state{text-align:center;flex-direction:column;align-items:center;padding:8rem 0;display:flex}.empty-visual-radar{color:#d2d2d7;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:2.5rem;display:flex;position:relative}.radar-circle{border:2px solid #007aff;border-radius:50%;animation:2s infinite radar-ping;position:absolute;inset:0}@keyframes radar-ping{0%{opacity:.8;transform:scale(.5)}to{opacity:0;transform:scale(2)}}.discovery-empty-state h3{color:#1d1d1f;margin-bottom:.75rem;font-size:1.4rem;font-weight:800}.discovery-empty-state p{color:#86868b;font-size:.95rem}.btn-reset-discovery{cursor:pointer;letter-spacing:.05em;background:0 0;border:1px solid #1d1d1f;border-radius:100px;margin-top:2rem;padding:.9rem 2.2rem;font-size:.75rem;font-weight:700;transition:all .3s}.btn-reset-discovery:hover{color:#fff;background:#1d1d1f}@media (width<=1024px){.trust-grid-refined{grid-template-columns:1fr;gap:1rem}.discovery-header-modern{flex-direction:column;align-items:flex-start}.discovery-meta{text-align:left}.discovery-heading{font-size:2.8rem}}@media (width<=768px){.search-hero-pure{padding:calc(64px + 1rem) 1rem 1rem}.stats-row-pristine{grid-template-columns:1fr 1fr;gap:.75rem;padding:0 .75rem;display:grid}.trust-build-refined{padding:2.5rem 0}.trust-grid-refined{grid-template-columns:1fr;gap:.75rem}.trust-card-refined{border-radius:18px;gap:1rem;padding:1.2rem 1.5rem}.trust-icon-box{border-radius:12px;width:44px;height:44px}.trust-info-refined h4{font-size:.95rem}.trust-info-refined p{font-size:.82rem}.manifesto-title{font-size:2rem}.manifesto-grid,.testimonials-grid{grid-template-columns:1fr}.modern-product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.discovery-heading{font-size:2.2rem}}@media (width<=480px){.stats-row-pristine,.modern-product-grid{grid-template-columns:1fr}.manifesto-title{font-size:1.8rem}.discovery-heading{font-size:2rem}}
