*{margin:0;padding:0;box-sizing:border-box}embed,iframe,img,object,video{max-width:100%;height:auto}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#ffffff;line-height:1.6;position:relative}body,html{overflow-x:hidden;width:100%;max-width:100%}html{scroll-behavior:smooth}.app{width:100%;max-width:100%;overflow-x:hidden;position:relative}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}@media (max-width:768px){.container{padding:0 15px}}@media (max-width:480px){.container{padding:0 12px}}.header{background:rgba(10,10,10,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:.7rem 0;width:100%}.logo{display:inline-flex;align-items:center}.nav{display:flex;gap:2rem}.nav,.nav-link{align-items:center}.nav-link{color:#ffffff;text-decoration:none;font-weight:500;transition:color .3s ease;cursor:pointer;padding:.5rem;display:inline-block;min-height:44px;display:flex;touch-action:manipulation}.nav-link.active,.nav-link:hover{color:#e6a34a}.nav-link:focus,.nav-link:focus-visible{outline:none;box-shadow:none}.header-actions{gap:1rem}.header-actions,.icon-button{display:flex;align-items:center}.icon-button{background:none;border:none;color:#ffffff;min-width:44px;min-height:44px;touch-action:manipulation;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;justify-content:center}.icon-button:hover{background:rgba(255,255,255,.1);color:#e6a34a}.cart-button{position:relative}.cart-count{position:absolute;top:-5px;right:-5px;background:#e74c3c;color:white;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.mobile-menu-button{display:none;background:none;border:none;color:#ffffff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}.mobile-menu-button:hover{background:rgba(255,255,255,.1);color:#e6a34a}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:none;flex-direction:column;padding:2rem;overflow-y:auto}.mobile-menu.open{display:flex}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.mobile-menu-close{background:none;border:none;color:#ffffff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}.mobile-menu-close:hover{background:rgba(255,255,255,.1);color:#e6a34a}.mobile-nav{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.mobile-nav-link{color:#ffffff;text-decoration:none;font-size:1.2rem;font-weight:500;padding:1rem;border-radius:8px;transition:all .3s ease;border:1px solid transparent}.mobile-nav-link.active,.mobile-nav-link:hover{color:#e6a34a;background:rgba(230,163,74,.1);border-color:rgba(230,163,74,.3)}.mobile-menu-actions{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.main-content{min-height:calc(100vh - 160px);width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}@media (max-width:480px){.main-content{padding-top:52px}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/vizual.jpg),linear-gradient(135deg,#0a0a0a,#1a1a1a 30%,#2a2a2a 70%,#0a0a0a);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;position:relative;overflow:hidden;padding-top:80px;width:100%;max-width:100%;box-sizing:border-box}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 50%,rgba(0,0,0,.7));z-index:1}.hero-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;position:relative;z-index:3;width:100%;max-width:600px}.hero-text h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#ffffff;text-shadow:0 0 20px rgba(0,0,0,.9),2px 2px 4px rgba(0,0,0,.8),0 0 40px rgba(0,0,0,.5);letter-spacing:-.02em;line-height:1.1}.hero-text p{font-size:1rem;color:#f0f0f0;margin-bottom:1rem;line-height:1.7;text-shadow:0 0 15px rgba(0,0,0,.8),1px 1px 3px rgba(0,0,0,.9);font-weight:400;letter-spacing:.01em}.cta-button{background:linear-gradient(135deg,#e6a34a,#c97c1a);color:#000000;border:none;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:50px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.4),0 0 0 1px rgba(230,163,74,.1);text-shadow:none;text-decoration:none;border:1px solid rgba(230,163,74,.2);min-height:48px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(230,163,74,.4),0 0 0 2px rgba(230,163,74,.2),0 0 30px rgba(230,163,74,.2);background:linear-gradient(135deg,#f2b65a,#d88a2a)}.cta-button svg,.cta-button:hover,.cta-button:hover svg{color:#000000!important}.cta-button:hover svg{filter:none}.cta-button:focus,.cta-button:focus-visible{outline:none;box-shadow:none}.hero-cta-group{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.cta-button.secondary{background:rgba(0,0,0,.4);color:#ffffff;border:2px solid rgba(230,163,74,.7);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);text-shadow:0 0 10px rgba(0,0,0,.8);box-shadow:0 4px 15px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.1)}.cta-button.secondary:hover{background:rgba(230,163,74,.3);box-shadow:0 8px 20px rgba(230,163,74,.4),0 0 0 2px rgba(230,163,74,.5),inset 0 1px 0 rgba(255,255,255,.2);color:#ffffff!important;border-color:rgba(230,163,74,.9);transform:translateY(-2px)}.cta-button.secondary svg{color:#ffffff!important}.features{padding:5rem 0;background:#111111;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;background:linear-gradient(135deg,#ffffff,#e6a34a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem;width:100%}.feature-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:#e6a34a;box-shadow:0 20px 40px rgba(230,163,74,.1)}.feature-icon{font-size:3rem;color:#e6a34a;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#ffffff}.feature-text{color:#cccccc;line-height:1.6}.products{padding:5rem 0;background:#0a0a0a;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem;width:100%}.product-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:15px;overflow:hidden;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);border-color:#e6a34a;box-shadow:0 20px 40px rgba(230,163,74,.1)}.product-image{height:200px;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);display:flex;align-items:center;justify-content:center;font-size:3rem;color:#e6a34a;position:relative}.product-image-img{width:100%;height:100%;object-fit:cover;border-radius:0}.product-info{padding:1.5rem}.product-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#ffffff!important}.product-price{font-size:1.5rem;font-weight:700;color:#e6a34a;margin-bottom:1rem}.product-button{background:linear-gradient(135deg,#e6a34a,#c97c1a);color:#000000;border:none;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;border-radius:25px;cursor:pointer;width:100%;transition:all .3s ease}.product-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(230,163,74,.3)}.product-button:focus,.product-button:focus-visible{outline:none;box-shadow:none}.footer{background:#080808;padding:3rem 0 1rem;border-top:1px solid rgba(255,255,255,.1);width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem;width:100%}.footer-section h3{color:#e6a34a;margin-bottom:1rem;font-size:1.2rem}.footer-section a,.footer-section p{color:#cccccc;text-decoration:none;line-height:1.3;display:block;margin-bottom:0;min-height:auto;display:flex;align-items:center;gap:.6rem;touch-action:manipulation;-webkit-tap-highlight-color:transparent;padding:.4rem 0}.footer-section a:hover{color:#e6a34a}.footer-section a:focus,.footer-section a:focus-visible{outline:none;box-shadow:none}.footer-bottom{text-align:left;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#888888}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-family:Russo One,sans-serif;font-weight:400;letter-spacing:.5px;margin:0}.developer-link{color:#888888;text-decoration:none;font-size:.9rem;font-weight:400;transition:color .3s ease;white-space:nowrap;min-height:44px;display:flex;align-items:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.developer-link:hover{color:#e6a34a;text-decoration:underline}.social-links{gap:.8rem!important;margin-top:1rem!important;justify-content:flex-start!important;flex-wrap:nowrap!important;width:100%!important}.social-link,.social-links{display:flex!important;align-items:center!important}.social-link{justify-content:center!important;width:50px!important;height:50px!important;background:rgba(255,255,255,.1)!important;border-radius:50%!important;color:#cccccc!important;text-decoration:none!important;transition:all .3s ease!important;font-size:1.4rem!important;flex-shrink:0!important;line-height:1!important;margin:0!important;padding:0!important}.social-link:hover{background:#e6a34a!important;color:#ffffff!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px rgba(230,163,74,.3)!important}.social-link:focus{outline:none!important;box-shadow:0 0 0 2px rgba(230,163,74,.5)!important}@media (max-width:768px){.nav{display:none}.mobile-menu-button{display:block}.header-content{padding:.4rem 0}.logo{font-size:1.2rem}.icon-button{font-size:1rem;padding:.4rem}.hero-content{max-width:100%;padding:0 1rem;align-items:flex-start;text-align:left}.hero-text h1{font-size:2rem}.hero-text p{font-size:.9rem;max-width:100%}.container{padding:0 15px}.hero{background-attachment:scroll;background-position:50%}.mobile-menu{padding:1.5rem}.mobile-menu-header{top:1.5rem;right:1.5rem}.mobile-nav-link{font-size:1.3rem}.mobile-menu-actions{bottom:2rem}.footer-content{grid-template-columns:1fr;text-align:left}.footer-section{margin-bottom:2rem}.footer-section h3{text-align:left}.social-links{justify-content:flex-start!important;gap:1rem!important}.social-link{width:45px!important;height:45px!important;font-size:1.3rem!important}}@media (min-width:769px){.mobile-menu,.mobile-menu-button{display:none!important}}@media (max-width:480px){.header-content{padding:.25rem 0}.logo{font-size:1rem}.icon-button{font-size:.9rem;padding:.5rem;min-width:44px;min-height:44px}.cart-count{width:18px;height:18px;font-size:.6rem}.mobile-menu{padding:1rem}.mobile-menu-header{top:1rem;right:1rem}.mobile-nav-link{font-size:1.2rem;padding:1rem;min-height:48px;touch-action:manipulation}.mobile-menu-actions{bottom:1.5rem;gap:.8rem}.hero-text h1{font-size:1.8rem;line-height:1.2}.hero-text p{font-size:.9rem;line-height:1.6}.hero-cta-group{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.cta-button{width:100%;max-width:100%;justify-content:center;min-height:48px;padding:1rem 1.5rem;font-size:1rem;touch-action:manipulation}.features-grid,.products-grid{grid-template-columns:1fr;gap:1.5rem}.footer{padding:2rem 0 1rem}.footer-content{gap:1.5rem}.footer-bottom-content{flex-direction:column;text-align:center;gap:.5rem}.social-links{gap:.7rem!important}.social-link{width:44px!important;height:44px!important;font-size:1.1rem!important;min-width:44px;min-height:44px;touch-action:manipulation}}@media (max-width:768px){.product-button *,.product-button .FaShoppingCart,.product-button .fa-shopping-cart,.product-button [class*=Cart],.product-button [class*=cart],.product-button [class*=react-icons],.product-button [class*=shopping-cart],.product-button [class*=shopping],.product-button [data-icon=shopping-cart],.product-button [data-testid=icon],.product-button i,.product-button svg{display:none!important}}.text-with-line-breaks p:not(:first-child){margin-top:.05em!important}.text-with-line-breaks-compact p:not(:first-child){margin-top:.02em!important}.text-with-line-breaks-spaced p:not(:first-child){margin-top:.1em!important}a:focus,a:focus-visible,button:focus,button:focus-visible,input:focus,input:focus-visible,select:focus,select:focus-visible,textarea:focus,textarea:focus-visible{outline:none;box-shadow:none}