@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);body{font-family:Arial,sans-serif}*,body{margin:0}*{box-sizing:border-box;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.container{margin:0 auto;max-width:1400px;padding:0 40px}main{min-height:calc(100vh - 200px)}button{font-family:Inter,sans-serif}.home{background:#f8f9fa}.hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);overflow:hidden;padding:100px 40px;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,107,53,0.1)'/%3E%3C/svg%3E");background-size:50px 50px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:1}.hero-content h1{color:#fff;font-size:56px;font-weight:800;line-height:1.2;margin-bottom:24px}.hero-subtitle{color:#ffffffd9;font-size:22px;font-weight:400;line-height:1.6;margin-bottom:40px}.cta-button{background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:30px;box-shadow:0 8px 25px #ff6b354d;color:#fff;display:inline-block;font-size:18px;font-weight:600;padding:18px 48px;text-decoration:none;transition:all .3s}.cta-button:hover{box-shadow:0 12px 35px #ff6b3566;transform:translateY(-3px)}.seo-content{background:#fff;padding:80px 40px}.seo-content h2{color:#1a1a1a;font-size:42px;font-weight:800;margin-bottom:60px;text-align:center}.content-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.content-block{background:#f8f9fa;border-radius:16px;padding:40px;transition:transform .3s}.content-block:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.content-block h3{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:20px}.content-block p{color:#555;font-size:16px;line-height:1.8;margin-bottom:16px}.content-block p:last-child{margin-bottom:0}.content-block strong{color:#ff6b35;font-weight:600}.features{background:#f8f9fa;padding:80px 40px}.features h2{color:#1a1a1a;font-size:42px;font-weight:800;margin-bottom:60px;text-align:center}.features-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.feature{background:#fff;border-radius:16px;padding:40px 30px;text-align:center;transition:transform .3s,box-shadow .3s}.feature:hover{box-shadow:0 15px 40px #0000001a;transform:translateY(-8px)}.feature .icon{display:block;font-size:56px;margin-bottom:24px}.feature h3{color:#1a1a1a;font-size:22px;font-weight:700;margin-bottom:16px}.feature p{color:#666;font-size:16px;line-height:1.6}.final-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 40px;text-align:center}.final-cta h2{font-size:42px;font-weight:800;margin-bottom:20px}.final-cta p{font-size:20px;margin-bottom:40px;opacity:.9}.cta-button-secondary{background:#fff;border-radius:30px;box-shadow:0 8px 25px #0003;color:#667eea;display:inline-block;font-size:18px;font-weight:700;padding:18px 48px;text-decoration:none;transition:all .3s}.cta-button-secondary:hover{box-shadow:0 12px 35px #0000004d;transform:translateY(-3px)}@media (max-width:768px){.hero-content h1{font-size:36px}.hero-subtitle{font-size:18px}.content-grid{grid-template-columns:1fr}.features h2,.final-cta h2,.seo-content h2{font-size:32px}}.products-page{background:#f8f9fa;min-height:100vh}.products-header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:80px 40px;text-align:center}.products-header h1{font-size:48px;font-weight:800;margin-bottom:20px}.header-subtitle{font-size:20px;line-height:1.6;margin:0 auto;max-width:800px;opacity:.9}.products-section{background:#fff;padding:80px 40px}.products-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin:0 auto;max-width:1400px}.product-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-card:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-8px)}.product-image{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:300px;justify-content:center;overflow:hidden;position:relative}.product-image:after{background:linear-gradient(180deg,#0000,#0000004d);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.product-image img{height:100%;object-fit:cover;transition:transform .4s;width:100%}.product-card:hover .product-image img{transform:scale(1.1)}.no-image{color:#fff;font-size:80px;position:relative;z-index:1}.product-info{display:flex;flex:1 1;flex-direction:column;padding:28px}.product-info h3{color:#1a1a1a;font-size:20px;font-weight:700;line-height:1.4;margin-bottom:12px}.product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:15px;line-height:1.6;margin-bottom:16px;overflow:hidden}.price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:800;margin-bottom:20px}.add-to-cart-btn{background:linear-gradient(135deg,#ff6b35,#f7931e);border:none;border-radius:12px;box-shadow:0 4px 15px #ff6b354d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:auto;padding:16px;transition:all .3s;width:100%}.add-to-cart-btn:hover{box-shadow:0 6px 20px #ff6b3566;transform:translateY(-2px)}.empty-state{margin:0 auto;max-width:600px;padding:80px 40px;text-align:center}.empty-icon{font-size:80px;margin-bottom:24px}.empty-state h2{color:#1a1a1a;font-size:32px;font-weight:700;margin-bottom:16px}.empty-state p{color:#666;font-size:18px;line-height:1.6}.seo-products-content{background:#f8f9fa;padding:80px 40px}.seo-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto 60px;max-width:1400px}.seo-block{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d;padding:40px}.seo-block h2{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:20px}.seo-block p{color:#555;font-size:16px;line-height:1.8;margin-bottom:16px}.seo-block p:last-child{margin-bottom:0}.seo-block strong{color:#ff6b35;font-weight:600}.brands-section{background:#fff;border-radius:20px;box-shadow:0 8px 30px #00000014;margin:0 auto;max-width:1400px;padding:60px 40px;text-align:center}.brands-section h2{color:#1a1a1a;font-size:36px;font-weight:800;margin-bottom:24px}.brands-section p{color:#555;font-size:18px;line-height:1.8;margin:0 auto;max-width:900px}.loading{color:#666;font-size:20px;padding:100px;text-align:center}@media (max-width:768px){.products-header h1{font-size:32px}.header-subtitle{font-size:16px}.seo-grid{grid-template-columns:1fr}.brands-section h2{font-size:28px}}.header{background:#1a1a1a;box-shadow:0 4px 20px #00000026;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header .container{align-items:center;display:flex;justify-content:space-between;padding:20px 40px}.header .logo{align-items:center;display:flex;gap:15px;text-decoration:none}.header .logo-icon{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 15px #ff6b354d;display:flex;height:50px;justify-content:center;padding:4px;width:50px}.header .logo-icon img{height:100%;object-fit:contain;width:100%}.header .logo-text{display:flex;flex-direction:column}.header .logo-text .brand{color:#fff;font-size:24px;font-weight:800;letter-spacing:-.5px}.header .logo-text .tagline{color:#ff6b35;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.header nav{align-items:center;display:flex;gap:40px}.header nav a{color:#ffffffd9;font-size:15px;font-weight:500;padding:10px 0;position:relative;text-decoration:none;transition:color .3s}.header nav a:after{background:#ff6b35;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.header nav a:hover{color:#fff}.header nav a:hover:after{width:100%}.header nav .cart-link{background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:25px;box-shadow:0 4px 15px #ff6b354d;color:#fff;font-weight:600;padding:12px 24px}.header nav .cart-link:after{display:none}.header nav .cart-link:hover{box-shadow:0 6px 20px #ff6b3566;transform:translateY(-2px)}.footer{background:#1a1a1a;border-top:1px solid #ffffff1a;color:#ffffffb3;margin-top:80px;padding:50px 40px;text-align:center}.footer .container{margin:0 auto;max-width:1200px}.footer p{font-size:15px;margin:12px 0}.footer p:first-child{color:#fff;font-weight:600}
/*# sourceMappingURL=main.3ce34c6e.css.map*/