@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Inter:wght@400;500;600&display=swap";:root{--bg-dark:#07070b;--bg-darker:#040406;--bg-card:#ffffff08;--bg-card-hover:#ffffff12;--border-color:#ffffff14;--text-primary:#fff;--text-secondary:#94a3b8;--accent-cyan:#00f2fe;--accent-blue:#0052ff;--accent-orange:#ff5100;--accent-green:#00e676;--bg-footer:#000}body.light-mode{--bg-dark:#f8fafc;--bg-darker:#f1f5f9;--bg-card:#ffffffb3;--bg-card-hover:#fff;--border-color:#00000014;--text-primary:#0f172a;--text-secondary:#475569;--bg-footer:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-primary);min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.glass{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color)}.text-gradient{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.text-gradient-orange{background:linear-gradient(135deg, #ff8a00, var(--accent-orange));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-family:Outfit,sans-serif;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(45deg, var(--accent-blue), var(--accent-cyan));color:#fff;border:none;box-shadow:0 4px 15px #00f2fe33}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00f2fe66}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);background:0 0}.btn-secondary:hover{background:var(--bg-card-hover);border-color:var(--accent-cyan)}.header{z-index:100;width:100%;padding:1rem 0;transition:background .3s;position:fixed;top:0}.header-search-input{border:1px solid var(--border-color);background:var(--bg-card);width:100%;color:var(--text-primary);border-radius:50px;outline:none;padding:.6rem 1.2rem;font-size:.95rem;transition:border-color .3s,background .3s}.header-search-input:focus{border-color:var(--accent-cyan)}.category-bar{white-space:nowrap;-webkit-overflow-scrolling:touch;background:#0003;border-top:1px solid #ffffff0d;width:100%;margin-top:.5rem;overflow-x:auto}.category-bar::-webkit-scrollbar{display:none}.category-bar-container{gap:1.5rem;padding:.5rem 2rem;display:flex}.category-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:color .3s;display:inline-flex}.category-btn:hover{color:var(--accent-cyan)}.light-mode .category-bar{background:#00000008;border-top:1px solid #0000000d}.light-mode .category-btn:hover{color:var(--accent-blue)}.header .container{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:-.5px;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.logo-icon{grid-template-columns:1fr 1fr;gap:2px;width:24px;height:24px;display:grid}.logo-icon span{border-radius:2px;display:block}.logo-icon span:first-child{background:var(--accent-orange)}.logo-icon span:nth-child(2){background:var(--accent-green)}.logo-icon span:nth-child(3){background:var(--accent-cyan)}.logo-icon span:nth-child(4){background:var(--accent-yellow)}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--accent-cyan)}.hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-fullwidth{background:var(--bg-dark);width:100%;padding-top:135px;position:relative;overflow:hidden}.hero-glow{z-index:-1;background:radial-gradient(circle,#00f2fe26 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-text h1{margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.hero-text p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.hero-buttons{gap:1rem;display:flex}.hero-image-container{position:relative}.hero-image{border:1px solid var(--border-color);border-radius:20px;width:100%;height:auto;animation:6s ease-in-out infinite float;box-shadow:0 20px 40px #00000080}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.products-section{background:var(--bg-darker);padding:6rem 0}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.product-card{border-radius:16px;padding:1.5rem;transition:transform .3s,border-color .3s}.product-card:hover{border-color:var(--accent-cyan);transform:translateY(-5px)}.product-image{background:#0003;border-radius:10px;justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:1.5rem;display:flex;overflow:hidden}.product-image img{object-fit:contain;max-width:80%;max-height:80%;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.1)}.product-info h3{margin-bottom:.5rem;font-size:1.2rem}.product-category{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.8rem;display:block}.product-footer{justify-content:space-between;align-items:center;margin-top:1.5rem;display:flex}.product-price{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.slider-wrapper{width:100%;max-width:1600px;margin:0 auto;padding:0 50px;position:relative}.slider-container{border-radius:20px;width:100%;overflow:hidden}.slider-track{gap:20px;transition:transform .5s ease-in-out;display:flex}.slide-item{border-radius:20px;flex:0 0 calc(50% - 10px);height:400px;position:relative;overflow:hidden}.slide-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.slide-item:hover img{transform:scale(1.03)}.slider-btn{color:#fff;cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:background .3s,transform .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-btn:hover{background:#00f2fe99;transform:translateY(-50%)scale(1.1)}.slider-btn.left{left:10px}.slider-btn.right{right:10px}.slider-dots{z-index:2;gap:8px;display:flex;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#ffffff4d;border-radius:50%;width:10px;height:10px;transition:background .3s,transform .3s}.dot:hover{background:#fff9}.dot.active{background:var(--accent-cyan);transform:scale(1.2)}.light-mode .slider-btn{color:var(--text-primary);background:#fff9}.light-mode .dot{background:#0000004d}.light-mode .dot.active{background:var(--accent-blue)}.product-detail-layout{background:var(--bg-dark);padding-top:100px;padding-bottom:6rem}.back-btn{padding:.5rem 1rem;font-size:.9rem}.product-hero-section{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.product-gallery{flex-direction:column;gap:1rem;display:flex}.main-image{aspect-ratio:16/10;border-radius:16px;justify-content:center;align-items:center;padding:2rem;display:flex;overflow:hidden}.main-image img{object-fit:contain;filter:drop-shadow(0 10px 20px #00000080);width:100%;height:100%}.thumbnails{gap:1rem;display:flex}.thumbnail{cursor:pointer;background:var(--bg-card);border:2px solid #0000;border-radius:8px;width:80px;height:60px;transition:all .3s;overflow:hidden}.thumbnail.active{border-color:var(--accent-cyan)}.thumbnail img{object-fit:cover;width:100%;height:100%}.thumb-placeholder{width:100%;height:100%;color:var(--text-secondary);justify-content:center;align-items:center;font-size:.8rem;display:flex}.product-short-info{flex-direction:column;justify-content:center;display:flex}.product-category-label{text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.product-title{margin-bottom:.5rem;font-size:2.5rem;line-height:1.2}.product-model{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.product-price-large{color:#fff;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800}.light-mode .product-price-large{color:#0f172a}.key-features-badges{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;margin-bottom:1.5rem;display:flex}.badge{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.light-mode .badge{background:#0000000d;border-color:#0000001a}.badge-blue{color:#3b82f6;border-color:#3b82f64d}.badge-orange{color:#f97316;border-color:#f973164d}.badge-cyan{color:#06b6d4;border-color:#06b6d44d}.badge-purple{color:#a855f7;border-color:#a855f74d}.badge-green{color:#22c55e;border-color:#22c55e4d}.product-description{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.product-actions{gap:1rem;display:flex}.action-btn{flex:1}.product-specs-section{margin-top:4rem}.specs-container{border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.specs-tabs{border-bottom:1px solid var(--border-color);background:#0003;flex-wrap:wrap;display:flex}.light-mode .specs-tabs{background:#ffffff80}.spec-tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:1rem 1.5rem;font-family:Outfit,sans-serif;font-weight:600;transition:all .3s}.spec-tab:hover{color:var(--text-primary);background:#ffffff05}.light-mode .spec-tab:hover{background:#00000005}.spec-tab.active{color:var(--accent-cyan);border-bottom-color:var(--accent-cyan);background:#00f2fe0d}.specs-content{padding:2rem}.specs-table{border-collapse:collapse;width:100%}.specs-table tr{border-bottom:1px solid #ffffff0d}.light-mode .specs-table tr{border-bottom:1px solid #0000000d}.specs-table tr:last-child{border-bottom:none}.spec-key{width:30%;color:var(--text-secondary);padding:1rem 0;font-weight:500}.spec-value{color:var(--text-primary);padding:1rem 0;font-weight:400}.footer{background:var(--bg-footer);border-top:1px solid var(--border-color);padding:4rem 0 2rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-col h4{margin-bottom:1.5rem;font-size:1.2rem}.footer-col p,.footer-col ul{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.8rem}.footer-col ul a:hover{color:var(--accent-orange)}.footer-bottom{text-align:center;color:var(--text-secondary);border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.8rem}@media (width<=768px){.hero-content{text-align:center;grid-template-columns:1fr}.hero-buttons{justify-content:center}.hero-text h1{font-size:3rem}.nav-links{display:none}.product-hero-section{grid-template-columns:1fr;gap:2rem}.product-actions{flex-direction:column}.spec-key{width:40%}.slider-wrapper{padding:0 10px}.slide-item{flex:0 0 100%;height:300px}}
